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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 16:14:46 UTC 2015


    Date: Monday, December 7, 2015 @ 17:14:46
  Author: foutrelis
Revision: 150035

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

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

----------------------------------------------+
 community-staging-i686/PKGBUILD              |   39 +++++++++++++++++++++++++
 community-staging-i686/rawtherapee.install   |   17 ++++++++++
 community-staging-x86_64/PKGBUILD            |   39 +++++++++++++++++++++++++
 community-staging-x86_64/rawtherapee.install |   17 ++++++++++
 4 files changed, 112 insertions(+)

Copied: rawtherapee/repos/community-staging-i686/PKGBUILD (from rev 150034, rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 16:14:46 UTC (rev 150035)
@@ -0,0 +1,39 @@
+# $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+448.g26d182d
+_pkgver=26d182dabc6f133c27bffa3aac3f91b7ae55d578
+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' 'git')
+install=rawtherapee.install
+#source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz")
+#md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
+source=("rawtherapee::git+https://github.com/Beep6581/RawTherapee.git#commit=$_pkgver")
+md5sums=('SKIP')
+
+build() {
+  mkdir -p "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake "$srcdir/$pkgname" \
+    -DCMAKE_CXX_FLAGS="-std=c++11" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}

Copied: rawtherapee/repos/community-staging-i686/rawtherapee.install (from rev 150034, rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-staging-i686/rawtherapee.install	                        (rev 0)
+++ community-staging-i686/rawtherapee.install	2015-12-07 16:14:46 UTC (rev 150035)
@@ -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:

Copied: rawtherapee/repos/community-staging-x86_64/PKGBUILD (from rev 150034, rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 16:14:46 UTC (rev 150035)
@@ -0,0 +1,39 @@
+# $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+448.g26d182d
+_pkgver=26d182dabc6f133c27bffa3aac3f91b7ae55d578
+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' 'git')
+install=rawtherapee.install
+#source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz")
+#md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
+source=("rawtherapee::git+https://github.com/Beep6581/RawTherapee.git#commit=$_pkgver")
+md5sums=('SKIP')
+
+build() {
+  mkdir -p "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake "$srcdir/$pkgname" \
+    -DCMAKE_CXX_FLAGS="-std=c++11" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}

Copied: rawtherapee/repos/community-staging-x86_64/rawtherapee.install (from rev 150034, rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-staging-x86_64/rawtherapee.install	                        (rev 0)
+++ community-staging-x86_64/rawtherapee.install	2015-12-07 16:14:46 UTC (rev 150035)
@@ -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