mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/gimp-nufraw to 0.43.3-3
This commit is contained in:
parent
2cdaedbd7a
commit
b0e569ceb3
1 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
pkgname=gimp-nufraw
|
||||
_realver=0.43-3
|
||||
pkgver=0.43.3
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Converter for raw files; utility and GIMP plugin'
|
||||
url='https://sourceforge.net/projects/nufraw/'
|
||||
arch=('x86_64')
|
||||
|
@ -16,12 +16,16 @@ makedepends=('gimp')
|
|||
conflicts=('gimp-ufraw')
|
||||
replaces=('gimp-ufraw')
|
||||
optdepends=('gimp: to use the gimp import plugin for raw images')
|
||||
source=("https://downloads.sourceforge.net/nufraw/nufraw-${_realver}.tar.gz")
|
||||
sha256sums=('2c7dcc1590993ec267b3112562b2433010d6f94f6acc6506c76aa29cf8c6c32c')
|
||||
source=("https://downloads.sourceforge.net/nufraw/nufraw-${_realver}.tar.gz"
|
||||
nufraw-glib-2.70.patch)
|
||||
sha256sums=('2c7dcc1590993ec267b3112562b2433010d6f94f6acc6506c76aa29cf8c6c32c'
|
||||
'0e422f77b277f3c38b454426ee155d1004e47ced8d5d05942448584557c9ed07')
|
||||
|
||||
prepare() {
|
||||
cd "nufraw-${_realver}"
|
||||
|
||||
patch -p1 < ../nufraw-glib-2.70.patch # Fix build with glib 2.70
|
||||
|
||||
autoreconf -fi
|
||||
|
||||
mv nufraw.desktop{.desktop,}
|
||||
|
|
Loading…
Reference in a new issue