[arch-commits] Commit in converseen/repos (2 files)

Jelle van der Waa jelle at archlinux.org
Sat May 12 11:19:31 UTC 2018


    Date: Saturday, May 12, 2018 @ 11:19:31
  Author: jelle
Revision: 321031

archrelease: copy trunk to community-staging-x86_64

Added:
  converseen/repos/community-staging-x86_64/
  converseen/repos/community-staging-x86_64/PKGBUILD
    (from rev 321030, converseen/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: converseen/repos/community-staging-x86_64/PKGBUILD (from rev 321030, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-12 11:19:31 UTC (rev 321031)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: archtux <antonio.arias99999 at gmail.com>
+
+pkgname=converseen
+pkgver=0.9.6.2
+pkgrel=6
+pkgdesc="Batch image converter and resizer"
+arch=('x86_64')
+url="http://converseen.fasterland.net/"
+license=('GPL3')
+depends=('ghostscript' 'libmagick' 'libraw' 'librsvg' 'libwebp' 'libwmf' 'openexr' 'qt5-base')
+makedepends=('cmake' 'imagemagick' 'qt5-tools')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('f67d858519f26167bafd50f4c31181801784df279d893a6e1dfc31cd45d21187')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+          -DCMAKE_BUILD_TYPE=Release \
+          -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list