[arch-commits] Commit in converseen/repos (6 files)
Eric Bélanger
eric at archlinux.org
Tue Feb 17 01:09:09 UTC 2015
Date: Tuesday, February 17, 2015 @ 02:09:08
Author: eric
Revision: 127815
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 127814, converseen/trunk/PKGBUILD)
converseen/repos/community-staging-i686/converseen.install
(from rev 127814, converseen/trunk/converseen.install)
converseen/repos/community-staging-x86_64/
converseen/repos/community-staging-x86_64/PKGBUILD
(from rev 127814, converseen/trunk/PKGBUILD)
converseen/repos/community-staging-x86_64/converseen.install
(from rev 127814, 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 127814, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-17 01:09:08 UTC (rev 127815)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: archtux <antonio.arias99999 at gmail.com>
+
+pkgname=converseen
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.fasterland.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=('64c82e30ad929d2ffe2a630fd8974709')
+
+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 127814, converseen/trunk/converseen.install)
===================================================================
--- community-staging-i686/converseen.install (rev 0)
+++ community-staging-i686/converseen.install 2015-02-17 01:09:08 UTC (rev 127815)
@@ -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 127814, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-02-17 01:09:08 UTC (rev 127815)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: archtux <antonio.arias99999 at gmail.com>
+
+pkgname=converseen
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.fasterland.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=('64c82e30ad929d2ffe2a630fd8974709')
+
+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 127814, converseen/trunk/converseen.install)
===================================================================
--- community-staging-x86_64/converseen.install (rev 0)
+++ community-staging-x86_64/converseen.install 2015-02-17 01:09:08 UTC (rev 127815)
@@ -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