void-packages/srcpkgs/shotwell/template
2013-04-18 08:22:23 +02:00

30 lines
1.1 KiB
Plaintext

# Template file for 'shotwell'
pkgname=shotwell
version=0.14.1
revision=1
build_style=configure
configure_args="--prefix=/usr --disable-schemas-compile --disable-desktop-update
--disable-icon-update --release"
makedepends="pkg-config vala-devel>=0.18 libgomp-devel
libgphoto2-devel libgexiv2-devel>=0.6.0 libunique-devel libraw-devel rest-devel
sqlite-devel gtk+3-devel webkitgtk-devel libgudev-devel json-glib-devel
libgee-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=045c4833e23374b649e735661cedbbff8368624b6719547013db2c21c8402fef
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 usr
}
}