pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Move gnome2-applets to gnome-applets to make directory...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40b29b200def
branches:  trunk
changeset: 533482:40b29b200def
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 19 23:59:55 2007 +0000

description:
Move gnome2-applets to gnome-applets to make directory name match PKGNAME.

diffstat:

 meta-pkgs/gnome-base/Makefile       |     4 +-
 x11/Makefile                        |     4 +-
 x11/gnome-applets/DESCR             |     2 +
 x11/gnome-applets/Makefile          |   119 +++
 x11/gnome-applets/PLIST             |  1309 +++++++++++++++++++++++++++++++++++
 x11/gnome-applets/distinfo          |    12 +
 x11/gnome-applets/patches/patch-aa  |    13 +
 x11/gnome-applets/patches/patch-ab  |    12 +
 x11/gnome-applets/patches/patch-ac  |    76 ++
 x11/gnome-applets/patches/patch-ad  |    24 +
 x11/gnome-applets/patches/patch-ae  |    13 +
 x11/gnome-applets/patches/patch-af  |    13 +
 x11/gnome-applets/patches/patch-ag  |    12 +
 x11/gnome2-applets/DESCR            |     2 -
 x11/gnome2-applets/Makefile         |   119 ---
 x11/gnome2-applets/PLIST            |  1309 -----------------------------------
 x11/gnome2-applets/distinfo         |    12 -
 x11/gnome2-applets/patches/patch-aa |    13 -
 x11/gnome2-applets/patches/patch-ab |    12 -
 x11/gnome2-applets/patches/patch-ac |    76 --
 x11/gnome2-applets/patches/patch-ad |    24 -
 x11/gnome2-applets/patches/patch-ae |    13 -
 x11/gnome2-applets/patches/patch-af |    13 -
 x11/gnome2-applets/patches/patch-ag |    12 -
 24 files changed, 1609 insertions(+), 1609 deletions(-)

diffs (truncated from 3341 to 300 lines):

diff -r 770cb8366802 -r 40b29b200def meta-pkgs/gnome-base/Makefile
--- a/meta-pkgs/gnome-base/Makefile     Wed Sep 19 23:57:00 2007 +0000
+++ b/meta-pkgs/gnome-base/Makefile     Wed Sep 19 23:59:55 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2007/09/19 23:57:00 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2007/09/19 23:59:55 wiz Exp $
 
 DISTNAME=      gnome-base-2.18.1
 CATEGORIES=    meta-pkgs x11 gnome
@@ -71,7 +71,7 @@
 DEPENDS+=      control-center>=2.18.1:../../x11/control-center
 DEPENDS+=      gnome-panel>=2.18.1:../../x11/gnome-panel
 DEPENDS+=      gucharmap>=1.10.0:../../fonts/gucharmap
-DEPENDS+=      gnome-applets>=2.18.0:../../x11/gnome2-applets
+DEPENDS+=      gnome-applets>=2.18.0:../../x11/gnome-applets
 DEPENDS+=      gnome-themes>=2.18.1:../../x11/gnome-themes
 DEPENDS+=      gnome-backgrounds>=2.15.92:../../graphics/gnome-backgrounds
 DEPENDS+=      vte>=0.16.1:../../x11/vte
diff -r 770cb8366802 -r 40b29b200def x11/Makefile
--- a/x11/Makefile      Wed Sep 19 23:57:00 2007 +0000
+++ b/x11/Makefile      Wed Sep 19 23:59:55 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.523 2007/09/19 23:57:00 wiz Exp $
+# $NetBSD: Makefile,v 1.524 2007/09/19 23:59:55 wiz Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -53,6 +53,7 @@
 SUBDIR+=       gdm
 SUBDIR+=       ggiterm
 SUBDIR+=       glproto
+SUBDIR+=       gnome-applets
 SUBDIR+=       gnome-desktop
 SUBDIR+=       gnome-mag
 SUBDIR+=       gnome-panel
@@ -61,7 +62,6 @@
 SUBDIR+=       gnome-terminal
 SUBDIR+=       gnome-themes
 SUBDIR+=       gnome-themes-extras
-SUBDIR+=       gnome2-applets
 SUBDIR+=       gnopernicus
 SUBDIR+=       gnustep-back
 SUBDIR+=       gnustep-gui
diff -r 770cb8366802 -r 40b29b200def x11/gnome-applets/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome-applets/DESCR   Wed Sep 19 23:59:55 2007 +0000
@@ -0,0 +1,2 @@
+This package contains the panel applets for GNOME2.  The applets are a set
+of small utilities that run from within Gnome panels.
diff -r 770cb8366802 -r 40b29b200def x11/gnome-applets/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome-applets/Makefile        Wed Sep 19 23:59:55 2007 +0000
@@ -0,0 +1,119 @@
+# $NetBSD: Makefile,v 1.48 2007/09/20 00:00:00 wiz Exp $
+#
+
+DISTNAME=              gnome-applets-2.18.0
+PKGREVISION=           3
+CATEGORIES=            x11 gnome
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-applets/2.18/}
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://www.gnome.org/
+COMMENT=               GNOME2 panel applets
+
+BUILD_DEPENDS+=                gst-plugins0.10-esound>=0.10.0:../../audio/gst-plugins0.10-esound
+BUILD_DEPENDS+=                gst-plugins0.10-oss>=0.10.0:../../audio/gst-plugins0.10-oss
+
+GNU_CONFIGURE=         yes
+USE_DIRS+=             gnome2-1.5
+USE_TOOLS+=            gmake intltool msgfmt pkg-config
+USE_PKGLOCALEDIR=      yes
+USE_LIBTOOL=           yes
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.gnome-applets
+PKG_SUPPORTED_OPTIONS= inet6
+.include "../../mk/bsd.options.mk"
+
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
+
+PKGCONFIG_OVERRIDE+=   libgswitchit/gswitchit.pc.in
+PKGCONFIG_OVERRIDE+=   libgweather/gweather.pc.in
+
+EGDIR=                 ${PREFIX}/share/examples/gnome-applets
+
+GCONF2_SCHEMAS=                charpick.schemas
+GCONF2_SCHEMAS+=       drivemount.schemas
+GCONF2_SCHEMAS+=       geyes.schemas
+#GCONF2_SCHEMAS+=      gswitchit.schemas
+GCONF2_SCHEMAS+=       gweather.schemas
+GCONF2_SCHEMAS+=       mixer.schemas
+GCONF2_SCHEMAS+=       multiload.schemas
+GCONF2_SCHEMAS+=       stickynotes.schemas
+
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+=       --enable-ipv6
+.else
+CONFIGURE_ARGS+=       --disable-ipv6
+.endif
+
+.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \
+    (${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h))
+GCONF2_SCHEMAS+=       battstat.schemas
+PLIST_SUBST+=          BATTSTAT=
+CONF_FILES+=           ${EGDIR}/sound/events/battstat_applet.soundlist \
+                       ${PKG_SYSCONFDIR}/sound/events/battstat_applet.soundlist
+.else
+PLIST_SUBST+=          BATTSTAT="@comment "
+CONFIGURE_ARGS+=       --disable-battstat
+.endif
+
+PRINT_PLIST_AWK+=      /[Bb]attstat/ { print "$${BATTSTAT}"$$0; next; }
+PRINT_PLIST_AWK+=      /examples/ { print "$${BATTSTAT}"$$0; next; }
+
+.if ${OPSYS} == "Linux" && exists(/usr/include/cpufreq.h)
+GCONF2_SCHEMAS+=       cpufreq-applet.schemas
+PLIST_SUBST+=          CPUFREQ=
+.else
+PLIST_SUBST+=          CPUFREQ="@comment "
+CONFIGURE_ARGS+=       --disable-cpufreq
+.endif
+
+PRINT_PLIST_AWK+=      /[Cc][Pp][Uu][Ff]req/ { print "$${CPUFREQ}"$$0; next; }
+
+.include "../../devel/GConf2/schemas.mk"
+
+BUILDLINK_API_DEPENDS.glib2+=                  glib2>=2.6.0
+BUILDLINK_API_DEPENDS.libglade2+=              libglade2>=2.4.0
+BUILDLINK_API_DEPENDS.gstreamer0.10+=          gstreamer0.10>=0.10.2
+BUILDLINK_API_DEPENDS.gst-plugins0.10-base+=   gst-plugins0.10-base>=0.10.2
+BUILDLINK_API_DEPENDS.gnome-icon-theme+=       gnome-icon-theme>=2.16.0
+BUILDLINK_API_DEPENDS.gnome-vfs+=              gnome-vfs>=2.16.0
+BUILDLINK_API_DEPENDS.gnome-panel+=            gnome-panel>=2.13.4
+BUILDLINK_API_DEPENDS.gtk2+=                   gtk2+>=2.6.0
+
+PY_PATCHPLIST= yes
+PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-applet.py
+PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-chart
+
+.include "../../devel/gail/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/libwnck/buildlink3.mk"
+.include "../../fonts/gucharmap/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/gnome-icon-theme/buildlink3.mk"
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../sysutils/libgtop2/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../x11/control-center/buildlink3.mk"
+.include "../../x11/gnome-desktop/buildlink3.mk"
+.include "../../x11/gnome-panel/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libxklavier/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../x11/py-gnome2/buildlink3.mk"
+.include "../../x11/py-gnome2-desktop/buildlink3.mk"
+
+.include "../../mk/oss.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 770cb8366802 -r 40b29b200def x11/gnome-applets/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome-applets/PLIST   Wed Sep 19 23:59:55 2007 +0000
@@ -0,0 +1,1309 @@
+@comment $NetBSD: PLIST,v 1.9 2007/09/20 00:00:00 wiz Exp $
+${CPUFREQ}bin/cpufreq-selector
+bin/invest-chart
+include/libgweather/gweather-gconf.h
+include/libgweather/gweather-prefs.h
+include/libgweather/weather.h
+lib/bonobo/servers/GNOME_AccessxStatusApplet.server
+${BATTSTAT}lib/bonobo/servers/GNOME_BattstatApplet.server
+lib/bonobo/servers/GNOME_CDPlayerApplet.server
+${CPUFREQ}lib/bonobo/servers/GNOME_CPUFreqApplet.server
+lib/bonobo/servers/GNOME_CharpickerApplet.server
+lib/bonobo/servers/GNOME_DriveMountApplet.server
+lib/bonobo/servers/GNOME_GWeatherApplet_Factory.server
+lib/bonobo/servers/GNOME_GeyesApplet.server
+lib/bonobo/servers/GNOME_GtikApplet.server
+lib/bonobo/servers/GNOME_MailcheckApplet_Factory.server
+lib/bonobo/servers/GNOME_MiniCommanderApplet.server
+lib/bonobo/servers/GNOME_MixerApplet.server
+lib/bonobo/servers/GNOME_MultiLoadApplet_Factory.server
+lib/bonobo/servers/GNOME_NullApplet_Factory.server
+lib/bonobo/servers/GNOME_Panel_TrashApplet.server
+lib/bonobo/servers/GNOME_Panel_WirelessApplet.server
+lib/bonobo/servers/GNOME_StickyNotesApplet.server
+lib/bonobo/servers/Invest_Applet.server
+lib/libgweather.la
+lib/pkgconfig/gweather.pc
+${PYSITELIB}/invest/__init__.py
+${PYSITELIB}/invest/__init__.pyc
+${PYSITELIB}/invest/__init__.pyo
+${PYSITELIB}/invest/about.py
+${PYSITELIB}/invest/about.pyc
+${PYSITELIB}/invest/about.pyo
+${PYSITELIB}/invest/applet.py
+${PYSITELIB}/invest/applet.pyc
+${PYSITELIB}/invest/applet.pyo
+${PYSITELIB}/invest/chart.py
+${PYSITELIB}/invest/chart.pyc
+${PYSITELIB}/invest/chart.pyo
+${PYSITELIB}/invest/defs.py
+${PYSITELIB}/invest/defs.pyc
+${PYSITELIB}/invest/defs.pyo
+${PYSITELIB}/invest/preferences.py
+${PYSITELIB}/invest/preferences.pyc
+${PYSITELIB}/invest/preferences.pyo
+${PYSITELIB}/invest/quotes.py
+${PYSITELIB}/invest/quotes.pyc
+${PYSITELIB}/invest/quotes.pyo
+${PYSITELIB}/invest/widgets.py
+${PYSITELIB}/invest/widgets.pyc
+${PYSITELIB}/invest/widgets.pyo
+libexec/accessx-status-applet
+${BATTSTAT}libexec/battstat-applet-2
+libexec/charpick_applet2
+${CPUFREQ}libexec/cpufreq-applet
+libexec/drivemount_applet2
+libexec/geyes_applet2
+libexec/gweather-applet-2
+libexec/invest-applet
+libexec/mixer_applet2
+libexec/multiload-applet-2
+libexec/null_applet
+libexec/stickynotes_applet
+libexec/trashapplet
+share/applications/invest-chart.desktop
+${BATTSTAT}share/examples/gnome-applets/sound/events/battstat_applet.soundlist
+${BATTSTAT}share/gconf/schemas/battstat.schemas
+share/gconf/schemas/charpick.schemas
+${CPUFREQ}share/gconf/schemas/cpufreq-applet.schemas
+share/gconf/schemas/drivemount.schemas
+share/gconf/schemas/geyes.schemas
+share/gconf/schemas/gweather.schemas
+share/gconf/schemas/mixer.schemas
+share/gconf/schemas/multiload.schemas
+share/gconf/schemas/stickynotes.schemas
+share/gnome-2.0/ui/GNOME_AccessxApplet.xml
+${BATTSTAT}share/gnome-2.0/ui/GNOME_BattstatApplet.xml
+share/gnome-2.0/ui/GNOME_CharpickerApplet.xml
+${CPUFREQ}share/gnome-2.0/ui/GNOME_CPUFreqApplet.xml
+share/gnome-2.0/ui/GNOME_DriveMountApplet.xml
+share/gnome-2.0/ui/GNOME_GWeatherApplet.xml
+share/gnome-2.0/ui/GNOME_GeyesApplet.xml
+share/gnome-2.0/ui/GNOME_MixerApplet.xml
+share/gnome-2.0/ui/GNOME_MultiloadApplet.xml
+share/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml
+share/gnome-2.0/ui/GNOME_StickyNotesApplet.xml
+share/gnome-2.0/ui/Invest_Applet.xml
+share/gnome-applets/geyes/Bizarre/Bizarre-eye.png
+share/gnome-applets/geyes/Bizarre/Bizarre-pupil.png
+share/gnome-applets/geyes/Bizarre/config
+share/gnome-applets/geyes/Bloodshot/Bloodshot-eye.png
+share/gnome-applets/geyes/Bloodshot/Bloodshot-pupil.png
+share/gnome-applets/geyes/Bloodshot/config
+share/gnome-applets/geyes/Default-tiny/Default-tiny-eye.png
+share/gnome-applets/geyes/Default-tiny/Default-tiny-pupil.png
+share/gnome-applets/geyes/Default-tiny/config
+share/gnome-applets/geyes/Default/Default-eye.png
+share/gnome-applets/geyes/Default/Default-pupil.png
+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
+${CPUFREQ}share/gnome-applets/glade/cpufreq-preferences.glade
+share/gnome-applets/glade/financialchart.glade
+share/gnome-applets/glade/prefs-dialog.glade
+share/gnome-applets/glade/stickynotes.glade
+share/gnome-applets/glade/trashapplet.glade
+share/gnome-applets/gweather/Locations.xml
+share/gnome-applets/gweather/locations.dtd
+share/gnome-applets/invest-applet/invest-16.png
+share/gnome-applets/invest-applet/invest-button.png
+share/gnome-applets/invest-applet/invest.svg
+share/gnome/help/accessx-status/C/accessx-status.xml
+share/gnome/help/accessx-status/C/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/C/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/C/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/C/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/C/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/C/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/C/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/C/figures/accessx_sticky-keys.png



Home | Main Index | Thread Index | Old Index