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

Antonio Rojas arojas at archlinux.org
Sun Jan 10 13:02:07 UTC 2021


    Date: Sunday, January 10, 2021 @ 13:02:06
  Author: arojas
Revision: 817053

archrelease: copy trunk to community-x86_64

Added:
  pdfslicer/repos/community-x86_64/PKGBUILD
    (from rev 817052, pdfslicer/trunk/PKGBUILD)
Deleted:
  pdfslicer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 13:00:08 UTC (rev 817052)
+++ PKGBUILD	2021-01-10 13:02:06 UTC (rev 817053)
@@ -1,49 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=pdfslicer
-pkgver=1.8.5
-pkgrel=1
-pkgdesc="Simple application to extract, merge, rotate and reorder pages of PDF documents"
-arch=(x86_64)
-url="https://junrrein.github.io/pdfslicer/"
-license=(GPL3)
-depends=(gtkmm3 poppler qpdf)
-makedepends=(cmake git intltool)
-_commit=d21ca032b962bfad8edc3c7c136270b176f95828  # tags/v1.8.5^0
-source=("git+https://github.com/junrrein/pdfslicer.git#commit=$_commit"
-        "git+https://github.com/ericniebler/range-v3.git"
-        "git+https://github.com/Microsoft/GSL.git"
-        "git+https://github.com/fmtlib/fmt.git")
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  [[ -d build ]] || mkdir build
-
-  cd $pkgname
-  git submodule init
-  git submodule set-url third-party/range-v3 "$srcdir/range-v3"
-  git submodule set-url third-party/GSL "$srcdir/GSL"
-  git submodule set-url third-party/fmtlib "$srcdir/fmt"
-  git submodule update
-}
-
-build() {
-  cd build
-  cmake -G "Unix Makefiles" ../$pkgname/ \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{include,lib}
-}

Copied: pdfslicer/repos/community-x86_64/PKGBUILD (from rev 817052, pdfslicer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-10 13:02:06 UTC (rev 817053)
@@ -0,0 +1,49 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=pdfslicer
+pkgver=1.8.8
+pkgrel=1
+pkgdesc="Simple application to extract, merge, rotate and reorder pages of PDF documents"
+arch=(x86_64)
+url="https://junrrein.github.io/pdfslicer/"
+license=(GPL3)
+depends=(gtkmm3 poppler qpdf)
+makedepends=(cmake git intltool)
+_commit=c843e4b5bff170d920aaf36debd454d11ac6e03b
+source=("git+https://github.com/junrrein/pdfslicer.git#commit=$_commit"
+        "git+https://github.com/ericniebler/range-v3.git"
+        "git+https://github.com/Microsoft/GSL.git"
+        "git+https://github.com/fmtlib/fmt.git")
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  [[ -d build ]] || mkdir build
+
+  cd $pkgname
+  git submodule init
+  git submodule set-url third-party/range-v3 "$srcdir/range-v3"
+  git submodule set-url third-party/GSL "$srcdir/GSL"
+  git submodule set-url third-party/fmtlib "$srcdir/fmt"
+  git submodule update
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname/ \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{include,lib}
+}



More information about the arch-commits mailing list