diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-28 23:55:37 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-28 23:55:37 -0300 |
commit | 2d0e587bd1c7ac060a95a0e20cfe00ab19db7e14 (patch) | |
tree | 66a82d2834fe42b3411c09ad9fdcc4bd6af079ac /community/sxiv | |
parent | 6aa1c22fe01ff4df6c5f75fd04d551b53f7df389 (diff) | |
parent | 44ded298ebb49500d321ac79b7d0d8bb4d5058ec (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/gnupg/PKGBUILD
core/openldap/PKGBUILD
gnome-unstable/evince/PKGBUILD
gnome-unstable/evolution-data-server/PKGBUILD
gnome-unstable/evolution/PKGBUILD
gnome-unstable/farstream/PKGBUILD
gnome-unstable/gnome-desktop/PKGBUILD
gnome-unstable/gnome-menus/PKGBUILD
gnome-unstable/gnome-panel/PKGBUILD
gnome-unstable/gtkhtml4/PKGBUILD
gnome-unstable/libgnomekbd/PKGBUILD
gnome-unstable/libwacom/PKGBUILD
gnome-unstable/libwnck3/PKGBUILD
gnome-unstable/network-manager-applet/PKGBUILD
gnome-unstable/networkmanager-openconnect/PKGBUILD
gnome-unstable/networkmanager-openvpn/PKGBUILD
gnome-unstable/networkmanager-pptp/PKGBUILD
gnome-unstable/networkmanager-vpnc/PKGBUILD
gnome-unstable/networkmanager/PKGBUILD
gnome-unstable/pidgin/PKGBUILD
testing/gnupg/PKGBUILD
Diffstat (limited to 'community/sxiv')
-rw-r--r-- | community/sxiv/PKGBUILD | 6 | ||||
-rw-r--r-- | community/sxiv/config.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index 9f4eec24e..9af3a3f56 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' 'mips64el') 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 |