Date: Saturday, October 24, 2015 @ 14:09:31
  Author: stativ
Revision: 144892

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-10-24 12:09:16 UTC (rev 144891)
+++ community-i686/PKGBUILD     2015-10-24 12:09:31 UTC (rev 144892)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
-# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
-# Contributor: Vaclav Kramar <vaclav.kra...@tiscali.cz>
-# Contributor: Archie <mym...@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
-}

Copied: rawtherapee/repos/community-i686/PKGBUILD (from rev 144891, 
rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-10-24 12:09:31 UTC (rev 144892)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
+# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
+# Contributor: Vaclav Kramar <vaclav.kra...@tiscali.cz>
+# Contributor: Archie <mym...@gmail.com>
+
+pkgname=rawtherapee
+pkgver=4.2+448.g26d182d
+_pkgver=26d182dabc6f133c27bffa3aac3f91b7ae55d578
+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')
+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
+}

Deleted: community-i686/rawtherapee.install
===================================================================
--- community-i686/rawtherapee.install  2015-10-24 12:09:16 UTC (rev 144891)
+++ community-i686/rawtherapee.install  2015-10-24 12:09:31 UTC (rev 144892)
@@ -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 144891, 
rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-i686/rawtherapee.install                          (rev 0)
+++ community-i686/rawtherapee.install  2015-10-24 12:09:31 UTC (rev 144892)
@@ -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-10-24 12:09:16 UTC (rev 144891)
+++ community-x86_64/PKGBUILD   2015-10-24 12:09:31 UTC (rev 144892)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
-# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
-# Contributor: Vaclav Kramar <vaclav.kra...@tiscali.cz>
-# Contributor: Archie <mym...@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
-}

Copied: rawtherapee/repos/community-x86_64/PKGBUILD (from rev 144891, 
rawtherapee/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-24 12:09:31 UTC (rev 144892)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
+# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
+# Contributor: Vaclav Kramar <vaclav.kra...@tiscali.cz>
+# Contributor: Archie <mym...@gmail.com>
+
+pkgname=rawtherapee
+pkgver=4.2+448.g26d182d
+_pkgver=26d182dabc6f133c27bffa3aac3f91b7ae55d578
+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')
+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
+}

Deleted: community-x86_64/rawtherapee.install
===================================================================
--- community-x86_64/rawtherapee.install        2015-10-24 12:09:16 UTC (rev 
144891)
+++ community-x86_64/rawtherapee.install        2015-10-24 12:09:31 UTC (rev 
144892)
@@ -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 
144891, rawtherapee/trunk/rawtherapee.install)
===================================================================
--- community-x86_64/rawtherapee.install                                (rev 0)
+++ community-x86_64/rawtherapee.install        2015-10-24 12:09:31 UTC (rev 
144892)
@@ -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:

Reply via email to