[arch-commits] Commit in pantheon-photos/repos (4 files)

Maxime Gauduin alucryd at archlinux.org
Thu Nov 2 16:19:33 UTC 2017


    Date: Thursday, November 2, 2017 @ 16:19:32
  Author: alucryd
Revision: 265197

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pantheon-photos/repos/community-staging-i686/
  pantheon-photos/repos/community-staging-i686/PKGBUILD
    (from rev 265196, pantheon-photos/trunk/PKGBUILD)
  pantheon-photos/repos/community-staging-x86_64/
  pantheon-photos/repos/community-staging-x86_64/PKGBUILD
    (from rev 265196, pantheon-photos/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   46 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   46 ++++++++++++++++++++++++++++++++++++
 2 files changed, 92 insertions(+)

Copied: pantheon-photos/repos/community-staging-i686/PKGBUILD (from rev 265196, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-11-02 16:19:32 UTC (rev 265197)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=0.2.4
+pkgrel=2
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/photos'
+license=('GPL3')
+depends=('cairo' 'gdk-pixbuf2' 'geocode-glib' 'glib2' 'glibc'
+         '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' 'intltool' 'vala' 'webkit2gtk')
+optdepends=('webkit2gtk: Publishing plugins')
+source=("pantheon-photos-${pkgver}.tar.gz::https://github.com/elementary/photos/archive/${pkgver}.tar.gz")
+sha256sums=('99761b9d6c05292671edef498483ac802d89acf848898bf2c8876825415845e4')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../photos-${pkgver} \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+    -DCMAKE_INSTALL_LIBEXECDIR='/usr/lib' \
+    -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-staging-x86_64/PKGBUILD (from rev 265196, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-11-02 16:19:32 UTC (rev 265197)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=0.2.4
+pkgrel=2
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/photos'
+license=('GPL3')
+depends=('cairo' 'gdk-pixbuf2' 'geocode-glib' 'glib2' 'glibc'
+         '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' 'intltool' 'vala' 'webkit2gtk')
+optdepends=('webkit2gtk: Publishing plugins')
+source=("pantheon-photos-${pkgver}.tar.gz::https://github.com/elementary/photos/archive/${pkgver}.tar.gz")
+sha256sums=('99761b9d6c05292671edef498483ac802d89acf848898bf2c8876825415845e4')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../photos-${pkgver} \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+    -DCMAKE_INSTALL_LIBEXECDIR='/usr/lib' \
+    -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list