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

Jan Steffens heftig at archlinux.org
Fri Apr 29 22:49:43 UTC 2016


    Date: Saturday, April 30, 2016 @ 00:49:43
  Author: heftig
Revision: 266666

3.15.3-1

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

--------------+
 PKGBUILD     |    8 +++-----
 meld.install |   14 --------------
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-29 22:49:29 UTC (rev 266665)
+++ PKGBUILD	2016-04-29 22:49:43 UTC (rev 266666)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=meld
-pkgver=3.15.2
+pkgver=3.15.3
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
@@ -12,12 +12,10 @@
 license=(GPL)
 arch=(any)
 makedepends=(intltool itstool)
-install=meld.install
-depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme desktop-file-utils
-         gsettings-desktop-schemas)
+depends=(python2-gobject python2-cairo gtksourceview3 gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz")
-sha1sums=('c5c34f52ebe337c654ad5e35450f43e95bdd7743')
+sha1sums=('cb1291a5cc18fe0978df0a7a8ccbc860350a3a96')
 
 # Meld does not support Python 3. The build succeeds, but
 # the main executable checks the version and errors out.

Deleted: meld.install
===================================================================
--- meld.install	2016-04-29 22:49:29 UTC (rev 266665)
+++ meld.install	2016-04-29 22:49:43 UTC (rev 266666)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list