[arch-commits] Commit in pdfmixtool (3 files)

Balló György bgyorgy at archlinux.org
Fri Jun 21 00:37:15 UTC 2019


    Date: Friday, June 21, 2019 @ 00:37:13
  Author: bgyorgy
Revision: 482552

archrelease: copy trunk to community-x86_64

Added:
  pdfmixtool/repos/
  pdfmixtool/repos/community-x86_64/
  pdfmixtool/repos/community-x86_64/PKGBUILD
    (from rev 482551, pdfmixtool/trunk/PKGBUILD)

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

Copied: pdfmixtool/repos/community-x86_64/PKGBUILD (from rev 482551, pdfmixtool/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-06-21 00:37:13 UTC (rev 482552)
@@ -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.3.4
+pkgrel=3
+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 qt5-base)
+makedepends=(cmake qt5-tools)
+source=("https://gitlab.com/scarpetta/pdfmixtool/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('93a03cbe017ebd23f241724c6366c903bc4f95f7786eaf800fdae5f1817516a1')
+
+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