[arch-commits] Commit in (pdfmixtool pdfmixtool/trunk pdfmixtool/trunk/PKGBUILD)

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


    Date: Friday, June 21, 2019 @ 00:35:52
  Author: bgyorgy
Revision: 482551

Move pdfmixtool from AUR

Added:
  pdfmixtool/
  pdfmixtool/trunk/
  pdfmixtool/trunk/PKGBUILD

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

Added: pdfmixtool/trunk/PKGBUILD
===================================================================
--- pdfmixtool/trunk/PKGBUILD	                        (rev 0)
+++ pdfmixtool/trunk/PKGBUILD	2019-06-21 00:35:52 UTC (rev 482551)
@@ -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
+}


Property changes on: pdfmixtool/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list