shotwell: update to 0.13.0.
This commit is contained in:
parent
fb616a5fe4
commit
4f13790245
2 changed files with 10 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
libjson-glib-1.0.so.0
|
||||
libgee.so.2
|
||||
libgexiv2.so.1
|
||||
libgstpbutils-0.10.so.0
|
||||
|
@ -9,7 +10,6 @@ libgphoto2_port.so.0
|
|||
libm.so.6
|
||||
libexif.so.12
|
||||
libsqlite3.so.0
|
||||
libunique-3.0.so.0
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
# Template file for 'shotwell'
|
||||
pkgname=shotwell
|
||||
version=0.12.3
|
||||
homepage="http://yorba.org/shotwell"
|
||||
distfiles="http://yorba.org/download/shotwell/stable/$pkgname-$version.tar.bz2"
|
||||
version=0.13.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-desktop-update
|
||||
--disable-icon-update --release"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="pkg-config vala-devel libgomp-devel glib-devel libgee-devel libgphoto2-devel libgexiv2-devel libunique-devel libraw-devel rest-devel webkit-gtk3-devel"
|
||||
revision=1
|
||||
makedepends="pkg-config vala-devel>=0.18 libgomp-devel glib-devel libgee-devel
|
||||
libgphoto2-devel libgexiv2-devel libunique-devel libraw-devel rest-devel
|
||||
sqlite-devel gtk+3-devel webkit-gtk3-devel libgudev-devel json-glib-devel
|
||||
gst-plugins-base-devel"
|
||||
short_desc="Open source photo manager for GNOME"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=1388f0ea5a27e1c1a1ab33302c6304cca1fadfb649aa879d11e406c7ede15601
|
||||
homepage="http://yorba.org/shotwell"
|
||||
distfiles="http://yorba.org/download/shotwell/stable/${pkgname}-${version}.tar.xz"
|
||||
checksum=d590579d19d7c97ae45df812d514e43f9138d9ecc0e38fdcbc8d9ac17b7f86e0
|
||||
long_desc="
|
||||
Shotwell is a digital photo manager designed for the GNOME desktop
|
||||
environment. It allows you to import photos from disk or camera,
|
||||
|
@ -20,5 +23,3 @@ long_desc="
|
|||
mode, and export them to share with others."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue