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

Maxime Gauduin alucryd at archlinux.org
Wed Mar 22 21:35:23 UTC 2017


    Date: Wednesday, March 22, 2017 @ 21:35:22
  Author: alucryd
Revision: 218426

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

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

---------------------------+
 /PKGBUILD                 |   96 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   47 ---------------------
 community-x86_64/PKGBUILD |   47 ---------------------
 3 files changed, 96 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-22 21:35:11 UTC (rev 218425)
+++ community-i686/PKGBUILD	2017-03-22 21:35:22 UTC (rev 218426)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-photos
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='The Pantheon Photos Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-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')
-makedepends=('cmake' 'intltool' 'vala' 'webkit2gtk')
-optdepends=('webkit2gtk: Publishing plugins')
-source=("https://launchpad.net/pantheon-photos/0.2.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz")
-sha256sums=('c474cfc054b9caf3d4f432041c3d32027b2530d1dc801d7190c777a13bbdad33')
-
-prepare() {
-  cd pantheon-photos-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-photos-${pkgver}/build
-
-  cmake .. \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-    -DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd pantheon-photos-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-i686/PKGBUILD (from rev 218425, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-22 21:35:22 UTC (rev 218426)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-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=("https://launchpad.net/pantheon-photos/0.2.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz")
+sha256sums=('f5718de48c33026ff0bff5e9b702a2b0de8a6453a49feec388588aa3aa9eec3d')
+
+prepare() {
+  cd pantheon-photos-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-photos-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+    -DCMAKE_INSTALL_LIBEXECDIR='/usr/lib' \
+    -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd pantheon-photos-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-22 21:35:11 UTC (rev 218425)
+++ community-x86_64/PKGBUILD	2017-03-22 21:35:22 UTC (rev 218426)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-photos
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='The Pantheon Photos Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-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')
-makedepends=('cmake' 'intltool' 'vala' 'webkit2gtk')
-optdepends=('webkit2gtk: Publishing plugins')
-source=("https://launchpad.net/pantheon-photos/0.2.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz")
-sha256sums=('c474cfc054b9caf3d4f432041c3d32027b2530d1dc801d7190c777a13bbdad33')
-
-prepare() {
-  cd pantheon-photos-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-photos-${pkgver}/build
-
-  cmake .. \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-    -DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd pantheon-photos-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-x86_64/PKGBUILD (from rev 218425, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-22 21:35:22 UTC (rev 218426)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-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=("https://launchpad.net/pantheon-photos/0.2.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz")
+sha256sums=('f5718de48c33026ff0bff5e9b702a2b0de8a6453a49feec388588aa3aa9eec3d')
+
+prepare() {
+  cd pantheon-photos-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-photos-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+    -DCMAKE_INSTALL_LIBEXECDIR='/usr/lib' \
+    -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd pantheon-photos-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list