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

Antonio Rojas arojas at archlinux.org
Mon Dec 4 07:39:07 UTC 2017


    Date: Monday, December 4, 2017 @ 07:38:58
  Author: arojas
Revision: 272086

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: converseen/repos/community-staging-x86_64/PKGBUILD (from rev 272085, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-12-04 07:38:58 UTC (rev 272086)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: archtux <antonio.arias99999 at gmail.com>
+
+pkgname=converseen
+pkgver=0.9.6.2
+pkgrel=3
+pkgdesc="The batch image converter and resizer"
+arch=('x86_64')
+url="http://converseen.fasterland.net/"
+license=('GPL3')
+depends=('imagemagick' 'qt5-base' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 'librsvg' 'ghostscript')
+makedepends=('cmake' 'qt5-tools')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('9e3cda17348c66446841c40b462c0b09')
+
+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