summaryrefslogtreecommitdiff
path: root/community/sxiv
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-31 12:17:44 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-31 12:17:44 +0200
commit22a099ec0cc8532196da82ff11d6fb2b3b34fea8 (patch)
tree1ef727a0b8dc9350430882f3086d4c17d01ce970 /community/sxiv
parenteaaf1e91b1d47d25856928ed24efcb6e99faae8e (diff)
parent977b78df305a06797773799a7295f2a5f3f013cf (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/libzip/PKGBUILD extra/qt/PKGBUILD gnome-unstable/dconf/PKGBUILD gnome-unstable/gnome-color-manager/PKGBUILD gnome-unstable/gnome-disk-utility/PKGBUILD gnome-unstable/gnome-documents/PKGBUILD gnome-unstable/gnome-font-viewer/PKGBUILD gnome-unstable/gnome-power-manager/PKGBUILD gnome-unstable/gnome-system-log/PKGBUILD gnome-unstable/gnome-themes-standard/PKGBUILD gnome-unstable/gtk3/PKGBUILD gnome-unstable/gvfs/PKGBUILD gnome-unstable/libimobiledevice/PKGBUILD gnome-unstable/libplist/PKGBUILD libre/grub2/PKGBUILD multilib-testing/gcc-multilib/PKGBUILD multilib-testing/lib32-glibc/PKGBUILD multilib-testing/lib32-glibc/glibc-__i686.patch multilib/lib32-qt/PKGBUILD testing/dhcpcd/PKGBUILD testing/glibc/PKGBUILD testing/glibc/glibc-__i686.patch
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 9af3a3f56..de24295bb 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' 'mips64el')
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."
}