[arch-commits] Commit in wicd/trunk (PKGBUILD wicd-gtk.install)
Antonio Rojas
arojas at archlinux.org
Thu Jul 11 12:26:15 UTC 2019
Date: Thursday, July 11, 2019 @ 12:26:15
Author: arojas
Revision: 357749
Remove non-existant dependencies and obsolete install file
Modified:
wicd/trunk/PKGBUILD
Deleted:
wicd/trunk/wicd-gtk.install
------------------+
PKGBUILD | 8 +++-----
wicd-gtk.install | 11 -----------
2 files changed, 3 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-11 12:04:54 UTC (rev 357748)
+++ PKGBUILD 2019-07-11 12:26:15 UTC (rev 357749)
@@ -5,7 +5,7 @@
pkgbase=wicd
pkgname=('wicd' 'wicd-gtk')
pkgver=1.7.4
-pkgrel=3
+pkgrel=4
arch=(any)
url="https://launchpad.net/wicd/"
license=('GPL2')
@@ -16,7 +16,7 @@
wicd-1.7.3-urwid-1.3.0.patch)
makedepends=('python2' 'python2-babel' 'python2-setuptools' 'gettext' 'dbus-glib' 'dhcpcd'
'ethtool' 'inetutils' 'net-tools' 'pygtk' 'python2-dbus' 'python2-gobject2'
- 'python2-urwid' 'rfkill' 'shared-mime-info' 'wireless_tools' 'wpa_supplicant'
+ 'python2-urwid' 'shared-mime-info' 'wireless_tools' 'wpa_supplicant'
'hicolor-icon-theme')
options=('emptydirs')
sha512sums=('1e99a45daa858eba634e60e50c22aa2fab3fc4d643979a6741b6164bf500bd6db285d11c12ccd164ab6cf0792284e319e3c3447804088e74b4fc67bb6f431959'
@@ -83,10 +83,8 @@
package_wicd-gtk() {
pkgdesc="Wired and wireless network manager for Linux - GTK client"
depends=('wicd' 'pygtk' 'hicolor-icon-theme')
- optdepends=('gksu: needed to access some preferences in gtk interface'
- 'notification-daemon: needed if you want notifications'
+ optdepends=('notification-daemon: needed if you want notifications'
'python2-notify: needed if you want notifications')
- install=wicd-gtk.install
cd $pkgbase-$pkgver
python2 setup.py install --skip-build --optimize=1 --root="$pkgdir"
Deleted: wicd-gtk.install
===================================================================
--- wicd-gtk.install 2019-07-11 12:04:54 UTC (rev 357748)
+++ wicd-gtk.install 2019-07-11 12:26:15 UTC (rev 357749)
@@ -1,11 +0,0 @@
-post_install() {
- 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