shotwell: update to 0.14.0.
This commit is contained in:
parent
2ab05db21c
commit
313627e784
1 changed files with 13 additions and 8 deletions
|
@ -1,18 +1,23 @@
|
|||
# Template file for 'shotwell'
|
||||
pkgname=shotwell
|
||||
version=0.13.1
|
||||
version=0.14.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-desktop-update
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --disable-schemas-compile --disable-desktop-update
|
||||
--disable-icon-update --release"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="pkg-config vala-devel>=0.18 libgomp-devel glib-devel
|
||||
libgphoto2-devel libgexiv2-devel libunique-devel libraw-devel rest-devel
|
||||
depends="hicolor-icon-theme desktop-file-utils libgexiv2>=0.6.0"
|
||||
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 webkit-gtk3-devel libgudev-devel json-glib-devel
|
||||
libgee-devel gst-plugins-base-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=e548c3274410e0696ffcd051eabd38ca2a507031f36b7203c1e68966815fa735
|
||||
checksum=0529a41bf9fce01d9f1a6d96e9c4b184c6f26de8356b20abd2b9e19e1f4062b5
|
||||
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."
|
||||
|
|
Loading…
Reference in a new issue