# HG changeset patch # User Pascal Bellard # Date 1427358859 -3600 # Node ID d3eb5f4b53ea175f7921c592d62cde04b669528a # Parent e769b3202a0f5d4ff2d0ce8b4c6f86a84b302dc1 Use VERSION variable diff -r e769b3202a0f -r d3eb5f4b53ea avant-window-navigator/receipt --- a/avant-window-navigator/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/avant-window-navigator/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://launchpad.net/awn/" -WGET_URL="http://launchpad.net/awn/0.4/$VERSION/+download/$TARBALL" +WGET_URL="http://launchpad.net/awn/${VERSION%.*}/$VERSION/+download/$TARBALL" TAGS="panel" DEPENDS="acl dbus dbus-glib librsvg libwnck xorg-xcompmgr libgtop \ @@ -24,7 +24,6 @@ # Binutils 2.22 break many packages build without LDFLAGS set correctly. export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" - cd $src ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff -r e769b3202a0f -r d3eb5f4b53ea balance/receipt --- a/balance/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/balance/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,13 +8,12 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.inlab.de/balance.html" -WGET_URL="http://www.inlab.de/balance-3.42.tar.gz" +WGET_URL="http://www.inlab.de/$TARBALL" TAGS="web internet load-balancing proxy tcp ipv6" # Rules to configure and make the package. compile_rules() { - cd $src mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null make && make DESTDIR=$DESTDIR install @@ -26,4 +25,3 @@ mkdir -p $fs/usr cp -a $install/usr/sbin $fs/usr } - diff -r e769b3202a0f -r d3eb5f4b53ea beautifulsoup/receipt --- a/beautifulsoup/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/beautifulsoup/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -9,7 +9,7 @@ SOURCE="beautifulsoup4" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.crummy.com/software/BeautifulSoup/" -WGET_URL="http://www.crummy.com/software/BeautifulSoup/bs4/download/4.3/$TARBALL" +WGET_URL="${WEB_SITE}bs4/download/${VERSION%.*}/$TARBALL" TAGS="parser XML HTML" DEPENDS="python" @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build python setup.py install --root=$DESTDIR } diff -r e769b3202a0f -r d3eb5f4b53ea brasero/receipt --- a/brasero/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/brasero/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/projects/brasero" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.30/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="glib gtk+ GConf gstreamer gst-plugins-base libxml2 libunique \ dbus-glib cdrdao dvd+rw-tools libcanberra libvorbis libogg" @@ -21,7 +21,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --disable-schemas-install \ diff -r e769b3202a0f -r d3eb5f4b53ea cclcfox/receipt --- a/cclcfox/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/cclcfox/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ccl.sourceforge.net" -WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclcfox/0.7.0/$TARBALL" +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclcfox/$VERSION/$TARBALL" DEPENDS="libcclc fox14" BUILD_DEPENDS="libcclc-dev fox14-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" ./configure \ --prefix=/usr \ @@ -32,4 +31,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } - diff -r e769b3202a0f -r d3eb5f4b53ea cclfox/receipt --- a/cclfox/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/cclfox/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ccl.sourceforge.net" -WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclfox/0.7.0/$TARBALL" +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclfox/$VERSION/$TARBALL" DEPENDS="libccls fox14 glib" BUILD_DEPENDS="libccls-dev fox14-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -31,4 +30,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } - diff -r e769b3202a0f -r d3eb5f4b53ea cherokee/receipt --- a/cherokee/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/cherokee/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cherokee-project.com/" -WGET_URL="http://www.cherokee-project.com/download/1.2/$VERSION/$TARBALL" +WGET_URL="http://www.cherokee-project.com/download/${VERSION%.*}/$VERSION/$TARBALL" PROVIDE="lighttpd" DEPENDS="pcre cyrus-sasl openssl python libmysqlclient libldap ffmpeg" @@ -17,8 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src - # Update deprecated symbols of ffmpeg sed -i 's|hdl->avformat->file_size|avio_size(hdl->avformat)|' cherokee/handler_streaming.c @@ -55,4 +53,3 @@ cp -a $install/etc $fs cp -a $stuff/cherokee $fs/etc/init.d } - diff -r e769b3202a0f -r d3eb5f4b53ea cmake/receipt --- a/cmake/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/cmake/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cmake.org/" -WGET_URL="http://www.cmake.org/files/v3.1/$TARBALL" +WGET_URL="http://www.cmake.org/files/v${VERSION%.*}/$TARBALL" DEPENDS="openssl libidn gcc-lib-base" BUILD_DEPENDS="ncurses-dev gcc-lib-base" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./bootstrap \ --prefix=/usr \ --docdir=/share/doc/$PACKAGE \ diff -r e769b3202a0f -r d3eb5f4b53ea compiz-ccsm/receipt --- a/compiz-ccsm/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/compiz-ccsm/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org/" -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL" DEPENDS="python pygtk compiz-core compiz-libcompizconfig \ compiz-compizconfig-python" @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./setup.py build --prefix=/usr ./setup.py install --prefix=/usr --root=$WOK/$PACKAGE/install } diff -r e769b3202a0f -r d3eb5f4b53ea compiz-compizconfig-python/receipt --- a/compiz-compizconfig-python/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/compiz-compizconfig-python/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org/" -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL" DEPENDS="python pygtk compiz-core compiz-libcompizconfig" BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \ @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build python setup.py install --root=$WOK/$PACKAGE/install } diff -r e769b3202a0f -r d3eb5f4b53ea compiz-core/receipt --- a/compiz-core/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/compiz-core/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="MIT GPL LGPL" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org/" -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL" DEPENDS="librsvg libxslt startup-notification libboost-serialization \ glibmm mesa emerald dbus dbus-glib" diff -r e769b3202a0f -r d3eb5f4b53ea compiz-plugins-extra/receipt --- a/compiz-plugins-extra/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/compiz-plugins-extra/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org/" -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL" DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg \ libnotify compiz-plugins-main" diff -r e769b3202a0f -r d3eb5f4b53ea compiz-plugins-main/receipt --- a/compiz-plugins-main/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/compiz-plugins-main/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org/" -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL" DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg" BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \ @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src mkdir build && cd build && cmake \ -DCMAKE_INSTALL_PREFIX="/usr" \ diff -r e769b3202a0f -r d3eb5f4b53ea compiz-plugins-unsupported/receipt --- a/compiz-plugins-unsupported/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/compiz-plugins-unsupported/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.compiz.org/" -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL" DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg \ compiz-plugins-main" @@ -19,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src mkdir build && cd build && cmake \ -DCMAKE_INSTALL_PREFIX="/usr" \ diff -r e769b3202a0f -r d3eb5f4b53ea directfb/receipt --- a/directfb/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/directfb/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -9,7 +9,7 @@ SOURCE="DirectFB" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.directfb.org/" -WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-1.4/$TARBALL" +WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-${VERSION%.*}/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="libpng libjpeg freetype tslib zlib" diff -r e769b3202a0f -r d3eb5f4b53ea dotconf/receipt --- a/dotconf/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/dotconf/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,14 +8,13 @@ LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.azzit.de/dotconf/" -WGET_URL="http://www.azzit.de/dotconf/download/v1.0/$TARBALL" +WGET_URL="http://www.azzit.de/dotconf/download/v${VERSION%.*}/$TARBALL" DEPENDS="" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -32,4 +31,3 @@ cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/share $fs/usr } - diff -r e769b3202a0f -r d3eb5f4b53ea esound/receipt --- a/esound/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/esound/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" WEB_SITE="http://www.tux.org/~ricdude/EsounD.html" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/esound/0.2/$TARBALL" +WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/esound/${VERSION%.*}/$TARBALL" TAGS="audio sound" HOST_ARCH="i486 arm" @@ -33,4 +33,3 @@ cp -a $install/etc $fs cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r e769b3202a0f -r d3eb5f4b53ea fritzing/receipt --- a/fritzing/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/fritzing/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL" TARBALL="$PACKAGE-${VERSION}.source.tar.bz2" WEB_SITE="http://fritzing.org" -WGET_URL="http://fritzing.org/download/0.8.7b/source-tarball/$TARBALL" +WGET_URL="http://fritzing.org/download/$VERSION/source-tarball/$TARBALL" HOST_ARCH="i486" DEPENDS="libboost-graph libQtCore libQtXml quazip" diff -r e769b3202a0f -r d3eb5f4b53ea gimp/receipt --- a/gimp/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/gimp/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gimp.org/" -WGET_URL="http://download.gimp.org/pub/gimp/v2.8/$TARBALL" +WGET_URL="http://download.gimp.org/pub/gimp/v${VERSION%.*}/$TARBALL" SUGGESTED="gimp-plug-ins gimp-brushes gimp-console gimp-plugin-ufraw" DEPENDS="libart_lgpl babl gegl libgio tiff xorg-libXdamage xorg-libXmu \ @@ -20,7 +20,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff -r e769b3202a0f -r d3eb5f4b53ea gnet/receipt --- a/gnet/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/gnet/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="LGPL" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnetlibrary.org/" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/2.0/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/${VERSION%.*}/$TARBALL" DEPENDS="glib" BUILD_DEPENDS="glib-dev util-linux-uuid-dev" @@ -18,7 +18,6 @@ { # Binutils 2.22 break many packages build without LDFLAGS set correctly. export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lXt" - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -34,4 +33,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r e769b3202a0f -r d3eb5f4b53ea gob2/receipt --- a/gob2/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/gob2/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects" WEB_SITE="http://www.5z.com/jirka/gob.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/${VERSION%.*}/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="glib" diff -r e769b3202a0f -r d3eb5f4b53ea goocanvas/receipt --- a/goocanvas/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/goocanvas/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://live.gnome.org/GooCanvas" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/1.0/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="gtk+" BUILD_DEPENDS="gtk+-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -31,4 +30,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r e769b3202a0f -r d3eb5f4b53ea gst-omx/receipt --- a/gst-omx/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/gst-omx/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html" -WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.0.0.tar.xz" +WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/$TARBALL" HOST_ARCH="arm" DEPENDS="gstreamer-1.0 gst-plugins-base-1.0" diff -r e769b3202a0f -r d3eb5f4b53ea gtk2-engine-murrine/receipt --- a/gtk2-engine-murrine/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/gtk2-engine-murrine/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="LGPL3" WEB_SITE="http://www.cimitan.com/murrine" TARBALL="murrine-$VERSION.tar.xz" -WGET_URL="$GNOME_MIRROR/murrine/0.98/$TARBALL" +WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL" TAGS="gtk2" DEPENDS="gtk+" @@ -33,4 +33,3 @@ cp -a $install/usr/share $fs/usr find $fs -name '*.la' -delete } - diff -r e769b3202a0f -r d3eb5f4b53ea gtk3-engine-unico/receipt --- a/gtk3-engine-unico/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/gtk3-engine-unico/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://launchpad.net/unico" SOURCE="unico" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://launchpad.net/unico/1.0/$VERSION/+download/$TARBALL" +WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL" TAGS="gtk3" DEPENDS="gtk+3" diff -r e769b3202a0f -r d3eb5f4b53ea gtkhotkey/receipt --- a/gtkhotkey/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/gtkhotkey/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="LGPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://launchpad.net/gtkhotkey" -WGET_URL="https://launchpad.net/gtkhotkey/0.2/$VERSION/+download/$TARBALL" +WGET_URL="https://launchpad.net/gtkhotkey/${VERSION%.*}/$VERSION/+download/$TARBALL" DEPENDS="glib libgio gtk+" BUILD_DEPENDS="wget glib-dev libgio-dev gtk+-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's|||' src/x11/tomboykeybinder.h src/gtk-hotkey-error.h ./configure $CONFIGURE_ARGS && make && make install diff -r e769b3202a0f -r d3eb5f4b53ea gyrus/receipt --- a/gyrus/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/gyrus/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://projects.gnome.org/gyrus/" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/0.3/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/${VERSION%.*}/$TARBALL" DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf" BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev \ diff -r e769b3202a0f -r d3eb5f4b53ea icewm/receipt --- a/icewm/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/icewm/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.icewm.org/" -WGET_URL="$SF_MIRROR/icewm/icewm-1.3/$VERSION/$TARBALL" +WGET_URL="$SF_MIRROR/icewm/icewm-${VERSION%.*}/$VERSION/$TARBALL" TAGS="window-manager" BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev xorg-libXext-dev \ @@ -24,7 +24,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i '/deprecated/d' src/base.h sed -i 's/^CORE_LIBS =/& -lfontconfig/' src/Makefile.in ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/icewm \ diff -r e769b3202a0f -r d3eb5f4b53ea imlib/receipt --- a/imlib/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/imlib/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://freshmeat.net/projects/imlib/" -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/1.9/$TARBALL" +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext giflib jpeg libpng tiff zlib util-linux-uuid" BUILD_DEPENDS="slitaz-toolchain xorg-dev xorg-xextproto giflib giflib-dev jpeg jpeg-dev libpng libpng-dev tiff tiff-dev zlib zlib-dev util-linux-uuid-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff -r e769b3202a0f -r d3eb5f4b53ea jed/receipt --- a/jed/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/jed/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,8 +8,8 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.jedsoft.org/jed/" -WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/$TARBALL" -# ftp://space.mit.edu/pub/davis/jed/v0.99/$TARBALL" +WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v${VERSION%-*}/$TARBALL" +# ftp://space.mit.edu/pub/davis/jed/v${VERSION%-*}/$TARBALL" TAGS="text-editor" DEPENDS="slang" @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src JED_ROOT=/usr/share/jed ./configure --prefix=/usr $CONFIGURE_ARGS make && make -j1 DESTDIR=$DESTDIR install 2>&1 | grep -v xjed @@ -31,4 +30,3 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/jed/lib $fs/usr/share/jed } - diff -r e769b3202a0f -r d3eb5f4b53ea libcclc/receipt --- a/libcclc/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/libcclc/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ccl.sourceforge.net" -WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/libcclc/0.7.0/libcclc-0.7.0.tar.bz2" +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/libcclc/$VERSION/$TARBALL" #WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" DEPENDS="openssl sqlite" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -32,4 +31,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r e769b3202a0f -r d3eb5f4b53ea libgnomeprintui/receipt --- a/libgnomeprintui/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/libgnomeprintui/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/2.18/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="gtk+ libgnomeprint libgnomecanvas libart_lgpl" BUILD_DEPENDS="pkg-config gnome-icon-theme flex libgnomeprint-dev \ @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --with-html-dir=/usr/share/doc \ $CONFIGURE_ARGS && diff -r e769b3202a0f -r d3eb5f4b53ea libgtkhtml/receipt --- a/libgtkhtml/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/libgtkhtml/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://freshmeat.net/projects/libgtkhtml/" -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.11/$TARBALL" +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="glibc-base glib libgio expat libxml2 zlib \ gtk+ cairo atk fontconfig freetype pango pixman libpng \ @@ -19,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff -r e769b3202a0f -r d3eb5f4b53ea libmatchbox/receipt --- a/libmatchbox/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/libmatchbox/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" -WGET_URL="${WEB_SITE}sources/$PACKAGE/1.9/$TARBALL" +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL" DEPENDS="pango" BUILD_DEPENDS="pango-dev jpeg-dev libxml2-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" #--enable-xsettings ./configure \ diff -r e769b3202a0f -r d3eb5f4b53ea libmcrypt/receipt --- a/libmcrypt/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/libmcrypt/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,14 +8,13 @@ LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mcrypt.sourceforge.net/" -WGET_URL="http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz" +WGET_URL="http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/$VERSION/$TARBALL" DEPENDS="" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -31,4 +30,3 @@ cp -a $install/usr/lib/libmcrypt $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r e769b3202a0f -r d3eb5f4b53ea libsdl-gfx/receipt --- a/libsdl-gfx/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/libsdl-gfx/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -9,7 +9,7 @@ LICENSE="LGPL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/" -WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-2.0/$TARBALL" +WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-${VERSION%.*}/$TARBALL" DEPENDS="libsdl" BUILD_DEPENDS="libsdl-dev" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install } diff -r e769b3202a0f -r d3eb5f4b53ea lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/lighttpd-ssl/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -10,7 +10,7 @@ SOURCE="lighttpd" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://www.lighttpd.net/" -WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" +WGET_URL="http://download.lighttpd.net/lighttpd/releases-${VERSION%.*}.x/$TARBALL" CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd" PROVIDE="lighttpd" HOST_ARCH="i486 arm" @@ -33,7 +33,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i '/addrs_left/d' src/mod_extforward.c ./configure \ --enable-shared \ diff -r e769b3202a0f -r d3eb5f4b53ea lighttpd/receipt --- a/lighttpd/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/lighttpd/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -9,7 +9,7 @@ SUGGESTED="lighttpd-modules php perl python" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.lighttpd.net/" -WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" +WGET_URL="http://download.lighttpd.net/lighttpd/releases-${VERSION%.*}.x/$TARBALL" CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf" HOST_ARCH="i486 arm" @@ -33,7 +33,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i '/addrs_left/d' src/mod_extforward.c ./configure \ --enable-shared \ diff -r e769b3202a0f -r d3eb5f4b53ea matchbox-common/receipt --- a/matchbox-common/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/matchbox-common/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL" +WGET_URL="${WEB_SITE}sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="gtk+ libmatchbox" BUILD_DEPENDS="gtk+-dev libmatchbox-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install } diff -r e769b3202a0f -r d3eb5f4b53ea matchbox-desktop-2/receipt --- a/matchbox-desktop-2/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/matchbox-desktop-2/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -9,7 +9,7 @@ SOURCE="matchbox-desktop" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" -WGET_URL="${WEB_SITE}sources/$SOURCE/2.0/$TARBALL" +WGET_URL="${WEB_SITE}sources/$SOURCE/$VERSION/$TARBALL" DEPENDS="gtk+ dbus dbus-glib util-linux-uuid" BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev" @@ -20,7 +20,6 @@ # Binutils 2.22 break many packages build without LDFLAGS set correctly. export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" - cd $src ./configure \ --disable-startup-notification \ $CONFIGURE_ARGS && diff -r e769b3202a0f -r d3eb5f4b53ea matchbox-desktop/receipt --- a/matchbox-desktop/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/matchbox-desktop/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL" +WGET_URL="${WEB_SITE}sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="gtk+ startup-notification libmatchbox" BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl" ./configure \ --sysconfdir=/etc \ @@ -35,4 +34,3 @@ $fs/usr/lib/matchbox/desktop cp -a $install/usr/share $fs/usr } - diff -r e769b3202a0f -r d3eb5f4b53ea matchbox-panel-manager/receipt --- a/matchbox-panel-manager/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/matchbox-panel-manager/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.1/$TARBALL" +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL" DEPENDS="gtk+ matchbox-panel" BUILD_DEPENDS="gtk+-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" ./configure $CONFIGURE_ARGS && make && make install diff -r e769b3202a0f -r d3eb5f4b53ea matchbox-panel/receipt --- a/matchbox-panel/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/matchbox-panel/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL" +WGET_URL="${WEB_SITE}sources/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="gtk+ startup-notification libmatchbox wireless_tools" BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev wireless_tools-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" #--enable-small-icons #--enable-acpi-linux @@ -33,4 +32,3 @@ cp -a $install/usr/share/applications $fs/usr/share cp -a $install/usr/share/pixmaps $fs/usr/share } - diff -r e769b3202a0f -r d3eb5f4b53ea matchbox-themes-extra/receipt --- a/matchbox-themes-extra/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/matchbox-themes-extra/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,12 +8,11 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.3/$TARBALL" +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } diff -r e769b3202a0f -r d3eb5f4b53ea matchbox-window-manager/receipt --- a/matchbox-window-manager/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/matchbox-window-manager/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" -WGET_URL="${WEB_SITE}sources/$PACKAGE/1.2/$TARBALL" +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL" TAGS="window-manager" DEPENDS="gtk+ startup-notification libmatchbox" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --sysconfdir=/etc \ --enable-expat \ @@ -35,4 +34,3 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/share $fs/usr } - diff -r e769b3202a0f -r d3eb5f4b53ea mb-applet-volume/receipt --- a/mb-applet-volume/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/mb-applet-volume/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.2/$TARBALL" +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL" DEPENDS="gtk+ libmatchbox" BUILD_DEPENDS="gtk+-dev libmatchbox-dev" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install } @@ -29,4 +28,3 @@ cp -a $install/usr/share/applications $fs/usr/share cp -a $install/usr/share/pixmaps $fs/usr/share } - diff -r e769b3202a0f -r d3eb5f4b53ea mgetty/receipt --- a/mgetty/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/mgetty/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,15 +8,13 @@ LICENSE="GPL2" TARBALL="$PACKAGE$VERSION-Jun05.tar.gz" WEB_SITE="http://mgetty.greenie.net/" -WGET_URL="ftp://mgetty.greenie.net/pub/$PACKAGE/source/1.1/$TARBALL" +WGET_URL="ftp://mgetty.greenie.net/pub/$PACKAGE/source/${VERSION%.*}/$TARBALL" DEPENDS="slitaz-base-files" CONFIG_FILES="/etc/mgetty+sendfax" # Rules to configure and make the package. compile_rules() { - - cd $src [ -f Makefile.dist ] && mv -f Makefile.dist Makefile cp Makefile Makefile.dist cp Makefile Makefile.install diff -r e769b3202a0f -r d3eb5f4b53ea monkey/receipt --- a/monkey/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/monkey/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="APL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://monkey-project.com" -WGET_URL="$WEB_SITE/releases/1.5/$TARBALL" +WGET_URL="$WEB_SITE/releases/${VERSION%.*}/$TARBALL" DEPENDS="" BUILD_DEPENDS="findutils" diff -r e769b3202a0f -r d3eb5f4b53ea muparser/receipt --- a/muparser/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/muparser/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -6,9 +6,9 @@ SHORT_DESC="A fast math parser library" MAINTAINER="devl547@gmail.com" LICENSE="MIT" -TARBALL="muparser_v2_2_3.zip" +TARBALL="muparser_v${VERSION//./_}.zip" WEB_SITE="http://muparser.beltoforion.de/" -WGET_URL="http://downloads.sourceforge.net/project/muparser/muparser/Version%202.2.3/$TARBALL" +WGET_URL="http://downloads.sourceforge.net/project/muparser/muparser/Version%20$VERSION/$TARBALL" DEPENDS="" BUILD_DEPENDS="" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --disable-samples \ $CONFIGURE_ARGS && diff -r e769b3202a0f -r d3eb5f4b53ea murrine/receipt --- a/murrine/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/murrine/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="LGPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.cimitan.com/murrine" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/${VERSION%.*.*}/$TARBALL" DEPENDS="pixman expat libgio gtk+" BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src find . -name '*.[ch]*' | xargs sed -i 's||&\n#include |' xfburn/xfburn-settings.h ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/bin \ diff -r e769b3202a0f -r d3eb5f4b53ea xfmedia/receipt --- a/xfmedia/receipt Thu Mar 26 02:57:59 2015 -0300 +++ b/xfmedia/receipt Thu Mar 26 09:34:19 2015 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://spuriousinterrupt.org/projects/xfmedia" -WGET_URL="http://spuriousinterrupt.org/files/xfmedia/xfmedia-0.9.2.tar.bz2" +WGET_URL="http://spuriousinterrupt.org/files/xfmedia/$TARBALL" DEPENDS="libxfcegui4 libexo xine-lib xorg-libXss xorg-libXtst taglib libexo startup-notification" BUILD_DEPENDS="libexo-dev util-linux-uuid-dev xine-lib-dev intltool libxfcegui4-dev \ @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/return xine_trick_mode.*/return 0;/' src/xfmedia-xine.c patch -Np1 -i $stuff/xfmedia-dbus-0.6-support.patch patch -Np1 -i $stuff/xfmedia-empty-prev-next-fix.patch @@ -49,4 +48,3 @@ # Strip evrythings find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \; } -