[arch-commits] Commit in gnome-photos/repos (6 files)
Jan Steffens
heftig at archlinux.org
Thu Sep 10 12:39:14 UTC 2015
Date: Thursday, September 10, 2015 @ 14:39:14
Author: heftig
Revision: 245731
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-photos/repos/testing-i686/
gnome-photos/repos/testing-i686/PKGBUILD
(from rev 245730, gnome-photos/trunk/PKGBUILD)
gnome-photos/repos/testing-i686/gnome-photos.install
(from rev 245730, gnome-photos/trunk/gnome-photos.install)
gnome-photos/repos/testing-x86_64/
gnome-photos/repos/testing-x86_64/PKGBUILD
(from rev 245730, gnome-photos/trunk/PKGBUILD)
gnome-photos/repos/testing-x86_64/gnome-photos.install
(from rev 245730, gnome-photos/trunk/gnome-photos.install)
-------------------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-i686/gnome-photos.install | 12 ++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/gnome-photos.install | 12 ++++++++++++
4 files changed, 92 insertions(+)
Copied: gnome-photos/repos/testing-i686/PKGBUILD (from rev 245730, gnome-photos/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-10 12:39:14 UTC (rev 245731)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-photos
+pkgver=3.16.2
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://www.gnome.org/"
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop gnome-online-accounts lcms2 tracker
+ hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners dleyna-server dleyna-renderer)
+makedepends=(intltool itstool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9eb6a08a1d198f174f006b1c4e60a7db4f2e05cce7776e3f989470638cda2e20')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/gnome-photos
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+# disabled: needs dogtail which we don't have
+# make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: gnome-photos/repos/testing-i686/gnome-photos.install (from rev 245730, gnome-photos/trunk/gnome-photos.install)
===================================================================
--- testing-i686/gnome-photos.install (rev 0)
+++ testing-i686/gnome-photos.install 2015-09-10 12:39:14 UTC (rev 245731)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: gnome-photos/repos/testing-x86_64/PKGBUILD (from rev 245730, gnome-photos/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-10 12:39:14 UTC (rev 245731)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-photos
+pkgver=3.16.2
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://www.gnome.org/"
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop gnome-online-accounts lcms2 tracker
+ hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners dleyna-server dleyna-renderer)
+makedepends=(intltool itstool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9eb6a08a1d198f174f006b1c4e60a7db4f2e05cce7776e3f989470638cda2e20')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/gnome-photos
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+# disabled: needs dogtail which we don't have
+# make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: gnome-photos/repos/testing-x86_64/gnome-photos.install (from rev 245730, gnome-photos/trunk/gnome-photos.install)
===================================================================
--- testing-x86_64/gnome-photos.install (rev 0)
+++ testing-x86_64/gnome-photos.install 2015-09-10 12:39:14 UTC (rev 245731)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list