[arch-commits] Commit in gimp-ufraw/repos (8 files)

2015-07-03 Thread Alexander Rødseth
Date: Friday, July 3, 2015 @ 14:56:55
  Author: arodseth
Revision: 136322

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  gimp-ufraw/repos/community-staging-i686/PKGBUILD
(from rev 136321, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-staging-i686/gimp-ufraw.install
(from rev 136321, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-staging-x86_64/PKGBUILD
(from rev 136321, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-staging-x86_64/gimp-ufraw.install
(from rev 136321, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-staging-i686/PKGBUILD
  gimp-ufraw/repos/community-staging-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-staging-x86_64/PKGBUILD
  gimp-ufraw/repos/community-staging-x86_64/gimp-ufraw.install

-+
 /PKGBUILD   |   96 ++
 /gimp-ufraw.install |   26 +++
 community-staging-i686/PKGBUILD |   48 -
 community-staging-i686/gimp-ufraw.install   |6 -
 community-staging-x86_64/PKGBUILD   |   48 -
 community-staging-x86_64/gimp-ufraw.install |6 -
 6 files changed, 122 insertions(+), 108 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-07-03 12:55:46 UTC (rev 136321)
+++ community-staging-i686/PKGBUILD 2015-07-03 12:56:55 UTC (rev 136322)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Martin Sugioarto na...@web.de
-
-pkgname=gimp-ufraw
-pkgver=0.22
-pkgrel=2
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 
'lensfun')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e')
-
-prepare() {
-  # One of the include files that comes with cinepaint requires
-  # ../lib/wire/ to exist...
-  mkdir -p lib
-  ln -s /usr/include/cinepaint/wire lib/wire
-}
-
-build() {
-  cd ufraw-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-extras \
---enable-mime \
---enable-openmp \
---with-gimp \
---with-cinepaint \
---enable-contrast
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  make -C ufraw-$pkgver DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/bin/dcraw
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-staging-i686/PKGBUILD (from rev 136321, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 12:56:55 UTC (rev 136322)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.22
+pkgrel=3
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e')
+
+prepare() {
+  # One of the include files that comes with cinepaint requires
+  # ../lib/wire/ to exist...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+--with-gimp \
+--with-cinepaint \
+--enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  make -C ufraw-$pkgver DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-i686/gimp-ufraw.install
===
--- community-staging-i686/gimp-ufraw.install   2015-07-03 12:55:46 UTC (rev 
136321)
+++ community-staging-i686/gimp-ufraw.install   2015-07-03 12:56:55 UTC (rev 
136322)
@@ -1,6 +0,0 

[arch-commits] Commit in gimp-ufraw/repos (8 files)

2015-06-26 Thread Alexander Rødseth
Date: Saturday, June 27, 2015 @ 00:45:51
  Author: arodseth
Revision: 135913

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gimp-ufraw/repos/community-i686/PKGBUILD
(from rev 135912, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
(from rev 135912, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/PKGBUILD
(from rev 135912, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
(from rev 135912, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-i686/PKGBUILD
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-x86_64/PKGBUILD
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install

-+
 /PKGBUILD   |   96 ++
 /gimp-ufraw.install |   26 +
 community-i686/PKGBUILD |   47 
 community-i686/gimp-ufraw.install   |   13 
 community-x86_64/PKGBUILD   |   47 
 community-x86_64/gimp-ufraw.install |   13 
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-26 22:44:29 UTC (rev 135912)
+++ community-i686/PKGBUILD 2015-06-26 22:45:51 UTC (rev 135913)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Martin Sugioarto na...@web.de
-
-pkgname=gimp-ufraw
-pkgver=0.21
-pkgrel=1
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 
'lensfun')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87')
-
-prepare() {
-  # One of the include files that comes with cinepaint looks for 
../lib/wire/...
-  mkdir -p lib
-  ln -s /usr/include/cinepaint/wire lib/wire
-}
-
-build() {
-  cd ufraw-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-extras \
---enable-mime \
---enable-openmp \
---with-gimp \
---with-cinepaint \
---enable-contrast
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  make -C ufraw-$pkgver DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/bin/dcraw
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 135912, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-26 22:45:51 UTC (rev 135913)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.22
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e')
+
+prepare() {
+  # One of the include files that comes with cinepaint requires
+  # ../lib/wire/ to exist...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+--with-gimp \
+--with-cinepaint \
+--enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  make -C ufraw-$pkgver DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gimp-ufraw.install
===
--- community-i686/gimp-ufraw.install   2015-06-26 22:44:29 UTC (rev 135912)
+++ community-i686/gimp-ufraw.install   2015-06-26 22:45:51 UTC (rev 135913)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in gimp-ufraw/repos (8 files)

2015-02-17 Thread Alexander Rødseth
Date: Tuesday, February 17, 2015 @ 13:57:59
  Author: arodseth
Revision: 127856

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gimp-ufraw/repos/community-i686/PKGBUILD
(from rev 127854, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
(from rev 127855, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/PKGBUILD
(from rev 127852, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
(from rev 127852, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-i686/PKGBUILD
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-x86_64/PKGBUILD
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install

-+
 /PKGBUILD   |   94 ++
 /gimp-ufraw.install |   26 +
 community-i686/PKGBUILD |   49 -
 community-i686/gimp-ufraw.install   |   13 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/gimp-ufraw.install |   13 
 6 files changed, 120 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-17 12:51:42 UTC (rev 127855)
+++ community-i686/PKGBUILD 2015-02-17 12:57:59 UTC (rev 127856)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Martin Sugioarto na...@web.de
-
-pkgname=gimp-ufraw
-pkgver=0.20
-pkgrel=2
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('6dcd30f73238f56641ec87ae07807a6ebeab141a1a481aafe3ddab6f3db8a1e0')
-
-prepare() {
-  # One of the include files that comes with cinepaint looks for 
../lib/wire/...
-  mkdir -p lib
-  ln -s /usr/include/cinepaint/wire lib/wire
-}
-
-build() {
-  cd ufraw-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-extras \
---enable-mime \
---enable-openmp \
---with-gimp \
---with-cinepaint \
---enable-contrast
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  cd ufraw-$pkgver
-
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/bin/dcraw
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 127854, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-17 12:57:59 UTC (rev 127856)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.21
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87')
+
+prepare() {
+  # One of the include files that comes with cinepaint looks for 
../lib/wire/...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+--with-gimp \
+--with-cinepaint \
+--enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  make -C ufraw-$pkgver DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gimp-ufraw.install
===
--- community-i686/gimp-ufraw.install   2015-02-17 12:51:42 UTC (rev 127855)
+++ community-i686/gimp-ufraw.install   2015-02-17 12:57:59 UTC (rev 127856)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gimp-ufraw/repos (8 files)

2015-01-10 Thread Gaetan Bisson
Date: Sunday, January 11, 2015 @ 04:30:40
  Author: bisson
Revision: 125718

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gimp-ufraw/repos/community-i686/PKGBUILD
(from rev 125717, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
(from rev 125717, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/PKGBUILD
(from rev 125717, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
(from rev 125717, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-i686/PKGBUILD
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-x86_64/PKGBUILD
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install

-+
 /PKGBUILD   |   98 ++
 /gimp-ufraw.install |   26 +
 community-i686/PKGBUILD |   49 -
 community-i686/gimp-ufraw.install   |   13 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/gimp-ufraw.install |   13 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 03:29:49 UTC (rev 125717)
+++ community-i686/PKGBUILD 2015-01-11 03:30:40 UTC (rev 125718)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Martin Sugioarto na...@web.de
-
-pkgname=gimp-ufraw
-pkgver=0.20
-pkgrel=1
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('6dcd30f73238f56641ec87ae07807a6ebeab141a1a481aafe3ddab6f3db8a1e0')
-
-prepare() {
-  # One of the include files that comes with cinepaint looks for 
../lib/wire/...
-  mkdir -p lib
-  ln -s /usr/include/cinepaint/wire lib/wire
-}
-
-build() {
-  cd ufraw-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-extras \
---enable-mime \
---enable-openmp \
---with-gimp \
---with-cinepaint \
---enable-contrast
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  cd ufraw-$pkgver
-
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/bin/dcraw
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 125717, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 03:30:40 UTC (rev 125718)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.20
+pkgrel=2
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('6dcd30f73238f56641ec87ae07807a6ebeab141a1a481aafe3ddab6f3db8a1e0')
+
+prepare() {
+  # One of the include files that comes with cinepaint looks for 
../lib/wire/...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+--with-gimp \
+--with-cinepaint \
+--enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd ufraw-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gimp-ufraw.install
===
--- community-i686/gimp-ufraw.install   2015-01-11 03:29:49 UTC (rev 125717)
+++ community-i686/gimp-ufraw.install   2015-01-11 03:30:40 UTC (rev 125718)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 

[arch-commits] Commit in gimp-ufraw/repos (8 files)

2014-10-01 Thread Alexander Rødseth
Date: Wednesday, October 1, 2014 @ 13:44:46
  Author: arodseth
Revision: 119963

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gimp-ufraw/repos/community-i686/PKGBUILD
(from rev 119962, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
(from rev 119962, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/PKGBUILD
(from rev 119962, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
(from rev 119962, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-i686/PKGBUILD
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-x86_64/PKGBUILD
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install

-+
 /PKGBUILD   |   98 ++
 /gimp-ufraw.install |   26 +
 community-i686/PKGBUILD |   49 -
 community-i686/gimp-ufraw.install   |   13 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/gimp-ufraw.install |   13 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-01 11:44:36 UTC (rev 119962)
+++ community-i686/PKGBUILD 2014-10-01 11:44:46 UTC (rev 119963)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Martin Sugioarto na...@web.de
-
-pkgname=gimp-ufraw
-pkgver=0.19.2
-pkgrel=1
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3')
-
-prepare() {
-  # One of the include files that comes with cinepaint looks for 
../lib/wire/...
-  mkdir -p lib
-  ln -s /usr/include/cinepaint/wire lib/wire
-}
-
-build() {
-  cd ufraw-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-extras \
---enable-mime \
---enable-openmp \
---with-gimp \
---with-cinepaint \
---enable-contrast
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  cd ufraw-$pkgver
-
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/bin/dcraw
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 119962, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-01 11:44:46 UTC (rev 119963)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.20
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('6dcd30f73238f56641ec87ae07807a6ebeab141a1a481aafe3ddab6f3db8a1e0')
+
+prepare() {
+  # One of the include files that comes with cinepaint looks for 
../lib/wire/...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+--with-gimp \
+--with-cinepaint \
+--enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd ufraw-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gimp-ufraw.install
===
--- community-i686/gimp-ufraw.install   2014-10-01 11:44:36 UTC (rev 119962)
+++ community-i686/gimp-ufraw.install   2014-10-01 11:44:46 UTC (rev 119963)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 

[arch-commits] Commit in gimp-ufraw/repos (8 files)

2014-03-22 Thread Alexander Rødseth
Date: Saturday, March 22, 2014 @ 17:40:00
  Author: arodseth
Revision: 108091

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gimp-ufraw/repos/community-i686/PKGBUILD
(from rev 108090, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
(from rev 108090, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/PKGBUILD
(from rev 108090, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
(from rev 108090, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-i686/PKGBUILD
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-x86_64/PKGBUILD
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install

-+
 /PKGBUILD   |   98 ++
 /gimp-ufraw.install |   26 +
 community-i686/PKGBUILD |   43 --
 community-i686/gimp-ufraw.install   |   13 
 community-x86_64/PKGBUILD   |   43 --
 community-x86_64/gimp-ufraw.install |   13 
 6 files changed, 124 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-22 16:39:50 UTC (rev 108090)
+++ community-i686/PKGBUILD 2014-03-22 16:40:00 UTC (rev 108091)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Martin Sugioarto na...@web.de
-
-pkgname=gimp-ufraw
-pkgver=0.19
-pkgrel=3
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a')
-
-build() {
-  cd $srcdir/ufraw-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-extras \
---enable-mime \
---enable-openmp \
- --with-gimp \
- --with-cinepaint \
- --enable-contrast
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  cd $srcdir/ufraw-$pkgver
-
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/bin/dcraw
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 108090, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-22 16:40:00 UTC (rev 108091)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.19.2
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3')
+
+prepare() {
+  # One of the include files that comes with cinepaint looks for 
../lib/wire/...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+--with-gimp \
+--with-cinepaint \
+--enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd ufraw-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gimp-ufraw.install
===
--- community-i686/gimp-ufraw.install   2014-03-22 16:39:50 UTC (rev 108090)
+++ community-i686/gimp-ufraw.install   2014-03-22 16:40:00 UTC (rev 108091)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-i686/gimp-ufraw.install (from rev 108090, 
gimp-ufraw/trunk/gimp-ufraw.install)

[arch-commits] Commit in gimp-ufraw/repos (8 files)

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 21:51:33
  Author: arodseth
Revision: 86296

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gimp-ufraw/repos/community-i686/PKGBUILD
(from rev 86295, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
(from rev 86295, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/PKGBUILD
(from rev 86295, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
(from rev 86295, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-i686/PKGBUILD
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-x86_64/PKGBUILD
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install

-+
 community-i686/PKGBUILD |   85 +-
 community-i686/gimp-ufraw.install   |   26 +-
 community-x86_64/PKGBUILD   |   85 +-
 community-x86_64/gimp-ufraw.install |   26 +-
 4 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 20:51:18 UTC (rev 86295)
+++ community-i686/PKGBUILD 2013-03-14 20:51:33 UTC (rev 86296)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Martin Sugioarto na...@web.de
-
-pkgname=gimp-ufraw
-pkgver=0.18
-pkgrel=6
-pkgdesc='Standalone or gimp plugin converter for raw files'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=gimp-ufraw.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('24fe739c61e9e14de198477c8662553e93427569c1d595556d440e6b9205')
-
-build() {
-  cd $srcdir/ufraw-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-extras \
-  --enable-mime \
-  --enable-openmp \
- --with-gimp \
- --with-cinepaint \
- --enable-contrast
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  cd $srcdir/ufraw-$pkgver
-
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/bin/dcraw
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 86295, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 20:51:33 UTC (rev 86296)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.19
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a')
+
+build() {
+  cd $srcdir/ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+ --with-gimp \
+ --with-cinepaint \
+ --enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd $srcdir/ufraw-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gimp-ufraw.install
===
--- community-i686/gimp-ufraw.install   2013-03-14 20:51:18 UTC (rev 86295)
+++ community-i686/gimp-ufraw.install   2013-03-14 20:51:33 UTC (rev 86296)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-i686/gimp-ufraw.install (from rev 86295, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- community-i686/gimp-ufraw.install   (rev 0)
+++ community-i686/gimp-ufraw.install   2013-03-14 20:51:33 UTC 

[arch-commits] Commit in gimp-ufraw/repos (8 files)

2013-02-01 Thread Alexander Rødseth
Date: Friday, February 1, 2013 @ 17:28:18
  Author: arodseth
Revision: 83473

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gimp-ufraw/repos/community-i686/PKGBUILD
(from rev 83472, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
(from rev 83472, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/PKGBUILD
(from rev 83472, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
(from rev 83472, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-i686/PKGBUILD
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-x86_64/PKGBUILD
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install

-+
 community-i686/PKGBUILD |   76 ++
 community-i686/gimp-ufraw.install   |   24 +-
 community-x86_64/PKGBUILD   |   76 ++
 community-x86_64/gimp-ufraw.install |   24 +-
 4 files changed, 110 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-01 16:28:07 UTC (rev 83472)
+++ community-i686/PKGBUILD 2013-02-01 16:28:18 UTC (rev 83473)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich tob...@archlinux.org
-
-pkgname=gimp-ufraw
-pkgver=0.18
-pkgrel=5
-pkgdesc=Standalone or gimp plugin converter for raw files
-url=http://ufraw.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=gimp-ufraw.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
-sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
-
-build() {
-  cd ${srcdir}/ufraw-${pkgver}
-
-  ./configure --prefix=/usr \
-  --enable-extras \
-  --enable-mime \
-  --enable-openmp
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/ufraw-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/bin/dcraw
-}

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 83472, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-01 16:28:18 UTC (rev 83473)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=6
+pkgdesc='Standalone or gimp plugin converter for raw files'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('24fe739c61e9e14de198477c8662553e93427569c1d595556d440e6b9205')
+
+build() {
+  cd $srcdir/ufraw-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp \
+ --with-gimp \
+ --with-cinepaint \
+ --enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd $srcdir/ufraw-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gimp-ufraw.install
===
--- community-i686/gimp-ufraw.install   2013-02-01 16:28:07 UTC (rev 83472)
+++ community-i686/gimp-ufraw.install   2013-02-01 16:28:18 UTC (rev 83473)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: gimp-ufraw/repos/community-i686/gimp-ufraw.install (from rev 83472, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- community-i686/gimp-ufraw.install   (rev 0)
+++ community-i686/gimp-ufraw.install   2013-02-01 16:28:18 UTC (rev 83473)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in gimp-ufraw/repos (8 files)

2012-08-02 Thread Andrea Scarpino
Date: Thursday, August 2, 2012 @ 11:21:23
  Author: andrea
Revision: 164676

db-move: moved gimp-ufraw from [staging] to [testing] (i686, x86_64)

Added:
  gimp-ufraw/repos/testing-i686/
  gimp-ufraw/repos/testing-i686/PKGBUILD
(from rev 164672, gimp-ufraw/repos/staging-i686/PKGBUILD)
  gimp-ufraw/repos/testing-i686/gimp-ufraw.install
(from rev 164672, gimp-ufraw/repos/staging-i686/gimp-ufraw.install)
  gimp-ufraw/repos/testing-x86_64/
  gimp-ufraw/repos/testing-x86_64/PKGBUILD
(from rev 164672, gimp-ufraw/repos/staging-x86_64/PKGBUILD)
  gimp-ufraw/repos/testing-x86_64/gimp-ufraw.install
(from rev 164672, gimp-ufraw/repos/staging-x86_64/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/staging-i686/
  gimp-ufraw/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   34 ++
 testing-i686/gimp-ufraw.install   |   11 +++
 testing-x86_64/PKGBUILD   |   34 ++
 testing-x86_64/gimp-ufraw.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: gimp-ufraw/repos/testing-i686/PKGBUILD (from rev 164672, 
gimp-ufraw/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-02 15:21:23 UTC (rev 164676)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=5
+pkgdesc=Standalone or gimp plugin converter for raw files
+url=http://ufraw.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd ${srcdir}/ufraw-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/ufraw-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/bin/dcraw
+}

Copied: gimp-ufraw/repos/testing-i686/gimp-ufraw.install (from rev 164672, 
gimp-ufraw/repos/staging-i686/gimp-ufraw.install)
===
--- testing-i686/gimp-ufraw.install (rev 0)
+++ testing-i686/gimp-ufraw.install 2012-08-02 15:21:23 UTC (rev 164676)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: gimp-ufraw/repos/testing-x86_64/PKGBUILD (from rev 164672, 
gimp-ufraw/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-02 15:21:23 UTC (rev 164676)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=5
+pkgdesc=Standalone or gimp plugin converter for raw files
+url=http://ufraw.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd ${srcdir}/ufraw-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/ufraw-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/bin/dcraw
+}

Copied: gimp-ufraw/repos/testing-x86_64/gimp-ufraw.install (from rev 164672, 
gimp-ufraw/repos/staging-x86_64/gimp-ufraw.install)
===
--- testing-x86_64/gimp-ufraw.install   (rev 0)
+++ testing-x86_64/gimp-ufraw.install   2012-08-02 15:21:23 UTC (rev 164676)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



[arch-commits] Commit in gimp-ufraw/repos (8 files)

2011-11-29 Thread Eric Bélanger
Date: Wednesday, November 30, 2011 @ 01:25:30
  Author: eric
Revision: 143849

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gimp-ufraw/repos/extra-i686/PKGBUILD
(from rev 143848, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/extra-i686/gimp-ufraw.install
(from rev 143848, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/extra-x86_64/PKGBUILD
(from rev 143848, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/extra-x86_64/gimp-ufraw.install
(from rev 143848, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/extra-i686/PKGBUILD
  gimp-ufraw/repos/extra-i686/gimp-ufraw.install
  gimp-ufraw/repos/extra-x86_64/PKGBUILD
  gimp-ufraw/repos/extra-x86_64/gimp-ufraw.install

-+
 extra-i686/PKGBUILD |   70 +++---
 extra-i686/gimp-ufraw.install   |   22 +--
 extra-x86_64/PKGBUILD   |   70 +++---
 extra-x86_64/gimp-ufraw.install |   22 +--
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-30 06:23:53 UTC (rev 143848)
+++ extra-i686/PKGBUILD 2011-11-30 06:25:30 UTC (rev 143849)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich tob...@archlinux.org
-
-pkgname=gimp-ufraw
-pkgver=0.18
-pkgrel=2
-pkgdesc=Standalone or gimp plugin converter for raw files
-url=http://ufraw.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=gimp-ufraw.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
-md5sums=('454f40a402928998a82e2645d9265d96')
-sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
-
-build() {
-  cd ${srcdir}/ufraw-${pkgver}
-
-  ./configure --prefix=/usr \
-  --enable-extras \
-  --enable-mime \
-  --enable-openmp
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/ufraw-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/bin/dcraw
-}

Copied: gimp-ufraw/repos/extra-i686/PKGBUILD (from rev 143848, 
gimp-ufraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-30 06:25:30 UTC (rev 143849)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=3
+pkgdesc=Standalone or gimp plugin converter for raw files
+url=http://ufraw.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+md5sums=('454f40a402928998a82e2645d9265d96')
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+
+build() {
+  cd ${srcdir}/ufraw-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/ufraw-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/bin/dcraw
+}

Deleted: extra-i686/gimp-ufraw.install
===
--- extra-i686/gimp-ufraw.install   2011-11-30 06:23:53 UTC (rev 143848)
+++ extra-i686/gimp-ufraw.install   2011-11-30 06:25:30 UTC (rev 143849)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: gimp-ufraw/repos/extra-i686/gimp-ufraw.install (from rev 143848, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- extra-i686/gimp-ufraw.install   (rev 0)
+++ extra-i686/gimp-ufraw.install   2011-11-30 06:25:30 UTC (rev 143849)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-30 06:23:53 UTC (rev 143848)
+++ extra-x86_64/PKGBUILD   2011-11-30 06:25:30 UTC (rev 143849)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich tob...@archlinux.org
-