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

Maxime Gauduin alucryd at archlinux.org
Fri Apr 29 18:52:21 UTC 2016


    Date: Friday, April 29, 2016 @ 20:52:21
  Author: alucryd
Revision: 172810

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

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

------------------------------------------+
 /PKGBUILD                                |   78 +++++++++++++++++++++++++++++
 community-i686/PKGBUILD                  |   40 --------------
 community-i686/pantheon-photos.install   |   15 -----
 community-x86_64/PKGBUILD                |   40 --------------
 community-x86_64/pantheon-photos.install |   15 -----
 5 files changed, 78 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-29 18:52:09 UTC (rev 172809)
+++ community-i686/PKGBUILD	2016-04-29 18:52:21 UTC (rev 172810)
@@ -1,40 +0,0 @@
-# $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:

Copied: pantheon-photos/repos/community-i686/PKGBUILD (from rev 172809, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-29 18:52:21 UTC (rev 172810)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=0.1.1
+pkgrel=2
+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')
+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:

Deleted: community-i686/pantheon-photos.install
===================================================================
--- community-i686/pantheon-photos.install	2016-04-29 18:52:09 UTC (rev 172809)
+++ community-i686/pantheon-photos.install	2016-04-29 18:52:21 UTC (rev 172810)
@@ -1,15 +0,0 @@
-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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-29 18:52:09 UTC (rev 172809)
+++ community-x86_64/PKGBUILD	2016-04-29 18:52:21 UTC (rev 172810)
@@ -1,40 +0,0 @@
-# $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:

Copied: pantheon-photos/repos/community-x86_64/PKGBUILD (from rev 172809, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-29 18:52:21 UTC (rev 172810)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=0.1.1
+pkgrel=2
+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')
+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:

Deleted: community-x86_64/pantheon-photos.install
===================================================================
--- community-x86_64/pantheon-photos.install	2016-04-29 18:52:09 UTC (rev 172809)
+++ community-x86_64/pantheon-photos.install	2016-04-29 18:52:21 UTC (rev 172810)
@@ -1,15 +0,0 @@
-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