initial import
This commit is contained in:
30
rawtherapee/PKGBUILD
Normal file
30
rawtherapee/PKGBUILD
Normal file
@@ -0,0 +1,30 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=rawtherapee
|
||||
pkgver=5.9
|
||||
pkgrel=1
|
||||
pkgdesc="A powerful cross-platform raw image processing program"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.rawtherapee.com/'
|
||||
license=('GPL-3')
|
||||
depends=('fftw' 'gtk' 'glibmm' 'gtkmm' 'lcms2' 'lensfun' 'exiv2' 'libiptcdata' 'desktop-file-utils' 'hicolor-icon-theme'
|
||||
'expat' 'glib2' 'libjpeg-turbo' 'libpng' 'librsvg-legacy' 'libsigc++' 'libtiff' 'zlib')
|
||||
makedepends=('cmake' 'intltool' 'gettext-tiny')
|
||||
source=("https://github.com/Beep6581/RawTherapee/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha512sums=('0d848a36293eb5cac3212910eaf1d011315269c6bbe780c4c2e5f91719721e25a7d1678a7e4453fa4a9694618978b04828612dc03e1d50cb9c11ad4d238e7ca8')
|
||||
|
||||
build() {
|
||||
cmake \
|
||||
-B build \
|
||||
-S "$pkgname-$pkgver" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCACHE_NAME_SUFFIX="" \
|
||||
-DUSE_LIBCANBERRA=OFF
|
||||
make -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir/" -C build install
|
||||
install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user