wok-current rev 16457
Fix: gtk+ must have clearlooks installed or it will be ugly + lxde install pcmanfm and slitaz-tools-boxes so noe installing one (lxde) package users got the a full working desktop
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 19 22:01:40 2014 +0200 (2014-04-19) |
parents | b753ad1e6bdd |
children | bd6d53570c12 |
files | gtk+/receipt lxde/receipt |
line diff
1.1 --- a/gtk+/receipt Sat Apr 19 11:41:39 2014 +0000 1.2 +++ b/gtk+/receipt Sat Apr 19 22:01:40 2014 +0200 1.3 @@ -16,7 +16,7 @@ 1.4 DEPENDS="glibc-base expat libxcb xcb-util zlib glib cairo pango atk libpng \ 1.5 jpeg tiff gdk-pixbuf fontconfig freetype pixman libgio xorg-libX11 xorg-libXau \ 1.6 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \ 1.7 -xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXrandr" 1.8 +xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXrandr clearlooks" 1.9 BUILD_DEPENDS="atk-dev pango-dev gdk-pixbuf-dev dbus-dev dbus-glib-dev \ 1.10 xorg-inputproto libxcb-dev fontconfig-dev freetype-dev pixman-dev libxml2-dev \ 1.11 libpng-dev libffi-dev xorg-xextproto" 1.12 @@ -44,7 +44,7 @@ 1.13 $CONFIGURE_ARGS ${ARCH_ARGS} && 1.14 # https://bugzilla.gnome.org/show_bug.cgi?id=655517 1.15 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool && 1.16 - make $MAKEFLAGS && 1.17 + make $MAKEFLAGS $LIBTOOL && 1.18 make DESTDIR=$DESTDIR install 1.19 } 1.20
2.1 --- a/lxde/receipt Sat Apr 19 11:41:39 2014 +0000 2.2 +++ b/lxde/receipt Sat Apr 19 22:01:40 2014 +0200 2.3 @@ -10,10 +10,10 @@ 2.4 TAGS="wm desktop" 2.5 HOST_ARCH="i486 arm" 2.6 2.7 -SUGGESTED="lxterminal lxdm pcmanfm" 2.8 -DEPENDS="xorg-libX11 gtk+ lxpanel lxtask lxappearance lxsession \ 2.9 -lxsession-edit lxrandr lxinput openbox obconf gpicview leafpad \ 2.10 -slitaz-configs" 2.11 +SUGGESTED="lxterminal lxdm" 2.12 +DEPENDS="xorg-libX11 gtk+ lxpanel lxtask lxappearance lxsession pcmanfm \ 2.13 +lxsession-edit lxrandr lxinput openbox obconf gpicview leafpad slitaz-configs 2.14 +slitaz-tools-boxes" 2.15 2.16 # Rules to gen a SliTaz package suitable for Tazpkg. 2.17 genpkg_rules()