35 lines
1 KiB
Text
35 lines
1 KiB
Text
|
# 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 <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
|
||
|
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
|
||
|
}
|
||
|
}
|