wok-6.x diff gtk+/receipt @ 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 | 2cf493b6c670 |
children | 3ce3b57fd0bc |
line diff
1.1 --- a/gtk+/receipt Wed Apr 02 23:48:03 2014 +0200 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