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

Antonio Rojas arojas at archlinux.org
Sat Jan 30 19:29:54 UTC 2021


    Date: Saturday, January 30, 2021 @ 19:29:54
  Author: arojas
Revision: 836368

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: converseen/repos/community-staging-x86_64/PKGBUILD (from rev 836367, converseen/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-01-30 19:29:54 UTC (rev 836368)
@@ -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=4
+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