network-manager-applet: update to 0.8.3.997.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-03-03 13:45:43 +01:00
parent 6a0b750219
commit 6b2dc3fc06
2 changed files with 7 additions and 21 deletions

View file

@ -1,16 +0,0 @@
--- src/applet.c.orig 2011-03-01 00:01:37.106389077 +0100
+++ src/applet.c 2011-03-01 00:01:58.380344793 +0100
@@ -626,12 +626,10 @@ applet_do_notify (NMApplet *applet,
escaped = utils_escape_notify_message (message);
notify = notify_notification_new (summary,
escaped,
- icon ? icon : GTK_STOCK_NETWORK,
- NULL);
+ icon ? icon : GTK_STOCK_NETWORK);
g_free (escaped);
applet->notification = notify;
- notify_notification_attach_to_status_icon (notify, applet->status_icon);
notify_notification_set_urgency (notify, urgency);
notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);

View file

@ -1,14 +1,14 @@
# Template file for 'network-manager-applet' # Template file for 'network-manager-applet'
pkgname=network-manager-applet pkgname=network-manager-applet
version=0.8.2 version=0.8.3.997
revision=1
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-schemas-install --localstatedir=/var configure_args="--disable-schemas-install --localstatedir=/var
--with-gconf-schema-file-dir=/usr/share/gconf/schemas" --with-gconf-schema-file-dir=/usr/share/gconf/schemas --with-bluetooth
--disable-static"
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>"
checksum=c6f8723031092bd1c7db452df5578ec9ca8e9f98c2ea493dba7d40dbe0e02391 checksum=fa20ab72bd3d3a52824f0b89ffaa4cb9f70d7e915c57b4fc30bf43a84498b180
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
@ -36,7 +36,6 @@ Add_dependency run libgnome-keyring
Add_dependency run libnotify Add_dependency run libnotify
Add_dependency run libpng Add_dependency run libpng
Add_dependency run gdk-pixbuf Add_dependency run gdk-pixbuf
Add_dependency run gtk+
Add_dependency run dbus-glib Add_dependency run dbus-glib
Add_dependency run atk Add_dependency run atk
Add_dependency run glib Add_dependency run glib
@ -45,6 +44,8 @@ Add_dependency run cairo
Add_dependency run freetype Add_dependency run freetype
Add_dependency run fontconfig Add_dependency run fontconfig
Add_dependency run dbus-libs Add_dependency run dbus-libs
Add_dependency run gtk+
Add_dependency run gtk+3
Add_dependency run gnome-bluetooth Add_dependency run gnome-bluetooth
Add_dependency build pkg-config Add_dependency build pkg-config
@ -56,6 +57,7 @@ Add_dependency build GConf-devel
Add_dependency build libgnome-keyring-devel Add_dependency build libgnome-keyring-devel
Add_dependency build libnotify-devel Add_dependency build libnotify-devel
Add_dependency build gtk+-devel Add_dependency build gtk+-devel
Add_dependency build gtk+3-devel
Add_dependency build dbus-glib-devel Add_dependency build dbus-glib-devel
Add_dependency build atk-devel Add_dependency build atk-devel
Add_dependency build glib-devel Add_dependency build glib-devel