diff --git a/srcpkgs/viewnior/template b/srcpkgs/viewnior/template new file mode 100644 index 00000000000..bf7ffc16c2d --- /dev/null +++ b/srcpkgs/viewnior/template @@ -0,0 +1,34 @@ +# Template file for 'viewnior' +pkgname=viewnior +version=1.3 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config intltool" +makedepends="gtk+-devel desktop-file-utils hicolor-icon-theme" +short_desc="The Elegant Image Viewer" +maintainer="Juan RP " +license="GPL-3" +homepage="http://xsisqox.github.io/Viewnior/" +distfiles="http://cloud.github.com/downloads/xsisqox/Viewnior/viewnior-${version}.tar.gz" +checksum=46c97c1a85361519b42fe008cfb8911e66f709f3a3a988c11047ab3726889f10 +long_desc=" + Created to be simple, fast and elegant. Its minimalistic interface provides more + screenspace for your images. Among its features are: + + Fullscreen and Slideshow + Rotate, flip, crop, save, delete images + Animation support + Browse only selected images + Navigation window + Set image as wallpaper (GNOME2, GNOME3, XFCE, LXDE, FluxBox) + Simple interface + Configurable mouse actions" + +LDFLAGS="-lm" + +viewnior_package() { + depends="desktop-file-utils hicolor-icon-theme" + pkg_install() { + vmove usr + } +}