[arch-commits] Commit in zathura-ps/trunk (PKGBUILD zathura-ps.install)

Daniel Wallace dwallace at nymeria.archlinux.org
Wed May 22 23:21:44 UTC 2013


    Date: Thursday, May 23, 2013 @ 01:21:44
  Author: dwallace
Revision: 91449

upgpkg: zathura-ps 0.2.2-1

upgpkg: zathura-ps 0.2.2

Added:
  zathura-ps/trunk/zathura-ps.install
Modified:
  zathura-ps/trunk/PKGBUILD

--------------------+
 PKGBUILD           |    5 +++--
 zathura-ps.install |    6 ++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-22 23:10:20 UTC (rev 91448)
+++ PKGBUILD	2013-05-22 23:21:44 UTC (rev 91449)
@@ -3,15 +3,16 @@
 # Contributor: karnath <karnathtorjian at gmail.com>
 
 pkgname=zathura-ps
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 arch=('i686' 'x86_64')
 url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
 license=('custom')
 depends=('libspectre' 'zathura')
+install="$pkgname.install"
 source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('45619e744b69bf16b408b50cf32f2df5')
+md5sums=('338af976c03c0aa1471b156a0efdc45c')
 
 build(){
   make -C "$pkgname-$pkgver"

Added: zathura-ps.install
===================================================================
--- zathura-ps.install	                        (rev 0)
+++ zathura-ps.install	2013-05-22 23:21:44 UTC (rev 91449)
@@ -0,0 +1,6 @@
+post_install(){
+    update-desktop-database -q
+}
+post_remove(){
+    update-desktop-database -q
+}




More information about the arch-commits mailing list