[arch-commits] Commit in pdfmixtool/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Mar 15 20:14:52 UTC 2020
Date: Sunday, March 15, 2020 @ 20:14:52
Author: bgyorgy
Revision: 598496
archrelease: copy trunk to community-x86_64
Added:
pdfmixtool/repos/community-x86_64/PKGBUILD
(from rev 598495, pdfmixtool/trunk/PKGBUILD)
Deleted:
pdfmixtool/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 20:14:48 UTC (rev 598495)
+++ PKGBUILD 2020-03-15 20:14:52 UTC (rev 598496)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Marco Scarpetta <marcoscarpetta02 at gmail.com>
-
-pkgname=pdfmixtool
-pkgver=0.4
-pkgrel=2
-pkgdesc='Application to split, merge, rotate and mix PDF files'
-arch=(x86_64)
-url='https://scarpetta.eu/pdfmixtool/'
-license=(GPL3)
-depends=(hicolor-icon-theme podofo qpdf qt5-base)
-makedepends=(cmake qt5-tools)
-source=("https://gitlab.com/scarpetta/pdfmixtool/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('25dc4e3c51929e6ea331a4a544153c3d4a669bd3b57471fc4f3072a782655ae6')
-
-prepare() {
- [[ -d build ]] || mkdir build
-}
-
-build() {
- cd build
- cmake -G "Unix Makefiles" ../$pkgname-v$pkgver/ \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: pdfmixtool/repos/community-x86_64/PKGBUILD (from rev 598495, pdfmixtool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-15 20:14:52 UTC (rev 598496)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Marco Scarpetta <marcoscarpetta02 at gmail.com>
+
+pkgname=pdfmixtool
+pkgver=0.5
+pkgrel=1
+pkgdesc='Application to split, merge, rotate and mix PDF files'
+arch=(x86_64)
+url='https://scarpetta.eu/pdfmixtool/'
+license=(GPL3)
+depends=(hicolor-icon-theme podofo qpdf qt5-base)
+makedepends=(cmake qt5-tools)
+source=("https://gitlab.com/scarpetta/pdfmixtool/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('74080823cf4d9299d66ce32c23e26fa14660cc85381bcd16e9b8029bef004c20')
+
+prepare() {
+ [[ -d build ]] || mkdir build
+}
+
+build() {
+ cd build
+ cmake -G "Unix Makefiles" ../$pkgname-v$pkgver/ \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list