[arch-commits] Commit in pantheon-photos/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sat Aug 18 14:36:11 UTC 2018
Date: Saturday, August 18, 2018 @ 14:36:10
Author: arojas
Revision: 372645
archrelease: copy trunk to community-staging-x86_64
Added:
pantheon-photos/repos/community-staging-x86_64/
pantheon-photos/repos/community-staging-x86_64/PKGBUILD
(from rev 372644, pantheon-photos/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: pantheon-photos/repos/community-staging-x86_64/PKGBUILD (from rev 372644, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-08-18 14:36:10 UTC (rev 372645)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=0.2.5
+pkgrel=2
+pkgdesc='The Pantheon Photos Manager'
+arch=('x86_64')
+url='https://github.com/elementary/photos'
+license=('GPL3')
+depends=('cairo' 'gdk-pixbuf2' 'geocode-glib' 'glib2' 'gst-plugins-base-libs'
+ 'gstreamer' 'gtk3' 'json-glib' 'libexif' 'libgee' 'libgexiv2'
+ 'libgphoto2' 'libraw' 'libsoup' 'libxml2' 'pango' 'rest' 'sqlite'
+ 'libgranite.so' 'libgudev-1.0.so')
+makedepends=('cmake' 'git' 'intltool' 'vala' 'webkit2gtk')
+optdepends=('webkit2gtk: Publishing plugins')
+source=("pantheon-photos::git+https://github.com/elementary/photos.git#tag=${pkgver}")
+sha256sums=('SKIP')
+
+prepare() {
+ if [[ -d build ]]; then
+ rm -rf build
+ fi
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake ../pantheon-photos \
+ -DCMAKE_BUILD_TYPE='Release' \
+ -DCMAKE_INSTALL_PREFIX='/usr' \
+ -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+ -DCMAKE_INSTALL_LIBEXECDIR='/usr/lib' \
+ -DGSETTINGS_COMPILE='OFF'
+ make
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list