diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 13:52:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 13:52:50 +0000 |
commit | 02789315191a80e68b11304e0cc99992cb5b4da5 (patch) | |
tree | 6a2bd9429667b4e13e4bbb07c69bd2d368ef8c41 /community | |
parent | 5d1a75a0d98d3f86113856ffc9ab56ca0679783c (diff) | |
download | aports-02789315191a80e68b11304e0cc99992cb5b4da5.tar.bz2 aports-02789315191a80e68b11304e0cc99992cb5b4da5.tar.xz |
community/shotwell: rebuild with libgudev
Diffstat (limited to 'community')
-rw-r--r-- | community/shotwell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index eef3803f41..9c57639bdf 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell pkgver=0.23.0 -pkgrel=0 +pkgrel=1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="http://yorba.org/shotwell/" arch="x86 x86_64" @@ -10,7 +10,7 @@ install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall" depends="" subpackages="$pkgname-lang" makedepends="intltool vala libgee-dev libunique3-dev webkit2gtk-dev libexif-dev - librsvg-dev sqlite-dev eudev-dev dbus-glib-dev libgphoto2-dev + librsvg-dev sqlite-dev libgudev-dev dbus-glib-dev libgphoto2-dev gexiv2-dev libraw-dev librsvg-dev json-glib-dev gnome-doc-utils m4 gst-plugins-base1-dev bash gtk+3.0-dev rest-dev desktop-file-utils" install= |