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

Fabio Castelli muflone at archlinux.org
Sun Oct 26 12:05:03 UTC 2014


    Date: Sunday, October 26, 2014 @ 13:05:03
  Author: muflone
Revision: 121424

upgpkg: gwakeonlan 0.6.2-4

Removed redundant dependencies

Modified:
  gwakeonlan/trunk/PKGBUILD
  gwakeonlan/trunk/gwakeonlan.install

--------------------+
 PKGBUILD           |    6 ++----
 gwakeonlan.install |    2 --
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-26 11:52:34 UTC (rev 121423)
+++ PKGBUILD	2014-10-26 12:05:03 UTC (rev 121424)
@@ -4,15 +4,13 @@
 
 pkgname=gwakeonlan
 pkgver=0.6.2
-pkgrel=3
+pkgrel=4
 pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
 url="http://www.muflone.com/gwakeonlan"
 arch=('any')
 license=('GPL2')
-depends=('gtk3' 'gobject-introspection' 'python2-xdg' 'python2-gobject' 'gtk-update-icon-cache')
+depends=('gtk3' 'python2-xdg' 'python2-gobject')
 source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('ccdc29789e9a9233631d4e2d403b5797')
-sha1sums=('7f4c7177df7f870149006f46d430fe7bb881292a')
 sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
 install="${pkgname}.install"
 

Modified: gwakeonlan.install
===================================================================
--- gwakeonlan.install	2014-10-26 11:52:34 UTC (rev 121423)
+++ gwakeonlan.install	2014-10-26 12:05:03 UTC (rev 121424)
@@ -1,7 +1,5 @@
 post_install() {
     gtk-update-icon-cache -q /usr/share/icons/hicolor/
-    xdg-icon-resource forceupdate
-    xdg-desktop-menu forceupdate
 }
 
 post_update() {



More information about the arch-commits mailing list