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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Sep 6 06:39:41 UTC 2013


    Date: Friday, September 6, 2013 @ 08:39:41
  Author: bpiotrowski
Revision: 96827

upgpkg: mupdf 1.3-5

- desktop file is used only to open files, use NoDisplay=true to hide it in menu

Modified:
  mupdf/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-06 05:43:20 UTC (rev 96826)
+++ PKGBUILD	2013-09-06 06:39:41 UTC (rev 96827)
@@ -7,7 +7,7 @@
 
 pkgname=mupdf
 pkgver=1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
@@ -44,6 +44,7 @@
   sed -i -e 's/mupdf.xpm/mupdf/' \
          -e 's/application\/x-pdf/application\/x-pdf/' \
          -e 's/mupdf-select-file/mupdf/' \
+         -e 's/^$/NoDisplay=true/' \
             mupdf.desktop
   install -Dm644 mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
   install -Dm644 mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm




More information about the arch-commits mailing list