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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Apr 30 09:42:37 UTC 2013


    Date: Tuesday, April 30, 2013 @ 11:42:36
  Author: bpiotrowski
Revision: 89600

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 89599, rawtherapee/trunk/PKGBUILD)
  rawtherapee/repos/community-staging-i686/rawtherapee.install
    (from rev 89599, rawtherapee/trunk/rawtherapee.install)
  rawtherapee/repos/community-staging-x86_64/
  rawtherapee/repos/community-staging-x86_64/PKGBUILD
    (from rev 89599, rawtherapee/trunk/PKGBUILD)
  rawtherapee/repos/community-staging-x86_64/rawtherapee.install
    (from rev 89599, rawtherapee/trunk/rawtherapee.install)

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

Copied: rawtherapee/repos/community-staging-i686/PKGBUILD (from rev 89599, rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-30 09:42:36 UTC (rev 89600)
@@ -0,0 +1,34 @@
+# $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.10
+pkgrel=4
+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=('cf18a503a978a29af6275e17f7aa67ba')
+
+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-staging-i686/rawtherapee.install (from rev 89599, rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-staging-i686/rawtherapee.install	                        (rev 0)
+++ community-staging-i686/rawtherapee.install	2013-04-30 09:42:36 UTC (rev 89600)
@@ -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 89599, rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-30 09:42:36 UTC (rev 89600)
@@ -0,0 +1,34 @@
+# $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.10
+pkgrel=4
+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=('cf18a503a978a29af6275e17f7aa67ba')
+
+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-staging-x86_64/rawtherapee.install (from rev 89599, rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-staging-x86_64/rawtherapee.install	                        (rev 0)
+++ community-staging-x86_64/rawtherapee.install	2013-04-30 09:42:36 UTC (rev 89600)
@@ -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