[arch-commits] Commit in converseen/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Jul 5 07:59:43 UTC 2018
Date: Thursday, July 5, 2018 @ 07:59:43
Author: bgyorgy
Revision: 352475
archrelease: copy trunk to community-x86_64
Added:
converseen/repos/community-x86_64/PKGBUILD
(from rev 352474, converseen/trunk/PKGBUILD)
Deleted:
converseen/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-05 07:59:39 UTC (rev 352474)
+++ PKGBUILD 2018-07-05 07:59:43 UTC (rev 352475)
@@ -1,30 +0,0 @@
-# $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
-}
Copied: converseen/repos/community-x86_64/PKGBUILD (from rev 352474, converseen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-05 07:59:43 UTC (rev 352475)
@@ -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=7
+pkgdesc="Batch image converter and resizer"
+arch=('x86_64')
+url="http://converseen.fasterland.net/"
+license=('GPL3')
+depends=('ghostscript' 'libheif' '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