From 0be822175bb3cef0534b9a0597e84ae1ee6374ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 4 Sep 2014 01:57:36 -0300 Subject: remove nonprism suffix and add complex pkgrel on nonprism packages --- nonprism/darktable-nonprism/PKGBUILD | 47 ------------------------------------ 1 file changed, 47 deletions(-) delete mode 100644 nonprism/darktable-nonprism/PKGBUILD (limited to 'nonprism/darktable-nonprism/PKGBUILD') diff --git a/nonprism/darktable-nonprism/PKGBUILD b/nonprism/darktable-nonprism/PKGBUILD deleted file mode 100644 index 6ec07aba4..000000000 --- a/nonprism/darktable-nonprism/PKGBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# $Id: PKGBUILD 111322 2014-05-16 15:51:54Z spupykin $ -# Maintainer (Arch): Sergej Pupykin -# Maintainer (Arch): Christian Himpel -# Contributor (Arch): Johannes Hanika - -_pkgname=darktable -pkgname=darktable-nonprism -pkgver=1.4.2 -_pkgver=1.4 -pkgrel=3 -pkgdesc="Utility to organize and develop raw images, without flickcurl support" -arch=('i686' 'x86_64' 'mips64el') -url=http://darktable.sf.net/ -license=('GPL3') -replaces=($_pkgname) -conflicts=($_pkgname) -provides=($_pkgname=$pkgver) -depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib' - 'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt' - 'libsoup' 'gtk-engines' 'json-glib') -makedepends=('intltool>=0.40' 'cmake' 'librsvg') -optdepends=('librsvg') -install=darktable.install -source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz) -md5sums=('f86554329c2c809ffb009244a6f1d643') - -build() { - cd "$srcdir/$_pkgname-$pkgver" - mkdir -p build - cd build - CXXFLAGS+=" -fpermissive" - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DDONT_INSTALL_GCONF_SCHEMAS=True \ - -DBINARY_PACKAGE_BUILD=1 \ - -DUSE_GCONF_BACKEND=Off \ - -DBUILD_USERMANUAL=False \ - .. - make -} - -package() { - cd "$srcdir/$_pkgname-$pkgver/build" - make DESTDIR="$pkgdir" install - mv "${pkgdir}/usr/share/doc/darktable" "${pkgdir}/usr/share/doc/${_pkgname}-${pkgver}" -} -- cgit v1.2.3-2-g168b