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

Johannes Löthberg demize at archlinux.org
Wed Apr 27 20:18:29 UTC 2016


    Date: Wednesday, April 27, 2016 @ 22:18:29
  Author: demize
Revision: 172168

Rebuild using hooks for updating the desktop database

Modified:
  zathura/trunk/PKGBUILD
Deleted:
  zathura/trunk/zathura.install

-----------------+
 PKGBUILD        |    5 ++---
 zathura.install |   12 ------------
 2 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 19:59:42 UTC (rev 172167)
+++ PKGBUILD	2016-04-27 20:18:29 UTC (rev 172168)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.3.6
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/"
@@ -13,14 +13,13 @@
 arch=('i686' 'x86_64')
 license=('custom')
 
+makedepends=('python2-docutils' 'texlive-bin')
 depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
-makedepends=('python2-docutils' 'texlive-bin')
 optdepends=('zathura-djvu: DjVu support'
             'zathura-pdf-poppler: PDF support using Poppler'
             'zathura-pdf-mupdf: PDF support using MuPDF'
             'zathura-ps: PostScript support')
 
-install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
         bash-completion)
 

Deleted: zathura.install
===================================================================
--- zathura.install	2016-04-27 19:59:42 UTC (rev 172167)
+++ zathura.install	2016-04-27 20:18:29 UTC (rev 172168)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list