[arch-commits] Commit in converseen/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Jul 27 05:19:35 UTC 2021


    Date: Tuesday, July 27, 2021 @ 05:19:35
  Author: felixonmars
Revision: 986459

archrelease: copy trunk to community-x86_64

Added:
  converseen/repos/community-x86_64/PKGBUILD
    (from rev 986458, converseen/trunk/PKGBUILD)
Deleted:
  converseen/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-27 05:19:28 UTC (rev 986458)
+++ PKGBUILD	2021-07-27 05:19:35 UTC (rev 986459)
@@ -1,32 +0,0 @@
-# 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.9.0
-pkgrel=2
-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' 'libzip' 'openexr' 'qt5-base')
-makedepends=('cmake' 'qt5-tools')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('f3812bfe2768463a2aa5eea98cce665a1cff7d543a0915ff3a836c837f2867c6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  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() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: converseen/repos/community-x86_64/PKGBUILD (from rev 986458, converseen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-27 05:19:35 UTC (rev 986459)
@@ -0,0 +1,32 @@
+# 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.9.1
+pkgrel=1
+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' 'libzip' 'openexr' 'qt5-base')
+makedepends=('cmake' 'qt5-tools')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('b5615a76a87e6bcb064ac0d5032f606bba0666815c178b27903806349818d30e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  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() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list