[arch-commits] Commit in gnome-photos/trunk (PKGBUILD gnome-photos.install)

Jan Steffens heftig at archlinux.org
Tue Jun 21 18:22:58 UTC 2016


    Date: Tuesday, June 21, 2016 @ 18:22:57
  Author: heftig
Revision: 270427

3.20.2-1

Modified:
  gnome-photos/trunk/PKGBUILD
Deleted:
  gnome-photos/trunk/gnome-photos.install

----------------------+
 PKGBUILD             |   13 ++++++-------
 gnome-photos.install |   12 ------------
 2 files changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-21 18:22:52 UTC (rev 270426)
+++ PKGBUILD	2016-06-21 18:22:57 UTC (rev 270427)
@@ -2,19 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-photos
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
-url="https://www.gnome.org/"
+url="https://wiki.gnome.org/Apps/Photos"
 license=(GPL)
 depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop gnome-online-accounts lcms2 tracker
          grilo gfbgraph libgdata gnome-online-miners dleyna-server dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python)
 groups=(gnome-extra)
-install=gnome-photos.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7639cc9367aa0f4bbf54aa46edaeedb91fcce85d387e8ffb669470710e247e5a')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ec6b95ad1c4aeeb065a65d2d48335036c0750761c7f6762bafcf874791272b46')
 
 build() {
   cd $pkgname-$pkgver
@@ -24,8 +23,8 @@
 
 check() {
   cd $pkgname-$pkgver
-# disabled: needs dogtail which we don't have
-#  make check
+  # disabled: needs dogtail which we don't have
+  #make check
 }
 
 package() {

Deleted: gnome-photos.install
===================================================================
--- gnome-photos.install	2016-06-21 18:22:52 UTC (rev 270426)
+++ gnome-photos.install	2016-06-21 18:22:57 UTC (rev 270427)
@@ -1,12 +0,0 @@
-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