wok-current rev 9792
awesome+startup-notification: fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 13 23:19:06 2011 +0200 (2011-05-13) |
parents | 2325c41c9264 |
children | 4c79e08222a7 |
files | awesome/receipt startup-notification/receipt |
line diff
1.1 --- a/awesome/receipt Fri May 13 22:32:56 2011 +0200 1.2 +++ b/awesome/receipt Fri May 13 23:19:06 2011 +0200 1.3 @@ -5,13 +5,18 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="awesome is a highly configurable, next generation framework window manager for X." 1.6 MAINTAINER="mallory@sweetpeople.org" 1.7 -DEPENDS="xorg-libX11 libxcb xcb-util lua pango cairo imlib2 dbus libev libxdg-basedir startup-notification freetype fontconfig libpng" 1.8 -BUILD_DEPENDS="cmake xorg-libX11-dev libxcb-dev xcb-util-dev lua-dev pango-dev cairo-dev imlib2 imlib2-dev dbus-dev libev-dev gperf cairo libxdg-basedir-dev startup-notification-dev imagemagick pkg-config freetype-dev fontconfig-dev libpng-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://awesome.naquadah.org" 1.11 WGET_URL="$WEB_SITE/download/$TARBALL" 1.12 TAGS="window-manager wm" 1.13 1.14 +DEPENDS="xorg-libX11 libxcb xcb-util lua pango cairo imlib2 dbus libev \ 1.15 +libxdg-basedir startup-notification freetype fontconfig libpng" 1.16 +BUILD_DEPENDS="cmake xorg-libX11-dev libxcb-dev xcb-util-dev lua-dev pango-dev \ 1.17 +cairo-dev imlib2 imlib2-dev dbus-dev libev-dev gperf cairo libxdg-basedir-dev \ 1.18 +startup-notification-dev imagemagick pkg-config freetype-dev fontconfig-dev \ 1.19 +libpng-dev" 1.20 + 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 {
2.1 --- a/startup-notification/receipt Fri May 13 22:32:56 2011 +0200 2.2 +++ b/startup-notification/receipt Fri May 13 23:19:06 2011 +0200 2.3 @@ -5,19 +5,20 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Startup notification protocol" 2.6 MAINTAINER="erjo@slitaz.org" 2.7 -DEPENDS="glibc-base util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM \ 2.8 -xorg-libX11 xorg-libXau xorg-libXdmcp" 2.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.10 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/" 2.11 WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL" 2.12 2.13 +DEPENDS="util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \ 2.14 +xorg-libXau xorg-libXdmcp" 2.15 +BUILD_DEPENDS="util-linux-ng-uuid-dev libxcb-dev xcb-util-dev" 2.16 + 2.17 # Rules to configure and make the package. 2.18 compile_rules() 2.19 { 2.20 cd $src 2.21 ./configure -C --prefix=/usr && 2.22 - make && 2.23 - make install 2.24 + make && make install 2.25 } 2.26 2.27 # Rules to gen a SliTaz package suitable for Tazpkg.