aboutsummaryrefslogtreecommitdiffstats
path: root/community/shotwell/APKBUILD
blob: c418583f884179e90c20b3d670b3af70a06960bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=shotwell
pkgver=0.25.5
pkgrel=0
pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
url="https://wiki.gnome.org/Apps/Shotwell"
arch="x86 x86_64"
license="LGPL2.1"
install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall"
depends=""
subpackages="$pkgname-lang $pkgname-doc"
makedepends="intltool vala libgee-dev libunique3-dev webkit2gtk-dev libexif-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
	gcr-dev itstool"
source="https://download.gnome.org/sources/shotwell/${pkgver%.*}/shotwell-$pkgver.tar.xz
	"

builddir="$srcdir"/$pkgname-$pkgver

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--prefix=/usr \
		--disable-desktop-update \
		--disable-icon-update \
		--disable-schemas-compile \
		|| return 1
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install || return 1
}

sha512sums="0af72a36c9d2f1fb6f6a781e9e23ac3960130cafa2366fbac98f60cfadce5a95b33c0efcc6df30170de8f1491a19c7dca35f7594f43f9b9248db27eaf5e6670e  shotwell-0.25.5.tar.xz"