wok-4.x rev 10827
python-notify: Removed. We have notify-python originally.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 07 00:26:09 2011 +0000 (2011-06-07) |
parents | cebe6f13e841 |
children | 6d9bce2a1a70 |
files | decibel/receipt miro/receipt notify-python/receipt python-notify/receipt |
line diff
1.1 --- a/decibel/receipt Mon Jun 06 21:15:23 2011 +0100 1.2 +++ b/decibel/receipt Tue Jun 07 00:26:09 2011 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Decibel audio player for Gnome Desktop." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="python gst-python python-notify pygtk dbus-python mutagen" 1.8 +DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" 1.9 BUILD_DEPENDS="gettext" 1.10 SOURCE="$PACKAGE-audio-player" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 @@ -18,7 +18,7 @@ 1.13 cd $src 1.14 # needed to install locale files 1.15 [ -L /usr/bin/find ]; tazpkg get-install findutils --forced 1.16 - make prefix=/usr DESTDIR=$PWD/_pkg install 1.17 + make prefix=/usr DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/miro/receipt Mon Jun 06 21:15:23 2011 +0100 2.2 +++ b/miro/receipt Tue Jun 07 00:26:09 2011 +0000 2.3 @@ -5,12 +5,13 @@ 2.4 CATEGORY="multimedia" 2.5 SHORT_DESC="The free and open source internet TV platform." 2.6 MAINTAINER="slaxemulator@gmail.com" 2.7 -DEPENDS="dbus-python python-pyrex pygtk gstreamer python-pysqlite pywebkitgtk shared-mime-info desktop-file-utils hicolor-icon-theme gst-python python-notify libtorrent-rasterbar gst-plugins-base gst-plugins-good pycurl python-gconf" 2.8 -BUILD_DEPENDS="$DEPENDS python-dev dbus-python-dev pygtk-dev gstreamer-dev shared-mime-info-dev gst-python-dev libtorrent-rasterbar-dev libsoup-dev libwebkit-dev gst-plugins-base-dev gst-plugins-good-dev imagemagick" 2.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.10 WEB_SITE="http://www.getmiro.com" 2.11 WGET_URL="http://ftp.osuosl.org/pub/pculture.org/$PACKAGE/src/$TARBALL" 2.12 2.13 +DEPENDS="dbus-python python-pyrex pygtk gstreamer python-pysqlite pywebkitgtk shared-mime-info desktop-file-utils hicolor-icon-theme gst-python notify-python libtorrent-rasterbar gst-plugins-base gst-plugins-good pycurl python-gconf" 2.14 +BUILD_DEPENDS="$DEPENDS python-dev dbus-python-dev pygtk-dev gstreamer-dev shared-mime-info-dev gst-python-dev libtorrent-rasterbar-dev libsoup-dev libwebkit-dev gst-plugins-base-dev gst-plugins-good-dev imagemagick" 2.15 + 2.16 # Rules to configure and make the package. 2.17 compile_rules() 2.18 {
3.1 --- a/notify-python/receipt Mon Jun 06 21:15:23 2011 +0100 3.2 +++ b/notify-python/receipt Tue Jun 07 00:26:09 2011 +0000 3.3 @@ -5,13 +5,14 @@ 3.4 CATEGORY="system-tools" 3.5 SHORT_DESC="Python binding to libnotify" 3.6 MAINTAINER="pankso@slitaz.org" 3.7 -DEPENDS="python libnotify" 3.8 -BUILD_DEPENDS="python-dev libnotify-dev pygtk pygtk-dev" 3.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.10 WEB_SITE="http://www.galago-project.org/" 3.11 WGET_URL="http://www.galago-project.org/files/releases/source/notify-python/$TARBALL" 3.12 TAGS="python" 3.13 3.14 +DEPENDS="python libnotify" 3.15 +BUILD_DEPENDS="python-dev libnotify-dev pygtk pygtk-dev" 3.16 + 3.17 # Rules to configure and make the package. 3.18 compile_rules() 3.19 { 3.20 @@ -20,7 +21,7 @@ 3.21 --prefix=/usr \ 3.22 $CONFIGURE_ARGS && 3.23 make && 3.24 - make DESTDIR=$PWD/_pkg install 3.25 + make DESTDIR=$DESTDIR install 3.26 } 3.27 3.28 # Rules to gen a SliTaz package suitable for Tazpkg.
4.1 --- a/python-notify/receipt Mon Jun 06 21:15:23 2011 +0100 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,28 +0,0 @@ 4.4 -# SliTaz package receipt. 4.5 - 4.6 -PACKAGE="python-notify" 4.7 -VERSION="0.1.1" 4.8 -CATEGORY="development" 4.9 -SHORT_DESC="Python bindings for libnotify." 4.10 -MAINTAINER="slaxemulator@gmail.com" 4.11 -DEPENDS="libnotify pygtk" 4.12 -BUILD_DEPENDS="libnotify-dev pygtk-dev python-dev pkg-config" 4.13 -SOURCE="notify-python" 4.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 4.15 -WEB_SITE="http://www.galago-project.org/" 4.16 -WGET_URL="http://www.galago-project.org/files/releases/source/$SOURCE/$TARBALL" 4.17 - 4.18 -# Rules to configure and make the package. 4.19 -compile_rules() 4.20 -{ 4.21 - cd $src 4.22 - ./configure && 4.23 - make && make -j1 DESTDIR=$DESTDIR install 4.24 -} 4.25 - 4.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 4.27 -genpkg_rules() 4.28 -{ 4.29 - cp -a $_pkg/usr $fs 4.30 -} 4.31 -