summaryrefslogtreecommitdiff
path: root/community/sxiv
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-29 00:01:17 +0000
committerroot <root@rshg054.dnsready.net>2012-03-29 00:01:17 +0000
commit44ded298ebb49500d321ac79b7d0d8bb4d5058ec (patch)
tree62011c680c3a7a6dbdf4791b1eec2a23daab7b3a /community/sxiv
parenta26ce336126d18cde915c2331250b8dfbffc24f8 (diff)
Thu Mar 29 00:01:17 UTC 2012
Diffstat (limited to 'community/sxiv')
-rw-r--r--community/sxiv/PKGBUILD6
-rw-r--r--community/sxiv/config.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD
index 4990e0a51..55dff70e4 100644
--- a/community/sxiv/PKGBUILD
+++ b/community/sxiv/PKGBUILD
@@ -5,19 +5,19 @@
pkgname=sxiv
pkgver=1.0
-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' 'desktop-file-utils')
+depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils')
source=("https://github.com/downloads/muennich/sxiv/sxiv-${pkgver}.tar.gz"
'sxiv.desktop'
'config.h')
md5sums=('c887e0af1e4d5a101b285a46d288c419'
'1dda85ff6bed4de337f8fb303075ed11'
- '78c71ef924095d7d6fb75222047de0bd')
+ '67c470b605eae732aed4a8119a70832b')
build() {
cd "sxiv-${pkgver}"
diff --git a/community/sxiv/config.h b/community/sxiv/config.h
index 777cb805a..f84629cb4 100644
--- a/community/sxiv/config.h
+++ b/community/sxiv/config.h
@@ -7,7 +7,7 @@
/* load all frames from gif files and support gif animations?
* (requires giflib [-lgif] to be installed)
*/
-#define GIF_SUPPORT 0
+#define GIF_SUPPORT 1
#endif
#ifdef _WINDOW_CONFIG