summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Jirkovský2017-02-04 13:10:01 +0100
committerLukáš Jirkovský2017-02-04 13:10:01 +0100
commita858d1dba8ab4c510e49a845abaa196099a700a2 (patch)
tree9233970da03d81cc823acdc5692d24d70246398b
parentc554d66c60524e02a401ff1c32f074901af6691d (diff)
downloadaur-a858d1dba8ab4c510e49a845abaa196099a700a2.tar.gz
use the "dev" branch where the development now occurs, GTK2 is no longer developed
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
-rw-r--r--rawtherapee.install17
3 files changed, 12 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82cb7c0595ae..d1d028dc685f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,27 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 12:09:34 UTC 2016
+# Sat Feb 4 12:10:01 UTC 2017
pkgbase = rawtherapee-git
- pkgdesc = RAW photo editor
- pkgver = 3314.0b32f12
+ pkgdesc = A powerful cross-platform raw image processing program
+ pkgver = 4214.c4a06048
pkgrel = 1
url = http://www.rawtherapee.com/
- install = rawtherapee.install
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = git
depends = fftw
- depends = gtkmm
+ depends = gtk3
+ depends = glibmm
+ depends = gtkmm3
+ depends = lcms2
depends = libcanberra
depends = libiptcdata
- depends = lcms2
depends = desktop-file-utils
depends = hicolor-icon-theme
- optdepends = gtk-engines: workaround theme bug under GNOME
provides = rawtherapee
conflicts = rawtherapee
- source = rawtherapee::git+https://github.com/Beep6581/RawTherapee.git
+ source = rawtherapee::git+https://github.com/Beep6581/RawTherapee.git#branch=dev
md5sums = SKIP
pkgname = rawtherapee-git
diff --git a/PKGBUILD b/PKGBUILD
index 6d943c2c2bb8..5f8ef92b945a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
pkgname=rawtherapee-git
-pkgver=3314.0b32f12
+pkgver=4214.c4a06048
pkgrel=1
-pkgdesc="RAW photo editor"
+pkgdesc="A powerful cross-platform raw image processing program"
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')
+depends=('fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'libcanberra' 'libiptcdata' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('cmake' 'git')
provides=('rawtherapee')
conflicts=('rawtherapee')
-install=rawtherapee.install
-source=('rawtherapee::git+https://github.com/Beep6581/RawTherapee.git')
+source=('rawtherapee::git+https://github.com/Beep6581/RawTherapee.git#branch=dev')
md5sums=('SKIP')
pkgver() {
diff --git a/rawtherapee.install b/rawtherapee.install
deleted file mode 100644
index 6a18adf6ea24..000000000000
--- a/rawtherapee.install
+++ /dev/null
@@ -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: