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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Apr 2 17:41:13 UTC 2013


    Date: Tuesday, April 2, 2013 @ 19:41:13
  Author: bpiotrowski
Revision: 87532

upgpkg: sxiv 1.1-2

- remove libexif from dependencies
- update cache information in post_install

Modified:
  sxiv/trunk/PKGBUILD
  sxiv/trunk/sxiv.install

--------------+
 PKGBUILD     |    4 ++--
 sxiv.install |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-02 15:53:32 UTC (rev 87531)
+++ PKGBUILD	2013-04-02 17:41:13 UTC (rev 87532)
@@ -6,13 +6,13 @@
 
 pkgname=sxiv
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple X Image Viewer'
 arch=('i686' 'x86_64')
 license=('GPL2')
 install=sxiv.install
 url='https://github.com/muennich/sxiv'
-depends=('libx11' 'xproto' 'imlib2' 'giflib' 'libexif' 'desktop-file-utils')
+depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils')
 source=(https://github.com/muennich/sxiv/archive/$pkgver.tar.gz
         sxiv.desktop
         config.h)

Modified: sxiv.install
===================================================================
--- sxiv.install	2013-04-02 15:53:32 UTC (rev 87531)
+++ sxiv.install	2013-04-02 17:41:13 UTC (rev 87532)
@@ -3,7 +3,7 @@
 
   echo "* Edit config.h in sxiv's PKGBUILD directory (generally /var/abs/community/sxiv/)"
   echo "  and rebuild package if you want to change settings."
-  echo "* Create the directory ~/.sxiv/ to enable thumbnail caching."
+  echo "* Create the directory ~/.sxiv/cache to enable thumbnail caching."
   echo "  See sxiv(1) for more information."
 }
 




More information about the arch-commits mailing list