mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=shotwell
|
|
pkgver=0.27.3
|
|
pkgrel=0
|
|
pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
|
|
url="https://wiki.gnome.org/Apps/Shotwell"
|
|
arch="x86 x86_64 ppc64le"
|
|
license="LGPL-2.1"
|
|
install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall"
|
|
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-base-dev bash gtk+3.0-dev rest-dev desktop-file-utils
|
|
gcr-dev itstool libgdata-dev"
|
|
source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
|
builddir="$srcdir"/$pkgname-$pkgver
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--enable-static=no \
|
|
--disable-schemas-compile
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275 shotwell-0.27.3.tar.xz"
|