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

Antonio Rojas arojas at archlinux.org
Thu Nov 28 17:42:40 UTC 2019


    Date: Thursday, November 28, 2019 @ 17:42:40
  Author: arojas
Revision: 534287

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-28 17:42:19 UTC (rev 534286)
+++ PKGBUILD	2019-11-28 17:42:40 UTC (rev 534287)
@@ -1,39 +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.7.2
-pkgrel=4
-pkgdesc="Batch image converter and resizer"
-arch=('x86_64')
-url="http://converseen.fasterland.net/"
-license=('GPL3')
-depends=('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=('27b322450a80b6eb7d7f9d936f33ffe18cb06c6ab684c027dd474af91a03fb76')
-
-prepare() {
-  mkdir build
-  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
-
-  # Don't use legacy path for AppStream metainfo file
-  # https://github.com/Faster3ck/Converseen/pull/61
-  sed -i 's|/usr/share/appdata/|/usr/share/metainfo/|' CMakeLists.txt
-}
-
-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 534286, converseen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-28 17:42:40 UTC (rev 534287)
@@ -0,0 +1,38 @@
+# 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.0
+pkgrel=1
+pkgdesc="Batch image converter and resizer"
+arch=('x86_64')
+url="http://converseen.fasterland.net/"
+license=('GPL3')
+depends=('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=('b52035193a08ac3ab8f9bb87937872fe797767200b72fb3d996c46632e06cd9b')
+
+prepare() {
+  mkdir build
+  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
+
+  # Don't use legacy path for AppStream metainfo file
+  # https://github.com/Faster3ck/Converseen/pull/61
+  sed -i 's|/usr/share/appdata/|/usr/share/metainfo/|' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+          -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list