# HG changeset patch # User Pascal Bellard # Date 1376555148 0 # Node ID 8af9cc5386a52f1ac638cf253f8d320f245e22ad # Parent ca348008f7895a073d35211c172cb13b630001ce Up awesome (3.5.1) diff -r ca348008f789 -r 8af9cc5386a5 awesome/receipt --- a/awesome/receipt Wed Aug 14 23:04:02 2013 +0000 +++ b/awesome/receipt Thu Aug 15 08:25:48 2013 +0000 @@ -1,10 +1,11 @@ # SliTaz package receipt. PACKAGE="awesome" -VERSION="3.4.11" +VERSION="3.5.1" CATEGORY="x-window" SHORT_DESC="awesome is a highly configurable, next generation framework window manager for X." MAINTAINER="mallory@sweetpeople.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://awesome.naquadah.org" WGET_URL="$WEB_SITE/download/$TARBALL" @@ -17,29 +18,27 @@ xcb-util-image-dev xcb-util-wm-dev lua-dev pango-dev cairo-dev imlib2-dev \ dbus-dev libev-dev gperf cairo libxdg-basedir-dev startup-notification-dev \ imagemagick pkg-config freetype-dev fontconfig-dev libpng-dev libxdg-basedir-dev \ -openexr libltdl" +openexr libltdl gdk-pixbuf-dev" # Rules to configure and make the package. compile_rules() { - cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl" - sed -i 's|glib/gspawn|glib|' spawn.c - patch -Np1 -i $stuff/0001-Normalize-icon-path-names-fixes-869.patch - make CMAKE_ARGS=" -DPREFIX=/usr -DXDG_CONFIG_DIR=/etc/xdg \ - -DCMAKE_BUILD_TYPE=RELEASE" && - make install - + cd $src + export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl" + export AWESOME_IGNORE_LGI=1 + make CMAKE_ARGS=" -DPREFIX=/usr -DXDG_CONFIG_DIR=/etc/xdg \ + -DCMAKE_BUILD_TYPE=RELEASE" && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/etc - cp -a $_pkg/etc $fs/ + cp -a $install/etc $fs/ mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/local/bin $fs/usr + cp -a $install/usr/local/share $fs/usr } post_install()