# HG changeset patch # User Christopher Rogers # Date 1307406369 0 # Node ID 47439c60021fdd9240d7fd33c49d5af8b45a2cc8 # Parent cebe6f13e8417cf2ab9c6398adc53b1a229d3fe7 python-notify: Removed. We have notify-python originally. diff -r cebe6f13e841 -r 47439c60021f decibel/receipt --- a/decibel/receipt Mon Jun 06 21:15:23 2011 +0100 +++ b/decibel/receipt Tue Jun 07 00:26:09 2011 +0000 @@ -5,7 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Decibel audio player for Gnome Desktop." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="python gst-python python-notify pygtk dbus-python mutagen" +DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" BUILD_DEPENDS="gettext" SOURCE="$PACKAGE-audio-player" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -18,7 +18,7 @@ cd $src # needed to install locale files [ -L /usr/bin/find ]; tazpkg get-install findutils --forced - make prefix=/usr DESTDIR=$PWD/_pkg install + make prefix=/usr DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r cebe6f13e841 -r 47439c60021f miro/receipt --- a/miro/receipt Mon Jun 06 21:15:23 2011 +0100 +++ b/miro/receipt Tue Jun 07 00:26:09 2011 +0000 @@ -5,12 +5,13 @@ CATEGORY="multimedia" SHORT_DESC="The free and open source internet TV platform." MAINTAINER="slaxemulator@gmail.com" -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" -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" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.getmiro.com" WGET_URL="http://ftp.osuosl.org/pub/pculture.org/$PACKAGE/src/$TARBALL" +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" +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" + # Rules to configure and make the package. compile_rules() { diff -r cebe6f13e841 -r 47439c60021f notify-python/receipt --- a/notify-python/receipt Mon Jun 06 21:15:23 2011 +0100 +++ b/notify-python/receipt Tue Jun 07 00:26:09 2011 +0000 @@ -5,13 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Python binding to libnotify" MAINTAINER="pankso@slitaz.org" -DEPENDS="python libnotify" -BUILD_DEPENDS="python-dev libnotify-dev pygtk pygtk-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.galago-project.org/" WGET_URL="http://www.galago-project.org/files/releases/source/notify-python/$TARBALL" TAGS="python" +DEPENDS="python libnotify" +BUILD_DEPENDS="python-dev libnotify-dev pygtk pygtk-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,7 +21,7 @@ --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r cebe6f13e841 -r 47439c60021f python-notify/receipt --- a/python-notify/receipt Mon Jun 06 21:15:23 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="python-notify" -VERSION="0.1.1" -CATEGORY="development" -SHORT_DESC="Python bindings for libnotify." -MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libnotify pygtk" -BUILD_DEPENDS="libnotify-dev pygtk-dev python-dev pkg-config" -SOURCE="notify-python" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.galago-project.org/" -WGET_URL="http://www.galago-project.org/files/releases/source/$SOURCE/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure && - make && make -j1 DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $_pkg/usr $fs -} -