network-manager-applet.paketlendi

This commit is contained in:
giresun28 2016-10-20 21:02:23 +03:00
parent dab5f12a06
commit 6374689c3f
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,2 @@
gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas >/dev/null 2>&1

View File

@ -0,0 +1,20 @@
# Description: Tools which simplify and make the network more directly manageable.
# URL: http://projects.gnome.org/NetworkManager/
# Packager: pierre at nutyx dot org
# Depends on: gtk3 gconf iso-codes gobject-introspection libgnome-keyring libsecret libnotify networkmanager polkit-gnome modemmanager gtk-update-icon-cache
name=network-manager-applet
version=1.0.10
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/1.0/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--without-team
make
make DESTDIR=$PKG install
}