summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/gnome-panel/Makefile9
-rw-r--r--x11/gnome-panel/PLIST9
-rw-r--r--x11/gnome-panel/buildlink3.mk4
-rw-r--r--x11/gnome-panel/distinfo6
4 files changed, 11 insertions, 17 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index 10e2f980520..ad4a8a937bd 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.41 2004/06/28 14:50:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.42 2004/09/21 16:57:02 jmmv Exp $
#
-DISTNAME= gnome-panel-2.6.2
+DISTNAME= gnome-panel-2.8.0
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
@@ -23,8 +23,6 @@ PKGCONFIG_OVERRIDE= libpanel-applet/libpanelapplet-2.0.pc.in
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
-BUILDLINK_DEPENDS.GConf2+= GConf2>=2.6.1
-
GCONF2_SCHEMAS= clock.schemas
GCONF2_SCHEMAS+= fish.schemas
GCONF2_SCHEMAS+= gnome-panel-screenshot.schemas
@@ -54,7 +52,6 @@ GCONF2_ENTRIES= panel-default-setup.entries
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-desktop/buildlink3.mk"
-.include "../../x11/gnome2-control-center/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gnome-panel/PLIST b/x11/gnome-panel/PLIST
index 94d40f8aa45..2790eaf72e7 100644
--- a/x11/gnome-panel/PLIST
+++ b/x11/gnome-panel/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.14 2004/06/28 14:50:23 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.15 2004/09/21 16:57:02 jmmv Exp $
bin/gnome-desktop-item-edit
bin/gnome-panel
-bin/gnome-panel-preferences
bin/gnome-panel-screenshot
bin/panel-test-applets
include/panel-2.0/GNOME_Panel.h
@@ -23,9 +22,7 @@ libexec/clock-applet
libexec/fish-applet-2
libexec/notification-area-applet
libexec/wnck-applet
-man/man1/gnome-panel-preferences.1
man/man1/gnome-panel.1
-share/control-center-2.0/capplets/gnome-panel-preferences.desktop
share/doc/panel-applet/PanelApplet.html
share/doc/panel-applet/applet-popups.html
share/doc/panel-applet/applet-porting.html
@@ -222,7 +219,6 @@ share/gnome/help/workspace-switcher/zh_TW/figures/workspace_switcher_applet.png
share/gnome/help/workspace-switcher/zh_TW/figures/workspacelist_applet.png
share/gnome/help/workspace-switcher/zh_TW/legal.xml
share/gnome/help/workspace-switcher/zh_TW/workspace-switcher.xml
-share/gnome/panel/gnome-panel-preferences.glade
share/gnome/panel/gnome-panel-screenshot.glade
share/gnome/panel/panel-properties-dialog.glade
share/gnome/panel/panel-run-dialog.glade
@@ -234,6 +230,7 @@ ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo
+${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo
@@ -269,6 +266,7 @@ ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/mr/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo
+${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnome-panel-2.0.mo
@@ -454,6 +452,5 @@ share/pixmaps/panel-force-quit.png
@comment in gnome2-dirs: @dirrm share/gnome
@comment in GConf2: @dirrm share/gconf/schemas
@dirrm share/doc/panel-applet
-@comment in gnome2-dirs: @dirrm share/control-center-2.0/capplets
@comment in libbonobo: @dirrm lib/bonobo/servers
@dirrm include/panel-2.0
diff --git a/x11/gnome-panel/buildlink3.mk b/x11/gnome-panel/buildlink3.mk
index 6b9dc727d61..ac83c0475a9 100644
--- a/x11/gnome-panel/buildlink3.mk
+++ b/x11/gnome-panel/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/04/01 18:46:01 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2004/09/21 16:57:02 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNOME_PANEL_BUILDLINK3_MK:= ${GNOME_PANEL_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnome-panel}
BUILDLINK_PACKAGES+= gnome-panel
.if !empty(GNOME_PANEL_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.gnome-panel+= gnome-panel>=2.6.0
+BUILDLINK_DEPENDS.gnome-panel+= gnome-panel>=2.8.0
BUILDLINK_PKGSRCDIR.gnome-panel?= ../../x11/gnome-panel
.endif # GNOME_PANEL_BUILDLINK3_MK
diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo
index 9f60700e00b..aeadabf7259 100644
--- a/x11/gnome-panel/distinfo
+++ b/x11/gnome-panel/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2004/06/28 14:50:24 jmmv Exp $
+$NetBSD: distinfo,v 1.15 2004/09/21 16:57:02 jmmv Exp $
-SHA1 (gnome-panel-2.6.2.tar.bz2) = f2d53e9d708e3fb9a6ce4b5d69b8e6af073fe9b7
-Size (gnome-panel-2.6.2.tar.bz2) = 3082567 bytes
+SHA1 (gnome-panel-2.8.0.tar.bz2) = 907077fe8dc9de10f5d1491807bcd212ccad98c7
+Size (gnome-panel-2.8.0.tar.bz2) = 3205758 bytes