2009-12-01 01:58:10 +01:00
|
|
|
# Template file for 'ristretto'
|
|
|
|
pkgname=ristretto
|
2012-08-13 14:34:02 +02:00
|
|
|
version=0.6.3
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-14 11:53:56 +02:00
|
|
|
hostmakedepends="pkg-config intltool"
|
|
|
|
makedepends="gtk+-devel libexif-devel xfconf-devel
|
|
|
|
dbus-glib-devel libxfce4ui-devel exo-devel"
|
2009-12-01 01:58:10 +01:00
|
|
|
short_desc="Picture-viewer for the Xfce desktop environment"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-14 10:46:08 +01:00
|
|
|
license="GPL-2"
|
2012-08-13 14:34:02 +02:00
|
|
|
homepage="http://goodies.xfce.org/projects/applications/ristretto"
|
2013-04-15 22:58:41 +02:00
|
|
|
distfiles="http://archive.se.xfce.org/src/apps/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
|
2012-08-13 14:34:02 +02:00
|
|
|
checksum=2b6816de298e9a0d9b95662664690713c4123a9ac813a27bdde4727a03472d79
|
2009-12-01 01:58:10 +01:00
|
|
|
long_desc="
|
|
|
|
Ristretto is a fast and lightweight picture-viewer for the Xfce desktop
|
|
|
|
environment."
|
2013-04-14 11:53:56 +02:00
|
|
|
|
|
|
|
ristretto_package() {
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|