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

Eric Bélanger eric at nymeria.archlinux.org
Thu Jun 26 16:50:14 UTC 2014


    Date: Thursday, June 26, 2014 @ 18:50:14
  Author: eric
Revision: 113636

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 113635, converseen/trunk/PKGBUILD)
  converseen/repos/community-staging-i686/converseen.install
    (from rev 113635, converseen/trunk/converseen.install)
  converseen/repos/community-staging-x86_64/
  converseen/repos/community-staging-x86_64/PKGBUILD
    (from rev 113635, converseen/trunk/PKGBUILD)
  converseen/repos/community-staging-x86_64/converseen.install
    (from rev 113635, converseen/trunk/converseen.install)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   32 ++++++++++++++++++++++++++
 community-staging-i686/converseen.install   |   11 ++++++++
 community-staging-x86_64/PKGBUILD           |   32 ++++++++++++++++++++++++++
 community-staging-x86_64/converseen.install |   11 ++++++++
 4 files changed, 86 insertions(+)

Copied: converseen/repos/community-staging-i686/PKGBUILD (from rev 113635, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-06-26 16:50:14 UTC (rev 113636)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: archtux <antonio.arias99999 at gmail.com>
+
+pkgname=converseen
+pkgver=0.7.2
+pkgrel=3
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.sourceforge.net/"
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('bf64fc74758be272f7a91e9480a7175e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+          -DCMAKE_BUILD_TYPE=Release \
+          -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: converseen/repos/community-staging-i686/converseen.install (from rev 113635, converseen/trunk/converseen.install)
===================================================================
--- community-staging-i686/converseen.install	                        (rev 0)
+++ community-staging-i686/converseen.install	2014-06-26 16:50:14 UTC (rev 113636)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Copied: converseen/repos/community-staging-x86_64/PKGBUILD (from rev 113635, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-06-26 16:50:14 UTC (rev 113636)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: archtux <antonio.arias99999 at gmail.com>
+
+pkgname=converseen
+pkgver=0.7.2
+pkgrel=3
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.sourceforge.net/"
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('bf64fc74758be272f7a91e9480a7175e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+          -DCMAKE_BUILD_TYPE=Release \
+          -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: converseen/repos/community-staging-x86_64/converseen.install (from rev 113635, converseen/trunk/converseen.install)
===================================================================
--- community-staging-x86_64/converseen.install	                        (rev 0)
+++ community-staging-x86_64/converseen.install	2014-06-26 16:50:14 UTC (rev 113636)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}




More information about the arch-commits mailing list