pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import gnome-panel from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sat Mar 5 15:34:00 2016 +0200
Changeset:	4f989648af8b10e4d4c506ebc6fe2b656d96dfe4

Added Files:
	gnome-panel/DESCR
	gnome-panel/Makefile
	gnome-panel/PLIST
	gnome-panel/buildlink3.mk
	gnome-panel/distinfo
	gnome-panel/patches/patch-ab
	gnome-panel/patches/patch-ad
	gnome-panel/patches/patch-ae
	gnome-panel/patches/patch-af
	gnome-panel/patches/patch-libpanel-applet_panel-applet-factory.c

Log Message:
import gnome-panel from pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f989648af8b10e4d4c506ebc6fe2b656d96dfe4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnome-panel/DESCR                                  |  11 +
 gnome-panel/Makefile                               |  97 +++++
 gnome-panel/PLIST                                  | 457 +++++++++++++++++++++
 gnome-panel/buildlink3.mk                          |  34 ++
 gnome-panel/distinfo                               |  11 +
 gnome-panel/patches/patch-ab                       |  13 +
 gnome-panel/patches/patch-ad                       |  15 +
 gnome-panel/patches/patch-ae                       |  15 +
 gnome-panel/patches/patch-af                       |  31 ++
 .../patch-libpanel-applet_panel-applet-factory.c   |  26 ++
 10 files changed, 710 insertions(+)

diffs:
diff --git a/gnome-panel/DESCR b/gnome-panel/DESCR
new file mode 100644
index 0000000..d678b1f
--- /dev/null
+++ b/gnome-panel/DESCR
@@ -0,0 +1,11 @@
+The package contains the GNOME panel which the area on your desktop
+from which you can run applications and applets, and perform other
+tasks.
+
+The libpanel-applet library is also in this package. This library
+allows one to develop small applications which may be embedded in
+the panel. These are called applet.
+
+Several applets are also supplied - the Workspace Switcher, the
+Window List, the Inbox Monitor, the Clock and the infamous `Wanda
+the Fish'.
diff --git a/gnome-panel/Makefile b/gnome-panel/Makefile
new file mode 100644
index 0000000..8e94778
--- /dev/null
+++ b/gnome-panel/Makefile
@@ -0,0 +1,97 @@
+# $NetBSD: Makefile,v 1.181 2016/02/25 08:27:04 jperkin Exp $
+
+DISTNAME=		gnome-panel-2.32.1
+PKGREVISION=		45
+CATEGORIES=		x11 gnome
+MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gnome-panel/2.32/}
+EXTRACT_SUFX=		.tar.bz2
+
+MAINTAINER=		drochner%NetBSD.org@localhost
+HOMEPAGE=		http://www.gnome.org/
+COMMENT=		GNOME2 panel application
+
+# depends on policykit
+#EGDIR=		${PREFIX}/share/examples/gnome-panel
+#CONF_FILES+=	${PREFIX}/share/examples/gnome-panel/org.gnome.ClockApplet.Mechanism.conf \
+#		${PKG_SYSCONFDIR}/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf
+
+GNU_CONFIGURE=		YES
+USE_TOOLS+=		gmake intltool msgfmt perl:run pkg-config
+USE_PKGLOCALEDIR=	YES
+USE_LIBTOOL=		YES
+PKGCONFIG_OVERRIDE+=	bonobo/libpanel-applet/libpanelapplet-2.0.pc.in
+PKGCONFIG_OVERRIDE+=	libpanel-applet/libpanelapplet-3.0.pc.in
+CONFIGURE_ENV+=		PYTHON=${PYTHONBIN}
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-ORBit via py-gnome2
+
+# XXX this pkg installs a gio module to ${PREFIX}/lib/gnome-panel/modules
+# but there are two problems with this:
+# - this is not the standard module location, glib2/modules.mk
+#   does not deal with this yet
+# - even if called with the correct path, the resulting "giomodule.cache"
+#   is empty, due to missing symbols in dynamic loading, see
+#   https://bugzilla.gnome.org/show_bug.cgi?id=636255
+# XXX so for now, just disable "giomodule.cache" creation to fix the
+# PLIST problem reported in PR pkg/44181, until the issue is fixed
+TOOLS_NOOP+=	gio-querymodules
+
+GCONF_SCHEMAS=	clock.schemas
+GCONF_SCHEMAS+=	fish.schemas
+GCONF_SCHEMAS+=	panel-global.schemas
+GCONF_SCHEMAS+=	panel-general.schemas
+GCONF_SCHEMAS+=	panel-toplevel.schemas
+GCONF_SCHEMAS+=	panel-object.schemas
+GCONF_SCHEMAS+=	panel-compatibility.schemas
+GCONF_SCHEMAS+=	workspace-switcher.schemas
+GCONF_SCHEMAS+=	window-list.schemas
+GCONF_ENTRIES=		panel-default-setup.entries
+
+BUILDLINK_API_DEPENDS.gtk2+=		gtk2+>=2.15.1
+BUILDLINK_API_DEPENDS.libgnome+=	libgnome>=2.13.0
+
+PKG_OPTIONS_VAR=	PKG_OPTIONS.gnome-panel
+PKG_SUPPORTED_OPTIONS=	evolution
+PKG_SUGGESTED_OPTIONS=	evolution
+
+SUBST_CLASSES.Darwin+=	noundef
+SUBST_STAGE.noundef=	pre-configure
+SUBST_FILES.noundef=	bonobo/panel-module/Makefile.in
+SUBST_SED.noundef=	-e 's/ -no-undefined//g'
+
+.include "../../mk/bsd.options.mk"
+
+.include "../../devel/GConf/schemas.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/libwnck/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libgweather+=	libgweather>=2.24.1
+.include "../../devel/libgweather/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/librsvg/buildlink3.mk"
+.if !empty(PKG_OPTIONS:Mevolution)
+.include "../../mail/evolution-data-server/buildlink3.mk"
+.endif
+.include "../../net/ORBit2/buildlink3.mk"
+# pkgsrc policykit is too old
+#.include "../../security/policykit/buildlink3.mk"
+#.include "../../security/policykit-gnome/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+BUILDLINK_API_DEPENDS.gnome-menus+= gnome-menus>=2.28.0
+.include "../../sysutils/gnome-menus/buildlink3.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../mk/omf-scrollkeeper.mk"
+.include "../../x11/gnome-desktop/buildlink3.mk"
+.include "../../x11/py-gnome2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?=	build
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../audio/libcanberra/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gnome-panel/PLIST b/gnome-panel/PLIST
new file mode 100644
index 0000000..2dbf1e1
--- /dev/null
+++ b/gnome-panel/PLIST
@@ -0,0 +1,457 @@
+@comment $NetBSD: PLIST,v 1.51 2010/11/24 20:26:20 drochner Exp $
+bin/gnome-desktop-item-edit
+bin/gnome-panel
+bin/panel-test-applets
+bin/panel-test-applets-bonobo
+include/gnome-panel-3.0/libpanel-applet/panel-applet-enums.h
+include/gnome-panel-3.0/libpanel-applet/panel-applet-gconf.h
+include/gnome-panel-3.0/libpanel-applet/panel-applet.h
+include/panel-2.0/GNOME_Panel.h
+include/panel-2.0/panel-applet-enums.h
+include/panel-2.0/panel-applet-gconf.h
+include/panel-2.0/panel-applet.h
+lib/gnome-panel/modules/libpanel-applets-bonobo.la
+lib/libpanel-applet-2.la
+lib/libpanel-applet-3.la
+lib/pkgconfig/libpanelapplet-2.0.pc
+lib/pkgconfig/libpanelapplet-3.0.pc
+libexec/clock-applet
+libexec/fish-applet
+libexec/gnome-panel-add
+libexec/notification-area-applet
+libexec/wnck-applet
+man/man1/gnome-panel.1
+share/applications/gnome-panel.desktop
+share/dbus-1/services/org.gnome.panel.applet.ClockAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.FishAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.NotificationAreaAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.WnckletFactory.service
+share/gconf/schemas/clock.schemas
+share/gconf/schemas/fish.schemas
+share/gconf/schemas/panel-compatibility.schemas
+share/gconf/schemas/panel-default-setup.entries
+share/gconf/schemas/panel-general.schemas
+share/gconf/schemas/panel-global.schemas
+share/gconf/schemas/panel-object.schemas
+share/gconf/schemas/panel-toplevel.schemas
+share/gconf/schemas/window-list.schemas
+share/gconf/schemas/workspace-switcher.schemas
+share/gnome-2.0/ui/GNOME_Panel_Popup.xml
+share/gnome-panel/applets/org.gnome.panel.ClockApplet.panel-applet
+share/gnome-panel/applets/org.gnome.panel.FishApplet.panel-applet
+share/gnome-panel/applets/org.gnome.panel.NotificationAreaApplet.panel-applet
+share/gnome-panel/applets/org.gnome.panel.Wncklet.panel-applet
+share/gnome-panel/pixmaps/clock-calendar-icon.png
+share/gnome-panel/pixmaps/clock-face-large.svg
+share/gnome-panel/pixmaps/clock-face-small-day.svg
+share/gnome-panel/pixmaps/clock-face-small-evening.svg
+share/gnome-panel/pixmaps/clock-face-small-morning.svg
+share/gnome-panel/pixmaps/clock-face-small-night.svg
+share/gnome-panel/pixmaps/clock-face-small.svg
+share/gnome-panel/pixmaps/clock-map-location-current.png
+share/gnome-panel/pixmaps/clock-map-location-hilight.png
+share/gnome-panel/pixmaps/clock-map-location-marker.png
+share/gnome-panel/pixmaps/clock-map.png
+share/gnome-panel/pixmaps/fishanim.png
+share/gnome-panel/pixmaps/footguy.png
+share/gnome-panel/pixmaps/gnome-gegl2-2.png
+share/gnome-panel/pixmaps/gnome-gegl2.png
+share/gnome-panel/pixmaps/monkey.png
+share/gnome-panel/pixmaps/oldwanda.png
+share/gnome-panel/pixmaps/wanda.png
+share/gnome-panel/ui/clock-menu.xml
+share/gnome-panel/ui/clock.ui
+share/gnome-panel/ui/fish-menu.xml
+share/gnome-panel/ui/fish.ui
+share/gnome-panel/ui/notification-area-menu.xml
+share/gnome-panel/ui/panel-properties-dialog.ui
+share/gnome-panel/ui/panel-run-dialog.ui
+share/gnome-panel/ui/panel-test-applets-bonobo.ui
+share/gnome-panel/ui/panel-test-applets.ui
+share/gnome-panel/ui/showdesktop-menu.xml
+share/gnome-panel/ui/window-list-menu.xml
+share/gnome-panel/ui/window-list.ui
+share/gnome-panel/ui/window-menu-menu.xml
+share/gnome-panel/ui/workspace-switcher-menu.xml
+share/gnome-panel/ui/workspace-switcher.ui
+share/gnome-panelrc
+share/gnome/help/clock/C/clock.xml
+share/gnome/help/clock/C/figures/clock_applet.png
+share/gnome/help/clock/C/legal.xml
+share/gnome/help/clock/ar/clock.xml
+share/gnome/help/clock/ar/figures/clock_applet.png
+share/gnome/help/clock/ar/legal.xml
+share/gnome/help/clock/ca/clock.xml
+share/gnome/help/clock/ca/figures/clock_applet.png
+share/gnome/help/clock/ca/legal.xml
+share/gnome/help/clock/cs/clock.xml
+share/gnome/help/clock/cs/figures/clock_applet.png
+share/gnome/help/clock/cs/legal.xml
+share/gnome/help/clock/da/clock.xml
+share/gnome/help/clock/da/figures/clock_applet.png
+share/gnome/help/clock/da/legal.xml
+share/gnome/help/clock/de/clock.xml
+share/gnome/help/clock/de/figures/clock_applet.png
+share/gnome/help/clock/de/legal.xml
+share/gnome/help/clock/el/clock.xml
+share/gnome/help/clock/el/figures/clock_applet.png
+share/gnome/help/clock/el/legal.xml
+share/gnome/help/clock/en_GB/clock.xml
+share/gnome/help/clock/en_GB/figures/clock_applet.png
+share/gnome/help/clock/en_GB/legal.xml
+share/gnome/help/clock/es/clock.xml
+share/gnome/help/clock/es/figures/clock_applet.png
+share/gnome/help/clock/es/legal.xml
+share/gnome/help/clock/eu/clock.xml
+share/gnome/help/clock/eu/figures/clock_applet.png
+share/gnome/help/clock/eu/legal.xml
+share/gnome/help/clock/fi/clock.xml
+share/gnome/help/clock/fi/figures/clock_applet.png
+share/gnome/help/clock/fi/legal.xml
+share/gnome/help/clock/fr/clock.xml
+share/gnome/help/clock/fr/figures/clock_applet.png
+share/gnome/help/clock/fr/legal.xml
+share/gnome/help/clock/it/clock.xml
+share/gnome/help/clock/it/figures/clock_applet.png
+share/gnome/help/clock/it/legal.xml
+share/gnome/help/clock/ja/clock.xml
+share/gnome/help/clock/ja/figures/clock_applet.png
+share/gnome/help/clock/ja/legal.xml
+share/gnome/help/clock/ko/clock.xml
+share/gnome/help/clock/ko/figures/clock_applet.png
+share/gnome/help/clock/ko/legal.xml
+share/gnome/help/clock/nl/clock.xml
+share/gnome/help/clock/nl/figures/clock_applet.png
+share/gnome/help/clock/nl/legal.xml
+share/gnome/help/clock/oc/clock.xml
+share/gnome/help/clock/oc/figures/clock_applet.png
+share/gnome/help/clock/oc/legal.xml
+share/gnome/help/clock/pa/clock.xml
+share/gnome/help/clock/pa/figures/clock_applet.png
+share/gnome/help/clock/pa/legal.xml
+share/gnome/help/clock/pt/clock.xml
+share/gnome/help/clock/pt/figures/clock_applet.png
+share/gnome/help/clock/pt/legal.xml
+share/gnome/help/clock/pt_BR/clock.xml
+share/gnome/help/clock/pt_BR/figures/clock_applet.png
+share/gnome/help/clock/pt_BR/legal.xml
+share/gnome/help/clock/ru/clock.xml
+share/gnome/help/clock/ru/figures/clock_applet.png
+share/gnome/help/clock/ru/legal.xml
+share/gnome/help/clock/sl/clock.xml
+share/gnome/help/clock/sl/figures/clock_applet.png
+share/gnome/help/clock/sl/legal.xml
+share/gnome/help/clock/sr/clock.xml
+share/gnome/help/clock/sr/figures/clock_applet.png
+share/gnome/help/clock/sr/legal.xml
+share/gnome/help/clock/sv/clock.xml
+share/gnome/help/clock/sv/figures/clock_applet.png
+share/gnome/help/clock/sv/legal.xml
+share/gnome/help/clock/th/clock.xml
+share/gnome/help/clock/th/figures/clock_applet.png
+share/gnome/help/clock/th/legal.xml
+share/gnome/help/clock/uk/clock.xml
+share/gnome/help/clock/uk/figures/clock_applet.png
+share/gnome/help/clock/uk/legal.xml
+share/gnome/help/clock/zh_CN/clock.xml
+share/gnome/help/clock/zh_CN/figures/clock_applet.png
+share/gnome/help/clock/zh_CN/legal.xml
+share/gnome/help/clock/zh_HK/clock.xml
+share/gnome/help/clock/zh_HK/figures/clock_applet.png
+share/gnome/help/clock/zh_HK/legal.xml
+share/gnome/help/clock/zh_TW/clock.xml
+share/gnome/help/clock/zh_TW/figures/clock_applet.png
+share/gnome/help/clock/zh_TW/legal.xml
+share/gnome/help/fish/C/figures/fish_applet.png
+share/gnome/help/fish/C/fish.xml
+share/gnome/help/fish/C/legal.xml
+share/gnome/help/fish/ca/figures/fish_applet.png
+share/gnome/help/fish/ca/fish.xml
+share/gnome/help/fish/ca/legal.xml
+share/gnome/help/fish/cs/figures/fish_applet.png
+share/gnome/help/fish/cs/fish.xml
+share/gnome/help/fish/cs/legal.xml
+share/gnome/help/fish/de/figures/fish_applet.png
+share/gnome/help/fish/de/fish.xml
+share/gnome/help/fish/de/legal.xml
+share/gnome/help/fish/el/figures/fish_applet.png
+share/gnome/help/fish/el/fish.xml
+share/gnome/help/fish/el/legal.xml
+share/gnome/help/fish/en_GB/figures/fish_applet.png
+share/gnome/help/fish/en_GB/fish.xml
+share/gnome/help/fish/en_GB/legal.xml
+share/gnome/help/fish/es/figures/fish_applet.png
+share/gnome/help/fish/es/fish.xml
+share/gnome/help/fish/es/legal.xml
+share/gnome/help/fish/eu/figures/fish_applet.png
+share/gnome/help/fish/eu/fish.xml
+share/gnome/help/fish/eu/legal.xml
+share/gnome/help/fish/fi/figures/fish_applet.png
+share/gnome/help/fish/fi/fish.xml
+share/gnome/help/fish/fi/legal.xml
+share/gnome/help/fish/fr/figures/fish_applet.png
+share/gnome/help/fish/fr/fish.xml
+share/gnome/help/fish/fr/legal.xml
+share/gnome/help/fish/it/figures/fish_applet.png
+share/gnome/help/fish/it/fish.xml
+share/gnome/help/fish/it/legal.xml
+share/gnome/help/fish/ja/figures/fish_applet.png
+share/gnome/help/fish/ja/fish.xml
+share/gnome/help/fish/ja/legal.xml
+share/gnome/help/fish/ko/figures/fish_applet.png
+share/gnome/help/fish/ko/fish.xml
+share/gnome/help/fish/ko/legal.xml
+share/gnome/help/fish/oc/figures/fish_applet.png
+share/gnome/help/fish/oc/fish.xml
+share/gnome/help/fish/oc/legal.xml
+share/gnome/help/fish/ru/figures/fish_applet.png
+share/gnome/help/fish/ru/fish.xml
+share/gnome/help/fish/ru/legal.xml
+share/gnome/help/fish/sl/figures/fish_applet.png
+share/gnome/help/fish/sl/fish.xml
+share/gnome/help/fish/sl/legal.xml
+share/gnome/help/fish/sv/figures/fish_applet.png
+share/gnome/help/fish/sv/fish.xml
+share/gnome/help/fish/sv/legal.xml
+share/gnome/help/fish/th/figures/fish_applet.png
+share/gnome/help/fish/th/fish.xml
+share/gnome/help/fish/th/legal.xml
+share/gnome/help/fish/uk/figures/fish_applet.png
+share/gnome/help/fish/uk/fish.xml
+share/gnome/help/fish/uk/legal.xml
+share/gnome/help/fish/zh_CN/figures/fish_applet.png
+share/gnome/help/fish/zh_CN/fish.xml
+share/gnome/help/fish/zh_CN/legal.xml
+share/gtk-doc/html/panel-applet/applet-popups.html
+share/gtk-doc/html/panel-applet/applet-porting.html
+share/gtk-doc/html/panel-applet/applet-writing.html
+share/gtk-doc/html/panel-applet/home.png
+share/gtk-doc/html/panel-applet/index.html
+share/gtk-doc/html/panel-applet/index.sgml
+share/gtk-doc/html/panel-applet/left.png
+share/gtk-doc/html/panel-applet/multi-applets.html
+share/gtk-doc/html/panel-applet/panel-applet-Panel-Applet-GConf-Utilities.html
+share/gtk-doc/html/panel-applet/panel-applet-panel-applet.html
+share/gtk-doc/html/panel-applet/panel-applet.devhelp
+share/gtk-doc/html/panel-applet/panel-applet.devhelp2
+share/gtk-doc/html/panel-applet/panel-applet.html
+share/gtk-doc/html/panel-applet/panel-signals.html
+share/gtk-doc/html/panel-applet/right.png
+share/gtk-doc/html/panel-applet/server-files.html
+share/gtk-doc/html/panel-applet/session-saving.html
+share/gtk-doc/html/panel-applet/style.css
+share/gtk-doc/html/panel-applet/up.png
+share/icons/hicolor/16x16/apps/gnome-panel-clock.png
+share/icons/hicolor/16x16/apps/gnome-panel-drawer.png
+share/icons/hicolor/16x16/apps/gnome-panel-fish.png
+share/icons/hicolor/16x16/apps/gnome-panel-force-quit.png
+share/icons/hicolor/16x16/apps/gnome-panel-launcher.png
+share/icons/hicolor/16x16/apps/gnome-panel-notification-area.png
+share/icons/hicolor/16x16/apps/gnome-panel-separator.png
+share/icons/hicolor/16x16/apps/gnome-panel-window-list.png
+share/icons/hicolor/16x16/apps/gnome-panel-window-menu.png
+share/icons/hicolor/16x16/apps/gnome-panel-workspace-switcher.png
+share/icons/hicolor/16x16/apps/gnome-panel.png
+share/icons/hicolor/22x22/apps/gnome-panel-clock.png
+share/icons/hicolor/22x22/apps/gnome-panel-drawer.png
+share/icons/hicolor/22x22/apps/gnome-panel-fish.png
+share/icons/hicolor/22x22/apps/gnome-panel-force-quit.png
+share/icons/hicolor/22x22/apps/gnome-panel-launcher.png
+share/icons/hicolor/22x22/apps/gnome-panel-notification-area.png
+share/icons/hicolor/22x22/apps/gnome-panel-separator.png
+share/icons/hicolor/22x22/apps/gnome-panel-window-list.png
+share/icons/hicolor/22x22/apps/gnome-panel-window-menu.png
+share/icons/hicolor/22x22/apps/gnome-panel-workspace-switcher.png
+share/icons/hicolor/22x22/apps/gnome-panel.png
+share/icons/hicolor/24x24/apps/gnome-panel-clock.png
+share/icons/hicolor/24x24/apps/gnome-panel-drawer.png
+share/icons/hicolor/24x24/apps/gnome-panel-fish.png
+share/icons/hicolor/24x24/apps/gnome-panel-force-quit.png
+share/icons/hicolor/24x24/apps/gnome-panel-launcher.png
+share/icons/hicolor/24x24/apps/gnome-panel-notification-area.png
+share/icons/hicolor/24x24/apps/gnome-panel-separator.png
+share/icons/hicolor/24x24/apps/gnome-panel-window-list.png
+share/icons/hicolor/24x24/apps/gnome-panel-window-menu.png
+share/icons/hicolor/24x24/apps/gnome-panel-workspace-switcher.png
+share/icons/hicolor/24x24/apps/gnome-panel.png
+share/icons/hicolor/32x32/apps/gnome-panel-clock.png
+share/icons/hicolor/32x32/apps/gnome-panel-drawer.png
+share/icons/hicolor/32x32/apps/gnome-panel-fish.png
+share/icons/hicolor/32x32/apps/gnome-panel-force-quit.png
+share/icons/hicolor/32x32/apps/gnome-panel-launcher.png
+share/icons/hicolor/32x32/apps/gnome-panel-notification-area.png
+share/icons/hicolor/32x32/apps/gnome-panel-separator.png
+share/icons/hicolor/32x32/apps/gnome-panel-window-list.png
+share/icons/hicolor/32x32/apps/gnome-panel-window-menu.png
+share/icons/hicolor/32x32/apps/gnome-panel-workspace-switcher.png
+share/icons/hicolor/32x32/apps/gnome-panel.png
+share/icons/hicolor/48x48/apps/gnome-panel.png
+share/icons/hicolor/scalable/apps/gnome-panel-clock.svg
+share/icons/hicolor/scalable/apps/gnome-panel-drawer.svg
+share/icons/hicolor/scalable/apps/gnome-panel-fish.svg
+share/icons/hicolor/scalable/apps/gnome-panel-force-quit.svg
+share/icons/hicolor/scalable/apps/gnome-panel-launcher.svg
+share/icons/hicolor/scalable/apps/gnome-panel-notification-area.svg
+share/icons/hicolor/scalable/apps/gnome-panel-separator.svg
+share/icons/hicolor/scalable/apps/gnome-panel-window-list.svg
+share/icons/hicolor/scalable/apps/gnome-panel-window-menu.svg
+share/icons/hicolor/scalable/apps/gnome-panel-workspace-switcher.svg
+share/icons/hicolor/scalable/apps/gnome-panel.svg
+share/idl/gnome-panel-2.0/GNOME_Panel.idl
+share/locale/af/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/as/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ast/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/be@latin/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/br/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/crh/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/dz/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fur/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fy/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/gv/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ha/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ig/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/is/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ka/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/kk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/kn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ku/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ky/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/la/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mai/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mg/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/nb/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/nds/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ne/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/nso/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/oc/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/or/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pa/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ps/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pt/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/rw/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/si/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sr@ije/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/te/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ug/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/uz/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/xh/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/yo/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo
+share/omf/clock/clock-C.omf
+share/omf/clock/clock-ar.omf
+share/omf/clock/clock-ca.omf
+share/omf/clock/clock-cs.omf
+share/omf/clock/clock-da.omf
+share/omf/clock/clock-de.omf
+share/omf/clock/clock-el.omf
+share/omf/clock/clock-en_GB.omf
+share/omf/clock/clock-es.omf
+share/omf/clock/clock-eu.omf
+share/omf/clock/clock-fi.omf
+share/omf/clock/clock-fr.omf
+share/omf/clock/clock-it.omf
+share/omf/clock/clock-ja.omf
+share/omf/clock/clock-ko.omf
+share/omf/clock/clock-nl.omf
+share/omf/clock/clock-oc.omf
+share/omf/clock/clock-pa.omf
+share/omf/clock/clock-pt.omf
+share/omf/clock/clock-pt_BR.omf
+share/omf/clock/clock-ru.omf
+share/omf/clock/clock-sl.omf
+share/omf/clock/clock-sr.omf
+share/omf/clock/clock-sv.omf
+share/omf/clock/clock-th.omf
+share/omf/clock/clock-uk.omf
+share/omf/clock/clock-zh_CN.omf
+share/omf/clock/clock-zh_HK.omf
+share/omf/clock/clock-zh_TW.omf
+share/omf/fish/fish-C.omf
+share/omf/fish/fish-ca.omf
+share/omf/fish/fish-cs.omf
+share/omf/fish/fish-de.omf
+share/omf/fish/fish-el.omf
+share/omf/fish/fish-en_GB.omf
+share/omf/fish/fish-es.omf
+share/omf/fish/fish-eu.omf
+share/omf/fish/fish-fi.omf
+share/omf/fish/fish-fr.omf
+share/omf/fish/fish-it.omf
+share/omf/fish/fish-ja.omf
+share/omf/fish/fish-ko.omf
+share/omf/fish/fish-oc.omf
+share/omf/fish/fish-ru.omf
+share/omf/fish/fish-sl.omf
+share/omf/fish/fish-sv.omf
+share/omf/fish/fish-th.omf
+share/omf/fish/fish-uk.omf
+share/omf/fish/fish-zh_CN.omf
diff --git a/gnome-panel/buildlink3.mk b/gnome-panel/buildlink3.mk
new file mode 100644
index 0000000..55a28d7
--- /dev/null
+++ b/gnome-panel/buildlink3.mk
@@ -0,0 +1,34 @@
+# $NetBSD: buildlink3.mk,v 1.71 2015/04/25 14:25:04 tnn Exp $
+
+BUILDLINK_TREE+=	gnome-panel
+
+.if !defined(GNOME_PANEL_BUILDLINK3_MK)
+GNOME_PANEL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gnome-panel+=		gnome-panel>=2.12.1nb3
+BUILDLINK_ABI_DEPENDS.gnome-panel+=	gnome-panel>=2.32.1nb43
+BUILDLINK_PKGSRCDIR.gnome-panel?=	../../x11/gnome-panel
+
+pkgbase:= gnome-panel
+.include "../../mk/pkg-build-options.mk"
+.if !empty(PKG_BUILD_OPTIONS.gnome-panel:Mevolution)
+.include "../../mail/evolution-data-server/buildlink3.mk"
+.endif
+
+.include "../../net/libgdata/buildlink3.mk"
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/libwnck/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/libwnck/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../x11/gnome-desktop/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.endif # GNOME_PANEL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-gnome-panel
diff --git a/gnome-panel/distinfo b/gnome-panel/distinfo
new file mode 100644
index 0000000..dbf3280
--- /dev/null
+++ b/gnome-panel/distinfo
@@ -0,0 +1,11 @@
+$NetBSD: distinfo,v 1.63 2015/11/04 03:28:30 agc Exp $
+
+SHA1 (gnome-panel-2.32.1.tar.bz2) = 561ec56307854b5cbd6b0d0a0b7f9e0e6c2a0127
+RMD160 (gnome-panel-2.32.1.tar.bz2) = 03a440cee7e219b42a0375ae2d2d53fbd17b604b
+SHA512 (gnome-panel-2.32.1.tar.bz2) = ceae445cb64db89143b1d5aab46d5cd5e4b4c3333e67c03a54238bb55b396532a159bf13291f617c831664a699a6a323c69c471b534abf54ac697eb9923ef2e0
+Size (gnome-panel-2.32.1.tar.bz2) = 3132156 bytes
+SHA1 (patch-ab) = 2bea1a4fe4b68b45988e2d1e88eeb488d14ac0e1
+SHA1 (patch-ad) = c24a5d0a8c1c88d46edfa3e8fc3e4528637a8d31
+SHA1 (patch-ae) = d85575dc403c67a4fcb0818904ab9b0517f7b8e0
+SHA1 (patch-af) = ca6947149c9cb2557814da51122fe5ce202469b1
+SHA1 (patch-libpanel-applet_panel-applet-factory.c) = 6425f0ceeec62c377bbb8fddd4e189846da0c64e
diff --git a/gnome-panel/patches/patch-ab b/gnome-panel/patches/patch-ab
new file mode 100644
index 0000000..99c1c8c
--- /dev/null
+++ b/gnome-panel/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.8 2009/10/22 17:29:42 drochner Exp $
+
+--- applets/clock/calendar-client.c.orig	2009-10-22 00:29:21.000000000 +0200
++++ applets/clock/calendar-client.c
+@@ -2123,7 +2123,7 @@ calendar_client_set_task_completed (Cale
+     {
+       struct icaltimetype  completed_time;
+ 
+-      completed_time = icaltime_current_time_with_zone (client->priv->zone);
++      completed_time = icaltime_current_time_with_zone (icaltimezone_get_utc_timezone ());
+       if (!prop)
+ 	{
+ 	  icalcomponent_add_property (ical,
diff --git a/gnome-panel/patches/patch-ad b/gnome-panel/patches/patch-ad
new file mode 100644
index 0000000..4ca7131
--- /dev/null
+++ b/gnome-panel/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.5 2008/05/31 12:21:15 drochner Exp $
+
+--- applets/clock/clock.c.orig	2008-05-31 14:09:38.000000000 +0200
++++ applets/clock/clock.c
+@@ -64,6 +64,10 @@
+ #include "set-timezone.h"
+ #include "system-timezone.h"
+ 
++#if defined(__FreeBSD__) || defined(__DragonFly__)
++#define daylight 1
++#endif
++
+ #define INTERNETSECOND (864)
+ #define INTERNETBEAT   (86400)
+ 
diff --git a/gnome-panel/patches/patch-ae b/gnome-panel/patches/patch-ae
new file mode 100644
index 0000000..c1eb5a8
--- /dev/null
+++ b/gnome-panel/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.5 2008/05/31 12:21:15 drochner Exp $
+
+--- applets/clock/clock-location.c.orig	2008-05-31 14:10:48.000000000 +0200
++++ applets/clock/clock-location.c
+@@ -27,6 +27,10 @@
+ #include "set-timezone.h"
+ #include "system-timezone.h"
+ 
++#if defined(__FreeBSD__) || defined(__DragonFly__)
++#define daylight 1
++#endif
++
+ G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT)
+ 
+ typedef struct {
diff --git a/gnome-panel/patches/patch-af b/gnome-panel/patches/patch-af
new file mode 100644
index 0000000..69c5a2a
--- /dev/null
+++ b/gnome-panel/patches/patch-af
@@ -0,0 +1,31 @@
+$NetBSD: patch-af,v 1.8 2010/11/24 20:26:21 drochner Exp $
+
+--- po/it.po.orig	2010-09-07 22:46:05.000000000 +0000
++++ po/it.po
+@@ -53,7 +53,7 @@ msgstr "%l.%M %p"
+ #: ../applets/clock/clock.c:1591 ../applets/clock/clock-location-tile.c:480
+ #: ../applets/clock/clock-location-tile.c:527
+ msgid "%H:%M"
+-msgstr "%-H.%M"
++msgstr "%H.%M"
+ 
+ #. Translators: This is a strftime format string.
+ #. * It is used to display the start date of an appointment, in
+@@ -115,7 +115,7 @@ msgstr "%l.%M.%S %p"
+ #. * format (eg, like in France: 20:10).
+ #: ../applets/clock/clock.c:449 ../applets/clock/clock.c:1585
+ msgid "%H:%M:%S"
+-msgstr "%-H.%M.%S"
++msgstr "%H.%M.%S"
+ 
+ #. Translators: This is a strftime format string.
+ #. * It is used to display the date. Replace %e with %d if, when
+@@ -706,7 +706,7 @@ msgstr "%l.%M <small>%p (%A)</small>"
+ #. * (the %A expands to the weekday).
+ #: ../applets/clock/clock-location-tile.c:465
+ msgid "%H:%M <small>(%A)</small>"
+-msgstr "%-H.%M <small>(%A)</small>"
++msgstr "%H.%M <small>(%A)</small>"
+ 
+ #. Translators: This is a strftime format string.
+ #. * It is used to display the time in 12-hours format
diff --git a/gnome-panel/patches/patch-libpanel-applet_panel-applet-factory.c b/gnome-panel/patches/patch-libpanel-applet_panel-applet-factory.c
new file mode 100644
index 0000000..fe65285
--- /dev/null
+++ b/gnome-panel/patches/patch-libpanel-applet_panel-applet-factory.c
@@ -0,0 +1,26 @@
+$NetBSD: patch-libpanel-applet_panel-applet-factory.c,v 1.1 2014/12/16 10:46:32 prlw1 Exp $
+
+Help prevent race condition at session start.
+https://mail.gnome.org/archives/commits-list/2012-May/msg05607.html
+
+--- libpanel-applet/panel-applet-factory.c.orig	2010-06-22 23:00:28.000000000 +0000
++++ libpanel-applet/panel-applet-factory.c
+@@ -210,7 +210,7 @@ static const GDBusInterfaceVTable interf
+ static GDBusNodeInfo *introspection_data = NULL;
+ 
+ static void
+-on_name_acquired (GDBusConnection    *connection,
++on_bus_acquired (GDBusConnection    *connection,
+ 		  const gchar        *name,
+ 		  PanelAppletFactory *factory)
+ {
+@@ -251,8 +251,8 @@ panel_applet_factory_register_service (P
+ 	g_bus_own_name (G_BUS_TYPE_SESSION,
+ 			service_name,
+ 			G_BUS_NAME_OWNER_FLAGS_NONE,
++			(GBusNameAcquiredCallback) on_bus_acquired,
+ 			NULL,
+-			(GBusNameAcquiredCallback) on_name_acquired,
+ 			(GBusNameLostCallback) on_name_lost,
+ 			factory, NULL);
+ 	g_free (service_name);


Home | Main Index | Thread Index | Old Index