void-packages/srcpkgs/shotwell/template
2013-10-11 09:32:25 +02:00

31 lines
1.2 KiB
Plaintext

# Template file for 'shotwell'
pkgname=shotwell
version=0.15.0
revision=1
build_style=configure
configure_args="--prefix=/usr --disable-schemas-compile --disable-desktop-update
--disable-icon-update --release"
hostmakedepends="pkg-config which desktop-file-utils"
makedepends="vala-devel>=0.22 libgee08-devel libraw-devel>=0.15
libgphoto2-devel libgexiv2-devel>=0.6.0 libunique-devel rest-devel
sqlite-devel gtk+3-devel webkitgtk-devel libgudev-devel json-glib-devel
gst-plugins-base1-devel"
short_desc="Open source photo manager for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://yorba.org/shotwell"
distfiles="http://yorba.org/download/shotwell/stable/${pkgname}-${version}.tar.xz"
checksum=ece985360c6b5b4fc090b513bc844f0f17754b236b86cf559f36a2d8a5298a1d
long_desc="
Shotwell is a digital photo manager designed for the GNOME desktop
environment. It allows you to import photos from disk or camera,
organize them in various ways, view them in full-window or fullscreen
mode, and export them to share with others."
shotwell_package() {
depends="hicolor-icon-theme desktop-file-utils libgexiv2>=0.6.0"
pkg_install() {
vmove all
}
}