[arch-commits] Commit in (4 files)

Maxime Gauduin alucryd at archlinux.org
Mon Aug 31 09:12:03 UTC 2015


    Date: Monday, August 31, 2015 @ 11:12:02
  Author: alucryd
Revision: 139009

Add pantheon-photos

Added:
  pantheon-photos/
  pantheon-photos/trunk/
  pantheon-photos/trunk/PKGBUILD
  pantheon-photos/trunk/pantheon-photos.install

-------------------------+
 PKGBUILD                |   40 ++++++++++++++++++++++++++++++++++++++++
 pantheon-photos.install |   15 +++++++++++++++
 2 files changed, 55 insertions(+)

Added: pantheon-photos/trunk/PKGBUILD
===================================================================
--- pantheon-photos/trunk/PKGBUILD	                        (rev 0)
+++ pantheon-photos/trunk/PKGBUILD	2015-08-31 09:12:02 UTC (rev 139009)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-photos'
+license=('GPL3')
+depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc'
+         'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme'
+         'libexif' 'libgee' 'libgexiv2' 'libgphoto2' 'libraw' 'pango' 'sqlite'
+         'libgranite.so' 'libgudev-1.0.so')
+makedepends=('vala' 'webkitgtk')
+optdepends=('webkitgtk: Publishing plugins')
+conflicts=('shotwell')
+install='pantheon-photos.install'
+source=("https://launchpad.net/pantheon-photos/${pkgver%.*.*}.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz")
+sha256sums=('f6952f9a8f30db966b961b5e08cf2b017076861503a8a49d12e939052ff71d10')
+
+build() {
+  cd pantheon-photos-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --libexec='/usr/lib/shotwell' \
+    --disable-desktop-update \
+    --disable-icon-update \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd pantheon-photos-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: pantheon-photos/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: pantheon-photos/trunk/pantheon-photos.install
===================================================================
--- pantheon-photos/trunk/pantheon-photos.install	                        (rev 0)
+++ pantheon-photos/trunk/pantheon-photos.install	2015-08-31 09:12:02 UTC (rev 139009)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list