viewnior: update to 1.4.
This commit is contained in:
parent
a2cdb255e4
commit
2f1284df80
|
@ -1,16 +1,21 @@
|
|||
# Template file for 'viewnior'
|
||||
pkgname=viewnior
|
||||
version=1.3
|
||||
revision=2
|
||||
version=1.4
|
||||
revision=1
|
||||
wrksrc="Viewnior-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="gtk+-devel desktop-file-utils hicolor-icon-theme"
|
||||
hostmakedepends="pkg-config intltool gnome-common glib-devel gettext-devel libtool"
|
||||
makedepends="gtk+-devel desktop-file-utils hicolor-icon-theme exiv2-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="The Elegant Image Viewer"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://xsisqox.github.io/Viewnior/"
|
||||
distfiles="http://cloud.github.com/downloads/xsisqox/Viewnior/viewnior-${version}.tar.gz"
|
||||
checksum=46c97c1a85361519b42fe008cfb8911e66f709f3a3a988c11047ab3726889f10
|
||||
homepage="http://siyanpanayotov.com/project/viewnior/"
|
||||
distfiles="https://github.com/xsisqox/Viewnior/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=44beaeaadf843ce2f63e339994f18ae6c524b23c967379441738ecff6c436b00
|
||||
|
||||
LDFLAGS="-lm"
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
#LDFLAGS="-lm"
|
||||
|
|
Loading…
Reference in New Issue