2010-04-16 12:01:03 +00:00
|
|
|
# Template file for 'network-manager-applet'
|
|
|
|
pkgname=network-manager-applet
|
2011-11-10 12:52:19 +00:00
|
|
|
version=0.9.2.0
|
2011-09-30 10:06:25 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-10-16 17:46:38 +00:00
|
|
|
configure_args="--disable-schemas-install
|
2011-03-03 12:45:43 +00:00
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas --with-bluetooth
|
|
|
|
--disable-static"
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=1
|
2010-04-16 12:01:03 +00:00
|
|
|
short_desc="NetworkManager panel applet for GNOME"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 19:38:15 +00:00
|
|
|
homepage="http://www.gnome.org/projects/NetworkManager/"
|
2011-10-29 10:22:44 +00:00
|
|
|
license="GPL-2"
|
2011-11-10 12:52:19 +00:00
|
|
|
checksum=ebe725d0140f658c6a3f384674c72fba7a7c417df3be0e84ee8f45e6dfc219de
|
2010-04-16 12:01:03 +00:00
|
|
|
long_desc="
|
|
|
|
NetworkManager attempts to keep an active network connection available at all
|
|
|
|
times. It is intended only for the desktop use-case, and is not intended for
|
|
|
|
usage on servers. The point of NetworkManager is to make networking
|
|
|
|
configuration and setup as painless and automatic as possible. If using DHCP,
|
|
|
|
NetworkManager is _intended_ to replace default routes, obtain IP addresses
|
|
|
|
from a DHCP server, and change nameservers whenever it sees fit.
|
|
|
|
|
2011-07-13 23:21:02 +00:00
|
|
|
This package contains a systray applet for GNOME's notification area but it
|
2010-04-16 12:01:03 +00:00
|
|
|
also works for other desktop environments which provide a systray like KDE or
|
|
|
|
Xfce. It displays the available networks and allows to easily switch between
|
|
|
|
them. For encrypted networks it will prompt the user for the key/passphrase
|
|
|
|
and it can optionally store them in the gnome-keyring."
|
|
|
|
|
2011-10-29 10:22:44 +00:00
|
|
|
subpackages="libnm-gtk ${pkgname}-devel"
|
2011-09-30 10:06:25 +00:00
|
|
|
gconf_schemas="${pkgname}.schemas"
|
2010-04-16 12:01:03 +00:00
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
|
2010-04-18 01:16:28 +00:00
|
|
|
# XXX: mobile-broadband-provier-info deps.
|
2011-10-03 15:45:12 +00:00
|
|
|
Add_dependency run NetworkManager
|
2011-09-30 10:06:25 +00:00
|
|
|
Add_dependency run polkit-gnome
|
|
|
|
Add_dependency run notification-daemon
|
|
|
|
Add_dependency run hicolor-icon-theme
|
2010-04-16 12:01:03 +00:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build GConf-devel
|
|
|
|
Add_dependency build libgnome-keyring-devel
|
2011-03-14 18:05:00 +00:00
|
|
|
Add_dependency build NetworkManager-devel
|
|
|
|
Add_dependency build gnome-bluetooth-devel
|
2011-09-30 10:06:25 +00:00
|
|
|
Add_dependency build libnotify-devel
|
2011-10-29 10:22:44 +00:00
|
|
|
Add_dependency build polkit-devel
|
2010-04-16 12:01:03 +00:00
|
|
|
|
2011-09-30 10:06:25 +00:00
|
|
|
Add_dependency full iso-codes
|
2011-03-04 13:38:01 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
|
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
|
|
--domain nm-applet ${wrksrc}/*.schemas
|
|
|
|
}
|
|
|
|
|