2013-08-24 13:59:19 +00:00
|
|
|
# Template file for 'viewnior'
|
|
|
|
pkgname=viewnior
|
2015-05-02 04:57:52 +00:00
|
|
|
version=1.5
|
2015-01-26 00:36:49 +00:00
|
|
|
revision=1
|
|
|
|
wrksrc="Viewnior-${pkgname}-${version}"
|
2013-08-24 13:59:19 +00:00
|
|
|
build_style=gnu-configure
|
2015-01-26 00:36:49 +00:00
|
|
|
hostmakedepends="pkg-config intltool gnome-common glib-devel gettext-devel libtool"
|
2015-05-02 04:57:52 +00:00
|
|
|
makedepends="gtk+-devel exiv2-devel"
|
2013-08-24 13:59:19 +00:00
|
|
|
short_desc="The Elegant Image Viewer"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-08-24 13:59:19 +00:00
|
|
|
license="GPL-3"
|
2015-01-26 00:36:49 +00:00
|
|
|
homepage="http://siyanpanayotov.com/project/viewnior/"
|
|
|
|
distfiles="https://github.com/xsisqox/Viewnior/archive/${pkgname}-${version}.tar.gz"
|
2015-05-02 04:57:52 +00:00
|
|
|
checksum=7f2554a233096b34af6561e0910ded7063773a503cb24a8690e950adee4f7e81
|
2013-08-24 13:59:19 +00:00
|
|
|
|
2015-01-26 00:36:49 +00:00
|
|
|
pre_configure() {
|
2015-05-02 04:57:52 +00:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2015-01-26 00:36:49 +00:00
|
|
|
}
|