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

Lukas Jirkovsky stativ at archlinux.org
Mon Jul 20 20:07:03 UTC 2015


    Date: Monday, July 20, 2015 @ 22:07:02
  Author: stativ
Revision: 137162

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

Added:
  rawtherapee/repos/community-i686/PKGBUILD
    (from rev 137161, rawtherapee/trunk/PKGBUILD)
  rawtherapee/repos/community-i686/rawtherapee.install
    (from rev 137161, rawtherapee/trunk/rawtherapee.install)
  rawtherapee/repos/community-x86_64/PKGBUILD
    (from rev 137161, rawtherapee/trunk/PKGBUILD)
  rawtherapee/repos/community-x86_64/rawtherapee.install
    (from rev 137161, 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              |   36 ----------------
 community-i686/rawtherapee.install   |   17 -------
 community-x86_64/PKGBUILD            |   36 ----------------
 community-x86_64/rawtherapee.install |   17 -------
 6 files changed, 108 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-20 20:06:56 UTC (rev 137161)
+++ community-i686/PKGBUILD	2015-07-20 20:07:02 UTC (rev 137162)
@@ -1,36 +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.2
-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')
-install=rawtherapee.install
-source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz")
-md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
-#source=("rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver")
-#md5sums=('SKIP')
-
-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 137161, rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-20 20:07:02 UTC (rev 137162)
@@ -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.2
+pkgrel=2
+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')
+optdepends=('gtk-engines: workaround theme bug under GNOME')
+makedepends=('cmake' 'mercurial')
+install=rawtherapee.install
+source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz")
+md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
+#source=("rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver")
+#md5sums=('SKIP')
+
+build() {
+  mkdir "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake "$srcdir/$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/rawtherapee.install
===================================================================
--- community-i686/rawtherapee.install	2015-07-20 20:06:56 UTC (rev 137161)
+++ community-i686/rawtherapee.install	2015-07-20 20:07:02 UTC (rev 137162)
@@ -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 137161, rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-i686/rawtherapee.install	                        (rev 0)
+++ community-i686/rawtherapee.install	2015-07-20 20:07:02 UTC (rev 137162)
@@ -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	2015-07-20 20:06:56 UTC (rev 137161)
+++ community-x86_64/PKGBUILD	2015-07-20 20:07:02 UTC (rev 137162)
@@ -1,36 +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.2
-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')
-install=rawtherapee.install
-source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz")
-md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
-#source=("rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver")
-#md5sums=('SKIP')
-
-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 137161, rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-20 20:07:02 UTC (rev 137162)
@@ -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.2
+pkgrel=2
+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')
+optdepends=('gtk-engines: workaround theme bug under GNOME')
+makedepends=('cmake' 'mercurial')
+install=rawtherapee.install
+source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz")
+md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
+#source=("rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver")
+#md5sums=('SKIP')
+
+build() {
+  mkdir "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake "$srcdir/$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/rawtherapee.install
===================================================================
--- community-x86_64/rawtherapee.install	2015-07-20 20:06:56 UTC (rev 137161)
+++ community-x86_64/rawtherapee.install	2015-07-20 20:07:02 UTC (rev 137162)
@@ -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 137161, rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-x86_64/rawtherapee.install	                        (rev 0)
+++ community-x86_64/rawtherapee.install	2015-07-20 20:07:02 UTC (rev 137162)
@@ -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