Merge pull request #94 from giresun28/master

network-manager-applet.paketlendi
This commit is contained in:
Giresun 2016-10-20 18:03:28 +03:00 committed by GitHub
commit 5716d2d326
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
}