[arch-commits] Commit in converseen/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sat Nov 7 22:48:46 UTC 2020
Date: Saturday, November 7, 2020 @ 22:48:45
Author: arojas
Revision: 746138
archrelease: copy trunk to community-staging-x86_64
Added:
converseen/repos/community-staging-x86_64/
converseen/repos/community-staging-x86_64/PKGBUILD
(from rev 746137, converseen/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: converseen/repos/community-staging-x86_64/PKGBUILD (from rev 746137, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-11-07 22:48:45 UTC (rev 746138)
@@ -0,0 +1,35 @@
+# 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.8.1
+pkgrel=3
+pkgdesc="Batch image converter and resizer"
+arch=('x86_64')
+url="http://converseen.fasterland.net/"
+license=('GPL3')
+depends=('djvulibre' 'ghostscript' 'hicolor-icon-theme' 'libheif' 'imagemagick' 'libraw' 'librsvg'
+ 'libwebp' 'libwmf' 'openexr' 'qt5-base')
+makedepends=('cmake' 'qt5-tools')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('43621963aceb1f68ca961417cd45d5bc64ba911efb02bae7ceb1e09974d70b9d')
+
+prepare() {
+ mkdir build
+ cd $pkgname
+ convert res/converseen.png +set date:create +set date:modify -resize 256x256 -alpha on res/converseen.png
+ sed -i 's|/share/pixmaps|/share/icons/hicolor/256x256/apps|' CMakeLists.txt
+}
+
+build() {
+ cd build
+ cmake ../$pkgname \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list