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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Sat Jan 11 19:56:49 UTC 2014


    Date: Saturday, January 11, 2014 @ 20:56:49
  Author: stativ
Revision: 103786

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

Added:
  rawtherapee/repos/community-i686/PKGBUILD
    (from rev 103785, rawtherapee/trunk/PKGBUILD)
  rawtherapee/repos/community-i686/rawtherapee.install
    (from rev 103785, rawtherapee/trunk/rawtherapee.install)
  rawtherapee/repos/community-x86_64/PKGBUILD
    (from rev 103785, rawtherapee/trunk/PKGBUILD)
  rawtherapee/repos/community-x86_64/rawtherapee.install
    (from rev 103785, rawtherapee/trunk/rawtherapee.install)
Deleted:
  rawtherapee/repos/community-i686/PKGBUILD
  rawtherapee/repos/community-i686/rawtherapee.install
  rawtherapee/repos/community-x86_64/PKGBUILD
  rawtherapee/repos/community-x86_64/rawtherapee.install

--------------------------------------+
 /PKGBUILD                            |   74 +++++++++++++++++++++++++++++++++
 /rawtherapee.install                 |   34 +++++++++++++++
 community-i686/PKGBUILD              |   34 ---------------
 community-i686/rawtherapee.install   |   17 -------
 community-x86_64/PKGBUILD            |   34 ---------------
 community-x86_64/rawtherapee.install |   17 -------
 6 files changed, 108 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-11 19:56:39 UTC (rev 103785)
+++ community-i686/PKGBUILD	2014-01-11 19:56:49 UTC (rev 103786)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
-# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
-# Contributor: Vaclav Kramar <vaclav.kramar at tiscali.cz>
-# Contributor: Archie <mymaud at gmail.com>
-
-pkgname=rawtherapee
-pkgver=4.0.11
-pkgrel=1
-epoch=1
-pkgdesc="RAW photo editor"
-arch=('i686' 'x86_64')
-url="http://www.rawtherapee.com/"
-license=('GPL3')
-depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('cmake')
-install=rawtherapee.install
-source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz")
-md5sums=('d30a54e6446326d8299c06ec76c281d8')
-
-build() {
-  mkdir "$srcdir/$pkgname-build"
-  cd "$srcdir/$pkgname-build"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-build"
-  make DESTDIR="$pkgdir/" install
-}

Copied: rawtherapee/repos/community-i686/PKGBUILD (from rev 103785, rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-11 19:56:49 UTC (rev 103786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
+# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
+# Contributor: Vaclav Kramar <vaclav.kramar at tiscali.cz>
+# Contributor: Archie <mymaud at gmail.com>
+
+pkgname=rawtherapee
+pkgver=4.0.12
+pkgrel=1
+epoch=1
+pkgdesc="RAW photo editor"
+arch=('i686' 'x86_64')
+url="http://www.rawtherapee.com/"
+license=('GPL3')
+depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('cmake' 'mercurial')
+#makedepends=('cmake')
+install=rawtherapee.install
+source=("rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver")
+md5sums=('SKIP')
+#source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz")
+#md5sums=('d30a54e6446326d8299c06ec76c281d8')
+
+build() {
+  mkdir "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/rawtherapee.install
===================================================================
--- community-i686/rawtherapee.install	2014-01-11 19:56:39 UTC (rev 103785)
+++ community-i686/rawtherapee.install	2014-01-11 19:56:49 UTC (rev 103786)
@@ -1,17 +0,0 @@
-post_install() {
-  echo "update desktop mime database..."
-  update-desktop-database -q
-  update-mime-database usr/share/mime 1>&2 > /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: rawtherapee/repos/community-i686/rawtherapee.install (from rev 103785, rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-i686/rawtherapee.install	                        (rev 0)
+++ community-i686/rawtherapee.install	2014-01-11 19:56:49 UTC (rev 103786)
@@ -0,0 +1,17 @@
+post_install() {
+  echo "update desktop mime database..."
+  update-desktop-database -q
+  update-mime-database usr/share/mime 1>&2 > /dev/null
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-11 19:56:39 UTC (rev 103785)
+++ community-x86_64/PKGBUILD	2014-01-11 19:56:49 UTC (rev 103786)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
-# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
-# Contributor: Vaclav Kramar <vaclav.kramar at tiscali.cz>
-# Contributor: Archie <mymaud at gmail.com>
-
-pkgname=rawtherapee
-pkgver=4.0.11
-pkgrel=1
-epoch=1
-pkgdesc="RAW photo editor"
-arch=('i686' 'x86_64')
-url="http://www.rawtherapee.com/"
-license=('GPL3')
-depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('cmake')
-install=rawtherapee.install
-source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz")
-md5sums=('d30a54e6446326d8299c06ec76c281d8')
-
-build() {
-  mkdir "$srcdir/$pkgname-build"
-  cd "$srcdir/$pkgname-build"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-build"
-  make DESTDIR="$pkgdir/" install
-}

Copied: rawtherapee/repos/community-x86_64/PKGBUILD (from rev 103785, rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-11 19:56:49 UTC (rev 103786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
+# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
+# Contributor: Vaclav Kramar <vaclav.kramar at tiscali.cz>
+# Contributor: Archie <mymaud at gmail.com>
+
+pkgname=rawtherapee
+pkgver=4.0.12
+pkgrel=1
+epoch=1
+pkgdesc="RAW photo editor"
+arch=('i686' 'x86_64')
+url="http://www.rawtherapee.com/"
+license=('GPL3')
+depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('cmake' 'mercurial')
+#makedepends=('cmake')
+install=rawtherapee.install
+source=("rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver")
+md5sums=('SKIP')
+#source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz")
+#md5sums=('d30a54e6446326d8299c06ec76c281d8')
+
+build() {
+  mkdir "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/rawtherapee.install
===================================================================
--- community-x86_64/rawtherapee.install	2014-01-11 19:56:39 UTC (rev 103785)
+++ community-x86_64/rawtherapee.install	2014-01-11 19:56:49 UTC (rev 103786)
@@ -1,17 +0,0 @@
-post_install() {
-  echo "update desktop mime database..."
-  update-desktop-database -q
-  update-mime-database usr/share/mime 1>&2 > /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: rawtherapee/repos/community-x86_64/rawtherapee.install (from rev 103785, rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-x86_64/rawtherapee.install	                        (rev 0)
+++ community-x86_64/rawtherapee.install	2014-01-11 19:56:49 UTC (rev 103786)
@@ -0,0 +1,17 @@
+post_install() {
+  echo "update desktop mime database..."
+  update-desktop-database -q
+  update-mime-database usr/share/mime 1>&2 > /dev/null
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list