summaryrefslogtreecommitdiff
path: root/community/sxiv
diff options
context:
space:
mode:
Diffstat (limited to 'community/sxiv')
-rw-r--r--community/sxiv/PKGBUILD9
-rw-r--r--community/sxiv/config.h2
-rw-r--r--community/sxiv/sxiv.install4
3 files changed, 7 insertions, 8 deletions
diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD
index 55dff70e4..68fb8e2bd 100644
--- a/community/sxiv/PKGBUILD
+++ b/community/sxiv/PKGBUILD
@@ -1,24 +1,23 @@
-# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Bert Muennich <muennich at informatik.hu-berlin.de>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
pkgname=sxiv
pkgver=1.0
-pkgrel=2
+pkgrel=3
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' 'desktop-file-utils')
+depends=('libx11' 'xproto' 'imlib2' 'giflib' 'libexif' 'desktop-file-utils')
source=("https://github.com/downloads/muennich/sxiv/sxiv-${pkgver}.tar.gz"
'sxiv.desktop'
'config.h')
md5sums=('c887e0af1e4d5a101b285a46d288c419'
'1dda85ff6bed4de337f8fb303075ed11'
- '67c470b605eae732aed4a8119a70832b')
-
+ 'c3e6c4b86da6b17687699dbd32c7717b')
build() {
cd "sxiv-${pkgver}"
diff --git a/community/sxiv/config.h b/community/sxiv/config.h
index f84629cb4..cc95fd46a 100644
--- a/community/sxiv/config.h
+++ b/community/sxiv/config.h
@@ -3,7 +3,7 @@
/* auto-orientate jpeg files according to their exif tags?
* (requires libexif [-lexif] to be installed)
*/
-#define EXIF_SUPPORT 0
+#define EXIF_SUPPORT 1
/* load all frames from gif files and support gif animations?
* (requires giflib [-lgif] to be installed)
*/
diff --git a/community/sxiv/sxiv.install b/community/sxiv/sxiv.install
index c50e26c78..f09c533f4 100644
--- a/community/sxiv/sxiv.install
+++ b/community/sxiv/sxiv.install
@@ -1,8 +1,8 @@
post_install () {
update-desktop-database -q
- echo "* Look into config.h to customize sxiv to your needs."
- echo " Use 'makepkg --skipinteg' to rebuild the package after changing config.h."
+ 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 " See sxiv(1) for more information."
}