nm-applet
This commit is contained in:
parent
5858a61ff4
commit
a1cd45cff4
|
@ -1,27 +1,28 @@
|
||||||
# Tanım: Ağın daha doğrudan yönetilebilir olmasını sağlayan basitleştiren ve geliştiren araçlar
|
# Tanım: Ağın daha doğrudan yönetilebilir olmasını sağlayan basitleştiren ve geliştiren araçlar
|
||||||
# URL: http://projects.gnome.org/NetworkManager/
|
# URL: http://projects.gnome.org/NetworkManager/
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: gtk3 gconf iso-codes gobject-introspection libgnome-keyring gnome-keyring libsecret libnotify networkmanager polkit-gnome modemmanager gtk-update-icon-cache
|
# Gerekler: gtk3 gconf iso-codes gobject-introspection libgnome-keyring gnome-keyring libsecret libnotify networkmanager polkit-gnome modemmanager gtk-update-icon-cache mobile-broadband-provider-info
|
||||||
# Grup: ağ
|
# Grup: ağ
|
||||||
|
|
||||||
isim=network-manager-applet
|
isim=network-manager-applet
|
||||||
surum=1.8.10
|
surum=1.8.16
|
||||||
devir=1
|
devir=1
|
||||||
|
|
||||||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/1.8/$isim-$surum.tar.xz)
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/1.8/$isim-$surum.tar.xz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd $isim-$surum
|
cd $isim-$surum
|
||||||
sed -i '/#, fuzzy/d' po/tr.po
|
sed -i '/#, fuzzy/d' po/tr.po
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--without-team \
|
--without-team \
|
||||||
--without-selinux \
|
--without-selinux \
|
||||||
--disable-introspection
|
--disable-introspection
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
rm -rf $PKG/usr/share/gir-1.0
|
rm -rf $PKG/usr/share/gir-1.0
|
||||||
rm -rf $PKG/usr/share/gtk-doc
|
rm -rf $PKG/usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue