network-manager-applet: update to 0.9.5.95.

This commit is contained in:
Juan RP 2012-07-09 23:58:47 +02:00
parent 11f2ad31aa
commit 2f523f74ef
2 changed files with 12 additions and 24 deletions

View file

@ -1,4 +1,3 @@
libgconf-2.so.4
libgtk-3.so.0 libgtk-3.so.0
libgdk-3.so.0 libgdk-3.so.0
libatk-1.0.so.0 libatk-1.0.so.0

View file

@ -1,19 +1,23 @@
# Template file for 'network-manager-applet' # Template file for 'network-manager-applet'
pkgname=network-manager-applet pkgname=network-manager-applet
version=0.9.4.1 version=0.9.5.95
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz" revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-schemas-install --disable-static configure_args="--disable-static --with-bluetooth"
--with-gconf-schema-file-dir=/usr/share/gconf/schemas --with-bluetooth" # XXX: mobile-broadband-provier-info deps.
depends="NetworkManager polkit-gnome notification-daemon hicolor-icon-theme" depends="NetworkManager>=${version} polkit-gnome notification-daemon hicolor-icon-theme"
makedepends="pkg-config intltool GConf-devel libgnome-keyring-devel NetworkManager-devel gnome-bluetooth-devel libnotify-devel polkit-devel" makedepends="pkg-config intltool GConf-devel libgnome-keyring-devel
NetworkManager-devel>=${version} gnome-bluetooth-devel libnotify-devel
polkit-devel"
fulldepends="iso-codes" fulldepends="iso-codes"
revision=2 subpackages="libnm-gtk ${pkgname}-devel"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
short_desc="NetworkManager panel applet for GNOME" short_desc="NetworkManager panel applet for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/projects/NetworkManager/" homepage="http://www.gnome.org/projects/NetworkManager/"
license="GPL-2" license="GPL-2"
checksum=b6b6de75e28d1fbcdfdbb51c0e40fcd6bc0ec0385bfecd16c457260491cd2ff7 distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
checksum=7f3ca2cb7bbf55472bee17e52d51e6f4ba7a49f5b835954c8f276da6d84be70a
long_desc=" long_desc="
NetworkManager attempts to keep an active network connection available at all 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 times. It is intended only for the desktop use-case, and is not intended for
@ -27,18 +31,3 @@ long_desc="
Xfce. It displays the available networks and allows to easily switch between 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 them. For encrypted networks it will prompt the user for the key/passphrase
and it can optionally store them in the gnome-keyring." and it can optionally store them in the gnome-keyring."
subpackages="libnm-gtk ${pkgname}-devel"
gconf_schemas="${pkgname}.schemas"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
# XXX: mobile-broadband-provier-info deps.
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
}