summaryrefslogtreecommitdiff
path: root/x11/gnome2-applets
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-10-17 17:16:11 +0000
committerdrochner <drochner@pkgsrc.org>2006-10-17 17:16:11 +0000
commitb28cb3286bdb812dcabd5a8fb61366b05d538ddd (patch)
tree00cc795b669a987aa49bd4b3e6b5e89fc018e7cf /x11/gnome2-applets
parent32a024215c7ba894a916dd9d061b660e94381cfa (diff)
downloadpkgsrc-b28cb3286bdb812dcabd5a8fb61366b05d538ddd.tar.gz
update to 2.16.1
changes: -build system fix -do less polling -fixes, translation updates
Diffstat (limited to 'x11/gnome2-applets')
-rw-r--r--x11/gnome2-applets/Makefile5
-rw-r--r--x11/gnome2-applets/PLIST8
-rw-r--r--x11/gnome2-applets/distinfo9
-rw-r--r--x11/gnome2-applets/patches/patch-ae13
4 files changed, 12 insertions, 23 deletions
diff --git a/x11/gnome2-applets/Makefile b/x11/gnome2-applets/Makefile
index 2c5ae9fe31b..231618eb10b 100644
--- a/x11/gnome2-applets/Makefile
+++ b/x11/gnome2-applets/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2006/09/16 12:20:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.72 2006/10/17 17:16:11 drochner Exp $
#
-DISTNAME= gnome-applets-2.16.0
-PKGREVISION= 1
+DISTNAME= gnome-applets-2.16.1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/2.16/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/gnome2-applets/PLIST b/x11/gnome2-applets/PLIST
index 1f14d65549e..5bcfcea58c8 100644
--- a/x11/gnome2-applets/PLIST
+++ b/x11/gnome2-applets/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.18 2006/09/15 15:14:37 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.19 2006/10/17 17:16:11 drochner Exp $
bin/gswitchit-plugins-capplet
include/libgswitchit/gnome-kbd-indicator.h
include/libgswitchit/gswitchit-config.h
+include/libgswitchit/gswitchit-config-private.h
include/libgswitchit/gswitchit-plugin.h
-include/libgswitchit/gswitchit-plugins-app.h
include/libgswitchit/keyboard-config-registry-client.h
include/libgswitchit/keyboard-config-registry.h
include/libgweather/gweather-gconf.h
@@ -77,6 +77,9 @@ share/gnome-applets/geyes/Default/config
share/gnome-applets/geyes/Horrid/config
share/gnome-applets/geyes/Horrid/horrid_eye.png
share/gnome-applets/geyes/Horrid/horrid_pupil.png
+share/gnome-applets/geyes/Tango/config
+share/gnome-applets/geyes/Tango/tango-eye.png
+share/gnome-applets/geyes/Tango/tango-pupil.png
${BATTSTAT}share/gnome-applets/glade/battstat_applet.glade
share/gnome-applets/glade/gswitchit-plugins.glade
share/gnome-applets/glade/gswitchit.glade
@@ -1003,6 +1006,7 @@ ${BATTSTAT}@dirrm share/gnome/help/battstat
@comment in gnome2-dirs: @dirrm share/gnome/help
@dirrm share/gnome-applets/gweather
@dirrm share/gnome-applets/glade
+@dirrm share/gnome-applets/geyes/Tango
@dirrm share/gnome-applets/geyes/Horrid
@dirrm share/gnome-applets/geyes/Default-tiny
@dirrm share/gnome-applets/geyes/Default
diff --git a/x11/gnome2-applets/distinfo b/x11/gnome2-applets/distinfo
index 016e402d7c6..9f71401739c 100644
--- a/x11/gnome2-applets/distinfo
+++ b/x11/gnome2-applets/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.19 2006/09/15 15:14:37 jmmv Exp $
+$NetBSD: distinfo,v 1.20 2006/10/17 17:16:11 drochner Exp $
-SHA1 (gnome-applets-2.16.0.tar.bz2) = c29fda90d72a78869571a3146bc99b9dfde9ff62
-RMD160 (gnome-applets-2.16.0.tar.bz2) = ee2cba98a9b62cea3ac8845a287c9df1bbfbda62
-Size (gnome-applets-2.16.0.tar.bz2) = 6856732 bytes
+SHA1 (gnome-applets-2.16.1.tar.bz2) = 793d7880e8d9d9cf621af8f0f69c3917ccace6a1
+RMD160 (gnome-applets-2.16.1.tar.bz2) = 326884c4b92ea15c82916b2e8c16c1e5f4e859b0
+Size (gnome-applets-2.16.1.tar.bz2) = 6888716 bytes
SHA1 (patch-aa) = d4683f2d1273c4202ee336be436b9fd237610b7b
SHA1 (patch-ab) = f880abec6df2254b6541d4e5a894559763ef674b
SHA1 (patch-ac) = 8244d73dd62973fdc022947a62e9ce6211a3561b
SHA1 (patch-ad) = 42fb64b30a031a1ea8f57f47cabdf63475b7987e
-SHA1 (patch-ae) = 2b8ba86a16c65b1e01422d84f1eb3caf60a0597c
diff --git a/x11/gnome2-applets/patches/patch-ae b/x11/gnome2-applets/patches/patch-ae
deleted file mode 100644
index b878a6f3af1..00000000000
--- a/x11/gnome2-applets/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2006/09/15 15:14:38 jmmv Exp $
-
---- libgswitchit/Makefile.in.orig 2006-09-11 17:53:37.000000000 +0200
-+++ libgswitchit/Makefile.in
-@@ -187,6 +187,8 @@ CXXFLAGS = @CXXFLAGS@
- CYGPATH_W = @CYGPATH_W@
- DATADIR = @DATADIR@
- DATADIRNAME = @DATADIRNAME@
-+DBUS_CFLAGS = `pkg-config --cflags dbus-glib-1`
-+DBUS_LIBS = `pkg-config --libs dbus-glib-1`
- DEFS = @DEFS@
- DEPDIR = @DEPDIR@
- DOC_USER_FORMATS = @DOC_USER_FORMATS@