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

Jiachen Yang farseerfc at archlinux.org
Sun Oct 14 09:44:55 UTC 2018


    Date: Sunday, October 14, 2018 @ 09:44:55
  Author: farseerfc
Revision: 393409

upgpkg: pdfpc 4.2-2

pdfpc 4.2 add missing icons

Modified:
  pdfpc/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 09:32:37 UTC (rev 393408)
+++ PKGBUILD	2018-10-14 09:44:55 UTC (rev 393409)
@@ -4,7 +4,7 @@
 pkgname=pdfpc
 pkgver=4.2
 _pkgver=$pkgver
-pkgrel=1
+pkgrel=2
 pkgdesc='A presenter console with multi-monitor support for PDF files'
 arch=('x86_64')
 url='https://pdfpc.github.io/'
@@ -13,10 +13,17 @@
 optdepends=('gst-plugins-good: more codecs for video playback support'
             'gst-libav: more codecs for video playback support')
 makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz")
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz"
+"missing-icons.patch::https://github.com/pdfpc/pdfpc/commit/126a0843bb860e525e141a0ffac6529fd6d73ee3.patch")
 
-sha256sums=('6a980415fd914a07e3a0b28c96a4b3e1e2541146869f2c8dd2e12e4ae3b9c2fb')
+sha256sums=('6a980415fd914a07e3a0b28c96a4b3e1e2541146869f2c8dd2e12e4ae3b9c2fb'
+            '45dd3e40771033b0e3d11e8d50f57629f80cb9143a857c602b52412fc5558cc1')
 
+prepare() {
+    cd "$srcdir/$pkgname-$_pkgver"
+    patch -Np1 -i ../missing-icons.patch
+}
+
 build() {
     cd "$srcdir/$pkgname-$_pkgver"
     cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .



More information about the arch-commits mailing list