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

Jan Steffens heftig at archlinux.org
Thu Jul 28 17:43:22 UTC 2016


    Date: Thursday, July 28, 2016 @ 17:43:21
  Author: heftig
Revision: 272625

3.20.0-2

Modified:
  glade/trunk/PKGBUILD
Deleted:
  glade/trunk/glade.install

---------------+
 PKGBUILD      |   14 +++++++-------
 glade.install |   12 ------------
 2 files changed, 7 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 17:35:24 UTC (rev 272624)
+++ PKGBUILD	2016-07-28 17:43:21 UTC (rev 272625)
@@ -1,18 +1,18 @@
 # $Id$
-# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=glade
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="User interface builder for GTK+ and GNOME."
 arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk3' 'libxml2' 'desktop-file-utils')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'python-gobject' 'itstool' 'docbook-xsl')
+license=(GPL LGPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gtk-doc gobject-introspection python-gobject itstool docbook-xsl)
 optdepends=('python: Python widgets support'
             'devhelp: help browser')
-url="http://glade.gnome.org/"
-install=glade.install
+url="https://glade.gnome.org/"
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('82d96dca5dec40ee34e2f41d49c13b4ea50da8f32a3a49ca2da802ff14dc18fe')
 

Deleted: glade.install
===================================================================
--- glade.install	2016-07-28 17:35:24 UTC (rev 272624)
+++ glade.install	2016-07-28 17:43:21 UTC (rev 272625)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list