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

Antonio Rojas arojas at archlinux.org
Tue Feb 7 20:15:09 UTC 2017


    Date: Tuesday, February 7, 2017 @ 20:15:08
  Author: arojas
Revision: 210875

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: converseen/repos/community-staging-i686/PKGBUILD (from rev 210874, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-02-07 20:15:08 UTC (rev 210875)
@@ -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.1
+pkgrel=2
+pkgdesc="The batch image converter and resizer"
+arch=('i686' '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=('5e72976f887a7d0733539c32afdf7436')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+          -DCMAKE_BUILD_TYPE=Release \
+          -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: converseen/repos/community-staging-x86_64/PKGBUILD (from rev 210874, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-02-07 20:15:08 UTC (rev 210875)
@@ -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.1
+pkgrel=2
+pkgdesc="The batch image converter and resizer"
+arch=('i686' '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=('5e72976f887a7d0733539c32afdf7436')
+
+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