2012-04-06 19:03:37 +00:00
|
|
|
# Template file for 'shotwell'
|
|
|
|
pkgname=shotwell
|
2013-04-18 06:22:23 +00:00
|
|
|
version=0.14.1
|
2012-09-24 22:38:39 +00:00
|
|
|
revision=1
|
2013-03-19 16:29:05 +00:00
|
|
|
build_style=configure
|
|
|
|
configure_args="--prefix=/usr --disable-schemas-compile --disable-desktop-update
|
2012-04-08 18:22:09 +00:00
|
|
|
--disable-icon-update --release"
|
2013-03-19 16:29:05 +00:00
|
|
|
makedepends="pkg-config vala-devel>=0.18 libgomp-devel
|
|
|
|
libgphoto2-devel libgexiv2-devel>=0.6.0 libunique-devel libraw-devel rest-devel
|
2013-04-18 06:22:23 +00:00
|
|
|
sqlite-devel gtk+3-devel webkitgtk-devel libgudev-devel json-glib-devel
|
2013-03-19 16:29:05 +00:00
|
|
|
libgee-devel gst-plugins-base1-devel"
|
2012-04-06 19:03:37 +00:00
|
|
|
short_desc="Open source photo manager for GNOME"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="LGPL-2.1"
|
2012-09-24 22:38:39 +00:00
|
|
|
homepage="http://yorba.org/shotwell"
|
|
|
|
distfiles="http://yorba.org/download/shotwell/stable/${pkgname}-${version}.tar.xz"
|
2013-04-18 06:22:23 +00:00
|
|
|
checksum=045c4833e23374b649e735661cedbbff8368624b6719547013db2c21c8402fef
|
2013-03-19 16:29:05 +00:00
|
|
|
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."
|
2013-04-14 10:31:59 +00:00
|
|
|
|
|
|
|
shotwell_package() {
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils libgexiv2>=0.6.0"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|