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

Jan Steffens heftig at nymeria.archlinux.org
Mon Apr 15 11:14:04 UTC 2013


    Date: Monday, April 15, 2013 @ 13:14:03
  Author: heftig
Revision: 182789

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

Added:
  gnome-photos/repos/testing-i686/
  gnome-photos/repos/testing-i686/PKGBUILD
    (from rev 182788, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/testing-i686/gnome-photos.install
    (from rev 182788, gnome-photos/trunk/gnome-photos.install)
  gnome-photos/repos/testing-x86_64/
  gnome-photos/repos/testing-x86_64/PKGBUILD
    (from rev 182788, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/testing-x86_64/gnome-photos.install
    (from rev 182788, gnome-photos/trunk/gnome-photos.install)

-------------------------------------+
 testing-i686/PKGBUILD               |   33 +++++++++++++++++++++++++++++++++
 testing-i686/gnome-photos.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD             |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/gnome-photos.install |   12 ++++++++++++
 4 files changed, 90 insertions(+)

Copied: gnome-photos/repos/testing-i686/PKGBUILD (from rev 182788, gnome-photos/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-15 11:14:03 UTC (rev 182789)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-photos
+pkgver=3.8.0
+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)
+makedepends=(intltool)
+options=(!libtool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d5a42a6562eb2bebd404f1b932e105572e64abb0e3160b2834c7898cf090f3de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-photos/repos/testing-i686/gnome-photos.install (from rev 182788, gnome-photos/trunk/gnome-photos.install)
===================================================================
--- testing-i686/gnome-photos.install	                        (rev 0)
+++ testing-i686/gnome-photos.install	2013-04-15 11:14:03 UTC (rev 182789)
@@ -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 182788, gnome-photos/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-15 11:14:03 UTC (rev 182789)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-photos
+pkgver=3.8.0
+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)
+makedepends=(intltool)
+options=(!libtool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d5a42a6562eb2bebd404f1b932e105572e64abb0e3160b2834c7898cf090f3de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-photos/repos/testing-x86_64/gnome-photos.install (from rev 182788, gnome-photos/trunk/gnome-photos.install)
===================================================================
--- testing-x86_64/gnome-photos.install	                        (rev 0)
+++ testing-x86_64/gnome-photos.install	2013-04-15 11:14:03 UTC (rev 182789)
@@ -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