# HG changeset patch # User Christophe Lincoln # Date 1336427525 -7200 # Node ID 8b934aefd3ce6a173035f1d7ee777961127ddb75 # Parent cb6c3a7328e7331b7999405651ddca0271ebd1eb Up: ufraw (0.18) with Gimp plug-in and maintain package diff -r cb6c3a7328e7 -r 8b934aefd3ce gimp-plugin-ufraw/receipt --- a/gimp-plugin-ufraw/receipt Mon May 07 23:33:32 2012 +0200 +++ b/gimp-plugin-ufraw/receipt Mon May 07 23:52:05 2012 +0200 @@ -1,10 +1,10 @@ # SliTaz package receipt. PACKAGE="gimp-plugin-ufraw" -VERSION="0.17" +VERSION="0.18" CATEGORY="graphics" SHORT_DESC="Add raw files support to GIMP with UFRaw." -MAINTAINER="gokhlayeh@slitaz.org" +MAINTAINER="pankso@slitaz.org" DEPENDS="gimp" SUGGESTED="ufraw-locales" WANTED="ufraw" @@ -14,5 +14,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib/ $fs/usr -} \ No newline at end of file + cp -a $install/usr/lib $fs/usr +} diff -r cb6c3a7328e7 -r 8b934aefd3ce ufraw-locales/receipt --- a/ufraw-locales/receipt Mon May 07 23:33:32 2012 +0200 +++ b/ufraw-locales/receipt Mon May 07 23:52:05 2012 +0200 @@ -1,10 +1,10 @@ # SliTaz package receipt. PACKAGE="ufraw-locales" -VERSION="0.17" +VERSION="0.18" CATEGORY="misc" SHORT_DESC="Locales for ufraw and gimp-plugin-ufraw." -MAINTAINER="gokhlayeh@slitaz.org" +MAINTAINER="pankso@slitaz.org" WANTED="ufraw" WEB_SITE="http://ufraw.sourceforge.net/" @@ -12,5 +12,5 @@ genpkg_rules() { mkdir -p $fs/usr $fs/usr/share - cp -a $_pkg/usr/share/locale $fs/usr/share + cp -a $install/usr/share/locale $fs/usr/share } diff -r cb6c3a7328e7 -r 8b934aefd3ce ufraw/receipt --- a/ufraw/receipt Mon May 07 23:33:32 2012 +0200 +++ b/ufraw/receipt Mon May 07 23:52:05 2012 +0200 @@ -1,34 +1,33 @@ # SliTaz package receipt. PACKAGE="ufraw" -VERSION="0.17" +VERSION="0.18" CATEGORY="graphics" SHORT_DESC="Utility to read and manipulate raw images from digital cameras." -MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="gtk+ exiv2 libgtkimageview libgomp" -BUILD_DEPENDS="gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev libgtkimageview-dev" -SUGGESTED="ufraw-locales" +MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://ufraw.sourceforge.net/" -WGET_URL="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL" +WEB_SITE="http://ufraw.sourceforge.net/" +WGET_URL="$SF_MIRROR/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL" +SUGGESTED="ufraw-locales gimp-plugin-ufraw" + +DEPENDS="gtk+ exiv2 lcms tiff libgtkimageview libgomp bzip2" +BUILD_DEPENDS="gimp gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev \ +libgtkimageview-dev bzip2-dev" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $src/ufraw.desktop $fs/usr/share/applications }