diff options
| author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 10:11:48 +0800 | 
|---|---|---|
| committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 10:11:48 +0800 | 
| commit | 1f68255bfb77949cfc234be8c15a250877960c0c (patch) | |
| tree | 44357a4ab1c70d0eba0a21ce4add873e8cd7adec | |
| parent | 65f126edf2428b642053b6522f4649412f0084e4 (diff) | |
| download | marcuscom-ports-1f68255bfb77949cfc234be8c15a250877960c0c.tar.gz marcuscom-ports-1f68255bfb77949cfc234be8c15a250877960c0c.tar.zst marcuscom-ports-1f68255bfb77949cfc234be8c15a250877960c0c.zip  | |
- Clean out x11
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5031 df743ca5-7f9a-e211-a948-0013205c9059
126 files changed, 0 insertions, 9488 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile deleted file mode 100644 index e38f3b8be..000000000 --- a/x11/gnome-applets/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for:	gnomeapplets2 -# Date created:				26th May 2000 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnomeapplets2/Makefile,v 1.93 2005/10/04 04:57:48 marcus Exp $ -# - -PORTNAME=	gnomeapplets2 -PORTVERSION=	2.12.1 -PORTREVISION=	1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-applets/2.12 -DISTNAME=	gnome-applets-${PORTVERSION} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Applets components for the Gnome 2 Desktop Environment - -BUILD_DEPENDS=	${X11BASE}/libdata/pkgconfig/gnome-system-tools.pc:${PORTSDIR}/sysutils/gnomesystemtools -LIB_DEPENDS=	gtop-2.0:${PORTSDIR}/devel/libgtop2 \ -		xklavier.10:${PORTSDIR}/x11/libxklavier \ -		gucharmap.4:${PORTSDIR}/deskutils/gucharmap -RUN_DEPENDS=	${X11BASE}/libdata/pkgconfig/system-tools-backends.pc:${PORTSDIR}/sysutils/gnomesystemtools - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_GMAKE=	yes -GNOME_DESKTOP_VERSION=2 -INSTALLS_OMF=	yes -INSTALLS_ICONS=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack gnomepanel \ -		gail gnomedocutils -USE_GSTREAMER=	yes -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" \ -		FREEBSD_SYS=${FREEBSD_SYS} - -GCONF_SCHEMAS=	charpick.schemas drivemount.schemas geyes.schemas \ -		gswitchit.schemas gtik.schemas gweather.schemas \ -		mini-commander-global.schemas mini-commander.schemas \ -		mixer.schemas multiload.schemas \ -		stickynotes.schemas - -FREEBSD_SYS?=	/usr/src/sys - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -CONFIGURE_ENV+=	CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB=	BATTERY="@comment " -.else -GCONF_SCHEMAS+=	battstat.schemas -PLIST_SUB=	BATTERY="" -.endif - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -PLIST_SUB+=	CPUFREQ="@comment " -.else -PLIST_SUB+=	CPUFREQ="" -GCONF_SCHEMAS+=	cpufreq-applet.schemas -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo deleted file mode 100644 index ad6838c15..000000000 --- a/x11/gnome-applets/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-applets-2.12.1.tar.bz2) = 06dd0b634d7092fa8af2ce302f68f912 -SIZE (gnome2/gnome-applets-2.12.1.tar.bz2) = 5369404 diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa deleted file mode 100644 index 48b84e456..000000000 --- a/x11/gnome-applets/files/patch-aa +++ /dev/null @@ -1,128 +0,0 @@ ---- configure.orig	Sat Jul 16 12:55:48 2005 -+++ configure	Sat Jul 16 13:04:33 2005 -@@ -23272,8 +23272,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${prefix}/share/locale"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${prefix}/share/locale"` -   GNOMELOCALEDIR="$ac_define_dir" -  -  -@@ -25126,7 +25125,7 @@ -  - 	   ;; -        # list of supported OS cores that do not use libapm --       i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*) -+       i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*) -           if  -n "${OS_SYS}" ; then - 	       ACPIINC="-I${OS_SYS}" - 	   else -@@ -25406,7 +25405,7 @@ -   APPLET_MIXER_FALSE= - fi -  --if test x"$P_MIXER" == x"mixer"; then -+if test x"$P_MIXER" = x"mixer"; then - 	echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else -@@ -25983,7 +25982,7 @@ - fi -  -  --if test "x$SU_TOOL" == "x" -o "x$HAVE_LIBUTIL" != "xtrue" -o "x$P_MODEMLIGHTS" != "xmodemlights"; then -+if test "x$SU_TOOL" = "x" -o "x$HAVE_LIBUTIL" != "xtrue" -o "x$P_MODEMLIGHTS" != "xmodemlights"; then -   { echo "$as_me:$LINENO: WARNING: *** \`modemlights' applet will not be built ***" >&5 - echo "$as_me: WARNING: *** \`modemlights' applet will not be built ***" >&2;} - else -@@ -26119,6 +26118,9 @@ - echo "${ECHO_T}yes" >&6 -          build_cpufreq_applet=yes - 	 ;; -+      i386-*-freebsd*|amd64-*-freebsd*) -+         build_cpufreq_applet=yes -+	 ;; -       *) -          echo "warning: ${host} is not supported by cpufreq applet, not building" >&2 - 	 build_cpufreq_applet=no -@@ -26409,7 +26411,7 @@ - ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}" -  -  --iconsdir="${datadir}/icons" -+iconsdir="${prefix}/share/icons" -  - pixmapsdir="${datadir}/pixmaps" -  -@@ -26423,8 +26425,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${iconsdir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${iconsdir}"` -   GNOME_ICONDIR="$ac_define_dir" -  -  -@@ -26436,8 +26437,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${pixmapsdir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${pixmapsdir}"` -   GNOME_PIXMAPSDIR="$ac_define_dir" -  -  -@@ -26449,8 +26449,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${gladedir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${gladedir}"` -   GNOME_GLADEDIR="$ac_define_dir" -  -  -@@ -26462,8 +26461,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${datadir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${datadir}"` -   DATADIR="$ac_define_dir" -  -  -@@ -26475,8 +26473,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${sysconfdir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${sysconfdir}"` -   SYSCONFDIR="$ac_define_dir" -  -  -@@ -26488,8 +26485,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${libdir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${libdir}"` -   LIBDIR="$ac_define_dir" -  -  -@@ -26501,8 +26497,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"$prefix"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "$prefix"` -   PREFIX="$ac_define_dir" -  -  diff --git a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c b/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c deleted file mode 100644 index 48746fa03..000000000 --- a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c +++ /dev/null @@ -1,152 +0,0 @@ ---- battstat/acpi-freebsd.c.orig	Sun Jul  3 16:41:26 2005 -+++ battstat/acpi-freebsd.c	Sun Jul  3 16:49:55 2005 -@@ -31,9 +31,13 @@ -  - #include <stdio.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <sys/sysctl.h> -+#include <sys/un.h> - #include <sys/ioctl.h> -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include <stdlib.h> - #include <errno.h> - #include <unistd.h> -@@ -92,16 +96,36 @@ gboolean - acpi_freebsd_init(struct acpi_info * acpiinfo) - { -   int acpi_fd; -+  int event_fd; -  -   g_assert(acpiinfo); -  --  acpi_fd = open(ACPIDEV, O_RDONLY); --  if (acpi_fd >= 0) { --    acpiinfo->acpifd = acpi_fd; -+  if (acpiinfo->acpifd == -1) { -+    acpi_fd = open(ACPIDEV, O_RDONLY); -+    if (acpi_fd >= 0) { -+      acpiinfo->acpifd = acpi_fd; -+    } -+    else { -+      acpiinfo->acpifd = -1; -+      return FALSE; -+    } -   } --  else { --    acpiinfo->acpifd = -1; --    return FALSE; -+ -+  event_fd = socket(PF_UNIX, SOCK_STREAM, 0); -+  if (event_fd >= 0) { -+    struct sockaddr_un addr; -+    addr.sun_family = AF_UNIX; -+    strcpy(addr.sun_path, "/var/run/devd.pipe"); -+    if (connect(event_fd, (struct sockaddr *) &addr, sizeof(addr)) == 0) { -+      acpiinfo->event_fd = event_fd; -+      acpiinfo->event_inited = TRUE; -+      acpiinfo->channel = g_io_channel_unix_new(event_fd); -+    } -+    else { -+      close(event_fd); -+      acpiinfo->event_fd = -1; -+      acpiinfo->event_inited = FALSE; -+    } -   } -  -   update_battery_info(acpiinfo); -@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp -   return TRUE; - } -  -+#define ACPI_EVENT_IGNORE	0 -+#define ACPI_EVENT_AC		1 -+#define ACPI_EVENT_BATTERY_INFO	2 -+ -+static int parse_acpi_event(GString *buffer) -+{ -+  if (strstr(buffer->str, "system=ACPI")) { -+    if (strstr(buffer->str, "subsystem=ACAD")) -+      return ACPI_EVENT_AC; -+    if (strstr(buffer->str, "subsystem=CMBAT")) -+      return ACPI_EVENT_BATTERY_INFO; -+  } -+ -+  return ACPI_EVENT_IGNORE; -+} -+ -+void acpi_freebsd_update(struct acpi_info *acpiinfo) -+{ -+  /* XXX This is needed for systems where devd does not have permissions -+   * to allow for event-driven updates. -+   */ -+  update_ac_info(acpiinfo); -+  update_battery_info(acpiinfo); -+} -+ -+gboolean acpi_process_event(struct acpi_info *acpiinfo, gboolean *read_error) -+{ -+  gsize i; -+  int evt; -+  gboolean result = FALSE; -+  GString *buffer; -+  GIOStatus stat; -+  buffer = g_string_new(NULL); -+ -+  *read_error = FALSE; -+  stat = g_io_channel_read_line_string(acpiinfo->channel, buffer, &i, NULL); -+ -+  if (stat == G_IO_STATUS_ERROR || stat == G_IO_STATUS_EOF) { -+    *read_error = TRUE; -+    g_string_free(buffer, TRUE); -+    return FALSE; -+  } -+ -+  evt = parse_acpi_event(buffer); -+  switch (evt) { -+    case ACPI_EVENT_AC: -+      update_ac_info(acpiinfo); -+      result = TRUE; -+      break; -+    case ACPI_EVENT_BATTERY_INFO: -+      update_battery_info(acpiinfo); -+      result = TRUE; -+      break; -+  } -+ -+  g_string_free(buffer, TRUE); -+  return result; -+} -+ - void - acpi_freebsd_cleanup(struct acpi_info * acpiinfo) - { -@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info *  -     close(acpiinfo->acpifd); -     acpiinfo->acpifd = -1; -   } --} -  --/* XXX This is a hack since user-land applications can't get ACPI events yet. -- * Devd provides this (or supposedly provides this), but you need to be -- * root to access devd. -- */ --gboolean --acpi_process_event(struct acpi_info * acpiinfo) --{ --  g_assert(acpiinfo); -- --  update_ac_info(acpiinfo); --  update_battery_info(acpiinfo); -- --  return TRUE; -+  if (acpiinfo->event_fd >= 0) { -+    g_io_channel_unref(acpiinfo->channel); -+    close(acpiinfo->event_fd); -+    acpiinfo->event_fd = -1; -+  } - } -  - gboolean diff --git a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h b/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h deleted file mode 100644 index 918cd59eb..000000000 --- a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h +++ /dev/null @@ -1,78 +0,0 @@ ---- battstat/acpi-freebsd.h.orig	Sun Jul  3 16:50:22 2005 -+++ battstat/acpi-freebsd.h	Sun Jul  3 16:54:14 2005 -@@ -29,61 +29,31 @@ - #define ACPI_LIFE "hw.acpi.battery.life" - #define ACPI_STATE "hw.acpi.battery.state" -  --struct acpi_info { --  gboolean  ac_online; --  int       acpifd; --  int       max_capacity; --  int       low_capacity; --  int       critical_capacity; -+/* XXX: AMD64 does not have machine/apm_bios.h. */ -+#if !defined(__i386__) -+struct apm_info { -+  guint    ai_acline; -+  guint    ai_batt_stat; -+  guint    ai_batt_life; -+  int      ai_batt_time; -+  guint    ai_status; - }; -- --gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); --gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); --void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); -- --#endif /* __ACPI_FREEBSD_H__ */ --/* -- * Copyright (C) 2004 by Joe Marcus Clarke <marcus@FreeBSD.org> -- * -- *  This program is free software; you can redistribute it and/or modify -- *  it under the terms of the GNU General Public License as published by -- *  the Free Software Foundation; either version 2 of the License, or -- *  (at your option) any later version. -- * -- *  This program is distributed in the hope that it will be useful, -- *  but WITHOUT ANY WARRANTY; without even the implied warranty of -- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -- *  GNU General Public License for more details. -- * -- *  You should have received a copy of the GNU General Public License -- *  along with this program; if not, write to the Free Software -- *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. -- */ -- --#ifndef __ACPI_FREEBSD_H__ --#define __ACPI_FREEBSD_H__ -- --#define ACPIDEV "/dev/acpi" -- --#define BATT_MIN 0 --#define BATT_MAX 64 -- --#define ACPI_ACLINE "hw.acpi.acline" --#define ACPI_TIME "hw.acpi.battery.time" --#define ACPI_LIFE "hw.acpi.battery.life" --#define ACPI_STATE "hw.acpi.battery.state" -+#endif -  - struct acpi_info { -   gboolean  ac_online; -+  gboolean  event_inited; -   int       acpifd; -+  int       event_fd; -   int       max_capacity; -   int       low_capacity; -   int       critical_capacity; -+  GIOChannel * channel; - }; -  - gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); -+void acpi_freebsd_update(struct acpi_info * acpiinfo); -+gboolean acpi_process_event(struct acpi_info * acpiinfo, gboolean *read_error); - gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); - void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); -  diff --git a/x11/gnome-applets/files/patch-battstat_battstat_applet.c b/x11/gnome-applets/files/patch-battstat_battstat_applet.c deleted file mode 100644 index a95b7b569..000000000 --- a/x11/gnome-applets/files/patch-battstat_battstat_applet.c +++ /dev/null @@ -1,21 +0,0 @@ ---- battstat/battstat_applet.c.orig	Fri Aug 19 22:13:49 2005 -+++ battstat/battstat_applet.c	Tue Aug 23 20:37:13 2005 -@@ -430,14 +430,14 @@ battery_full_notify (GtkWidget *applet) - static void - battery_full_dialog (GtkWidget *applet) - { --  /* first attempt to use libnotify */ --  if (battery_full_notify (applet)) --	  return; --   -   GtkWidget *dialog, *hbox, *image, *label; -   GdkPixbuf *pixbuf; -  -   gchar *new_label; -+  /* first attempt to use libnotify */ -+  if (battery_full_notify (applet)) -+	  return; -+   -   dialog = gtk_dialog_new_with_buttons ( - 		_("Battery Notice"), - 		NULL, diff --git a/x11/gnome-applets/files/patch-battstat_power-management.c b/x11/gnome-applets/files/patch-battstat_power-management.c deleted file mode 100644 index 9cea2d65b..000000000 --- a/x11/gnome-applets/files/patch-battstat_power-management.c +++ /dev/null @@ -1,123 +0,0 @@ ---- battstat/power-management.c.orig	Thu Aug 25 23:45:47 2005 -+++ battstat/power-management.c	Tue Aug 30 01:28:40 2005 -@@ -61,9 +61,7 @@ -  - static const char *apm_readinfo (BatteryStatus *status); - static int pm_initialised; --#ifdef HAVE_HAL --static int using_hal; --#endif -+static int using_hal = FALSE; -  - /* -  * What follows is a series of platform-specific apm_readinfo functions -@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status) -  - #elif __FreeBSD__ -  -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include "acpi-freebsd.h" -  - static struct acpi_info acpiinfo; - static gboolean using_acpi; - static int acpi_count; -+static int acpiwatch; - static struct apm_info apminfo; -  -+gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info *acpiinfo); -+ - #define APMDEVICE "/dev/apm" -  -+static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data) -+{ -+  gboolean read_error; -+  if (cond & (G_IO_ERR | G_IO_HUP)) { -+    acpi_freebsd_cleanup(&acpiinfo); -+    return FALSE; -+  } -+ -+  if (acpi_process_event(&acpiinfo, &read_error)) { -+    acpi_freebsd_read(&apminfo, &acpiinfo); -+  } -+  else if (read_error) { -+    acpi_freebsd_cleanup(&acpiinfo); -+    return FALSE; -+  } -+ -+  return TRUE; -+} -+ - static const char * - apm_readinfo (BatteryStatus *status) - { -@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) -  -   if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); -  --  if (using_acpi) { -+  if (using_acpi && (!acpiinfo.event_inited || acpiinfo.event_fd >= 0)) { -     if (acpi_count <= 0) { -       acpi_count = 30; --      acpi_process_event(&acpiinfo); -+      if (!acpiinfo.event_inited) { -+        acpi_freebsd_update(&acpiinfo); -+      } -       if (acpi_freebsd_read(&apminfo, &acpiinfo) == FALSE) -         return ERR_FREEBSD_ACPI; -     } -     acpi_count--; -   } --  else --  { --    /* This is how I read the information from the APM subsystem under --       FreeBSD.  Each time this functions is called (once every second) --       the APM device is opened, read from and then closed. --    */ -+  else if (using_acpi && acpiinfo.event_inited) { -+    if (acpi_freebsd_init(&acpiinfo)) { -+      acpiwatch = g_io_add_watch (acpiinfo.channel, -+          G_IO_IN | G_IO_ERR | G_IO_HUP, -+	  acpi_callback, NULL); -+      acpi_freebsd_read(&apminfo, &acpiinfo); -+    } -+  } -+  else { -+#if defined(__i386__) -     fd = open(APMDEVICE, O_RDONLY); -     if (fd == -1) { -       return ERR_OPEN_APMDEV; -@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) -  -     if(apminfo.ai_status == 0) -       return ERR_APM_E; -+#else -+    return ERR_OPEN_APMDEV; -+#endif -   } -  -   status->present = TRUE; -@@ -480,6 +511,12 @@ power_management_initialise( int no_hal  -   } -   else -     using_acpi = FALSE; -+ -+  if (using_acpi && acpiinfo.event_fd >= 0) { -+    acpiwatch = g_io_add_watch (acpiinfo.channel, -+       G_IO_IN | G_IO_ERR | G_IO_HUP, -+       acpi_callback, NULL); -+  } - #endif -   pm_initialised = 1; -  -@@ -513,6 +550,9 @@ power_management_cleanup( void ) -   } - #elif defined(__FreeBSD__) -   if (using_acpi) { -+    if (acpiwatch != 0) -+      g_source_remove(acpiwatch); -+    acpiwatch = 0; -     acpi_freebsd_cleanup(&acpiinfo); -   } - #endif diff --git a/x11/gnome-applets/files/patch-cpufreq-freebsd b/x11/gnome-applets/files/patch-cpufreq-freebsd deleted file mode 100644 index 4bed0298d..000000000 --- a/x11/gnome-applets/files/patch-cpufreq-freebsd +++ /dev/null @@ -1,528 +0,0 @@ ---- cpufreq/src/cpufreq-monitor-sysctl.h.orig	Sun Feb 13 01:00:25 2005 -+++ cpufreq/src/cpufreq-monitor-sysctl.h	Sat Feb 12 20:25:21 2005 -@@ -0,0 +1,48 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ *  This library is free software; you can redistribute it and/or -+ *  modify it under the terms of the GNU General Public -+ *  License as published by the Free Software Foundation; either -+ *  version 2 of the License, or (at your option) any later version. -+ * -+ *  This library is distributed in the hope that it will be useful, -+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of -+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -+ *  General Public License for more details. -+ * -+ *  You should have received a copy of the GNU General Public -+ *  License along with this library; if not, write to the Free -+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_MONITOR_SYSCTL_H__ -+#define __CPUFREQ_MONITOR_SYSCTL_H__ -+ -+#include <glib-object.h> -+#include "cpufreq-monitor.h" -+ -+#define TYPE_CPUFREQ_MONITOR_SYSCTL            (cpufreq_monitor_sysctl_get_type ()) -+#define CPUFREQ_MONITOR_SYSCTL(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctl)) -+#define CPUFREQ_MONITOR_SYSCTL_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+#define IS_CPUFREQ_MONITOR_SYSCTL(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define IS_CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define CPUFREQ_MONITOR_SYSCTL_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+ -+typedef struct _CPUFreqMonitorSysctl      CPUFreqMonitorSysctl; -+typedef struct _CPUFreqMonitorSysctlClass CPUFreqMonitorSysctlClass; -+ -+struct _CPUFreqMonitorSysctl { -+	   CPUFreqMonitor parent; -+}; -+ -+struct _CPUFreqMonitorSysctlClass { -+	   CPUFreqMonitorClass parent_class; -+}; -+ -+GType           cpufreq_monitor_sysctl_get_type (); -+CPUFreqMonitor *cpufreq_monitor_sysctl_new      (guint cpu); -+ -+#endif /* __CPUFREQ_MONITOR_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-monitor-sysctl.c.orig	Sun Feb 13 03:52:42 2005 -+++ cpufreq/src/cpufreq-monitor-sysctl.c	Mon Feb 14 00:42:07 2005 -@@ -0,0 +1,269 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ *  This library is free software; you can redistribute it and/or -+ *  modify it under the terms of the GNU General Public -+ *  License as published by the Free Software Foundation; either -+ *  version 2 of the License, or (at your option) any later version. -+ * -+ *  This library is distributed in the hope that it will be useful, -+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of -+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -+ *  General Public License for more details. -+ * -+ *  You should have received a copy of the GNU General Public -+ *  License along with this library; if not, write to the Free -+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <glib/gi18n.h> -+ -+#include <string.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+ -+#include "cpufreq-monitor-sysctl.h" -+#include "cpufreq-monitor-protected.h" -+ -+#define PARENT_TYPE TYPE_CPUFREQ_MONITOR -+ -+#define CPUFREQ_MONITOR_GET_PROTECTED(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), PARENT_TYPE, CPUFreqMonitorProtected)) -+ -+static void     cpufreq_monitor_sysctl_class_init                (CPUFreqMonitorSysctlClass *klass); -+static void     cpufreq_monitor_sysctl_finalize                  (GObject *object); -+ -+static void     cpufreq_monitor_sysctl_run                       (CPUFreqMonitor *monitor); -+static GList   *cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor); -+ -+static gboolean cpufreq_monitor_sysctl_get                       (gpointer gdata); -+ -+ -+static CPUFreqMonitorClass *parent_class = NULL; -+ -+typedef struct _CPUFreqMonitorProtected CPUFreqMonitorProtected; -+ -+GType cpufreq_monitor_sysctl_get_type () -+{ -+	   static GType type = 0; -+ -+	   if (!type) { -+			 static const GTypeInfo info = { -+				    sizeof (CPUFreqMonitorSysctlClass), -+				    (GBaseInitFunc) NULL, -+				    (GBaseFinalizeFunc) NULL, -+				    (GClassInitFunc) cpufreq_monitor_sysctl_class_init, -+				    NULL, -+				    NULL, -+				    sizeof (CPUFreqMonitorSysctl), -+				    0, -+				    NULL -+			 }; -+ -+			 type = g_type_register_static (PARENT_TYPE, "CPUFreqMonitorSysctl", -+									  &info, 0); -+	   } -+ -+	   return type; -+} -+ -+static void -+cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass) -+{ -+	   GObjectClass        *object_class = G_OBJECT_CLASS (klass); -+	   CPUFreqMonitorClass *monitor_class = CPUFREQ_MONITOR_CLASS (klass); -+ -+	   parent_class = g_type_class_peek_parent (klass); -+ -+	   monitor_class->run = cpufreq_monitor_sysctl_run; -+	   monitor_class->get_available_frequencies = cpufreq_monitor_sysctl_get_available_frequencies; -+	    -+	   object_class->finalize = cpufreq_monitor_sysctl_finalize; -+} -+ -+static void -+cpufreq_monitor_sysctl_finalize (GObject *object) -+{ -+	   g_return_if_fail (IS_CPUFREQ_MONITOR_SYSCTL (object)); -+ -+	   if (G_OBJECT_CLASS (parent_class)->finalize) -+			 (* G_OBJECT_CLASS (parent_class)->finalize) (object); -+} -+ -+CPUFreqMonitor * -+cpufreq_monitor_sysctl_new (guint cpu) -+{ -+	   CPUFreqMonitorSysctl *monitor; -+ -+	   monitor = g_object_new (TYPE_CPUFREQ_MONITOR_SYSCTL, "cpu", cpu, NULL); -+ -+	   return CPUFREQ_MONITOR (monitor); -+} -+ -+static gboolean -+cpufreq_monitor_sysctl_get (gpointer gdata) -+{ -+	   gint                     fmax, fmin, ifreq; -+	   gchar                   *freq, *perc, *unit, *governor; -+	   gboolean                 changed; -+	   size_t                   len; -+	   gchar                   *freq_oid; -+	   CPUFreqMonitorSysctl    *monitor; -+	   CPUFreqMonitorProtected *private; -+ -+	   monitor = (CPUFreqMonitorSysctl *) gdata; -+	   private = CPUFREQ_MONITOR_GET_PROTECTED (CPUFREQ_MONITOR (monitor)); -+ -+	   if (private->available_freqs == NULL) { -+	   		 if (!cpufreq_monitor_sysctl_get_available_frequencies (CPUFREQ_MONITOR (monitor))) -+	       					return FALSE; -+	   } -+	    -+	   fmax = atoi ((gchar *) private->available_freqs->data); -+	   fmin = atoi ((gchar *) g_list_nth_data (private->available_freqs, (g_list_length (private->available_freqs) - 1))); -+ -+	   len = sizeof (ifreq); -+	   freq_oid = g_strdup_printf ("dev.cpu.%d.freq", private->cpu); -+ -+	   if (sysctlbyname (freq_oid, &ifreq, &len, NULL, 0) == -1) { -+	       		 g_free (freq_oid); -+	       		 return FALSE; -+	   } -+ -+	   ifreq *= 1000; -+	    -+	   if (ifreq == fmax) -+	       		 governor = g_strdup ("performance"); -+	   else if (ifreq == fmin) -+	       		 governor = g_strdup ("economy"); -+	   else -+	       		 governor = g_strdup ("other"); -+ -+	   freq = parent_class->get_human_readable_freq (ifreq); -+	   perc = parent_class->get_human_readable_perc (fmax, ifreq); -+	   unit = parent_class->get_human_readable_unit (ifreq); -+ -+	   changed = FALSE; -+	    -+	   if (!private->governor || (g_ascii_strcasecmp (governor, private->governor) != 0)) { -+			 changed = TRUE; -+	   } -+ -+	   if (!private->freq || (g_ascii_strcasecmp (freq, private->freq) != 0)) { -+			 changed = TRUE; -+	   } -+ -+	   if (!private->perc || (g_ascii_strcasecmp (perc, private->perc) != 0)) { -+			 changed = TRUE; -+	   } -+ -+	   if (!private->unit || (g_ascii_strcasecmp (unit, private->unit) != 0)) { -+			 changed = TRUE; -+	   } -+ -+	   parent_class->free_data (CPUFREQ_MONITOR (monitor)); -+ -+	   private->governor = governor; -+	   private->freq = freq; -+	   private->perc = perc; -+	   private->unit = unit; -+ -+	   if (private->governor == NULL) -+			 return FALSE; -+	   if (private->freq == NULL) -+			 return FALSE; -+	   if (private->perc == NULL) -+			 return FALSE; -+	   if (private->unit == NULL) -+			 return FALSE; -+ -+	   if (changed) -+			 g_signal_emit (CPUFREQ_MONITOR (monitor), parent_class->signals[CHANGED], 0); -+ -+	   return TRUE; -+} -+ -+static void -+cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor) -+{ -+	   CPUFreqMonitorProtected *private; -+	    -+	   g_return_if_fail (IS_CPUFREQ_MONITOR_SYSCTL (monitor)); -+ -+	   private = CPUFREQ_MONITOR_GET_PROTECTED (CPUFREQ_MONITOR (monitor)); -+ -+	   if (private->timeout_handler > 0) -+			 g_source_remove (private->timeout_handler); -+ -+	   private->timeout_handler = g_timeout_add (1000, cpufreq_monitor_sysctl_get, (gpointer) monitor); -+} -+ -+static void -+free_string (gpointer str, gpointer gdata) -+{ -+	   if (str) g_free (str); -+} -+ -+static GList * -+cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor) -+{ -+	   CPUFreqMonitorProtected *private; -+	   gchar *levels_oid, *levels; -+	   gchar **levelsp, **l; -+	   gint mib[4]; -+	   size_t len; -+ -+	   g_return_val_if_fail (IS_CPUFREQ_MONITOR_SYSCTL (monitor), NULL); -+ -+	   private = CPUFREQ_MONITOR_GET_PROTECTED (CPUFREQ_MONITOR (monitor)); -+ -+	   if (private->available_freqs) { -+			 g_list_foreach (private->available_freqs, -+						  free_string, NULL); -+			 g_list_free (private->available_freqs); -+			 private->available_freqs = NULL; -+	   } -+ -+	   levels_oid = g_strdup_printf ("dev.cpu.%d.freq_levels", -+	   	private->cpu); -+	   len = 4; -+	   sysctlnametomib (levels_oid, mib, &len); -+	   len = sizeof (levels); -+	   g_free (levels_oid); -+ -+	   if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) -+			 return NULL; -+ -+	   levels = g_malloc (len); -+	   if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) -+	       		 return NULL; -+	    -+	   levelsp = g_strsplit (levels, " ", 0); -+	   g_free (levels); -+ -+	   for (l = levelsp; l && *l; l++) { -+	       		 gchar **frpr; -+ -+			 frpr = g_strsplit (*l, "/", 0); -+	       		 if (frpr && frpr[0] != NULL) { -+			     		/* sysctl format is %d/%d where the -+					 * first %d is the frequency, and -+					 * the second is the power used in -+					 * mW. -+					 */ -+			     		int freq = atoi (frpr[0]); -+		   	 		private->available_freqs = -+						g_list_append (private->available_freqs, g_strdup_printf ("%d", freq * 1000)); -+			 } -+			 g_strfreev (frpr); -+	   } -+ -+	   g_strfreev (levelsp); -+ -+	   return private->available_freqs; -+} -+#endif /* __FreeBSD__ */ ---- cpufreq/src/cpufreq-monitor-factory.c.orig	Thu Apr 14 12:11:06 2005 -+++ cpufreq/src/cpufreq-monitor-factory.c	Sun Jul  3 17:09:15 2005 -@@ -17,13 +17,21 @@ -  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -  * -  * Authors : Carlos García Campos <carlosgc@gnome.org> -+ *           Joe Marcus Clarke <marcus@FreeBSD.org> -  */ -  - #include <glib.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ -  - #include "cpufreq-applet.h" - #include "cpufreq-monitor-sysfs.h" - #include "cpufreq-monitor-procfs.h" -+#ifdef __FreeBSD__ -+#include "cpufreq-monitor-sysctl.h" -+#endif /* __FreeBSD__ */ - #include "cpufreq-monitor-cpuinfo.h" - #include "cpufreq-monitor-factory.h" -  -@@ -31,6 +39,7 @@ CPUFreqMonitor * - cpufreq_monitor_factory_create_monitor (guint cpu) - { - 	   CPUFreqMonitor *monitor = NULL; -+#ifndef __FreeBSD__ -  - 	   if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ - 			 monitor = cpufreq_monitor_sysfs_new (cpu); -@@ -49,6 +58,20 @@ cpufreq_monitor_factory_create_monitor ( - 			  - 			 monitor = cpufreq_monitor_cpuinfo_new (cpu); - 	   } -+#else -+	   size_t len; -+ -+	   if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+	       		 monitor = cpufreq_monitor_sysctl_new (cpu); -+	   } else { -+			 cpufreq_applet_display_error (_("CPU frequency scaling unsupported"), -+									 _("You will not be able to modify the frequency of your machine.  " -+									   "Your machine may be misconfigured or not have hardware support " -+									   "for CPU frequency scaling.")); -+			  -+			 monitor = cpufreq_monitor_cpuinfo_new (cpu); -+	   } -+#endif /* __FreeBSD__ */ -  - 	   return monitor; - } ---- cpufreq/src/cpufreq-monitor-cpuinfo.c.orig	Thu Apr 14 12:11:06 2005 -+++ cpufreq/src/cpufreq-monitor-cpuinfo.c	Sun Jul  3 17:07:16 2005 -@@ -23,6 +23,10 @@ - #include <glib/gi18n.h> - #include <libgnomevfs/gnome-vfs.h> -  -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - #include <string.h> - #include <stdio.h> -  -@@ -104,6 +108,7 @@ cpufreq_monitor_cpuinfo_new (guint cpu) - static gboolean - cpufreq_monitor_cpuinfo_get (gpointer gdata) - { -+#ifndef __FreeBSD__ -         GnomeVFSHandle           *handle; -         GnomeVFSFileSize          bytes_read; -         GnomeVFSResult            result; -@@ -111,6 +116,9 @@ cpufreq_monitor_cpuinfo_get (gpointer gd -         gchar                   **lines; -         gchar                     buffer[256]; -         gchar                    *p; -+#else -+	size_t                    len; -+#endif /* __FreeBSD__ */ -         gchar                    *freq, *perc, *unit, *governor; -         gint                      cpu, i; -         CPUFreqMonitorCPUInfo    *monitor; -@@ -120,6 +128,7 @@ cpufreq_monitor_cpuinfo_get (gpointer gd -  -         private = CPUFREQ_MONITOR_GET_PROTECTED (CPUFREQ_MONITOR (monitor)); -             -+#ifndef __FreeBSD__ -         uri = gnome_vfs_get_uri_from_local_path ("/proc/cpuinfo"); -  -         result = gnome_vfs_open (&handle, uri, GNOME_VFS_OPEN_READ); -@@ -180,6 +189,12 @@ cpufreq_monitor_cpuinfo_get (gpointer gd -  -         g_strfreev (lines); -         g_free (file); -+#else -+	len = sizeof (cpu); -+ -+	if (sysctlbyname ("hw.clockrate", &cpu, &len, NULL, 0) == -1) -+		return FALSE; -+#endif /* __FreeBSD__ */ -             -         governor = g_strdup (_("Frequency Scaling Unsupported")); -         freq = parent_class->get_human_readable_freq (cpu * 1000); /* kHz are expected*/ ---- cpufreq/src/cpufreq-applet.c.orig	Thu Apr 14 12:11:06 2005 -+++ cpufreq/src/cpufreq-applet.c	Sun Jul  3 17:28:43 2005 -@@ -17,6 +17,7 @@ -  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -  * -  * Authors : Carlos García Campos <carlosgc@gnome.org> -+ *           Joe Marcus Clarke <marcus@FreeBSD.org> -  */ -  - #include <config.h> -@@ -26,6 +27,10 @@ - #include <panel-applet-gconf.h> - #include <glade/glade.h> - #include <glib/gi18n.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - #include <string.h> -  - #include "cpufreq-applet.h" -@@ -193,6 +198,7 @@ cpufreq_applet_about_cb (BonoboUICompone - { -         static const gchar *authors[] = { -                 "Carlos Garcia Campos <carlosgc@gnome.org>", -+		"Joe Marcus Clarke <marcus@FreeBSD.org> (FreeBSD support)", -                 NULL -         }; -         static const gchar *documenters[] = { -@@ -233,6 +239,7 @@ static gint - cpufreq_applet_get_max_cpu (void) - { -         gint   mcpu = -1; -+#ifndef __FreeBSD__ -         gchar *file = NULL; -  -         do { -@@ -242,11 +249,20 @@ cpufreq_applet_get_max_cpu (void) -         } while (g_file_test (file, G_FILE_TEST_EXISTS)); -         g_free (file); -         mcpu --; -+#else -+	size_t len; -+ -+	len = sizeof (mcpu); -+ -+	sysctlbyname ("hw.ncpu", &mcpu, &len, NULL, 0); -+	mcpu --; -+#endif /* __FreeBSD__ */ -  -         if (mcpu >= 0) -                 return mcpu; -  -         mcpu = -1; -+#ifndef __FreeBSD__ -         file = NULL; -         do { -                 if (file) g_free (file); -@@ -255,6 +271,7 @@ cpufreq_applet_get_max_cpu (void) -         } while (g_file_test (file, G_FILE_TEST_EXISTS)); -         g_free (file); -         mcpu --; -+#endif -  -         if (mcpu >= 0) -                 return mcpu; ---- cpufreq/src/Makefile.in.orig	Tue Oct  4 00:11:26 2005 -+++ cpufreq/src/Makefile.in	Tue Oct  4 00:20:37 2005 -@@ -57,6 +57,7 @@ - 	cpufreq-prefs.$(OBJEXT) cpufreq-popup.$(OBJEXT) \ - 	cpufreq-monitor.$(OBJEXT) cpufreq-monitor-factory.$(OBJEXT) \ - 	cpufreq-monitor-procfs.$(OBJEXT) \ -+	cpufreq-monitor-sysctl.$(OBJEXT) \ - 	cpufreq-monitor-sysfs.$(OBJEXT) \ - 	cpufreq-monitor-cpuinfo.$(OBJEXT) - cpufreq_applet_OBJECTS = $(am_cpufreq_applet_OBJECTS) -@@ -71,6 +72,7 @@ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor-factory.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor-procfs.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor-sysfs.Po \ -+@AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor-sysctl.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-popup.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-prefs.Po -@@ -358,6 +360,7 @@ - 					cpufreq-monitor-protected.h	\ - 	cpufreq-monitor-factory.c	cpufreq-monitor-factory.h	\ - 	cpufreq-monitor-procfs.c	cpufreq-monitor-procfs.h	\ -+	cpufreq-monitor-sysctl.c	cpufreq-monitor-sysctl.h	\ - 	cpufreq-monitor-sysfs.c	        cpufreq-monitor-sysfs.h	        \ - 	cpufreq-monitor-cpuinfo.c       cpufreq-monitor-cpuinfo.h -  -@@ -441,6 +444,7 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-cpuinfo.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-factory.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-procfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-popup.Po@am__quote@ diff --git a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd b/x11/gnome-applets/files/patch-cpufreq-selector-freebsd deleted file mode 100644 index d25df35e2..000000000 --- a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd +++ /dev/null @@ -1,373 +0,0 @@ ---- cpufreq/src/cpufreq-selector/cpufreq-sysctl.h.orig	Mon Feb 14 00:38:57 2005 -+++ cpufreq/src/cpufreq-selector/cpufreq-sysctl.h	Mon Feb 14 00:21:39 2005 -@@ -0,0 +1,51 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ *  This library is free software; you can redistribute it and/or -+ *  modify it under the terms of the GNU General Public -+ *  License as published by the Free Software Foundation; either -+ *  version 2 of the License, or (at your option) any later version. -+ * -+ *  This library is distributed in the hope that it will be useful, -+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of -+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -+ *  General Public License for more details. -+ * -+ *  You should have received a copy of the GNU General Public -+ *  License along with this library; if not, write to the Free -+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_SYSCTL_H__ -+#define __CPUFREQ_SYSCTL_H__ -+ -+#include <glib-object.h> -+ -+#include "cpufreq.h" -+ -+#define TYPE_CPUFREQ_SYSCTL            (cpufreq_sysctl_get_type ()) -+#define CPUFREQ_SYSCTL(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_SYSCTL, CPUFreqSysctl)) -+#define CPUFREQ_SYSCTL_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_SYSCTL, CPUFreqSysctlClass)) -+#define IS_CPUFREQ_SYSCTL(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_SYSCTL)) -+#define IS_CPUFREQ_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_SYSCTL)) -+#define CPUFREQ_SYSCTL_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_SYSCTL, CPUFreqSysctlClass)) -+ -+typedef struct _CPUFreqSysctl      CPUFreqSysctl; -+typedef struct _CPUFreqSysctlClass CPUFreqSysctlClass; -+typedef struct _CPUFreqSysctlPriv  CPUFreqSysctlPriv; -+ -+struct _CPUFreqSysctl { -+	   CPUFreq parent; -+}; -+ -+struct _CPUFreqSysctlClass { -+	   CPUFreqClass parent_class; -+}; -+ -+ -+GType          cpufreq_sysctl_get_type (); -+CPUFreqSysctl *cpufreq_sysctl_new      (); -+ -+#endif /* __CPUFREQ_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-selector/cpufreq-sysctl.c.orig	Mon Feb 14 00:38:52 2005 -+++ cpufreq/src/cpufreq-selector/cpufreq-sysctl.c	Mon Feb 14 00:44:43 2005 -@@ -0,0 +1,235 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ *  This library is free software; you can redistribute it and/or -+ *  modify it under the terms of the GNU General Public -+ *  License as published by the Free Software Foundation; either -+ *  version 2 of the License, or (at your option) any later version. -+ * -+ *  This library is distributed in the hope that it will be useful, -+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of -+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -+ *  General Public License for more details. -+ * -+ *  You should have received a copy of the GNU General Public -+ *  License along with this library; if not, write to the Free -+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <stdio.h> -+#include <stdlib.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ -+ -+#include "cpufreq-sysctl.h" -+ -+#define PARENT_TYPE TYPE_CPUFREQ -+ -+#define CPUFREQ_SYSCTL_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), TYPE_CPUFREQ_SYSCTL, CPUFreqSysctlPrivate)) -+ -+static void cpufreq_sysctl_init           (CPUFreqSysctl *cfq); -+static void cpufreq_sysctl_class_init     (CPUFreqSysctlClass *klass); -+static void cpufreq_sysctl_finalize       (GObject *object); -+ -+static void  cpufreq_sysctl_set_governor  (CPUFreq *cfq, const gchar *governor); -+static void  cpufreq_sysctl_set_frequency (CPUFreq *cfq, gint frequency); -+ -+static void  cpufreq_sysctl_setup         (CPUFreqSysctl *cfq); -+ -+static GObjectClass *parent_class = NULL; -+ -+typedef struct _CPUFreqSysctlPrivate CPUFreqSysctlPrivate; -+ -+struct _CPUFreqSysctlPrivate -+{ -+	   gint pmax; -+}; -+ -+GType cpufreq_sysctl_get_type () -+{ -+	   static GType type = 0; -+ -+	   if (!type) { -+			 static const GTypeInfo info = { -+				    sizeof (CPUFreqSysctlClass), -+				    (GBaseInitFunc) NULL, -+				    (GBaseFinalizeFunc) NULL, -+				    (GClassInitFunc) cpufreq_sysctl_class_init, -+				    NULL, -+				    NULL, -+				    sizeof (CPUFreqSysctl), -+				    0, -+				    (GInstanceInitFunc) cpufreq_sysctl_init -+			 }; -+ -+			 type = g_type_register_static (PARENT_TYPE, "CPUFreqSysctl", -+									  &info, 0); -+	   } -+ -+	   return type; -+} -+ -+static void -+cpufreq_sysctl_init (CPUFreqSysctl *cfq) -+{ -+	   CPUFreqSysctlPrivate *private; -+	    -+	   g_return_if_fail (IS_CPUFREQ_SYSCTL (cfq)); -+ -+	   private = CPUFREQ_SYSCTL_GET_PRIVATE (cfq); -+} -+ -+static void -+cpufreq_sysctl_class_init (CPUFreqSysctlClass *klass) -+{ -+	   GObjectClass *object_class = G_OBJECT_CLASS (klass); -+	   CPUFreqClass *cfq_class = CPUFREQ_CLASS (klass); -+ -+	   parent_class = g_type_class_peek_parent (klass); -+ -+	   g_type_class_add_private (klass, sizeof (CPUFreqSysctlPrivate)); -+ -+	   cfq_class->set_governor = cpufreq_sysctl_set_governor; -+	   cfq_class->set_frequency = cpufreq_sysctl_set_frequency; -+ -+	   object_class->finalize = cpufreq_sysctl_finalize; -+} -+ -+static void -+cpufreq_sysctl_finalize (GObject *object) -+{ -+	   if (G_OBJECT_CLASS (parent_class)->finalize) -+			 (* G_OBJECT_CLASS (parent_class)->finalize) (object); -+} -+ -+CPUFreqSysctl * -+cpufreq_sysctl_new () -+{ -+	   CPUFreqSysctl *cfq; -+ -+	   cfq = g_object_new (TYPE_CPUFREQ_SYSCTL, NULL); -+ -+	   cpufreq_sysctl_setup (cfq); -+ -+	   return cfq; -+} -+ -+static void -+cpufreq_sysctl_set_governor (CPUFreq *cfq, const gchar *governor) -+{ -+    /* Not implemented. */ -+} -+ -+static void -+cpufreq_sysctl_set_frequency (CPUFreq *cfq, gint frequency) -+{ -+	   gint                  cpu, i; -+	   size_t                len; -+	   gchar                *freq_oid; -+ -+	   g_return_if_fail (IS_CPUFREQ_SYSCTL (cfq)); -+ -+	   g_object_get (G_OBJECT (cfq), "n_cpu", &cpu, NULL); -+ -+	   frequency = (gint) ((gdouble) frequency / 1000); /* Convert back to MHz*/ -+ -+	   for (i = 0; i < cpu; i++) { -+   			 freq_oid = g_strdup_printf ("dev.cpu.%d.freq", i); -+ -+	   		 sysctlbyname (freq_oid, NULL, &len, &frequency, sizeof (frequency)); -+	   		 g_free (freq_oid); -+	   } -+} -+	 -+ -+static void -+cpufreq_sysctl_setup (CPUFreqSysctl *cfq) -+{ -+	   guint                 cpu; -+	   gint                  fmax, fmin; -+	   gint                  pmax; -+	   gint                  ifreq; -+	   gint                  mib[4]; -+	   gchar                *governor, *levels; -+	   gchar               **levelsp, **frpr, **l; -+	   size_t                len; -+	   CPUFreqSysctlPrivate *private; -+ -+	   g_return_if_fail (IS_CPUFREQ_SYSCTL (cfq)); -+ -+	   private = CPUFREQ_SYSCTL_GET_PRIVATE (cfq); -+ -+	   pmax = 100; -+	   fmax = 0; -+	   fmin = 0; -+	   ifreq = 0; -+ -+	   private->pmax = pmax; -+ -+	   len = sizeof (cpu); -+ -+	   if (sysctlbyname ("hw.ncpu", &cpu, &len, NULL, 0) == -1) -+	       		 cpu = 1; -+	    -+	   len = 4; -+	   sysctlnametomib ("dev.cpu.0.freq_levels", mib, &len); -+	   len = sizeof (levels); -+ -+	   if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) { -+	       		 g_warning ("Failed to fetch dev.cpu.0.freq_levels"); -+			 return; -+	   } -+ -+	   levels = g_malloc (len); -+	   if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) { -+	       		 g_warning ("Failed to fetch data for dev.cpu.0.freq_levels"); -+			 return; -+	   } -+ -+	   levelsp = g_strsplit (levels, " ", 0); -+	   g_free (levels); -+ -+	   frpr = g_strsplit (levelsp[0], "/", 0); /* MAX */ -+	   if (frpr && frpr[0] != NULL) -+	       		 fmax = atoi (frpr[0]); -+	   g_strfreev (frpr); -+ -+	   for (l = levelsp; l && *l; l++) /* Walk to the last frequency */ -+	       		 ; -+ -+	   l --; -+	   frpr = g_strsplit (*l, "/", 0); -+	   if (frpr && frpr[0] != NULL) -+	       		 fmin = atoi (frpr[0]); -+	    -+	   g_strfreev (frpr); -+	   g_strfreev (levelsp); -+ -+	   len = sizeof (ifreq); -+	   if (sysctlbyname ("dev.cpu.0.freq", &ifreq, &len, NULL, 0) == -1) { -+	       		 g_warning ("Failed to fetch data for dev.cpu.0.freq"); -+			 return; -+	   } -+ -+	   if (ifreq == fmax) -+	       		 governor = g_strdup ("performance"); -+	   else if (ifreq == fmin) -+	       		 governor = g_strdup ("economy"); -+	   else -+	       		 governor = g_strdup ("other"); -+	    -+	   fmax *= 1000; -+	   fmin *= 1000; -+ -+	   g_object_set (G_OBJECT (cfq), "n_cpu", cpu,  -+	   		 "sc_max", fmax, "sc_min", fmin, -+			 "governor", governor, NULL); -+ -+	   g_free (governor); -+} ---- cpufreq/src/cpufreq-selector/main.c.orig	Sun Apr  3 12:03:13 2005 -+++ cpufreq/src/cpufreq-selector/main.c	Sun Jul  3 17:16:19 2005 -@@ -17,6 +17,7 @@ -  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -  * -  * Authors : Carlos García Campos <carlosgc@gnome.org> -+ *           Joe Marcus Clarke <marcus@FreeBSD.org> -  */ -  - #include <glib-object.h> -@@ -26,6 +27,9 @@ - #include "cpufreq.h" - #include "cpufreq-sysfs.h" - #include "cpufreq-procfs.h" -+#ifdef __FreeBSD__ -+#include "cpufreq-sysctl.h" -+#endif /* __FreeBSD__ */ -  - gint - main (gint argc, gchar **argv) -@@ -34,6 +38,9 @@ main (gint argc, gchar **argv) -         static gint     cpu = 0; -         static gchar   *governor = NULL; -         static gulong   frequency = 0; -+#ifdef __FreeBSD__ -+	size_t          len; -+#endif /* __FreeBSD__ */ - 	GError         *error = NULL; -         CPUFreq        *cfq; -  -@@ -71,10 +78,15 @@ main (gint argc, gchar **argv) - 	 - 	g_option_context_free (context); - 	 -+#ifndef __FreeBSD__ -         if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ -                 cfq = CPUFREQ (cpufreq_sysfs_new ()); -         } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ -                 cfq = CPUFREQ (cpufreq_procfs_new ()); -+#else -+	if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+		cfq = CPUFREQ (cpufreq_sysctl_new ()); -+#endif /* __FreeBSD__ */ -         } else { -                 g_print ("No cpufreq support\n"); -                 return 1; ---- cpufreq/src/cpufreq-selector/Makefile.in.orig	Tue Oct  4 00:21:25 2005 -+++ cpufreq/src/cpufreq-selector/Makefile.in	Tue Oct  4 00:27:54 2005 -@@ -55,7 +55,7 @@ - PROGRAMS = $(bin_PROGRAMS) - am_cpufreq_selector_OBJECTS = cpufreq.$(OBJEXT) \ - 	cpufreq-sysfs.$(OBJEXT) cpufreq-procfs.$(OBJEXT) \ --	main.$(OBJEXT) -+	cpufreq-sysctl.$(OBJEXT) main.$(OBJEXT) - cpufreq_selector_OBJECTS = $(am_cpufreq_selector_OBJECTS) - am__DEPENDENCIES_1 = - cpufreq_selector_DEPENDENCIES = $(am__DEPENDENCIES_1) -@@ -64,6 +64,7 @@ - am__depfiles_maybe = depfiles - @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cpufreq-procfs.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-sysfs.Po \ -+@AMDEP_TRUE@	./$(DEPDIR)/cpufreq-sysctl.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq.Po ./$(DEPDIR)/main.Po - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -332,6 +333,7 @@ - 	cpufreq.c               cpufreq.h        \ - 	cpufreq-sysfs.c         cpufreq-sysfs.h  \ - 	cpufreq-procfs.c        cpufreq-procfs.h \ -+	cpufreq-sysctl.c        cpufreq-sysctl.h \ - 	main.c -  - cpufreq_selector_LDADD = $(CPUFREQ_SELECTOR_LIBS) -lpopt -@@ -407,6 +409,7 @@ - 	-rm -f *.tab.c -  - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-procfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-sysfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ diff --git a/x11/gnome-applets/files/patch-drivemount_drive-button.c b/x11/gnome-applets/files/patch-drivemount_drive-button.c deleted file mode 100644 index f26e3121e..000000000 --- a/x11/gnome-applets/files/patch-drivemount_drive-button.c +++ /dev/null @@ -1,48 +0,0 @@ ---- drivemount/drive-button.c.orig	Tue Aug 23 05:16:27 2005 -+++ drivemount/drive-button.c	Tue Aug 23 20:37:43 2005 -@@ -24,6 +24,7 @@ - #  include <config.h> - #endif -  -+#include <string.h> - #include "drive-button.h" - #include <glib/gi18n.h> - #include <gdk/gdkkeysyms.h> -@@ -710,11 +711,13 @@ run_command (DriveButton *self, const ch -  - 	GList *volumes; - 	GnomeVFSVolume *volume; -+	char *uri; -+	char *mount_path; -  - 	volumes = gnome_vfs_drive_get_mounted_volumes (self->drive); - 	volume = GNOME_VFS_VOLUME (volumes->data); --	char *uri = gnome_vfs_volume_get_activation_uri (volume); --	char *mount_path = gnome_vfs_get_local_path_from_uri (uri); -+	uri = gnome_vfs_volume_get_activation_uri (volume); -+	mount_path = gnome_vfs_get_local_path_from_uri (uri); - 	g_free (uri); -  - 	gnome_vfs_drive_get_display_name (self->drive); -@@ -794,6 +797,11 @@ drive_button_ensure_popup (DriveButton * -     char *display_name, *tmp, *label; -     int action; -     GtkWidget *item; -+    GList *volumes; -+    GnomeVFSVolume *volume = NULL; -+    GnomeVFSDeviceType volume_type; -+    GCallback callback; -+    const char *action_icon = GTK_STOCK_OPEN; -  -     if (self->popup_menu) return; -  -@@ -869,8 +877,7 @@ drive_button_ensure_popup (DriveButton * -     g_free (display_name); -     display_name = tmp; -  --	GCallback callback = G_CALLBACK (open_drive); --	const char *action_icon = GTK_STOCK_OPEN; -+	callback = G_CALLBACK (open_drive); -  - 	switch (device_type) { - 	case GNOME_VFS_DEVICE_TYPE_VIDEO_DVD: diff --git a/x11/gnome-applets/files/patch-gswitchit_gswitchit-applet.c b/x11/gnome-applets/files/patch-gswitchit_gswitchit-applet.c deleted file mode 100644 index 5abf18032..000000000 --- a/x11/gnome-applets/files/patch-gswitchit_gswitchit-applet.c +++ /dev/null @@ -1,61 +0,0 @@ ---- gswitchit/gswitchit-applet.c.orig	Sun Aug  7 18:07:33 2005 -+++ gswitchit/gswitchit-applet.c	Sun Aug  7 18:10:07 2005 -@@ -331,6 +331,10 @@ GSwitchItAppletPrepareDrawing (GSwitchIt - 		XklConfigItem configItem; - 		GtkWidget *align, *label; - 		static GHashTable *shortDescrs = NULL; -+		gpointer pcounter = NULL;  -+		char *prevLayoutName = NULL; -+		char *labelTitle = NULL; -+		int counter = 0; - 		if (group == 0) - 			shortDescrs = g_hash_table_new_full (g_str_hash, g_str_equal, - 							     g_free, NULL); -@@ -363,10 +367,6 @@ GSwitchItAppletPrepareDrawing (GSwitchIt - 		if (layoutName == NULL) - 			layoutName = g_strdup ("?"); -  --		gpointer pcounter = NULL;  --		char *prevLayoutName = NULL; --		char *labelTitle = NULL; --		int counter = 0; - 		if (g_hash_table_lookup_extended (shortDescrs, layoutName,  - 						  (gpointer*)&prevLayoutName, &pcounter)) - 		{ -@@ -599,6 +599,13 @@ GSwitchItAppletCmdPreview (BonoboUICompo - 		groupsLevels, groupsLevels + 1, groupsLevels + 2, groupsLevels + 3 }; - 	XklState *xklState = XklGetCurrentState (); - 	gpointer p = g_hash_table_lookup (globals.previewDialogs, GINT_TO_POINTER (xklState->group)); -+#ifdef HAVE_XKB -+	GladeXML *gladeData; -+	GtkWidget *dialog; -+	GtkWidget *kbdraw; -+	XkbComponentNamesRec componentNames; -+	XklConfigRec xklData; -+#endif - 	if (p != NULL) - 	{ - 		/* existing window */ -@@ -606,11 +613,10 @@ GSwitchItAppletCmdPreview (BonoboUICompo - 		return; - 	} - #ifdef HAVE_XKB --	GladeXML *gladeData = glade_xml_new (GNOME_GLADEDIR "/gswitchit.glade", "gswitchit_layout_view", NULL); --        GtkWidget *dialog = -+	gladeData = glade_xml_new (GNOME_GLADEDIR "/gswitchit.glade", "gswitchit_layout_view", NULL); -+        dialog = -         	glade_xml_get_widget (gladeData, "gswitchit_layout_view"); --	GtkWidget *kbdraw = keyboard_drawing_new (); --	XkbComponentNamesRec componentNames; -+	kbdraw = keyboard_drawing_new (); -  - 	if (xklState->group >= 0 &&  - 	    xklState->group < g_slist_length (globals.groupNames)) -@@ -624,7 +630,6 @@ GSwitchItAppletCmdPreview (BonoboUICompo -  -   	keyboard_drawing_set_groups_levels (KEYBOARD_DRAWING (kbdraw), pGroupsLevels); -  --	XklConfigRec xklData; - 	XklConfigRecInit (&xklData); -       	if (XklConfigGetFromServer (&xklData)) - 	{ diff --git a/x11/gnome-applets/files/patch-gweather_weather-iwin.c b/x11/gnome-applets/files/patch-gweather_weather-iwin.c deleted file mode 100644 index e43dacef4..000000000 --- a/x11/gnome-applets/files/patch-gweather_weather-iwin.c +++ /dev/null @@ -1,9 +0,0 @@ ---- gweather/weather-iwin.c.orig	Tue Dec 21 18:42:38 2004 -+++ gweather/weather-iwin.c	Tue Dec 21 18:42:47 2004 -@@ -1,5 +1,6 @@ - /* $Id: patch-gweather_weather-iwin.c,v 1.3 2005-07-03 21:35:31 marcus Exp $ */ -  -+#include <sys/types.h> - #include <regex.h> - #include <gnome.h> - #include "weather.h" diff --git a/x11/gnome-applets/files/patch-mixer_applet.c b/x11/gnome-applets/files/patch-mixer_applet.c deleted file mode 100644 index 178c7d5a3..000000000 --- a/x11/gnome-applets/files/patch-mixer_applet.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mixer/applet.c.orig	Tue Oct  4 00:15:40 2005 -+++ mixer/applet.c	Tue Oct  4 00:16:09 2005 -@@ -953,7 +953,7 @@ gnome_volume_applet_adjust_volume (GstMi -  -   volumes = g_new (gint, track->num_channels); -   for (n = 0; n < track->num_channels; n++) --    volumes[n] = lrintf (volume); -+    volumes[n] = (int)rint (volume); -   gst_mixer_set_volume (mixer, track, volumes); -   g_free (volumes); - } diff --git a/x11/gnome-applets/files/patch-modemlights_Makefile.in b/x11/gnome-applets/files/patch-modemlights_Makefile.in deleted file mode 100644 index 874884722..000000000 --- a/x11/gnome-applets/files/patch-modemlights_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- modemlights/Makefile.in.orig	Fri Jan 14 00:08:52 2005 -+++ modemlights/Makefile.in	Fri Jan 14 00:09:20 2005 -@@ -319,6 +319,7 @@ - modem_applet_LDADD = \ - 	$(GNOME_APPLETS_LIBS)	\ - 	$(LIBGLADE_LIBS)	\ -+	-lutil			\ - 	$(MODEMLIGHTS_LIBS) -  - uidir = $(datadir)/gnome-2.0/ui diff --git a/x11/gnome-applets/files/patch-stickynotes_stickynotes_applet_callbacks.c b/x11/gnome-applets/files/patch-stickynotes_stickynotes_applet_callbacks.c deleted file mode 100644 index 718f52a0d..000000000 --- a/x11/gnome-applets/files/patch-stickynotes_stickynotes_applet_callbacks.c +++ /dev/null @@ -1,18 +0,0 @@ ---- stickynotes/stickynotes_applet_callbacks.c.orig	Wed Jul 13 18:57:03 2005 -+++ stickynotes/stickynotes_applet_callbacks.c	Wed Jul 13 18:57:13 2005 -@@ -153,6 +153,7 @@ gboolean applet_check_click_on_desktop_c - { - 	static Window desktop_window = 0; - 	static Display *dpy; -+	XEvent event; -  - 	if (desktop_window == 0) { - 		desktop_window = get_desktop_window (); -@@ -162,7 +163,6 @@ gboolean applet_check_click_on_desktop_c -                  * at every click on the desktop */ - 		XSelectInput(dpy, desktop_window, PropertyChangeMask); - 	} --	XEvent event; -  - 	if (XCheckWindowEvent(dpy, desktop_window, PropertyChangeMask, &event) == True) { - 		stickynote_show_notes (FALSE); diff --git a/x11/gnome-applets/pkg-descr b/x11/gnome-applets/pkg-descr deleted file mode 100644 index 5f715cf9a..000000000 --- a/x11/gnome-applets/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Panel applets for the Gnome 2.0 Desktop Environment. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist deleted file mode 100644 index cc8600d5d..000000000 --- a/x11/gnome-applets/pkg-plist +++ /dev/null @@ -1,803 +0,0 @@ -%%CPUFREQ%%bin/cpufreq-selector -bin/gswitchit-plugins-capplet -%%BATTERY%%etc/sound/events/battstat_applet.soundlist -include/libgswitchit/gswitchit_config.h -include/libgswitchit/gswitchit_plugin.h -libdata/bonobo/servers/GNOME_AccessxStatusApplet.server -%%BATTERY%%libdata/bonobo/servers/GNOME_BattstatApplet.server -libdata/bonobo/servers/GNOME_CDPlayerApplet.server -%%CPUFREQ%%libdata/bonobo/servers/GNOME_CPUFreqApplet.server -libdata/bonobo/servers/GNOME_CharpickerApplet.server -libdata/bonobo/servers/GNOME_DriveMountApplet.server -libdata/bonobo/servers/GNOME_GWeatherApplet_Factory.server -libdata/bonobo/servers/GNOME_GeyesApplet.server -libdata/bonobo/servers/GNOME_GtikApplet.server -libdata/bonobo/servers/GNOME_KeyboardApplet.server -libdata/bonobo/servers/GNOME_MailcheckApplet_Factory.server -libdata/bonobo/servers/GNOME_MiniCommanderApplet.server -libdata/bonobo/servers/GNOME_MixerApplet.server -libdata/bonobo/servers/GNOME_ModemLights.server -libdata/bonobo/servers/GNOME_MultiLoadApplet_Factory.server -libdata/bonobo/servers/GNOME_NullApplet_Factory.server -libdata/bonobo/servers/GNOME_Panel_TrashApplet.server -libdata/bonobo/servers/GNOME_Panel_WirelessApplet.server -libdata/bonobo/servers/GNOME_StickyNotesApplet.server -libdata/pkgconfig/gswitchit.pc -libexec/accessx-status-applet -%%BATTERY%%libexec/battstat-applet-2 -libexec/charpick_applet2 -%%CPUFREQ%%libexec/cpufreq-applet -libexec/drivemount_applet2 -libexec/geyes_applet2 -libexec/gnome-applets/mc-install-default-macros -libexec/gnome-keyboard-applet -libexec/gtik2_applet2 -libexec/gweather-applet-2 -libexec/mini_commander_applet -libexec/mixer_applet2 -libexec/modem_applet -libexec/multiload-applet-2 -libexec/null_applet -libexec/stickynotes_applet -libexec/trashapplet -share/gnome/gnome-2.0/ui/GNOME_AccessxApplet.xml -%%BATTERY%%share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml -%%CPUFREQ%%share/gnome/gnome-2.0/ui/GNOME_CPUFreqApplet.xml -share/gnome/gnome-2.0/ui/GNOME_CharpickerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_DriveMountApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GSwitchItApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GWeatherApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GeyesApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GtikApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MiniCommanderApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MixerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_ModemLights.xml -share/gnome/gnome-2.0/ui/GNOME_MultiloadApplet.xml -share/gnome/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml -share/gnome/gnome-2.0/ui/GNOME_StickyNotesApplet.xml -share/gnome/gnome-applets/geyes/Bizarre/Bizarre-eye.png -share/gnome/gnome-applets/geyes/Bizarre/Bizarre-pupil.png -share/gnome/gnome-applets/geyes/Bizarre/config -share/gnome/gnome-applets/geyes/Bloodshot/Bloodshot-eye.png -share/gnome/gnome-applets/geyes/Bloodshot/Bloodshot-pupil.png -share/gnome/gnome-applets/geyes/Bloodshot/config -share/gnome/gnome-applets/geyes/Default-tiny/Default-tiny-eye.png -share/gnome/gnome-applets/geyes/Default-tiny/Default-tiny-pupil.png -share/gnome/gnome-applets/geyes/Default-tiny/config -share/gnome/gnome-applets/geyes/Default/Default-eye.png -share/gnome/gnome-applets/geyes/Default/Default-pupil.png -share/gnome/gnome-applets/geyes/Default/config -share/gnome/gnome-applets/geyes/Horrid/config -share/gnome/gnome-applets/geyes/Horrid/horrid_eye.png -share/gnome/gnome-applets/geyes/Horrid/horrid_pupil.png -%%BATTERY%%share/gnome/gnome-applets/glade/battstat_applet.glade -%%CPUFREQ%%share/gnome/gnome-applets/glade/cpufreq-preferences.glade -share/gnome/gnome-applets/glade/gswitchit-plugins.glade -share/gnome/gnome-applets/glade/gswitchit.glade -share/gnome/gnome-applets/glade/mini-commander.glade -share/gnome/gnome-applets/glade/modemlights.glade -share/gnome/gnome-applets/glade/stickynotes.glade -share/gnome/gnome-applets/glade/trashapplet.glade -share/gnome/gnome-applets/gweather/Locations.xml -share/gnome/gnome-applets/gweather/locations.dtd -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 -share/gnome/help/accessx-status/C/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/C/legal.xml -share/gnome/help/accessx-status/es/accessx-status.xml -share/gnome/help/accessx-status/es/figures/accessx-status-applet.png -share/gnome/help/accessx-status/es/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/es/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/es/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/es/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/fr/accessx-status.xml -share/gnome/help/accessx-status/fr/figures/accessx-status-applet.png -share/gnome/help/accessx-status/fr/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/fr/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/uk/accessx-status.xml -share/gnome/help/accessx-status/uk/figures/accessx-status-applet.png -share/gnome/help/accessx-status/uk/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/uk/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png -%%BATTERY%%share/gnome/help/battstat/C/battstat.xml -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/C/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/C/legal.xml -%%BATTERY%%share/gnome/help/battstat/es/battstat.xml -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/es/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/uk/battstat.xml -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/context-menu.png -share/gnome/help/char-palette/C/char-palette.xml -share/gnome/help/char-palette/C/figures/charpalette_applet.png -share/gnome/help/char-palette/C/figures/charpalette_chargroup.png -share/gnome/help/char-palette/C/figures/charpick-preferences.png -share/gnome/help/char-palette/C/figures/charpick_characters.png -share/gnome/help/char-palette/C/legal.xml -share/gnome/help/char-palette/es/char-palette.xml -share/gnome/help/char-palette/es/figures/charpalette_applet.png -share/gnome/help/char-palette/es/figures/charpalette_chargroup.png -share/gnome/help/char-palette/es/figures/charpick-preferences.png -share/gnome/help/char-palette/es/figures/charpick_characters.png -share/gnome/help/char-palette/it/char-palette.xml -share/gnome/help/char-palette/it/figures/charpalette_applet.png -share/gnome/help/char-palette/it/figures/charpalette_chargroup.png -share/gnome/help/char-palette/it/figures/charpick-preferences.png -share/gnome/help/char-palette/it/figures/charpick_characters.png -share/gnome/help/char-palette/nl/char-palette.xml -share/gnome/help/char-palette/nl/figures/charpalette_applet.png -share/gnome/help/char-palette/nl/figures/charpalette_chargroup.png -share/gnome/help/char-palette/nl/figures/charpick-preferences.png -share/gnome/help/char-palette/nl/figures/charpick_characters.png -share/gnome/help/char-palette/pt_BR/char-palette.xml -share/gnome/help/char-palette/pt_BR/figures/charpalette_applet.png -share/gnome/help/char-palette/pt_BR/figures/charpalette_chargroup.png -share/gnome/help/char-palette/pt_BR/figures/charpick-preferences.png -share/gnome/help/char-palette/pt_BR/figures/charpick_characters.png -share/gnome/help/char-palette/uk/char-palette.xml -share/gnome/help/char-palette/uk/figures/charpalette_applet.png -share/gnome/help/char-palette/uk/figures/charpalette_chargroup.png -share/gnome/help/char-palette/uk/figures/charpick-preferences.png -share/gnome/help/char-palette/uk/figures/charpick_characters.png -share/gnome/help/command-line/C/command-line.xml -share/gnome/help/command-line/C/figures/command-line.png -share/gnome/help/command-line/C/figures/prefs-macros.png -share/gnome/help/command-line/C/figures/prefs.png -share/gnome/help/command-line/C/legal.xml -share/gnome/help/command-line/es/command-line.xml -share/gnome/help/command-line/es/figures/command-line.png -share/gnome/help/command-line/es/figures/prefs-macros.png -share/gnome/help/command-line/es/figures/prefs.png -share/gnome/help/command-line/pt_BR/command-line.xml -share/gnome/help/command-line/pt_BR/figures/command-line.png -share/gnome/help/command-line/pt_BR/figures/prefs-macros.png -share/gnome/help/command-line/pt_BR/figures/prefs.png -share/gnome/help/command-line/uk/command-line.xml -share/gnome/help/command-line/uk/figures/command-line.png -share/gnome/help/command-line/uk/figures/prefs-macros.png -share/gnome/help/command-line/uk/figures/prefs.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/legal.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet.png -share/gnome/help/drivemount/C/drivemount.xml -share/gnome/help/drivemount/C/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/C/figures/drivemount-applet_example.png -share/gnome/help/drivemount/C/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/C/figures/drivemount-applet_open.png -share/gnome/help/drivemount/C/figures/drivemount-applet_status.png -share/gnome/help/drivemount/C/legal.xml -share/gnome/help/drivemount/es/drivemount.xml -share/gnome/help/drivemount/es/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/es/figures/drivemount-applet_example.png -share/gnome/help/drivemount/es/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/es/figures/drivemount-applet_open.png -share/gnome/help/drivemount/es/figures/drivemount-applet_status.png -share/gnome/help/drivemount/it/drivemount.xml -share/gnome/help/drivemount/it/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/it/figures/drivemount-applet_example.png -share/gnome/help/drivemount/it/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/it/figures/drivemount-applet_open.png -share/gnome/help/drivemount/it/figures/drivemount-applet_status.png -share/gnome/help/drivemount/pa/drivemount.xml -share/gnome/help/drivemount/pa/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_example.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_open.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_status.png -share/gnome/help/drivemount/uk/drivemount.xml -share/gnome/help/drivemount/uk/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_example.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_open.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_status.png -share/gnome/help/geyes/C/figures/geyes_applet.png -share/gnome/help/geyes/C/geyes.xml -share/gnome/help/geyes/C/legal.xml -share/gnome/help/geyes/es/figures/geyes_applet.png -share/gnome/help/geyes/es/geyes.xml -share/gnome/help/geyes/it/figures/geyes_applet.png -share/gnome/help/geyes/it/geyes.xml -share/gnome/help/geyes/uk/figures/geyes_applet.png -share/gnome/help/geyes/uk/geyes.xml -share/gnome/help/gswitchit/C/gswitchit.xml -share/gnome/help/gswitchit/C/legal.xml -share/gnome/help/gswitchit/es/gswitchit.xml -share/gnome/help/gswitchit/fr/gswitchit.xml -share/gnome/help/gswitchit/uk/gswitchit.xml -share/gnome/help/gtik2_applet2/C/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/C/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/C/legal.xml -share/gnome/help/gtik2_applet2/es/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/es/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/uk/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/uk/gtik2_applet2.xml -share/gnome/help/gweather/C/figures/gweather-details.png -share/gnome/help/gweather/C/figures/gweather-menu-prefs.png -share/gnome/help/gweather/C/figures/gweather-prefs-general.png -share/gnome/help/gweather/C/figures/gweather-prefs-locations.png -share/gnome/help/gweather/C/figures/gweather_applet.png -share/gnome/help/gweather/C/figures/stock_weather-cloudy.png -share/gnome/help/gweather/C/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-fog.png -share/gnome/help/gweather/C/figures/stock_weather-night-clear.png -share/gnome/help/gweather/C/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-showers.png -share/gnome/help/gweather/C/figures/stock_weather-snow.png -share/gnome/help/gweather/C/figures/stock_weather-storm.png -share/gnome/help/gweather/C/figures/stock_weather-sunny.png -share/gnome/help/gweather/C/gweather.xml -share/gnome/help/gweather/C/legal.xml -share/gnome/help/gweather/es/figures/gweather-details.png -share/gnome/help/gweather/es/figures/gweather-menu-prefs.png -share/gnome/help/gweather/es/figures/gweather-prefs-general.png -share/gnome/help/gweather/es/figures/gweather-prefs-locations.png -share/gnome/help/gweather/es/figures/gweather_applet.png -share/gnome/help/gweather/es/figures/stock_weather-cloudy.png -share/gnome/help/gweather/es/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-fog.png -share/gnome/help/gweather/es/figures/stock_weather-night-clear.png -share/gnome/help/gweather/es/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-showers.png -share/gnome/help/gweather/es/figures/stock_weather-snow.png -share/gnome/help/gweather/es/figures/stock_weather-storm.png -share/gnome/help/gweather/es/figures/stock_weather-sunny.png -share/gnome/help/gweather/es/gweather.xml -share/gnome/help/gweather/uk/figures/gweather-details.png -share/gnome/help/gweather/uk/figures/gweather-menu-prefs.png -share/gnome/help/gweather/uk/figures/gweather-prefs-general.png -share/gnome/help/gweather/uk/figures/gweather-prefs-locations.png -share/gnome/help/gweather/uk/figures/gweather_applet.png -share/gnome/help/gweather/uk/figures/stock_weather-cloudy.png -share/gnome/help/gweather/uk/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-fog.png -share/gnome/help/gweather/uk/figures/stock_weather-night-clear.png -share/gnome/help/gweather/uk/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-showers.png -share/gnome/help/gweather/uk/figures/stock_weather-snow.png -share/gnome/help/gweather/uk/figures/stock_weather-storm.png -share/gnome/help/gweather/uk/figures/stock_weather-sunny.png -share/gnome/help/gweather/uk/gweather.xml -share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/C/legal.xml -share/gnome/help/mixer_applet2/C/mixer_applet2.xml -share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/es/mixer_applet2.xml -share/gnome/help/mixer_applet2/uk/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/uk/mixer_applet2.xml -share/gnome/help/multiload/C/figures/multiload-preferences.png -share/gnome/help/multiload/C/figures/system-monitor-applet_window.png -share/gnome/help/multiload/C/figures/system_monitor.png -share/gnome/help/multiload/C/legal.xml -share/gnome/help/multiload/C/multiload.xml -share/gnome/help/multiload/es/figures/multiload-preferences.png -share/gnome/help/multiload/es/figures/system-monitor-applet_window.png -share/gnome/help/multiload/es/figures/system_monitor.png -share/gnome/help/multiload/es/multiload.xml -share/gnome/help/multiload/uk/figures/multiload-preferences.png -share/gnome/help/multiload/uk/figures/system-monitor-applet_window.png -share/gnome/help/multiload/uk/figures/system_monitor.png -share/gnome/help/multiload/uk/multiload.xml -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/C/legal.xml -share/gnome/help/stickynotes_applet/C/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/es/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/uk/stickynotes_applet.xml -share/gnome/help/trashapplet/C/figures/trash-applet.png -share/gnome/help/trashapplet/C/legal.xml -share/gnome/help/trashapplet/C/trashapplet.xml -share/gnome/help/trashapplet/es/figures/trash-applet.png -share/gnome/help/trashapplet/es/trashapplet.xml -share/gnome/help/trashapplet/fr/figures/trash-applet.png -share/gnome/help/trashapplet/fr/trashapplet.xml -share/gnome/help/trashapplet/it/figures/trash-applet.png -share/gnome/help/trashapplet/it/trashapplet.xml -share/gnome/help/trashapplet/pa/figures/trash-applet.png -share/gnome/help/trashapplet/pa/trashapplet.xml -share/gnome/help/trashapplet/uk/figures/trash-applet.png -share/gnome/help/trashapplet/uk/trashapplet.xml -share/gnome/omf/accessx-status/accessx-status-C.omf -share/gnome/omf/accessx-status/accessx-status-es.omf -share/gnome/omf/accessx-status/accessx-status-fr.omf -share/gnome/omf/accessx-status/accessx-status-uk.omf -%%BATTERY%%share/gnome/omf/battstat/battstat-C.omf -%%BATTERY%%share/gnome/omf/battstat/battstat-es.omf -%%BATTERY%%share/gnome/omf/battstat/battstat-uk.omf -share/gnome/omf/char-palette/char-palette-C.omf -share/gnome/omf/char-palette/char-palette-es.omf -share/gnome/omf/char-palette/char-palette-it.omf -share/gnome/omf/char-palette/char-palette-nl.omf -share/gnome/omf/char-palette/char-palette-pt_BR.omf -share/gnome/omf/char-palette/char-palette-uk.omf -share/gnome/omf/command-line/command-line-C.omf -share/gnome/omf/command-line/command-line-es.omf -share/gnome/omf/command-line/command-line-pt_BR.omf -share/gnome/omf/command-line/command-line-uk.omf -%%CPUFREQ%%share/gnome/omf/cpufreq-applet/cpufreq-applet-C.omf -%%CPUFREQ%%share/gnome/omf/cpufreq-applet/cpufreq-applet-es.omf -%%CPUFREQ%%share/gnome/omf/cpufreq-applet/cpufreq-applet-uk.omf -share/gnome/omf/drivemount/drivemount-C.omf -share/gnome/omf/drivemount/drivemount-es.omf -share/gnome/omf/drivemount/drivemount-it.omf -share/gnome/omf/drivemount/drivemount-pa.omf -share/gnome/omf/drivemount/drivemount-uk.omf -share/gnome/omf/geyes/geyes-C.omf -share/gnome/omf/geyes/geyes-es.omf -share/gnome/omf/geyes/geyes-it.omf -share/gnome/omf/geyes/geyes-uk.omf -share/gnome/omf/gswitchit/gswitchit-C.omf -share/gnome/omf/gswitchit/gswitchit-es.omf -share/gnome/omf/gswitchit/gswitchit-fr.omf -share/gnome/omf/gswitchit/gswitchit-uk.omf -share/gnome/omf/gtik2_applet2/gtik2_applet2-C.omf -share/gnome/omf/gtik2_applet2/gtik2_applet2-es.omf -share/gnome/omf/gtik2_applet2/gtik2_applet2-uk.omf -share/gnome/omf/gweather/gweather-C.omf -share/gnome/omf/gweather/gweather-es.omf -share/gnome/omf/gweather/gweather-uk.omf -share/gnome/omf/mixer_applet2/mixer_applet2-C.omf -share/gnome/omf/mixer_applet2/mixer_applet2-es.omf -share/gnome/omf/mixer_applet2/mixer_applet2-uk.omf -share/gnome/omf/multiload/multiload-C.omf -share/gnome/omf/multiload/multiload-es.omf -share/gnome/omf/multiload/multiload-uk.omf -share/gnome/omf/stickynotes_applet/stickynotes_applet-C.omf -share/gnome/omf/stickynotes_applet/stickynotes_applet-es.omf -share/gnome/omf/stickynotes_applet/stickynotes_applet-uk.omf -share/gnome/omf/trashapplet/trashapplet-C.omf -share/gnome/omf/trashapplet/trashapplet-es.omf -share/gnome/omf/trashapplet/trashapplet-fr.omf -share/gnome/omf/trashapplet/trashapplet-it.omf -share/gnome/omf/trashapplet/trashapplet-pa.omf -share/gnome/omf/trashapplet/trashapplet-uk.omf -share/gnome/pixmaps/accessx-status-applet/ax-applet.png -share/gnome/pixmaps/accessx-status-applet/ax-bouncekeys.png -share/gnome/pixmaps/accessx-status-applet/ax-key-base.png -share/gnome/pixmaps/accessx-status-applet/ax-key-inverse.png -share/gnome/pixmaps/accessx-status-applet/ax-key-no.png -share/gnome/pixmaps/accessx-status-applet/ax-key-none.png -share/gnome/pixmaps/accessx-status-applet/ax-key-yes.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-no.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-pending.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-yes.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-base.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-left.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-middle.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-right.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-left.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-middle.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-right.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-none.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-100.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-25.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-50.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-75.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-applet.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-na.png -share/gnome/pixmaps/stickynotes/close.png -share/gnome/pixmaps/stickynotes/locked.png -share/gnome/pixmaps/stickynotes/resize_se.png -share/gnome/pixmaps/stickynotes/resize_sw.png -share/gnome/pixmaps/stickynotes/stickynotes.png -share/gnome/pixmaps/stickynotes/stickynotes_prelight.png -share/gnome/pixmaps/stickynotes/unlocked.png -share/gnome/xmodmap/base.xml -share/gnome/xmodmap/xmodmap.am -share/gnome/xmodmap/xmodmap.ar -share/gnome/xmodmap/xmodmap.be -share/gnome/xmodmap/xmodmap.bg -share/gnome/xmodmap/xmodmap.br -share/gnome/xmodmap/xmodmap.ch -share/gnome/xmodmap/xmodmap.ch_de -share/gnome/xmodmap/xmodmap.ch_fr -share/gnome/xmodmap/xmodmap.cz -share/gnome/xmodmap/xmodmap.de -share/gnome/xmodmap/xmodmap.de-apple -share/gnome/xmodmap/xmodmap.dk -share/gnome/xmodmap/xmodmap.dvorak -share/gnome/xmodmap/xmodmap.ee -share/gnome/xmodmap/xmodmap.es -share/gnome/xmodmap/xmodmap.es_x86 -share/gnome/xmodmap/xmodmap.fi -share/gnome/xmodmap/xmodmap.fr -share/gnome/xmodmap/xmodmap.fr-2 -share/gnome/xmodmap/xmodmap.fr_x86 -share/gnome/xmodmap/xmodmap.gb -share/gnome/xmodmap/xmodmap.gb-102 -share/gnome/xmodmap/xmodmap.gb-105 -share/gnome/xmodmap/xmodmap.ge_la -share/gnome/xmodmap/xmodmap.ge_ru -share/gnome/xmodmap/xmodmap.gr -share/gnome/xmodmap/xmodmap.hu -share/gnome/xmodmap/xmodmap.hu-101-lat1 -share/gnome/xmodmap/xmodmap.hu-101-lat2 -share/gnome/xmodmap/xmodmap.hu-ibm -share/gnome/xmodmap/xmodmap.hu-lat1 -share/gnome/xmodmap/xmodmap.hu-sun-lat2 -share/gnome/xmodmap/xmodmap.hu.old -share/gnome/xmodmap/xmodmap.hu_latin1 -share/gnome/xmodmap/xmodmap.hu_x86 -share/gnome/xmodmap/xmodmap.il -share/gnome/xmodmap/xmodmap.il_phonetic -share/gnome/xmodmap/xmodmap.is -share/gnome/xmodmap/xmodmap.it -share/gnome/xmodmap/xmodmap.jp -share/gnome/xmodmap/xmodmap.kr -share/gnome/xmodmap/xmodmap.la -share/gnome/xmodmap/xmodmap.lt -share/gnome/xmodmap/xmodmap.lt_b -share/gnome/xmodmap/xmodmap.lt_p -share/gnome/xmodmap/xmodmap.mk -share/gnome/xmodmap/xmodmap.mn -share/gnome/xmodmap/xmodmap.mn-phonet -share/gnome/xmodmap/xmodmap.mn-rev -share/gnome/xmodmap/xmodmap.mn-uni -share/gnome/xmodmap/xmodmap.nl -share/gnome/xmodmap/xmodmap.no -share/gnome/xmodmap/xmodmap.pl -share/gnome/xmodmap/xmodmap.pl2 -share/gnome/xmodmap/xmodmap.pt -share/gnome/xmodmap/xmodmap.pt-dead -share/gnome/xmodmap/xmodmap.qc -share/gnome/xmodmap/xmodmap.qc-2 -share/gnome/xmodmap/xmodmap.ro -share/gnome/xmodmap/xmodmap.ru -share/gnome/xmodmap/xmodmap.ru-rev -share/gnome/xmodmap/xmodmap.ru_yawerty -share/gnome/xmodmap/xmodmap.se -share/gnome/xmodmap/xmodmap.sf -share/gnome/xmodmap/xmodmap.sg -share/gnome/xmodmap/xmodmap.si -share/gnome/xmodmap/xmodmap.sk -share/gnome/xmodmap/xmodmap.th -share/gnome/xmodmap/xmodmap.tr_f -share/gnome/xmodmap/xmodmap.tr_q -share/gnome/xmodmap/xmodmap.uk -share/gnome/xmodmap/xmodmap.uk_x86 -share/gnome/xmodmap/xmodmap.us -share/gnome/xmodmap/xmodmap.us-101 -share/gnome/xmodmap/xmodmap.us-84 -share/gnome/xmodmap/xmodmap.us-dec -share/gnome/xmodmap/xmodmap.us-ibm -share/gnome/xmodmap/xmodmap.us-int -share/gnome/xmodmap/xmodmap.us-mac -share/gnome/xmodmap/xmodmap.us-sgi-101 -share/gnome/xmodmap/xmodmap.us-sun -share/gnome/xmodmap/xmodmap.us.old -share/gnome/xmodmap/xmodmap.us101A_x86 -share/gnome/xmodmap/xmodmap.us_intl -share/gnome/xmodmap/xmodmap.yu -share/icons/hicolor/48x48/apps/ax-applet.png -share/icons/hicolor/48x48/apps/charpick.png -share/icons/hicolor/48x48/apps/gnome-cpu.png -share/icons/hicolor/48x48/apps/gnome-eyes.png -share/icons/hicolor/48x48/apps/gnome-mini-commander.png -share/icons/hicolor/48x48/apps/gnome-modem.png -share/icons/hicolor/48x48/apps/gnome-money.png -share/icons/hicolor/48x48/apps/gswitchit-applet.png -share/icons/hicolor/48x48/apps/gswitchit-properties-capplet.png -share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/id/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/no/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/te/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/th/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo -@unexec /bin/rmdir %D/share/locale/xh/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/xh 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/te/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/te 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/rw 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/icons/hicolor/48x48 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/icons/hicolor 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/icons 2>/dev/null || /usr/bin/true -@dirrm share/gnome/pixmaps/stickynotes -%%CPUFREQ%%@dirrm share/gnome/pixmaps/cpufreq-applet -@dirrm share/gnome/pixmaps/accessx-status-applet -@dirrm share/gnome/omf/trashapplet -@dirrm share/gnome/omf/stickynotes_applet -@dirrm share/gnome/omf/multiload -@dirrm share/gnome/omf/mixer_applet2 -@dirrm share/gnome/omf/gweather -@dirrm share/gnome/omf/gtik2_applet2 -@dirrm share/gnome/omf/gswitchit -@dirrm share/gnome/omf/geyes -@dirrm share/gnome/omf/drivemount -%%CPUFREQ%%@dirrm share/gnome/omf/cpufreq-applet -@dirrm share/gnome/omf/command-line -@dirrm share/gnome/omf/char-palette -%%BATTERY%%@dirrm share/gnome/omf/battstat -@dirrm share/gnome/omf/accessx-status -@dirrm share/gnome/help/trashapplet/uk/figures -@dirrm share/gnome/help/trashapplet/uk -@dirrm share/gnome/help/trashapplet/pa/figures -@dirrm share/gnome/help/trashapplet/pa -@dirrm share/gnome/help/trashapplet/fr/figures -@dirrm share/gnome/help/trashapplet/fr -@dirrm share/gnome/help/trashapplet/it/figures -@dirrm share/gnome/help/trashapplet/it -@dirrm share/gnome/help/trashapplet/es/figures -@dirrm share/gnome/help/trashapplet/es -@dirrm share/gnome/help/trashapplet/C/figures -@dirrm share/gnome/help/trashapplet/C -@dirrm share/gnome/help/trashapplet -@dirrm share/gnome/help/stickynotes_applet/uk/figures -@dirrm share/gnome/help/stickynotes_applet/uk -@dirrm share/gnome/help/stickynotes_applet/es/figures -@dirrm share/gnome/help/stickynotes_applet/es -@dirrm share/gnome/help/stickynotes_applet/C/figures -@dirrm share/gnome/help/stickynotes_applet/C -@dirrm share/gnome/help/stickynotes_applet -@dirrm share/gnome/help/multiload/uk/figures -@dirrm share/gnome/help/multiload/uk -@dirrm share/gnome/help/multiload/es/figures -@dirrm share/gnome/help/multiload/es -@dirrm share/gnome/help/multiload/C/figures -@dirrm share/gnome/help/multiload/C -@dirrm share/gnome/help/multiload -@dirrm share/gnome/help/mixer_applet2/uk/figures -@dirrm share/gnome/help/mixer_applet2/uk -@dirrm share/gnome/help/mixer_applet2/es/figures -@dirrm share/gnome/help/mixer_applet2/es -@dirrm share/gnome/help/mixer_applet2/C/figures -@dirrm share/gnome/help/mixer_applet2/C -@dirrm share/gnome/help/mixer_applet2 -@dirrm share/gnome/help/gweather/uk/figures -@dirrm share/gnome/help/gweather/uk -@dirrm share/gnome/help/gweather/es/figures -@dirrm share/gnome/help/gweather/es -@dirrm share/gnome/help/gweather/C/figures -@dirrm share/gnome/help/gweather/C -@dirrm share/gnome/help/gweather -@dirrm share/gnome/help/gtik2_applet2/uk/figures -@dirrm share/gnome/help/gtik2_applet2/uk -@dirrm share/gnome/help/gtik2_applet2/es/figures -@dirrm share/gnome/help/gtik2_applet2/es -@dirrm share/gnome/help/gtik2_applet2/C/figures -@dirrm share/gnome/help/gtik2_applet2/C -@dirrm share/gnome/help/gtik2_applet2 -@dirrm share/gnome/help/gswitchit/uk -@dirrm share/gnome/help/gswitchit/fr -@dirrm share/gnome/help/gswitchit/es -@dirrm share/gnome/help/gswitchit/C -@dirrm share/gnome/help/gswitchit -@dirrm share/gnome/help/geyes/uk/figures -@dirrm share/gnome/help/geyes/uk -@dirrm share/gnome/help/geyes/it/figures -@dirrm share/gnome/help/geyes/it -@dirrm share/gnome/help/geyes/es/figures -@dirrm share/gnome/help/geyes/es -@dirrm share/gnome/help/geyes/C/figures -@dirrm share/gnome/help/geyes/C -@dirrm share/gnome/help/geyes -@dirrm share/gnome/help/drivemount/uk/figures -@dirrm share/gnome/help/drivemount/uk -@dirrm share/gnome/help/drivemount/pa/figures -@dirrm share/gnome/help/drivemount/pa -@dirrm share/gnome/help/drivemount/it/figures -@dirrm share/gnome/help/drivemount/it -@dirrm share/gnome/help/drivemount/es/figures -@dirrm share/gnome/help/drivemount/es -@dirrm share/gnome/help/drivemount/C/figures -@dirrm share/gnome/help/drivemount/C -@dirrm share/gnome/help/drivemount -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet -@dirrm share/gnome/help/command-line/uk/figures -@dirrm share/gnome/help/command-line/uk -@dirrm share/gnome/help/command-line/pt_BR/figures -@dirrm share/gnome/help/command-line/pt_BR -@dirrm share/gnome/help/command-line/es/figures -@dirrm share/gnome/help/command-line/es -@dirrm share/gnome/help/command-line/C/figures -@dirrm share/gnome/help/command-line/C -@dirrm share/gnome/help/command-line -@dirrm share/gnome/help/char-palette/uk/figures -@dirrm share/gnome/help/char-palette/uk -@dirrm share/gnome/help/char-palette/pt_BR/figures -@dirrm share/gnome/help/char-palette/pt_BR -@dirrm share/gnome/help/char-palette/nl/figures -@dirrm share/gnome/help/char-palette/nl -@dirrm share/gnome/help/char-palette/it/figures -@dirrm share/gnome/help/char-palette/it -@dirrm share/gnome/help/char-palette/es/figures -@dirrm share/gnome/help/char-palette/es -@dirrm share/gnome/help/char-palette/C/figures -@dirrm share/gnome/help/char-palette/C -@dirrm share/gnome/help/char-palette -%%BATTERY%%@dirrm share/gnome/help/battstat/uk/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/uk -%%BATTERY%%@dirrm share/gnome/help/battstat/es/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/es -%%BATTERY%%@dirrm share/gnome/help/battstat/C/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/C -%%BATTERY%%@dirrm share/gnome/help/battstat -@dirrm share/gnome/help/accessx-status/uk/figures -@dirrm share/gnome/help/accessx-status/uk -@dirrm share/gnome/help/accessx-status/fr/figures -@dirrm share/gnome/help/accessx-status/fr -@dirrm share/gnome/help/accessx-status/es/figures -@dirrm share/gnome/help/accessx-status/es -@dirrm share/gnome/help/accessx-status/C/figures -@dirrm share/gnome/help/accessx-status/C -@dirrm share/gnome/help/accessx-status -@dirrm share/gnome/gnome-applets/gweather -@dirrm share/gnome/gnome-applets/glade -@dirrm share/gnome/gnome-applets/geyes/Horrid -@dirrm share/gnome/gnome-applets/geyes/Default-tiny -@dirrm share/gnome/gnome-applets/geyes/Default -@dirrm share/gnome/gnome-applets/geyes/Bloodshot -@dirrm share/gnome/gnome-applets/geyes/Bizarre -@dirrm share/gnome/gnome-applets/geyes -@dirrm share/gnome/gnome-applets -@dirrm libexec/gnome-applets -@dirrm include/libgswitchit diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile deleted file mode 100644 index 101a89bd0..000000000 --- a/x11/gnome-desktop/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for:	gnomedesktop -# Date created:				13 April 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnomedesktop/Makefile,v 1.73 2005/09/05 14:16:45 kwm Exp $ -# - -PORTNAME=	gnomedesktop -PORTVERSION=	2.12.1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-desktop/2.12 -DISTNAME=	gnome-desktop-${PORTVERSION} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Additional UI API for GNOME 2 - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_XPM=	yes -USE_REINPLACE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \ -		ltverhack -GNOME_DESKTOP_VERSION=2 -USE_GMAKE=	yes -USE_BISON=	yes -INSTALLS_OMF=	yes -INSTALLS_SHLIB=	yes -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ARGS=	--with-gnome-distributor="FreeBSD GNOME Project" \ -		--with-kde-datadir=${LOCALBASE}/share -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" - -MAN1=	gnome-about.1 - -.include <bsd.port.mk> diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo deleted file mode 100644 index 1af6b593c..000000000 --- a/x11/gnome-desktop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-desktop-2.12.1.tar.bz2) = e6841d3a401ec2f5aa17a0529ba4bf55 -SIZE (gnome2/gnome-desktop-2.12.1.tar.bz2) = 1033105 diff --git a/x11/gnome-desktop/pkg-descr b/x11/gnome-desktop/pkg-descr deleted file mode 100644 index bda4df791..000000000 --- a/x11/gnome-desktop/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a collection of APIs not included in libgnomeui. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-desktop/pkg-plist b/x11/gnome-desktop/pkg-plist deleted file mode 100644 index cf05af1ec..000000000 --- a/x11/gnome-desktop/pkg-plist +++ /dev/null @@ -1,222 +0,0 @@ -bin/gnome-about -include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h -include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h -include/gnome-desktop-2.0/libgnomeui/gnome-hint.h -lib/libgnome-desktop-2.a -lib/libgnome-desktop-2.so -lib/libgnome-desktop-2.so.2 -libdata/pkgconfig/gnome-desktop-2.0.pc -share/gnome/applications/gnome-about.desktop -share/gnome/gnome-about/gnome-64.png -share/gnome/gnome-about/gnome-version.xml -share/gnome/gnome-about/headers/header-bg-ancient01a.png -share/gnome/gnome-about/headers/header-bg-city01.png -share/gnome/gnome-about/headers/header-bg-clouds01.png -share/gnome/gnome-about/headers/header-bg-clouds02.png -share/gnome/gnome-about/headers/header-bg-hills01.png -share/gnome/gnome-about/headers/header-bg-landscape01.png -share/gnome/gnome-about/headers/header-bg-mountains01.png -share/gnome/gnome-about/headers/header-bg-snow01.png -share/gnome/gnome-about/headers/header-bg-sunset01.png -share/gnome/help/fdl/C/fdl.xml -share/gnome/help/fdl/es/fdl.xml -share/gnome/help/gnome-feedback/C/gnome-feedback.xml -share/gnome/help/gnome-feedback/es/gnome-feedback.xml -share/gnome/help/gpl/C/gpl.xml -share/gnome/help/gpl/es/gpl.xml -share/gnome/help/gpl/fi/gpl.xml -share/gnome/help/gpl/pa/gpl.xml -share/gnome/help/lgpl/C/lgpl.xml -share/gnome/help/lgpl/es/lgpl.xml -share/gnome/help/lgpl/pa/lgpl.xml -share/gnome/omf/fdl/fdl-C.omf -share/gnome/omf/fdl/fdl-es.omf -share/gnome/omf/gnome-feedback/gnome-feedback-C.omf -share/gnome/omf/gnome-feedback/gnome-feedback-es.omf -share/gnome/omf/gpl/gpl-C.omf -share/gnome/omf/gpl/gpl-es.omf -share/gnome/omf/gpl/gpl-fi.omf -share/gnome/omf/gpl/gpl-pa.omf -share/gnome/omf/lgpl/lgpl-C.omf -share/gnome/omf/lgpl/lgpl-es.omf -share/gnome/omf/lgpl/lgpl-pa.omf -share/gnome/pixmaps/apple-green.png -share/gnome/pixmaps/apple-red.png -share/gnome/pixmaps/gnome-aorta.png -share/gnome/pixmaps/gnome-applets.png -share/gnome/pixmaps/gnome-background-image.png -share/gnome/pixmaps/gnome-background-pattern.png -share/gnome/pixmaps/gnome-background.png -share/gnome/pixmaps/gnome-calc2.png -share/gnome/pixmaps/gnome-calc3.png -share/gnome/pixmaps/gnome-calendar.png -share/gnome/pixmaps/gnome-ccbackground.png -share/gnome/pixmaps/gnome-ccdesktop.png -share/gnome/pixmaps/gnome-ccdialog.png -share/gnome/pixmaps/gnome-ccmime.png -share/gnome/pixmaps/gnome-ccperiph.png -share/gnome/pixmaps/gnome-ccscreensaver.png -share/gnome/pixmaps/gnome-ccwindowmanager.png -share/gnome/pixmaps/gnome-color-browser.png -share/gnome/pixmaps/gnome-color-xterm.png -share/gnome/pixmaps/gnome-computer.png -share/gnome/pixmaps/gnome-cromagnon.png -share/gnome/pixmaps/gnome-day.png -share/gnome/pixmaps/gnome-debian.png -share/gnome/pixmaps/gnome-diskfree.png -share/gnome/pixmaps/gnome-emacs.png -share/gnome/pixmaps/gnome-eterm.png -share/gnome/pixmaps/gnome-file-c.png -share/gnome/pixmaps/gnome-file-h.png -share/gnome/pixmaps/gnome-folder.png -share/gnome/pixmaps/gnome-gemvt.png -share/gnome/pixmaps/gnome-gimp.png -share/gnome/pixmaps/gnome-gmenu.png -share/gnome/pixmaps/gnome-gmush.png -share/gnome/pixmaps/gnome-gnomoku.png -share/gnome/pixmaps/gnome-home.png -share/gnome/pixmaps/gnome-html.png -share/gnome/pixmaps/gnome-image-gif.png -share/gnome/pixmaps/gnome-image-jpeg.png -share/gnome/pixmaps/gnome-irc.png -share/gnome/pixmaps/gnome-laptop.png -share/gnome/pixmaps/gnome-log.png -share/gnome/pixmaps/gnome-logo-icon-transparent.png -share/gnome/pixmaps/gnome-logo-icon.png -share/gnome/pixmaps/gnome-logo-large.png -share/gnome/pixmaps/gnome-mdi.png -share/gnome/pixmaps/gnome-mnemonic.png -share/gnome/pixmaps/gnome-month.png -share/gnome/pixmaps/gnome-mouse.png -share/gnome/pixmaps/gnome-news.png -share/gnome/pixmaps/gnome-note.png -share/gnome/pixmaps/gnome-qeye.png -share/gnome/pixmaps/gnome-set-time.png -share/gnome/pixmaps/gnome-spider.png -share/gnome/pixmaps/gnome-squeak.png -share/gnome/pixmaps/gnome-suse.png -share/gnome/pixmaps/gnome-talk.png -share/gnome/pixmaps/gnome-term-linux.png -share/gnome/pixmaps/gnome-term-linux2.png -share/gnome/pixmaps/gnome-term-night.png -share/gnome/pixmaps/gnome-term-tiger.png -share/gnome/pixmaps/gnome-term.png -share/gnome/pixmaps/gnome-tigert.png -share/gnome/pixmaps/gnome-touristinfo.png -share/gnome/pixmaps/gnome-user-interface.png -share/gnome/pixmaps/gnome-week.png -share/gnome/pixmaps/gnome-windows.png -share/gnome/pixmaps/gnome-word.png -share/gnome/pixmaps/gnome-workspace.png -share/gnome/pixmaps/gnome-xterm.png -share/gnome/pixmaps/gtkvim.png -share/gnome/pixmaps/kterm.xpm -share/gnome/pixmaps/monitor.png -share/gnome/pixmaps/vnterm.xpm -share/locale/af/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/az/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/be/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/br/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/de/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/el/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/es/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/et/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/he/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/id/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/is/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/it/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/li/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/no/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/te/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/th/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ug/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/yo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-desktop-2.0.mo -@unexec rmdir %D/share/locale/yo/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/yo 2> /dev/null || true -@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ug 2> /dev/null || true -@unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ku 2> /dev/null || true -@unexec rmdir %D/share/locale/hy/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/hy 2> /dev/null || true -@dirrm share/gnome/omf/lgpl -@dirrm share/gnome/omf/gpl -@dirrm share/gnome/omf/gnome-feedback -@dirrm share/gnome/omf/fdl -@dirrm share/gnome/help/lgpl/pa -@dirrm share/gnome/help/lgpl/es -@dirrm share/gnome/help/gpl/pa -@dirrm share/gnome/help/gpl/fi -@dirrm share/gnome/help/gpl/es -@dirrm share/gnome/help/fdl/es -@dirrm share/gnome/help/gnome-feedback/es -@dirrm share/gnome/help/gnome-feedback/C -@dirrm share/gnome/help/gnome-feedback -@dirrm share/gnome/gnome-about/headers -@dirrm include/gnome-desktop-2.0/libgnomeui -@dirrm include/gnome-desktop-2.0/libgnome -@dirrm include/gnome-desktop-2.0 diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile deleted file mode 100644 index 31be1f86c..000000000 --- a/x11/gnome-menus/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for:	gnome-menus -# Date created:				30 November 2004 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#	$MCom: ports/x11/gnome-menus/Makefile,v 1.20 2005/09/06 17:38:41 mezz Exp $ -# - -PORTNAME=	gnome-menus -PORTVERSION=	2.12.0 -PORTREVISION=	1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/2.12 -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Implementation of the FreeDesktop Desktop Menu Spec - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_REINPLACE=	yes -USE_GMAKE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack gnomevfs2 ltverhack -USE_AUTOTOOLS=	libtool:15 -USE_PYTHON=	yes -INSTALLS_SHLIB=	yes -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: -	@${REINPLACE_CMD} -e 's|/usr/share/gnome|${X11BASE}/share/gnome|g' \ -		${WRKSRC}/layout/applications.menu \ -		${WRKSRC}/layout/settings.menu -	@${SED} -e 's|/usr/local|${LOCALBASE}|g' \ -		< ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory -	@${REINPLACE_CMD} -e s'|%%X11BASE%%|${X11BASE}|g' \ -		${WRKSRC}/simple-editor/GMenuSimpleEditor/menutreemodel.py - -post-install: -	@${MKDIR} ${PREFIX}/share/gnome/desktop-directories -	@${INSTALL_DATA} ${WRKSRC}/KDE.directory ${PREFIX}/share/gnome/desktop-directories - -.include <bsd.port.mk> diff --git a/x11/gnome-menus/distinfo b/x11/gnome-menus/distinfo deleted file mode 100644 index df5f80bb9..000000000 --- a/x11/gnome-menus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-menus-2.12.0.tar.bz2) = 615392c4f729f70c03aa3aa7dbe40a95 -SIZE (gnome2/gnome-menus-2.12.0.tar.bz2) = 393280 diff --git a/x11/gnome-menus/files/KDE.directory b/x11/gnome-menus/files/KDE.directory deleted file mode 100644 index d8cacb750..000000000 --- a/x11/gnome-menus/files/KDE.directory +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=KDE -Comment=Some comment about KDE menu -Icon=/usr/local/share/icons/default.kde/48x48/apps/kmenu.png -Type=Directory diff --git a/x11/gnome-menus/files/patch-Makefile.in b/x11/gnome-menus/files/patch-Makefile.in deleted file mode 100644 index 510f1140f..000000000 --- a/x11/gnome-menus/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig	Thu Sep  8 13:59:53 2005 -+++ Makefile.in	Thu Sep  8 14:00:08 2005 -@@ -205,7 +205,7 @@ - target_alias = @target_alias@ - NULL =  -  --@HAVE_PYTHON_TRUE@PYTHON_SUBDIRS = python simple-editor -+@HAVE_PYTHON_TRUE@PYTHON_SUBDIRS = python -  - ALL_SUBDIRS = \ - 	po 			\ diff --git a/x11/gnome-menus/files/patch-layout::applications.menu b/x11/gnome-menus/files/patch-layout::applications.menu deleted file mode 100644 index a3644747b..000000000 --- a/x11/gnome-menus/files/patch-layout::applications.menu +++ /dev/null @@ -1,357 +0,0 @@ ---- layout/applications.menu.orig	Wed Mar  9 11:49:53 2005 -+++ layout/applications.menu	Fri Mar 25 11:45:09 2005 -@@ -6,24 +6,26 @@ -   <Name>Applications</Name> -   <Directory>Applications.directory</Directory> -  --  <!-- Scan legacy dirs first, as later items take priority --> --  <KDELegacyDirs/> --  <LegacyDir>/etc/X11/applnk</LegacyDir> -+  <!-- Scan legacy dirs first, as later items take priority -+  <LegacyDir>/etc/X11/applnk</LegacyDir> --> -   <LegacyDir>/usr/share/gnome/apps</LegacyDir> -  -   <!-- Read standard .directory and .desktop file locations --> -   <DefaultAppDirs/> -   <DefaultDirectoryDirs/> -  --  <!-- Read in overrides and child menus from applications-merged/ --> --  <DefaultMergeDirs/> -- -   <!-- Accessories submenu --> -   <Menu> -     <Name>Accessories</Name> -     <Directory>Accessories.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Utility</Category> -         <Not> -           <Category>System</Category> -@@ -38,6 +40,12 @@ -     <Directory>Accessibility.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Accessibility</Category> -         <Not> -           <Category>Settings</Category> -@@ -52,6 +60,12 @@ -     <Directory>Development.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Development</Category> -       </And> -       <Filename>emacs.desktop</Filename> -@@ -64,6 +78,12 @@ -     <Directory>Edutainment.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Education</Category> -       </And> -     </Include> -@@ -75,6 +95,12 @@ -     <Directory>Games.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Game</Category> -       </And> -     </Include> -@@ -86,6 +112,12 @@ -     <Directory>Graphics.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Graphics</Category> -       </And> -     </Include> -@@ -97,6 +129,12 @@ -     <Directory>Internet.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Network</Category> -       </And> -     </Include> -@@ -108,6 +146,12 @@ -     <Directory>Multimedia.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>AudioVideo</Category> -       </And> -     </Include> -@@ -119,6 +163,12 @@ -     <Directory>Office.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Office</Category> -       </And> -     </Include> -@@ -130,6 +180,12 @@ -     <Directory>System-Tools.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>System</Category> -         <Not><Category>Settings</Category></Not> -       </And> -@@ -143,11 +199,204 @@ -     <OnlyUnallocated/> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Application</Category> -         <Not><Category>Core</Category></Not> -         <Not><Category>Settings</Category></Not> -       </And> -     </Include> -   </Menu> <!-- End Other --> -+ -+  <!-- Read in overrides and child menus from applications-merged/ --> -+  <DefaultMergeDirs/> -+ -+  <!-- KDE --> -+  <Menu> -+    <KDELegacyDirs/> -+    <Name>KDE</Name> -+    <Directory>KDE.directory</Directory> -+ -+    <!-- KAccessories submenu --> -+    <Menu> -+      <Name>Accessories</Name> -+      <Directory>Accessories.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>Utility</Category> -+          <Not> -+            <Category>System</Category> -+          </Not> -+        </And> -+      </Include> -+    </Menu> <!-- End KAccessories --> -+ -+    <!-- KAccessibility submenu --> -+    <Menu> -+      <Name>Accessibility</Name> -+      <Directory>Accessibility.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>Accessibility</Category> -+          <Not> -+            <Category>Settings</Category> -+          </Not> -+        </And> -+      </Include> -+    </Menu> <!-- End KAccessibility --> -+ -+    <!-- KDevelopment Tools --> -+    <Menu> -+      <Name>Development</Name> -+      <Directory>Development.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>Development</Category> -+        </And> -+      </Include> -+    </Menu> <!-- End KDevelopment Tools --> -+ -+    <!-- KEdutainment --> -+    <Menu> -+      <Name>Edutainment</Name> -+      <Directory>Edutainment.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>Education</Category> -+        </And> -+      </Include> -+    </Menu> <!-- End KEdutainment --> -+ -+    <!-- KGames --> -+    <Menu> -+      <Name>Games</Name> -+      <Directory>Games.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>Game</Category> -+        </And> -+      </Include> -+    </Menu> <!-- End KGames --> -+ -+    <!-- KGraphics --> -+    <Menu> -+      <Name>Graphics</Name> -+      <Directory>Graphics.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>Graphics</Category> -+        </And> -+      </Include> -+    </Menu> <!-- End KGraphics --> -+ -+    <!-- KInternet --> -+    <Menu> -+      <Name>Internet</Name> -+      <Directory>Internet.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>Network</Category> -+        </And> -+      </Include> -+    </Menu> <!-- End KInternet --> -+ -+    <!-- KMultimedia --> -+    <Menu> -+      <Name>Multimedia</Name> -+      <Directory>Multimedia.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>AudioVideo</Category> -+        </And> -+      </Include> -+    </Menu> <!-- End KMultimedia --> -+ -+    <!-- KOffice --> -+    <Menu> -+      <Name>Office</Name> -+      <Directory>Office.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Or> -+            <Category>Office</Category> -+          </Or> -+        </And> -+      </Include> -+    </Menu><!-- End KOffice --> -+ -+    <!-- KSystem Tools--> -+    <Menu> -+      <Name>System</Name> -+      <Directory>System-Tools.directory</Directory> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>System</Category> -+          <Not><Category>Settings</Category></Not> -+        </And> -+      </Include> -+    </Menu>   <!-- End KSystem Tools --> -+ -+    <!-- KOther --> -+    <Menu> -+      <Name>Other</Name> -+      <Directory>Other.directory</Directory> -+      <OnlyUnallocated/> -+      <Include> -+        <And> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+          <Category>Application</Category> -+          <Not><Category>Core</Category></Not> -+          <Not><Category>Settings</Category></Not> -+        </And> -+      </Include> -+    </Menu> <!-- End KOther --> -+  </Menu> <!-- KDE --> -  - </Menu> <!-- End Applications --> diff --git a/x11/gnome-menus/files/patch-layout::preferences.menu b/x11/gnome-menus/files/patch-layout::preferences.menu deleted file mode 100644 index fef1dc0dc..000000000 --- a/x11/gnome-menus/files/patch-layout::preferences.menu +++ /dev/null @@ -1,41 +0,0 @@ ---- layout/preferences.menu.orig	Sat Dec 11 07:58:50 2004 -+++ layout/preferences.menu	Tue Mar  1 01:28:57 2005 -@@ -9,12 +9,15 @@ -   <DefaultAppDirs/> -   <DefaultDirectoryDirs/> -  --  <!-- Read in overrides and child menus from preferences-merged/ --> --  <DefaultMergeDirs/> -- -   <!-- Stuff in the toplevel --> -   <Include> -     <And> -+      <Not> -+        <Or> -+          <Category>Qt</Category> -+          <Category>KDE</Category> -+        </Or> -+      </Not> -       <Category>Settings</Category> -       <Not> -         <Or> -@@ -36,10 +39,19 @@ -     <Directory>Settings-Accessibility.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Settings</Category> -         <Category>Accessibility</Category> -       </And> -     </Include> -   </Menu> -+ -+  <!-- Read in overrides and child menus from preferences-merged/ --> -+  <DefaultMergeDirs/> -  - </Menu>     <!-- End Prefs --> diff --git a/x11/gnome-menus/files/patch-layout::settings.menu b/x11/gnome-menus/files/patch-layout::settings.menu deleted file mode 100644 index 115f03ce7..000000000 --- a/x11/gnome-menus/files/patch-layout::settings.menu +++ /dev/null @@ -1,22 +0,0 @@ ---- layout/settings.menu.orig	Thu Apr 14 17:36:13 2005 -+++ layout/settings.menu	Tue May 17 18:42:56 2005 -@@ -25,10 +25,19 @@ -     <Directory>System-Settings.directory</Directory> -     <Include> -       <And> -+        <Not> -+          <Or> -+            <Category>Qt</Category> -+            <Category>KDE</Category> -+          </Or> -+        </Not> -         <Category>Settings</Category> -         <Category>System</Category> -       </And> -     </Include> -   </Menu>     <!-- End System Settings --> -+ -+  <!-- Read in overrides and child menus from settings-merged/ --> -+  <DefaultMergeDirs/> -  - </Menu> <!-- End Applications --> diff --git a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py deleted file mode 100644 index 2306f0609..000000000 --- a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py +++ /dev/null @@ -1,20 +0,0 @@ ---- simple-editor/GMenuSimpleEditor/menutreemodel.py.orig	Mon Apr 11 05:36:04 2005 -+++ simple-editor/GMenuSimpleEditor/menutreemodel.py	Tue Sep  6 11:04:46 2005 -@@ -29,7 +29,7 @@ -     if os.environ.has_key ("XDG_CONFIG_DIRS"): -         conf_dirs = os.environ["XDG_CONFIG_DIRS"] -     if not conf_dirs: --        conf_dirs = "/etc/xdg" -+	conf_dirs = "%%X11BASE%%/etc/xdg" -  -     for conf_dir in conf_dirs.split (":"): -         menu_file_path = os.path.join (conf_dir, "menus", menu_file) -@@ -51,7 +51,7 @@ -     if os.environ.has_key ("XDG_DATA_DIRS"): -         data_dirs = os.environ["XDG_DATA_DIRS"] -     if not data_dirs: --        data_dirs = "/usr/local/share/:/usr/share/" -+	data_dirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/" -  -     for data_dir in data_dirs.split (":"): -         retval = load_icon_from_path (os.path.join (data_dir, "pixmaps", icon_value)) diff --git a/x11/gnome-menus/pkg-descr b/x11/gnome-menus/pkg-descr deleted file mode 100644 index 7b27b4e2e..000000000 --- a/x11/gnome-menus/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This package is free software and is part of the -GNOME project. - -The package contains an implementation of the draft "Desktop -Menu Specification" from freedesktop.org: - -  http://www.freedesktop.org/Standards/menu-spec - -Also contained here are the GNOME menu layout configuration -files, .directory files and assorted menu related utility programs. - --- gnome-menus README - -WWW: http://www.freedesktop.org/Standards/menu-spec diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist deleted file mode 100644 index 82b691c29..000000000 --- a/x11/gnome-menus/pkg-plist +++ /dev/null @@ -1,96 +0,0 @@ -bin/gnome-menu-spec-test -etc/xdg/menus/applications.menu -etc/xdg/menus/preferences.menu -etc/xdg/menus/settings.menu -include/gnome-menus/gmenu-tree.h -lib/libgnome-menu.a -lib/libgnome-menu.so -lib/libgnome-menu.so.2 -%%PYTHON_SITELIBDIR%%/gmenu.so -libdata/pkgconfig/libgnome-menu.pc -share/gnome/desktop-directories/Accessibility.directory -share/gnome/desktop-directories/Accessories.directory -share/gnome/desktop-directories/Applications.directory -share/gnome/desktop-directories/Desktop.directory -share/gnome/desktop-directories/Development.directory -share/gnome/desktop-directories/Education.directory -share/gnome/desktop-directories/Games.directory -share/gnome/desktop-directories/Graphics.directory -share/gnome/desktop-directories/Internet.directory -share/gnome/desktop-directories/KDE.directory -share/gnome/desktop-directories/Multimedia.directory -share/gnome/desktop-directories/Office.directory -share/gnome/desktop-directories/Other.directory -share/gnome/desktop-directories/Preferences.directory -share/gnome/desktop-directories/Settings-Accessibility.directory -share/gnome/desktop-directories/Settings.directory -share/gnome/desktop-directories/System-Settings.directory -share/gnome/desktop-directories/System-Tools.directory -share/locale/ar/LC_MESSAGES/gnome-menus.mo -share/locale/bg/LC_MESSAGES/gnome-menus.mo -share/locale/ca/LC_MESSAGES/gnome-menus.mo -share/locale/cs/LC_MESSAGES/gnome-menus.mo -share/locale/cy/LC_MESSAGES/gnome-menus.mo -share/locale/da/LC_MESSAGES/gnome-menus.mo -share/locale/de/LC_MESSAGES/gnome-menus.mo -share/locale/el/LC_MESSAGES/gnome-menus.mo -share/locale/en_CA/LC_MESSAGES/gnome-menus.mo -share/locale/en_GB/LC_MESSAGES/gnome-menus.mo -share/locale/es/LC_MESSAGES/gnome-menus.mo -share/locale/et/LC_MESSAGES/gnome-menus.mo -share/locale/eu/LC_MESSAGES/gnome-menus.mo -share/locale/fa/LC_MESSAGES/gnome-menus.mo -share/locale/fi/LC_MESSAGES/gnome-menus.mo -share/locale/fr/LC_MESSAGES/gnome-menus.mo -share/locale/gl/LC_MESSAGES/gnome-menus.mo -share/locale/gu/LC_MESSAGES/gnome-menus.mo -share/locale/he/LC_MESSAGES/gnome-menus.mo -share/locale/hi/LC_MESSAGES/gnome-menus.mo -share/locale/hu/LC_MESSAGES/gnome-menus.mo -share/locale/hy/LC_MESSAGES/gnome-menus.mo -share/locale/id/LC_MESSAGES/gnome-menus.mo -share/locale/it/LC_MESSAGES/gnome-menus.mo -share/locale/ja/LC_MESSAGES/gnome-menus.mo -share/locale/ko/LC_MESSAGES/gnome-menus.mo -share/locale/lt/LC_MESSAGES/gnome-menus.mo -share/locale/mk/LC_MESSAGES/gnome-menus.mo -share/locale/mr/LC_MESSAGES/gnome-menus.mo -share/locale/ms/LC_MESSAGES/gnome-menus.mo -share/locale/nb/LC_MESSAGES/gnome-menus.mo -share/locale/ne/LC_MESSAGES/gnome-menus.mo -share/locale/nl/LC_MESSAGES/gnome-menus.mo -share/locale/nn/LC_MESSAGES/gnome-menus.mo -share/locale/no/LC_MESSAGES/gnome-menus.mo -share/locale/pa/LC_MESSAGES/gnome-menus.mo -share/locale/pl/LC_MESSAGES/gnome-menus.mo -share/locale/pt/LC_MESSAGES/gnome-menus.mo -share/locale/pt_BR/LC_MESSAGES/gnome-menus.mo -share/locale/ro/LC_MESSAGES/gnome-menus.mo -share/locale/ru/LC_MESSAGES/gnome-menus.mo -share/locale/rw/LC_MESSAGES/gnome-menus.mo -share/locale/sk/LC_MESSAGES/gnome-menus.mo -share/locale/sq/LC_MESSAGES/gnome-menus.mo -share/locale/sr/LC_MESSAGES/gnome-menus.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-menus.mo -share/locale/sv/LC_MESSAGES/gnome-menus.mo -share/locale/th/LC_MESSAGES/gnome-menus.mo -share/locale/tr/LC_MESSAGES/gnome-menus.mo -share/locale/uk/LC_MESSAGES/gnome-menus.mo -share/locale/vi/LC_MESSAGES/gnome-menus.mo -share/locale/xh/LC_MESSAGES/gnome-menus.mo -share/locale/zh_CN/LC_MESSAGES/gnome-menus.mo -share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo -@unexec rmdir %D/share/locale/xh/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/xh 2> /dev/null || true -@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/rw 2> /dev/null || true -@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/mr 2> /dev/null || true -@unexec rmdir %D/share/locale/hy/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/hy 2> /dev/null || true -@dirrm share/gnome/desktop-directories -@dirrm include/gnome-menus -@dirrm etc/xdg/menus -@dirrm etc/xdg -@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2> /dev/null || true -@unexec rmdir %D/%%PYTHON_LIBDIR%% 2> /dev/null || true diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile deleted file mode 100644 index 88f3c5f6a..000000000 --- a/x11/gnome-panel/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for:	gnomepanel -# Date created:				27 April 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnomepanel/Makefile,v 1.107 2005/09/08 18:10:58 marcus Exp $ -# - -PORTNAME=	gnomepanel -PORTVERSION=	2.12.1 -PORTREVISION=	1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-panel/2.12 -DISTNAME=	gnome-panel-${PORTVERSION} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Panel component for the GNOME 2 Desktop - -RUN_DEPENDS=	gnome-menu-editor:${PORTSDIR}/deskutils/gnome-menu-editor - -USE_BZIP2=	yes -INSTALLS_OMF=	yes -INSTALLS_SHLIB=	yes -INSTALLS_ICONS=	yes -USE_X_PREFIX=	yes -USE_REINPLACE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack gnomedesktop \ -		libwnck gnomemenus gnomedocutils ltverhack -WANT_GNOME=	yes -GNOME_DESKTOP_VERSION=2 -USE_GMAKE=	yes -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ARGS=	--with-kde-datadir=${LOCALBASE}/share \ -		--with-kde-docdir=${LOCALBASE}/share/doc -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" - -MAN1=		gnome-panel.1 -GCONF_SCHEMAS=	clock.schemas fish.schemas \ -		panel-compatibility.schemas panel-general.schemas \ -		panel-global.schemas panel-object.schemas \ -		panel-toplevel.schemas window-list.schemas \ -		workspace-switcher.schemas - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_GNOME -WITH_GNOME=	yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+=	evolutiondataserver -CONFIGURE_ARGS+=--enable-eds -.else -CONFIGURE_ARGS+=--disable-eds -.endif - -post-patch: -	@${REINPLACE_CMD} -e 's|evolution.desktop|evolution-2.4.desktop|g' \ -		${WRKSRC}/gnome-panel/panel-default-setup.entries.in -.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ -	( ${OSVERSION} < 503101 ) -.for po in da.po it.po zh_CN.po zh_TW.po -	@${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo deleted file mode 100644 index ca8232c0a..000000000 --- a/x11/gnome-panel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-panel-2.12.1.tar.bz2) = a532717e8ac7f67b7198c256909cd7dd -SIZE (gnome2/gnome-panel-2.12.1.tar.bz2) = 2468498 diff --git a/x11/gnome-panel/files/patch-applets_clock_clock.c b/x11/gnome-panel/files/patch-applets_clock_clock.c deleted file mode 100644 index ccf5378b1..000000000 --- a/x11/gnome-panel/files/patch-applets_clock_clock.c +++ /dev/null @@ -1,24 +0,0 @@ ---- applets/clock/clock.c.orig	Tue Jan 13 11:55:58 2004 -+++ applets/clock/clock.c	Wed Jan 14 15:43:39 2004 -@@ -47,7 +47,9 @@ - #include <dirent.h> - #include <string.h> - #include <time.h> -+#ifdef HAVE_LANGINFO_H - #include <langinfo.h> -+#endif -  - #include <panel-applet.h> - #include <panel-applet-gconf.h> -@@ -539,7 +541,11 @@ - { -         const char *am; -  -+#ifdef HAVE_LANGINFO_H -         am = nl_langinfo (AM_STR); -+#else -+	am = "AM"; -+#endif -         return (am[0] == '\0') ? CLOCK_FORMAT_24 : CLOCK_FORMAT_12; - } -  diff --git a/x11/gnome-panel/files/patch-config.h.in b/x11/gnome-panel/files/patch-config.h.in deleted file mode 100644 index 8a59166a5..000000000 --- a/x11/gnome-panel/files/patch-config.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config.h.in.orig	Thu Jan  2 19:50:41 2003 -+++ config.h.in	Mon Jan  6 13:11:12 2003 -@@ -96,6 +96,8 @@ - /* Define to 1 if you have the <stdlib.h> header file. */ - #undef HAVE_STDLIB_H -  -+#undef HAVE_LANGINFO_H -+ - /* Define to 1 if you have the <strings.h> header file. */ - #undef HAVE_STRINGS_H -  diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure deleted file mode 100644 index 732f3a860..000000000 --- a/x11/gnome-panel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig	Wed Jan 14 15:54:42 2004 -+++ configure	Wed Jan 14 15:55:13 2004 -@@ -5536,7 +5536,7 @@ -  -  - for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ --		  inttypes.h stdint.h unistd.h -+		  inttypes.h stdint.h unistd.h langinfo.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_header" >&5 diff --git a/x11/gnome-panel/files/patch-gnome-panel_menu.c b/x11/gnome-panel/files/patch-gnome-panel_menu.c deleted file mode 100644 index aa7aeae8c..000000000 --- a/x11/gnome-panel/files/patch-gnome-panel_menu.c +++ /dev/null @@ -1,42 +0,0 @@ ---- gnome-panel/menu.c.orig	Sat Mar 26 15:12:10 2005 -+++ gnome-panel/menu.c	Fri Jun  3 11:17:45 2005 -@@ -1535,8 +1535,8 @@ - 	return NULL; - } -  --static void --image_menu_shown (GtkWidget *image, gpointer data) -+static gboolean -+image_menu_exposed (GtkWidget *image, GdkEventExpose *event, gpointer data) - { - 	IconToLoad *new_icon; - 	IconToLoad *icon; -@@ -1545,7 +1545,7 @@ -  - 	/* if we've already handled this */ - 	if (gtk_image_get_storage_type (GTK_IMAGE (image)) != GTK_IMAGE_EMPTY) --		return; -+		return FALSE;	/* propagate event */ -  - 	if (find_in_load_list (image) == NULL) { - 		new_icon = icon_to_load_copy (icon); -@@ -1554,6 +1554,8 @@ - 	} - 	if (load_icons_id == 0) - 		load_icons_id = g_idle_add (load_icons_handler, NULL); -+ -+	return FALSE;		/* propagate event */ - } -  - static void -@@ -1601,8 +1603,8 @@ - 		gtk_image_menu_item_set_image ( - 			GTK_IMAGE_MENU_ITEM (image_menu_item), image); -  --	g_signal_connect_data (image, "map", --			       G_CALLBACK (image_menu_shown), icon, -+	g_signal_connect_data (image, "expose-event", -+			       G_CALLBACK (image_menu_exposed), icon, - 			       (GClosureNotify) icon_to_load_free, 0); -  - 	g_signal_connect (image, "destroy", diff --git a/x11/gnome-panel/files/patch-po_ja.po b/x11/gnome-panel/files/patch-po_ja.po deleted file mode 100644 index 1d3343b41..000000000 --- a/x11/gnome-panel/files/patch-po_ja.po +++ /dev/null @@ -1,20 +0,0 @@ ---- po/ja.po.orig	Mon Mar  7 23:15:19 2005 -+++ po/ja.po	Fri Apr  8 14:12:28 2005 -@@ -105,7 +105,7 @@ - #. - #: ../applets/clock/clock.c:281 - msgid "%a %b %e" --msgstr "%b%eæ—¥ (%a)" -+msgstr "%B%eæ—¥ (%a)" -  - #. translators: reverse the order of these arguments - #. *              if the time should come before the -@@ -138,7 +138,7 @@ - #. we will display the start date in the most abbreviated way possible. - #: ../applets/clock/clock.c:591 - msgid "%b %d" --msgstr "%b%eæ—¥" -+msgstr "%B%eæ—¥" -  - #: ../applets/clock/clock.c:890 - msgid "Tasks" diff --git a/x11/gnome-panel/pkg-descr b/x11/gnome-panel/pkg-descr deleted file mode 100644 index 263044b5e..000000000 --- a/x11/gnome-panel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This drives the GNOME 2 panel. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist deleted file mode 100644 index e77d26d94..000000000 --- a/x11/gnome-panel/pkg-plist +++ /dev/null @@ -1,504 +0,0 @@ -bin/gnome-desktop-item-edit -bin/gnome-panel -bin/panel-test-applets -@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true -@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true -etc/gconf/schemas/panel-default-setup.entries -@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true -@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true -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/libpanel-applet-2.a -lib/libpanel-applet-2.so -lib/libpanel-applet-2.so.0 -libdata/bonobo/servers/GNOME_ClockApplet_Factory.server -libdata/bonobo/servers/GNOME_FishApplet_Factory.server -libdata/bonobo/servers/GNOME_NotificationAreaApplet.server -libdata/bonobo/servers/GNOME_Panel.server -libdata/bonobo/servers/GNOME_Wncklet_Factory.server -libdata/pkgconfig/libpanelapplet-2.0.pc -libexec/clock-applet -libexec/fish-applet-2 -libexec/notification-area-applet -libexec/wnck-applet -share/doc/panel-applet/PanelApplet.html -share/doc/panel-applet/applet-popups.html -share/doc/panel-applet/applet-porting.html -share/doc/panel-applet/applet-writing.html -share/doc/panel-applet/home.png -share/doc/panel-applet/index.html -share/doc/panel-applet/index.sgml -share/doc/panel-applet/left.png -share/doc/panel-applet/multi-applets.html -share/doc/panel-applet/panel-applet-Panel-Applet-GConf-Utilities.html -share/doc/panel-applet/panel-applet.devhelp -share/doc/panel-applet/panel-applet.html -share/doc/panel-applet/panel-signals.html -share/doc/panel-applet/right.png -share/doc/panel-applet/server-files.html -share/doc/panel-applet/session-saving.html -share/doc/panel-applet/style.css -share/doc/panel-applet/up.png -share/gnome/gnome-2.0/ui/GNOME_ClockApplet.xml -share/gnome/gnome-2.0/ui/GNOME_FishApplet.xml -share/gnome/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml -share/gnome/gnome-2.0/ui/GNOME_Panel_Popup.xml -share/gnome/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WindowListApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WindowMenuApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml -share/gnome/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/de/clock.xml -share/gnome/help/clock/de/figures/clock_applet.png -share/gnome/help/clock/de/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/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/pa/clock.xml -share/gnome/help/clock/pa/figures/clock_applet.png -share/gnome/help/clock/pa/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/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_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-applet-2/de/figures/fish_applet.png -share/gnome/help/fish-applet-2/de/figures/fish_settings.png -share/gnome/help/fish-applet-2/de/fish-applet-2.xml -share/gnome/help/fish-applet-2/de/legal.xml -share/gnome/help/fish-applet-2/fr/figures/fish_applet.png -share/gnome/help/fish-applet-2/fr/figures/fish_settings.png -share/gnome/help/fish-applet-2/fr/fish-applet-2.xml -share/gnome/help/fish-applet-2/fr/legal.xml -share/gnome/help/fish-applet-2/ja/figures/fish_applet.png -share/gnome/help/fish-applet-2/ja/fish-applet-2.xml -share/gnome/help/fish-applet-2/ja/legal.xml -share/gnome/help/fish-applet-2/ko/figures/fish_applet.png -share/gnome/help/fish-applet-2/ko/figures/fish_settings.png -share/gnome/help/fish-applet-2/ko/fish-applet-2.xml -share/gnome/help/fish-applet-2/ko/legal.xml -share/gnome/help/fish-applet-2/sv/figures/fish_applet.png -share/gnome/help/fish-applet-2/sv/figures/fish_settings.png -share/gnome/help/fish-applet-2/sv/fish-applet-2.xml -share/gnome/help/fish-applet-2/sv/legal.xml -share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png -share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png -share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml -share/gnome/help/fish-applet-2/zh_CN/legal.xml -share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png -share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png -share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml -share/gnome/help/fish-applet-2/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/es/figures/fish_applet.png -share/gnome/help/fish/es/fish.xml -share/gnome/help/fish/es/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/uk/figures/fish_applet.png -share/gnome/help/fish/uk/fish.xml -share/gnome/help/fish/uk/legal.xml -share/gnome/help/window-list/C/figures/window_list_applet.png -share/gnome/help/window-list/C/figures/window_list_group_applet.png -share/gnome/help/window-list/C/legal.xml -share/gnome/help/window-list/C/window-list.xml -share/gnome/help/window-list/de/figures/window_list_applet.png -share/gnome/help/window-list/de/figures/window_list_group.png -share/gnome/help/window-list/de/figures/window_list_group_applet.png -share/gnome/help/window-list/de/legal.xml -share/gnome/help/window-list/de/window-list.xml -share/gnome/help/window-list/es/figures/window_list_applet.png -share/gnome/help/window-list/es/figures/window_list_group_applet.png -share/gnome/help/window-list/es/legal.xml -share/gnome/help/window-list/es/window-list.xml -share/gnome/help/window-list/fr/figures/window_list_applet.png -share/gnome/help/window-list/fr/figures/window_list_group.png -share/gnome/help/window-list/fr/figures/window_list_group_applet.png -share/gnome/help/window-list/fr/legal.xml -share/gnome/help/window-list/fr/window-list.xml -share/gnome/help/window-list/it/figures/window_list_applet.png -share/gnome/help/window-list/it/figures/window_list_group_applet.png -share/gnome/help/window-list/it/legal.xml -share/gnome/help/window-list/it/window-list.xml -share/gnome/help/window-list/ja/figures/window_list_applet.png -share/gnome/help/window-list/ja/figures/window_list_group_applet.png -share/gnome/help/window-list/ja/legal.xml -share/gnome/help/window-list/ja/window-list.xml -share/gnome/help/window-list/ko/figures/window_list_applet.png -share/gnome/help/window-list/ko/figures/window_list_group.png -share/gnome/help/window-list/ko/figures/window_list_group_applet.png -share/gnome/help/window-list/ko/legal.xml -share/gnome/help/window-list/ko/window-list.xml -share/gnome/help/window-list/sv/figures/window_list_applet.png -share/gnome/help/window-list/sv/figures/window_list_group_applet.png -share/gnome/help/window-list/sv/figures/window_list_group.png -share/gnome/help/window-list/sv/legal.xml -share/gnome/help/window-list/sv/window-list.xml -share/gnome/help/window-list/uk/figures/window_list_applet.png -share/gnome/help/window-list/uk/figures/window_list_group_applet.png -share/gnome/help/window-list/uk/legal.xml -share/gnome/help/window-list/uk/window-list.xml -share/gnome/help/window-list/zh_CN/figures/window_list_applet.png -share/gnome/help/window-list/zh_CN/figures/window_list_group.png -share/gnome/help/window-list/zh_CN/figures/window_list_group_applet.png -share/gnome/help/window-list/zh_CN/legal.xml -share/gnome/help/window-list/zh_CN/window-list.xml -share/gnome/help/window-list/zh_TW/figures/window_list_applet.png -share/gnome/help/window-list/zh_TW/figures/window_list_group.png -share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png -share/gnome/help/window-list/zh_TW/legal.xml -share/gnome/help/window-list/zh_TW/window-list.xml -share/gnome/help/workspace-switcher/C/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/C/legal.xml -share/gnome/help/workspace-switcher/C/workspace-switcher.xml -share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/de/legal.xml -share/gnome/help/workspace-switcher/de/workspace-switcher.xml -share/gnome/help/workspace-switcher/es/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/es/legal.xml -share/gnome/help/workspace-switcher/es/workspace-switcher.xml -share/gnome/help/workspace-switcher/fr/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/fr/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/fr/legal.xml -share/gnome/help/workspace-switcher/fr/workspace-switcher.xml -share/gnome/help/workspace-switcher/it/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/it/legal.xml -share/gnome/help/workspace-switcher/it/workspace-switcher.xml -share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/ja/legal.xml -share/gnome/help/workspace-switcher/ja/workspace-switcher.xml -share/gnome/help/workspace-switcher/ko/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/ko/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/ko/legal.xml -share/gnome/help/workspace-switcher/ko/workspace-switcher.xml -share/gnome/help/workspace-switcher/nl/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/nl/legal.xml -share/gnome/help/workspace-switcher/nl/workspace-switcher.xml -share/gnome/help/workspace-switcher/sv/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/sv/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/sv/legal.xml -share/gnome/help/workspace-switcher/sv/workspace-switcher.xml -share/gnome/help/workspace-switcher/uk/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/uk/legal.xml -share/gnome/help/workspace-switcher/uk/workspace-switcher.xml -share/gnome/help/workspace-switcher/zh_CN/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/zh_CN/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/zh_CN/legal.xml -share/gnome/help/workspace-switcher/zh_CN/workspace-switcher.xml -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/idl/gnome-panel-2.0/GNOME_Panel.idl -share/gnome/omf/clock/clock-C.omf -share/gnome/omf/clock/clock-de.omf -share/gnome/omf/clock/clock-es.omf -share/gnome/omf/clock/clock-it.omf -share/gnome/omf/clock/clock-fr.omf -share/gnome/omf/clock/clock-ja.omf -share/gnome/omf/clock/clock-ko.omf -share/gnome/omf/clock/clock-nl.omf -share/gnome/omf/clock/clock-pa.omf -share/gnome/omf/clock/clock-sr.omf -share/gnome/omf/clock/clock-sv.omf -share/gnome/omf/clock/clock-uk.omf -share/gnome/omf/clock/clock-zh_CN.omf -share/gnome/omf/clock/clock-zh_TW.omf -share/gnome/omf/fish/fish-C.omf -share/gnome/omf/fish/fish-es.omf -share/gnome/omf/fish/fish-it.omf -share/gnome/omf/fish/fish-uk.omf -share/gnome/omf/gnome-panel/clock-de.omf -share/gnome/omf/gnome-panel/clock-fr.omf -share/gnome/omf/gnome-panel/clock-ja.omf -share/gnome/omf/gnome-panel/clock-ko.omf -share/gnome/omf/gnome-panel/clock-sv.omf -share/gnome/omf/gnome-panel/clock-zh_CN.omf -share/gnome/omf/gnome-panel/clock-zh_TW.omf -share/gnome/omf/gnome-panel/fish-applet-2-de.omf -share/gnome/omf/gnome-panel/fish-applet-2-fr.omf -share/gnome/omf/gnome-panel/fish-applet-2-ja.omf -share/gnome/omf/gnome-panel/fish-applet-2-ko.omf -share/gnome/omf/gnome-panel/fish-applet-2-sv.omf -share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf -share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf -share/gnome/omf/gnome-panel/window-list-de.omf -share/gnome/omf/gnome-panel/window-list-fr.omf -share/gnome/omf/gnome-panel/window-list-ja.omf -share/gnome/omf/gnome-panel/window-list-ko.omf -share/gnome/omf/gnome-panel/window-list-sv.omf -share/gnome/omf/gnome-panel/window-list-zh_CN.omf -share/gnome/omf/gnome-panel/window-list-zh_TW.omf -share/gnome/omf/gnome-panel/workspace-switcher-de.omf -share/gnome/omf/gnome-panel/workspace-switcher-fr.omf -share/gnome/omf/gnome-panel/workspace-switcher-ja.omf -share/gnome/omf/gnome-panel/workspace-switcher-ko.omf -share/gnome/omf/gnome-panel/workspace-switcher-sv.omf -share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf -share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf -share/gnome/omf/window-list/window-list-C.omf -share/gnome/omf/window-list/window-list-es.omf -share/gnome/omf/window-list/window-list-it.omf -share/gnome/omf/window-list/window-list-uk.omf -share/gnome/omf/workspace-switcher/workspace-switcher-C.omf -share/gnome/omf/workspace-switcher/workspace-switcher-es.omf -share/gnome/omf/workspace-switcher/workspace-switcher-it.omf -share/gnome/omf/workspace-switcher/workspace-switcher-nl.omf -share/gnome/omf/workspace-switcher/workspace-switcher-uk.omf -share/gnome/panel/glade/fish.glade -share/gnome/panel/glade/panel-properties-dialog.glade -share/gnome/panel/glade/panel-run-dialog.glade -share/gnome/panel/glade/panel-test-applets.glade -share/gnome/panel/glade/window-list.glade -share/gnome/panel/glade/workspace-switcher.glade -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/icons/hicolor/48x48/apps/gnome-fish.png -share/icons/hicolor/48x48/apps/gnome-gegl.png -share/icons/hicolor/48x48/apps/gnome-main-menu.png -share/icons/hicolor/48x48/apps/panel-force-quit.png -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/az/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/be/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/bs/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ca/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/el/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/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/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/it/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ja/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/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/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/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/no/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nso/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/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/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@Latn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr@ije/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/uk/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/zh_CN/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 -@unexec /bin/rmdir %D/share/locale/zu/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/zu 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/yi/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/yi 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/xh/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/xh 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/sr@ije/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/sr@ije 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/rw 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/nso/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/nso 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/mr/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/mr 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/mi/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/mi 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy 2>/dev/null || /usr/bin/true -@dirrm share/gnome/panel/pixmaps -@dirrm share/gnome/panel/glade -@dirrm share/gnome/omf/workspace-switcher -@dirrm share/gnome/omf/window-list -@dirrm share/gnome/omf/gnome-panel -@dirrm share/gnome/omf/fish -@dirrm share/gnome/omf/clock -@dirrm share/gnome/idl/gnome-panel-2.0 -@dirrm share/gnome/help/workspace-switcher/zh_TW/figures -@dirrm share/gnome/help/workspace-switcher/zh_TW -@dirrm share/gnome/help/workspace-switcher/zh_CN/figures -@dirrm share/gnome/help/workspace-switcher/zh_CN -@dirrm share/gnome/help/workspace-switcher/uk/figures -@dirrm share/gnome/help/workspace-switcher/uk -@dirrm share/gnome/help/workspace-switcher/sv/figures -@dirrm share/gnome/help/workspace-switcher/sv -@dirrm share/gnome/help/workspace-switcher/nl/figures -@dirrm share/gnome/help/workspace-switcher/nl -@dirrm share/gnome/help/workspace-switcher/ko/figures -@dirrm share/gnome/help/workspace-switcher/ko -@dirrm share/gnome/help/workspace-switcher/ja/figures -@dirrm share/gnome/help/workspace-switcher/ja -@dirrm share/gnome/help/workspace-switcher/it/figures -@dirrm share/gnome/help/workspace-switcher/it -@dirrm share/gnome/help/workspace-switcher/fr/figures -@dirrm share/gnome/help/workspace-switcher/fr -@dirrm share/gnome/help/workspace-switcher/es/figures -@dirrm share/gnome/help/workspace-switcher/es -@dirrm share/gnome/help/workspace-switcher/de/figures -@dirrm share/gnome/help/workspace-switcher/de -@dirrm share/gnome/help/workspace-switcher/C/figures -@dirrm share/gnome/help/workspace-switcher/C -@dirrm share/gnome/help/workspace-switcher -@dirrm share/gnome/help/window-list/zh_TW/figures -@dirrm share/gnome/help/window-list/zh_TW -@dirrm share/gnome/help/window-list/zh_CN/figures -@dirrm share/gnome/help/window-list/zh_CN -@dirrm share/gnome/help/window-list/uk/figures -@dirrm share/gnome/help/window-list/uk -@dirrm share/gnome/help/window-list/sv/figures -@dirrm share/gnome/help/window-list/sv -@dirrm share/gnome/help/window-list/ko/figures -@dirrm share/gnome/help/window-list/ko -@dirrm share/gnome/help/window-list/ja/figures -@dirrm share/gnome/help/window-list/ja -@dirrm share/gnome/help/window-list/it/figures -@dirrm share/gnome/help/window-list/it -@dirrm share/gnome/help/window-list/fr/figures -@dirrm share/gnome/help/window-list/fr -@dirrm share/gnome/help/window-list/es/figures -@dirrm share/gnome/help/window-list/es -@dirrm share/gnome/help/window-list/de/figures -@dirrm share/gnome/help/window-list/de -@dirrm share/gnome/help/window-list/C/figures -@dirrm share/gnome/help/window-list/C -@dirrm share/gnome/help/window-list -@dirrm share/gnome/help/fish-applet-2/zh_TW/figures -@dirrm share/gnome/help/fish-applet-2/zh_TW -@dirrm share/gnome/help/fish-applet-2/zh_CN/figures -@dirrm share/gnome/help/fish-applet-2/zh_CN -@dirrm share/gnome/help/fish-applet-2/sv/figures -@dirrm share/gnome/help/fish-applet-2/sv -@dirrm share/gnome/help/fish-applet-2/ko/figures -@dirrm share/gnome/help/fish-applet-2/ko -@dirrm share/gnome/help/fish-applet-2/ja/figures -@dirrm share/gnome/help/fish-applet-2/ja -@dirrm share/gnome/help/fish-applet-2/fr/figures -@dirrm share/gnome/help/fish-applet-2/fr -@dirrm share/gnome/help/fish-applet-2/de/figures -@dirrm share/gnome/help/fish-applet-2/de -@dirrm share/gnome/help/fish-applet-2 -@dirrm share/gnome/help/fish/uk/figures -@dirrm share/gnome/help/fish/uk -@dirrm share/gnome/help/fish/it/figures -@dirrm share/gnome/help/fish/it -@dirrm share/gnome/help/fish/es/figures -@dirrm share/gnome/help/fish/es -@dirrm share/gnome/help/fish/C/figures -@dirrm share/gnome/help/fish/C -@dirrm share/gnome/help/fish -@dirrm share/gnome/help/clock/zh_TW/figures -@dirrm share/gnome/help/clock/zh_TW -@dirrm share/gnome/help/clock/zh_CN/figures -@dirrm share/gnome/help/clock/zh_CN -@dirrm share/gnome/help/clock/uk/figures -@dirrm share/gnome/help/clock/uk -@dirrm share/gnome/help/clock/sv/figures -@dirrm share/gnome/help/clock/sv -@dirrm share/gnome/help/clock/sr/figures -@dirrm share/gnome/help/clock/sr -@dirrm share/gnome/help/clock/pa/figures -@dirrm share/gnome/help/clock/pa -@dirrm share/gnome/help/clock/nl/figures -@dirrm share/gnome/help/clock/nl -@dirrm share/gnome/help/clock/ko/figures -@dirrm share/gnome/help/clock/ko -@dirrm share/gnome/help/clock/ja/figures -@dirrm share/gnome/help/clock/ja -@dirrm share/gnome/help/clock/it/figures -@dirrm share/gnome/help/clock/it -@dirrm share/gnome/help/clock/fr/figures -@dirrm share/gnome/help/clock/fr -@dirrm share/gnome/help/clock/es/figures -@dirrm share/gnome/help/clock/es -@dirrm share/gnome/help/clock/de/figures -@dirrm share/gnome/help/clock/de -@dirrm share/gnome/help/clock/C/figures -@dirrm share/gnome/help/clock/C -@dirrm share/gnome/help/clock -@dirrm share/doc/panel-applet -@dirrm include/panel-2.0 diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile deleted file mode 100644 index 06ec888ef..000000000 --- a/x11/gnome-screensaver/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for:	gnome-screensaver -# Date created:		09 June 2005 -# Whom:			Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnome-screensaver/Makefile,v 1.22 2005/10/24 18:41:49 marcus Exp $ -# - -PORTNAME=	gnome-screensaver -PORTVERSION=	0.0.18 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.0 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	GNOME screen saver and locker - -LIB_DEPENDS=	dbus-1.1:${PORTSDIR}/devel/dbus -RUN_DEPENDS=	xscreensaver-gl-helper:${PORTSDIR}/x11/xscreensaver-gnome-hacks - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_GMAKE=	yes -USE_REINPLACE=	yes -USE_AUTOTOOLS=	libtool:15 -USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui gnomemenus -CONFIGURE_ARGS=	--disable-pam \ -		--with-gdm-config=${X11BASE}/etc/gdm/gdm.conf \ -		--with-xscreensaverdir=${XSCREENSAVER_DIR} \ -		--with-xscreensaverhackdir=${X11BASE}/bin/xscreensaver-hacks -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS=	gnome-screensaver.schemas - -PLIST=	${WRKDIR}/pkg-plist - -XSCREENSAVER_DIR=	${X11BASE}/share/xscreensaver/config - -post-patch: -	@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ -		${WRKSRC}/configure - -pre-install: -	@${CP} ${.CURDIR}/pkg-plist ${PLIST} -	@cd ${XSCREENSAVER_DIR} && ${FIND} -s * -maxdepth 1 -type f -name "*.xml" | \ -		${SED} -e 's:^:share/gnome/gnome-screensaver/themes/xscreensaver/:' | \ -		${SED} -e 's:[.]xml$$:.desktop:' >> ${PLIST} -	@${ECHO_CMD} @dirrm share/gnome/gnome-screensaver/themes/xscreensaver >> ${PLIST} -	@${ECHO_CMD} @dirrm share/gnome/gnome-screensaver/themes >> ${PLIST} -	@${ECHO_CMD} @dirrm share/gnome/gnome-screensaver >> ${PLIST} - -post-install: -	${CHOWN} root ${PREFIX}/libexec/gnome-screensaver-dialog -	${CHMOD} +s ${PREFIX}/libexec/gnome-screensaver-dialog -	${MKDIR} ${PREFIX}/share/gnome/gnome-screensaver/themes/xscreensaver -	cd ${PREFIX}/share/gnome/gnome-screensaver/themes/xscreensaver && \ -		${FIND} -s ${XSCREENSAVER_DIR} -maxdepth 1 -type f -name "*.xml" | \ -			${XARGS} ${WRKSRC}/data/migrate-xscreensaver-config.sh -	@${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11/gnome-screensaver/distinfo b/x11/gnome-screensaver/distinfo deleted file mode 100644 index 59eed1019..000000000 --- a/x11/gnome-screensaver/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome-screensaver-0.0.18.tar.bz2) = 56f8d50bd5971a85e25b9f8bf0cdfd2c -SIZE (gnome-screensaver-0.0.18.tar.bz2) = 1811328 diff --git a/x11/gnome-screensaver/files/patch-src_gs-job.c b/x11/gnome-screensaver/files/patch-src_gs-job.c deleted file mode 100644 index 39e303d27..000000000 --- a/x11/gnome-screensaver/files/patch-src_gs-job.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gs-job.c.orig	Wed Sep  7 09:23:59 2005 -+++ src/gs-job.c	Mon Sep 12 13:24:11 2005 -@@ -29,7 +29,8 @@ - #include <sys/wait.h> - #include <errno.h> -  --#if defined(HAVE_SETPRIORITY) && defined(PRIO_PROCESS) -+#if defined(HAVE_SETPRIORITY) -+#include <sys/time.h> - #include <sys/resource.h> - #endif -  diff --git a/x11/gnome-screensaver/pkg-descr b/x11/gnome-screensaver/pkg-descr deleted file mode 100644 index 96af92f11..000000000 --- a/x11/gnome-screensaver/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Gnome-screensaver is GNOME-based screen saver and locker that aims to have -simple, sane, secure defaults and be well integrated with the desktop. -It is designed to support: - -        * the ability to lock down configuration settings -        * translation into other languages -        * user switching diff --git a/x11/gnome-screensaver/pkg-message b/x11/gnome-screensaver/pkg-message deleted file mode 100644 index f05efc7d9..000000000 --- a/x11/gnome-screensaver/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -************************************************************************** -Gnome-screensaver requires a D-BUS-enabled desktop session.  Consult the -FreeBSD GNOME FAQ for instructions on setting up your desktop session -through D-BUS: - -             http://www.freebsd.org/gnome/docs/faq2.html#q25 - -************************************************************************** diff --git a/x11/gnome-screensaver/pkg-plist b/x11/gnome-screensaver/pkg-plist deleted file mode 100644 index f7a845be9..000000000 --- a/x11/gnome-screensaver/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -bin/gnome-screensaver -bin/gnome-screensaver-command -bin/gnome-screensaver-preferences -etc/xdg/menus/gnome-screensavers.menu -libexec/gnome-screensaver-dialog -libexec/gnome-screensaver/popsquares -libexec/gnome-screensaver/slideshow -share/gnome/applications/gnome-screensaver-preferences.desktop -share/gnome/desktop-directories/gnome-screensaver.directory -share/gnome/gnome-screensaver/gnome-screensaver-preferences.glade -share/gnome/gnome-screensaver/themes/cosmos-slideshow.desktop -share/gnome/gnome-screensaver/themes/personal-slideshow.desktop -share/gnome/gnome-screensaver/themes/popsquares.desktop -share/gnome/pixmaps/backgrounds/cosmos/cloud.jpg -share/gnome/pixmaps/backgrounds/cosmos/comet.jpg -share/gnome/pixmaps/backgrounds/cosmos/earth-horizon.jpg -share/gnome/pixmaps/backgrounds/cosmos/earthrise.jpg -share/gnome/pixmaps/backgrounds/cosmos/galaxy-ngc3370.jpg -share/gnome/pixmaps/backgrounds/cosmos/helix-nebula.jpg -share/gnome/pixmaps/backgrounds/cosmos/jupiter.jpg -share/gnome/pixmaps/backgrounds/cosmos/sombrero.jpg -share/gnome/pixmaps/backgrounds/cosmos/whirlpool.jpg -share/locale/bg/LC_MESSAGES/gnome-screensaver.mo -share/locale/cs/LC_MESSAGES/gnome-screensaver.mo -share/locale/de/LC_MESSAGES/gnome-screensaver.mo -share/locale/en_CA/LC_MESSAGES/gnome-screensaver.mo -share/locale/en_GB/LC_MESSAGES/gnome-screensaver.mo -share/locale/es/LC_MESSAGES/gnome-screensaver.mo -share/locale/fi/LC_MESSAGES/gnome-screensaver.mo -share/locale/fr/LC_MESSAGES/gnome-screensaver.mo -share/locale/hu/LC_MESSAGES/gnome-screensaver.mo -share/locale/it/LC_MESSAGES/gnome-screensaver.mo -share/locale/ja/LC_MESSAGES/gnome-screensaver.mo -share/locale/lt/LC_MESSAGES/gnome-screensaver.mo -share/locale/nb/LC_MESSAGES/gnome-screensaver.mo -share/locale/no/LC_MESSAGES/gnome-screensaver.mo -share/locale/pt_BR/LC_MESSAGES/gnome-screensaver.mo -share/locale/sv/LC_MESSAGES/gnome-screensaver.mo -share/locale/uk/LC_MESSAGES/gnome-screensaver.mo -share/locale/zh_CN/LC_MESSAGES/gnome-screensaver.mo -share/locale/zh_TW/LC_MESSAGES/gnome-screensaver.mo -@dirrm libexec/gnome-screensaver diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile deleted file mode 100644 index 8753246d2..000000000 --- a/x11/gnome-session/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for:	gnomesession -# Date created:				08 May 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnomesession/Makefile,v 1.66 2005/09/18 16:00:06 adamw Exp $ -# - -PORTNAME=	gnomesession -PORTVERSION=	2.12.0 -PORTREVISION=	1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} \ -		${MASTER_SITE_LOCAL:S/$/:local/} \ -		http://people.FreeBSD.org/~adamw/images/gnome_splashes/2.12/:local -MASTER_SITE_SUBDIR=	sources/gnome-session/2.12 \ -		    	adamw/:local -DISTNAME=	gnome-session-${PORTVERSION} -DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \ -		${SPLASHES}:local -DIST_SUBDIR=	gnome2 -EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Session component for the GNOME 2 desktop - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui -USE_GMAKE=	yes -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -MAN1=		gnome-session.1 gnome-wm.1 session-properties.1 \ -		gnome-session-save.1 -MAN5=		default.session.5 -GCONF_SCHEMAS=	gnome-session.schemas - -SPLASHES=	freebsd-splashes-gnome-2.12.1.tar - -post-extract: -	cd ${WRKDIR} && ${TAR} xf ${DISTDIR}/${DIST_SUBDIR}/${SPLASHES} - -post-install: -	${INSTALL_DATA} ${WRKSRC}/gnome-session/gnome-splash.png \ -		${PREFIX}/share/gnome/pixmaps/splash/original-gnome-splash.png -	${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/domix-splash-2.12.png \ -		${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png -.for splash in MaMBaNgGaoX-2.12.png adamw-piggy-2.12.png adamw-trophy-2.12.png andreas-slogan-2.12.png andreas-splash-2.12.png domix-splash-2.12.png domix-splash2-2.12.png mumija-2.12.png mumija2-2.12.png mumija3-2.12.png tremulant-2.12.png tremulant-blood-2.12.png tremulant-brushed-metal-2.12.png  -	${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/${splash} \ -		${PREFIX}/share/gnome/pixmaps/splash -.endfor - -.include <bsd.port.mk> diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo deleted file mode 100644 index cfcfc5533..000000000 --- a/x11/gnome-session/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (gnome2/gnome-session-2.12.0.tar.bz2) = 835e9340d23e139430224b931ff4c597 -SIZE (gnome2/gnome-session-2.12.0.tar.bz2) = 864397 -MD5 (gnome2/freebsd-splashes-gnome-2.12.1.tar) = 4a098f0f2295c3333acff185d4bed5aa -SIZE (gnome2/freebsd-splashes-gnome-2.12.1.tar) = 1280000 diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in deleted file mode 100644 index ed0b6ac56..000000000 --- a/x11/gnome-session/files/patch-gnome-session_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-session/Makefile.in.orig	Tue Nov 30 14:07:39 2004 -+++ gnome-session/Makefile.in	Tue Nov 30 14:07:51 2004 -@@ -209,7 +209,7 @@ - target_alias = @target_alias@ - NULL =  -  --defaultdir = $(datadir)/gnome -+defaultdir = $(datadir) -  - INCLUDES = \ - 	$(GNOME_SESSION_CFLAGS)				\ diff --git a/x11/gnome-session/pkg-descr b/x11/gnome-session/pkg-descr deleted file mode 100644 index 50986ef91..000000000 --- a/x11/gnome-session/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This provides session management for the GNOME 2 desktop, and -provides the tools used to start the desktop. diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist deleted file mode 100644 index 17d898f1e..000000000 --- a/x11/gnome-session/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -bin/gnome-session -bin/gnome-session-properties -bin/gnome-session-remove -bin/gnome-session-save -bin/gnome-wm -share/gnome/applications/session-properties.desktop -share/gnome/default.session -share/gnome/default.wm -share/gnome/pixmaps/splash/MaMBaNgGaoX-2.12.png -share/gnome/pixmaps/splash/adamw-piggy-2.12.png -share/gnome/pixmaps/splash/adamw-trophy-2.12.png -share/gnome/pixmaps/splash/andreas-slogan-2.12.png -share/gnome/pixmaps/splash/andreas-splash-2.12.png -share/gnome/pixmaps/splash/domix-splash-2.12.png -share/gnome/pixmaps/splash/domix-splash2-2.12.png -share/gnome/pixmaps/splash/gnome-splash.png -share/gnome/pixmaps/splash/mumija-2.12.png -share/gnome/pixmaps/splash/mumija2-2.12.png -share/gnome/pixmaps/splash/mumija3-2.12.png -share/gnome/pixmaps/splash/original-gnome-splash.png -share/gnome/pixmaps/splash/tremulant-2.12.png -share/gnome/pixmaps/splash/tremulant-blood-2.12.png -share/gnome/pixmaps/splash/tremulant-brushed-metal-2.12.png -share/locale/af/LC_MESSAGES/gnome-session-2.0.mo -share/locale/am/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo -share/locale/az/LC_MESSAGES/gnome-session-2.0.mo -share/locale/be/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/da/LC_MESSAGES/gnome-session-2.0.mo -share/locale/de/LC_MESSAGES/gnome-session-2.0.mo -share/locale/el/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-session-2.0.mo -share/locale/es/LC_MESSAGES/gnome-session-2.0.mo -share/locale/et/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/he/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/id/LC_MESSAGES/gnome-session-2.0.mo -share/locale/is/LC_MESSAGES/gnome-session-2.0.mo -share/locale/it/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/no/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo -share/locale/th/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-session-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-session-2.0.mo -@unexec /bin/rmdir %D/share/locale/hy/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy 2>/dev/null || /usr/bin/true diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile deleted file mode 100644 index 52b1d38a7..000000000 --- a/x11/gnome-terminal/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for:	gnometerminal -# Date created:				1 May 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnometerminal/Makefile,v 1.51 2005/09/06 17:07:44 mezz Exp $ -# - -PORTNAME=	gnometerminal -PORTVERSION=	2.12.0 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-terminal/2.12 -DISTNAME=	gnome-terminal-${PORTVERSION} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Terminal component for the GNOME 2 Desktop - -USE_BZIP2=	yes -INSTALLS_OMF=	yes -USE_X_PREFIX=	yes -USE_REINPLACE=	yes -USE_GMAKE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui vte -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS=	gnome-terminal.schemas - -.include <bsd.port.mk> diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo deleted file mode 100644 index 13b21339b..000000000 --- a/x11/gnome-terminal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-terminal-2.12.0.tar.bz2) = 483c9397dd165845e2528a80e3df6dfc -SIZE (gnome2/gnome-terminal-2.12.0.tar.bz2) = 1684178 diff --git a/x11/gnome-terminal/files/patch-src::terminal-screen.c b/x11/gnome-terminal/files/patch-src::terminal-screen.c deleted file mode 100644 index 0198f748c..000000000 --- a/x11/gnome-terminal/files/patch-src::terminal-screen.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/terminal-screen.c.orig	Fri Jul  1 20:37:58 2005 -+++ src/terminal-screen.c	Tue Jul  5 13:26:21 2005 -@@ -248,16 +248,16 @@ terminal_screen_init (TerminalScreen *sc - #define URLPATH   "/[" PATHCHARS "]*[^]'.}>) \t\r\n,\\\"]" -  -   terminal_widget_match_add (screen->priv->term, --      "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); -+      "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); -  -   terminal_widget_match_add (screen->priv->term, --      "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); -+      "[[:<:]]<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); -  -   terminal_widget_match_add (screen->priv->term,        --      "\\<(mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); -+      "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); - 	   -   terminal_widget_match_add (screen->priv->term, --      "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); -+      "[[:<:]]<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); -  -  -   terminal_screen_setup_dnd (screen); diff --git a/x11/gnome-terminal/pkg-descr b/x11/gnome-terminal/pkg-descr deleted file mode 100644 index 1193c30f7..000000000 --- a/x11/gnome-terminal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Default terminal emulator for the GNOME 2.0 Desktop. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist deleted file mode 100644 index 721f659b8..000000000 --- a/x11/gnome-terminal/pkg-plist +++ /dev/null @@ -1,171 +0,0 @@ -bin/gnome-terminal -libdata/bonobo/servers/gnome-terminal.server -share/gnome/application-registry/gnome-terminal.applications -share/gnome/applications/gnome-terminal.desktop -share/gnome/gnome-terminal/glade/gnome-terminal.glade2 -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/C/figures/terminal_window.png -share/gnome/help/gnome-terminal/C/gnome-terminal.xml -share/gnome/help/gnome-terminal/C/legal.xml -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/de/figures/terminal_window.png -share/gnome/help/gnome-terminal/de/gnome-terminal.xml -share/gnome/help/gnome-terminal/de/legal.xml -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/es/figures/terminal_window.png -share/gnome/help/gnome-terminal/es/gnome-terminal.xml -share/gnome/help/gnome-terminal/es/legal.xml -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/fr/figures/terminal_window.png -share/gnome/help/gnome-terminal/fr/gnome-terminal.xml -share/gnome/help/gnome-terminal/fr/legal.xml -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/it/figures/terminal_window.png -share/gnome/help/gnome-terminal/it/gnome-terminal.xml -share/gnome/help/gnome-terminal/it/legal.xml -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ja/figures/terminal_window.png -share/gnome/help/gnome-terminal/ja/gnome-terminal.xml -share/gnome/help/gnome-terminal/ja/legal.xml -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ko/figures/terminal_window.png -share/gnome/help/gnome-terminal/ko/gnome-terminal.xml -share/gnome/help/gnome-terminal/ko/legal.xml -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ro/figures/terminal_window.png -share/gnome/help/gnome-terminal/ro/gnome-terminal.xml -share/gnome/help/gnome-terminal/ro/legal.xml -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/sv/figures/terminal_window.png -share/gnome/help/gnome-terminal/sv/gnome-terminal.xml -share/gnome/help/gnome-terminal/sv/legal.xml -share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/uk/gnome-terminal.xml -share/gnome/help/gnome-terminal/uk/legal.xml -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_CN/figures/terminal_window.png -share/gnome/help/gnome-terminal/zh_CN/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_CN/legal.xml -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_TW/figures/terminal_window.png -share/gnome/help/gnome-terminal/zh_TW/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_TW/legal.xml -share/gnome/omf/gnome-terminal/gnome-terminal-C.omf -share/gnome/omf/gnome-terminal/gnome-terminal-de.omf -share/gnome/omf/gnome-terminal/gnome-terminal-es.omf -share/gnome/omf/gnome-terminal/gnome-terminal-fr.omf -share/gnome/omf/gnome-terminal/gnome-terminal-it.omf -share/gnome/omf/gnome-terminal/gnome-terminal-ja.omf -share/gnome/omf/gnome-terminal/gnome-terminal-ko.omf -share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf -share/gnome/omf/gnome-terminal/gnome-terminal-sv.omf -share/gnome/omf/gnome-terminal/gnome-terminal-uk.omf -share/gnome/omf/gnome-terminal/gnome-terminal-zh_CN.omf -share/gnome/omf/gnome-terminal/gnome-terminal-zh_TW.omf -share/gnome/pixmaps/gnome-terminal.png -share/locale/am/LC_MESSAGES/gnome-terminal.mo -share/locale/ar/LC_MESSAGES/gnome-terminal.mo -share/locale/az/LC_MESSAGES/gnome-terminal.mo -share/locale/be/LC_MESSAGES/gnome-terminal.mo -share/locale/bg/LC_MESSAGES/gnome-terminal.mo -share/locale/bn/LC_MESSAGES/gnome-terminal.mo -share/locale/bs/LC_MESSAGES/gnome-terminal.mo -share/locale/ca/LC_MESSAGES/gnome-terminal.mo -share/locale/cs/LC_MESSAGES/gnome-terminal.mo -share/locale/cy/LC_MESSAGES/gnome-terminal.mo -share/locale/da/LC_MESSAGES/gnome-terminal.mo -share/locale/de/LC_MESSAGES/gnome-terminal.mo -share/locale/el/LC_MESSAGES/gnome-terminal.mo -share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo -share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo -share/locale/es/LC_MESSAGES/gnome-terminal.mo -share/locale/et/LC_MESSAGES/gnome-terminal.mo -share/locale/eu/LC_MESSAGES/gnome-terminal.mo -share/locale/fa/LC_MESSAGES/gnome-terminal.mo -share/locale/fi/LC_MESSAGES/gnome-terminal.mo -share/locale/fr/LC_MESSAGES/gnome-terminal.mo -share/locale/ga/LC_MESSAGES/gnome-terminal.mo -share/locale/gl/LC_MESSAGES/gnome-terminal.mo -share/locale/gu/LC_MESSAGES/gnome-terminal.mo -share/locale/he/LC_MESSAGES/gnome-terminal.mo -share/locale/hi/LC_MESSAGES/gnome-terminal.mo -share/locale/hr/LC_MESSAGES/gnome-terminal.mo -share/locale/hu/LC_MESSAGES/gnome-terminal.mo -share/locale/hy/LC_MESSAGES/gnome-terminal.mo -share/locale/id/LC_MESSAGES/gnome-terminal.mo -share/locale/it/LC_MESSAGES/gnome-terminal.mo -share/locale/ja/LC_MESSAGES/gnome-terminal.mo -share/locale/ko/LC_MESSAGES/gnome-terminal.mo -share/locale/lt/LC_MESSAGES/gnome-terminal.mo -share/locale/lv/LC_MESSAGES/gnome-terminal.mo -share/locale/mk/LC_MESSAGES/gnome-terminal.mo -share/locale/ml/LC_MESSAGES/gnome-terminal.mo -share/locale/mn/LC_MESSAGES/gnome-terminal.mo -share/locale/ms/LC_MESSAGES/gnome-terminal.mo -share/locale/nb/LC_MESSAGES/gnome-terminal.mo -share/locale/ne/LC_MESSAGES/gnome-terminal.mo -share/locale/nl/LC_MESSAGES/gnome-terminal.mo -share/locale/nn/LC_MESSAGES/gnome-terminal.mo -share/locale/no/LC_MESSAGES/gnome-terminal.mo -share/locale/pa/LC_MESSAGES/gnome-terminal.mo -share/locale/pl/LC_MESSAGES/gnome-terminal.mo -share/locale/pt/LC_MESSAGES/gnome-terminal.mo -share/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo -share/locale/ro/LC_MESSAGES/gnome-terminal.mo -share/locale/ru/LC_MESSAGES/gnome-terminal.mo -share/locale/rw/LC_MESSAGES/gnome-terminal.mo -share/locale/sk/LC_MESSAGES/gnome-terminal.mo -share/locale/sl/LC_MESSAGES/gnome-terminal.mo -share/locale/sq/LC_MESSAGES/gnome-terminal.mo -share/locale/sr/LC_MESSAGES/gnome-terminal.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-terminal.mo -share/locale/sv/LC_MESSAGES/gnome-terminal.mo -share/locale/ta/LC_MESSAGES/gnome-terminal.mo -share/locale/th/LC_MESSAGES/gnome-terminal.mo -share/locale/tr/LC_MESSAGES/gnome-terminal.mo -share/locale/uk/LC_MESSAGES/gnome-terminal.mo -share/locale/vi/LC_MESSAGES/gnome-terminal.mo -share/locale/wa/LC_MESSAGES/gnome-terminal.mo -share/locale/xh/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo -@dirrm share/gnome/omf/gnome-terminal -@dirrm share/gnome/help/gnome-terminal/zh_TW/figures -@dirrm share/gnome/help/gnome-terminal/zh_TW -@dirrm share/gnome/help/gnome-terminal/zh_CN/figures -@dirrm share/gnome/help/gnome-terminal/zh_CN -@dirrm share/gnome/help/gnome-terminal/uk/figures -@dirrm share/gnome/help/gnome-terminal/uk -@dirrm share/gnome/help/gnome-terminal/sv/figures -@dirrm share/gnome/help/gnome-terminal/sv -@dirrm share/gnome/help/gnome-terminal/ro/figures -@dirrm share/gnome/help/gnome-terminal/ro -@dirrm share/gnome/help/gnome-terminal/ko/figures -@dirrm share/gnome/help/gnome-terminal/ko -@dirrm share/gnome/help/gnome-terminal/ja/figures -@dirrm share/gnome/help/gnome-terminal/ja -@dirrm share/gnome/help/gnome-terminal/it/figures -@dirrm share/gnome/help/gnome-terminal/it -@dirrm share/gnome/help/gnome-terminal/fr/figures -@dirrm share/gnome/help/gnome-terminal/fr -@dirrm share/gnome/help/gnome-terminal/es/figures -@dirrm share/gnome/help/gnome-terminal/es -@dirrm share/gnome/help/gnome-terminal/de/figures -@dirrm share/gnome/help/gnome-terminal/de -@dirrm share/gnome/help/gnome-terminal/C/figures -@dirrm share/gnome/help/gnome-terminal/C -@dirrm share/gnome/help/gnome-terminal -@dirrm share/gnome/gnome-terminal/glade -@dirrm share/gnome/gnome-terminal diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile deleted file mode 100644 index e38f3b8be..000000000 --- a/x11/gnomeapplets2/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for:	gnomeapplets2 -# Date created:				26th May 2000 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnomeapplets2/Makefile,v 1.93 2005/10/04 04:57:48 marcus Exp $ -# - -PORTNAME=	gnomeapplets2 -PORTVERSION=	2.12.1 -PORTREVISION=	1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-applets/2.12 -DISTNAME=	gnome-applets-${PORTVERSION} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Applets components for the Gnome 2 Desktop Environment - -BUILD_DEPENDS=	${X11BASE}/libdata/pkgconfig/gnome-system-tools.pc:${PORTSDIR}/sysutils/gnomesystemtools -LIB_DEPENDS=	gtop-2.0:${PORTSDIR}/devel/libgtop2 \ -		xklavier.10:${PORTSDIR}/x11/libxklavier \ -		gucharmap.4:${PORTSDIR}/deskutils/gucharmap -RUN_DEPENDS=	${X11BASE}/libdata/pkgconfig/system-tools-backends.pc:${PORTSDIR}/sysutils/gnomesystemtools - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_GMAKE=	yes -GNOME_DESKTOP_VERSION=2 -INSTALLS_OMF=	yes -INSTALLS_ICONS=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack gnomepanel \ -		gail gnomedocutils -USE_GSTREAMER=	yes -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" \ -		FREEBSD_SYS=${FREEBSD_SYS} - -GCONF_SCHEMAS=	charpick.schemas drivemount.schemas geyes.schemas \ -		gswitchit.schemas gtik.schemas gweather.schemas \ -		mini-commander-global.schemas mini-commander.schemas \ -		mixer.schemas multiload.schemas \ -		stickynotes.schemas - -FREEBSD_SYS?=	/usr/src/sys - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -CONFIGURE_ENV+=	CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB=	BATTERY="@comment " -.else -GCONF_SCHEMAS+=	battstat.schemas -PLIST_SUB=	BATTERY="" -.endif - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -PLIST_SUB+=	CPUFREQ="@comment " -.else -PLIST_SUB+=	CPUFREQ="" -GCONF_SCHEMAS+=	cpufreq-applet.schemas -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnomeapplets2/distinfo b/x11/gnomeapplets2/distinfo deleted file mode 100644 index ad6838c15..000000000 --- a/x11/gnomeapplets2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-applets-2.12.1.tar.bz2) = 06dd0b634d7092fa8af2ce302f68f912 -SIZE (gnome2/gnome-applets-2.12.1.tar.bz2) = 5369404 diff --git a/x11/gnomeapplets2/files/patch-aa b/x11/gnomeapplets2/files/patch-aa deleted file mode 100644 index 48b84e456..000000000 --- a/x11/gnomeapplets2/files/patch-aa +++ /dev/null @@ -1,128 +0,0 @@ ---- configure.orig	Sat Jul 16 12:55:48 2005 -+++ configure	Sat Jul 16 13:04:33 2005 -@@ -23272,8 +23272,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${prefix}/share/locale"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${prefix}/share/locale"` -   GNOMELOCALEDIR="$ac_define_dir" -  -  -@@ -25126,7 +25125,7 @@ -  - 	   ;; -        # list of supported OS cores that do not use libapm --       i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*) -+       i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*) -           if  -n "${OS_SYS}" ; then - 	       ACPIINC="-I${OS_SYS}" - 	   else -@@ -25406,7 +25405,7 @@ -   APPLET_MIXER_FALSE= - fi -  --if test x"$P_MIXER" == x"mixer"; then -+if test x"$P_MIXER" = x"mixer"; then - 	echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else -@@ -25983,7 +25982,7 @@ - fi -  -  --if test "x$SU_TOOL" == "x" -o "x$HAVE_LIBUTIL" != "xtrue" -o "x$P_MODEMLIGHTS" != "xmodemlights"; then -+if test "x$SU_TOOL" = "x" -o "x$HAVE_LIBUTIL" != "xtrue" -o "x$P_MODEMLIGHTS" != "xmodemlights"; then -   { echo "$as_me:$LINENO: WARNING: *** \`modemlights' applet will not be built ***" >&5 - echo "$as_me: WARNING: *** \`modemlights' applet will not be built ***" >&2;} - else -@@ -26119,6 +26118,9 @@ - echo "${ECHO_T}yes" >&6 -          build_cpufreq_applet=yes - 	 ;; -+      i386-*-freebsd*|amd64-*-freebsd*) -+         build_cpufreq_applet=yes -+	 ;; -       *) -          echo "warning: ${host} is not supported by cpufreq applet, not building" >&2 - 	 build_cpufreq_applet=no -@@ -26409,7 +26411,7 @@ - ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}" -  -  --iconsdir="${datadir}/icons" -+iconsdir="${prefix}/share/icons" -  - pixmapsdir="${datadir}/pixmaps" -  -@@ -26423,8 +26425,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${iconsdir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${iconsdir}"` -   GNOME_ICONDIR="$ac_define_dir" -  -  -@@ -26436,8 +26437,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${pixmapsdir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${pixmapsdir}"` -   GNOME_PIXMAPSDIR="$ac_define_dir" -  -  -@@ -26449,8 +26449,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${gladedir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${gladedir}"` -   GNOME_GLADEDIR="$ac_define_dir" -  -  -@@ -26462,8 +26461,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${datadir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${datadir}"` -   DATADIR="$ac_define_dir" -  -  -@@ -26475,8 +26473,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${sysconfdir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${sysconfdir}"` -   SYSCONFDIR="$ac_define_dir" -  -  -@@ -26488,8 +26485,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"${libdir}"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "${libdir}"` -   LIBDIR="$ac_define_dir" -  -  -@@ -26501,8 +26497,7 @@ -  -   test "x$prefix" = xNONE && prefix="$ac_default_prefix" -   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' --  ac_define_dir=`eval echo $"$prefix"` --  ac_define_dir=`eval echo $ac_define_dir` -+  ac_define_dir=`eval echo "$prefix"` -   PREFIX="$ac_define_dir" -  -  diff --git a/x11/gnomeapplets2/files/patch-battstat_acpi-freebsd.c b/x11/gnomeapplets2/files/patch-battstat_acpi-freebsd.c deleted file mode 100644 index 48746fa03..000000000 --- a/x11/gnomeapplets2/files/patch-battstat_acpi-freebsd.c +++ /dev/null @@ -1,152 +0,0 @@ ---- battstat/acpi-freebsd.c.orig	Sun Jul  3 16:41:26 2005 -+++ battstat/acpi-freebsd.c	Sun Jul  3 16:49:55 2005 -@@ -31,9 +31,13 @@ -  - #include <stdio.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <sys/sysctl.h> -+#include <sys/un.h> - #include <sys/ioctl.h> -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include <stdlib.h> - #include <errno.h> - #include <unistd.h> -@@ -92,16 +96,36 @@ gboolean - acpi_freebsd_init(struct acpi_info * acpiinfo) - { -   int acpi_fd; -+  int event_fd; -  -   g_assert(acpiinfo); -  --  acpi_fd = open(ACPIDEV, O_RDONLY); --  if (acpi_fd >= 0) { --    acpiinfo->acpifd = acpi_fd; -+  if (acpiinfo->acpifd == -1) { -+    acpi_fd = open(ACPIDEV, O_RDONLY); -+    if (acpi_fd >= 0) { -+      acpiinfo->acpifd = acpi_fd; -+    } -+    else { -+      acpiinfo->acpifd = -1; -+      return FALSE; -+    } -   } --  else { --    acpiinfo->acpifd = -1; --    return FALSE; -+ -+  event_fd = socket(PF_UNIX, SOCK_STREAM, 0); -+  if (event_fd >= 0) { -+    struct sockaddr_un addr; -+    addr.sun_family = AF_UNIX; -+    strcpy(addr.sun_path, "/var/run/devd.pipe"); -+    if (connect(event_fd, (struct sockaddr *) &addr, sizeof(addr)) == 0) { -+      acpiinfo->event_fd = event_fd; -+      acpiinfo->event_inited = TRUE; -+      acpiinfo->channel = g_io_channel_unix_new(event_fd); -+    } -+    else { -+      close(event_fd); -+      acpiinfo->event_fd = -1; -+      acpiinfo->event_inited = FALSE; -+    } -   } -  -   update_battery_info(acpiinfo); -@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp -   return TRUE; - } -  -+#define ACPI_EVENT_IGNORE	0 -+#define ACPI_EVENT_AC		1 -+#define ACPI_EVENT_BATTERY_INFO	2 -+ -+static int parse_acpi_event(GString *buffer) -+{ -+  if (strstr(buffer->str, "system=ACPI")) { -+    if (strstr(buffer->str, "subsystem=ACAD")) -+      return ACPI_EVENT_AC; -+    if (strstr(buffer->str, "subsystem=CMBAT")) -+      return ACPI_EVENT_BATTERY_INFO; -+  } -+ -+  return ACPI_EVENT_IGNORE; -+} -+ -+void acpi_freebsd_update(struct acpi_info *acpiinfo) -+{ -+  /* XXX This is needed for systems where devd does not have permissions -+   * to allow for event-driven updates. -+   */ -+  update_ac_info(acpiinfo); -+  update_battery_info(acpiinfo); -+} -+ -+gboolean acpi_process_event(struct acpi_info *acpiinfo, gboolean *read_error) -+{ -+  gsize i; -+  int evt; -+  gboolean result = FALSE; -+  GString *buffer; -+  GIOStatus stat; -+  buffer = g_string_new(NULL); -+ -+  *read_error = FALSE; -+  stat = g_io_channel_read_line_string(acpiinfo->channel, buffer, &i, NULL); -+ -+  if (stat == G_IO_STATUS_ERROR || stat == G_IO_STATUS_EOF) { -+    *read_error = TRUE; -+    g_string_free(buffer, TRUE); -+    return FALSE; -+  } -+ -+  evt = parse_acpi_event(buffer); -+  switch (evt) { -+    case ACPI_EVENT_AC: -+      update_ac_info(acpiinfo); -+      result = TRUE; -+      break; -+    case ACPI_EVENT_BATTERY_INFO: -+      update_battery_info(acpiinfo); -+      result = TRUE; -+      break; -+  } -+ -+  g_string_free(buffer, TRUE); -+  return result; -+} -+ - void - acpi_freebsd_cleanup(struct acpi_info * acpiinfo) - { -@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info *  -     close(acpiinfo->acpifd); -     acpiinfo->acpifd = -1; -   } --} -  --/* XXX This is a hack since user-land applications can't get ACPI events yet. -- * Devd provides this (or supposedly provides this), but you need to be -- * root to access devd. -- */ --gboolean --acpi_process_event(struct acpi_info * acpiinfo) --{ --  g_assert(acpiinfo); -- --  update_ac_info(acpiinfo); --  update_battery_info(acpiinfo); -- --  return TRUE; -+  if (acpiinfo->event_fd >= 0) { -+    g_io_channel_unref(acpiinfo->channel); -+    close(acpiinfo->event_fd); -+    acpiinfo->event_fd = -1; -+  } - } -  - gboolean diff --git a/x11/gnomeapplets2/files/patch-battstat_acpi-freebsd.h b/x11/gnomeapplets2/files/patch-battstat_acpi-freebsd.h deleted file mode 100644 index 918cd59eb..000000000 --- a/x11/gnomeapplets2/files/patch-battstat_acpi-freebsd.h +++ /dev/null @@ -1,78 +0,0 @@ ---- battstat/acpi-freebsd.h.orig	Sun Jul  3 16:50:22 2005 -+++ battstat/acpi-freebsd.h	Sun Jul  3 16:54:14 2005 -@@ -29,61 +29,31 @@ - #define ACPI_LIFE "hw.acpi.battery.life" - #define ACPI_STATE "hw.acpi.battery.state" -  --struct acpi_info { --  gboolean  ac_online; --  int       acpifd; --  int       max_capacity; --  int       low_capacity; --  int       critical_capacity; -+/* XXX: AMD64 does not have machine/apm_bios.h. */ -+#if !defined(__i386__) -+struct apm_info { -+  guint    ai_acline; -+  guint    ai_batt_stat; -+  guint    ai_batt_life; -+  int      ai_batt_time; -+  guint    ai_status; - }; -- --gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); --gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); --void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); -- --#endif /* __ACPI_FREEBSD_H__ */ --/* -- * Copyright (C) 2004 by Joe Marcus Clarke <marcus@FreeBSD.org> -- * -- *  This program is free software; you can redistribute it and/or modify -- *  it under the terms of the GNU General Public License as published by -- *  the Free Software Foundation; either version 2 of the License, or -- *  (at your option) any later version. -- * -- *  This program is distributed in the hope that it will be useful, -- *  but WITHOUT ANY WARRANTY; without even the implied warranty of -- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -- *  GNU General Public License for more details. -- * -- *  You should have received a copy of the GNU General Public License -- *  along with this program; if not, write to the Free Software -- *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. -- */ -- --#ifndef __ACPI_FREEBSD_H__ --#define __ACPI_FREEBSD_H__ -- --#define ACPIDEV "/dev/acpi" -- --#define BATT_MIN 0 --#define BATT_MAX 64 -- --#define ACPI_ACLINE "hw.acpi.acline" --#define ACPI_TIME "hw.acpi.battery.time" --#define ACPI_LIFE "hw.acpi.battery.life" --#define ACPI_STATE "hw.acpi.battery.state" -+#endif -  - struct acpi_info { -   gboolean  ac_online; -+  gboolean  event_inited; -   int       acpifd; -+  int       event_fd; -   int       max_capacity; -   int       low_capacity; -   int       critical_capacity; -+  GIOChannel * channel; - }; -  - gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); -+void acpi_freebsd_update(struct acpi_info * acpiinfo); -+gboolean acpi_process_event(struct acpi_info * acpiinfo, gboolean *read_error); - gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); - void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); -  diff --git a/x11/gnomeapplets2/files/patch-battstat_battstat_applet.c b/x11/gnomeapplets2/files/patch-battstat_battstat_applet.c deleted file mode 100644 index a95b7b569..000000000 --- a/x11/gnomeapplets2/files/patch-battstat_battstat_applet.c +++ /dev/null @@ -1,21 +0,0 @@ ---- battstat/battstat_applet.c.orig	Fri Aug 19 22:13:49 2005 -+++ battstat/battstat_applet.c	Tue Aug 23 20:37:13 2005 -@@ -430,14 +430,14 @@ battery_full_notify (GtkWidget *applet) - static void - battery_full_dialog (GtkWidget *applet) - { --  /* first attempt to use libnotify */ --  if (battery_full_notify (applet)) --	  return; --   -   GtkWidget *dialog, *hbox, *image, *label; -   GdkPixbuf *pixbuf; -  -   gchar *new_label; -+  /* first attempt to use libnotify */ -+  if (battery_full_notify (applet)) -+	  return; -+   -   dialog = gtk_dialog_new_with_buttons ( - 		_("Battery Notice"), - 		NULL, diff --git a/x11/gnomeapplets2/files/patch-battstat_power-management.c b/x11/gnomeapplets2/files/patch-battstat_power-management.c deleted file mode 100644 index 9cea2d65b..000000000 --- a/x11/gnomeapplets2/files/patch-battstat_power-management.c +++ /dev/null @@ -1,123 +0,0 @@ ---- battstat/power-management.c.orig	Thu Aug 25 23:45:47 2005 -+++ battstat/power-management.c	Tue Aug 30 01:28:40 2005 -@@ -61,9 +61,7 @@ -  - static const char *apm_readinfo (BatteryStatus *status); - static int pm_initialised; --#ifdef HAVE_HAL --static int using_hal; --#endif -+static int using_hal = FALSE; -  - /* -  * What follows is a series of platform-specific apm_readinfo functions -@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status) -  - #elif __FreeBSD__ -  -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include "acpi-freebsd.h" -  - static struct acpi_info acpiinfo; - static gboolean using_acpi; - static int acpi_count; -+static int acpiwatch; - static struct apm_info apminfo; -  -+gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info *acpiinfo); -+ - #define APMDEVICE "/dev/apm" -  -+static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data) -+{ -+  gboolean read_error; -+  if (cond & (G_IO_ERR | G_IO_HUP)) { -+    acpi_freebsd_cleanup(&acpiinfo); -+    return FALSE; -+  } -+ -+  if (acpi_process_event(&acpiinfo, &read_error)) { -+    acpi_freebsd_read(&apminfo, &acpiinfo); -+  } -+  else if (read_error) { -+    acpi_freebsd_cleanup(&acpiinfo); -+    return FALSE; -+  } -+ -+  return TRUE; -+} -+ - static const char * - apm_readinfo (BatteryStatus *status) - { -@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) -  -   if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); -  --  if (using_acpi) { -+  if (using_acpi && (!acpiinfo.event_inited || acpiinfo.event_fd >= 0)) { -     if (acpi_count <= 0) { -       acpi_count = 30; --      acpi_process_event(&acpiinfo); -+      if (!acpiinfo.event_inited) { -+        acpi_freebsd_update(&acpiinfo); -+      } -       if (acpi_freebsd_read(&apminfo, &acpiinfo) == FALSE) -         return ERR_FREEBSD_ACPI; -     } -     acpi_count--; -   } --  else --  { --    /* This is how I read the information from the APM subsystem under --       FreeBSD.  Each time this functions is called (once every second) --       the APM device is opened, read from and then closed. --    */ -+  else if (using_acpi && acpiinfo.event_inited) { -+    if (acpi_freebsd_init(&acpiinfo)) { -+      acpiwatch = g_io_add_watch (acpiinfo.channel, -+          G_IO_IN | G_IO_ERR | G_IO_HUP, -+	  acpi_callback, NULL); -+      acpi_freebsd_read(&apminfo, &acpiinfo); -+    } -+  } -+  else { -+#if defined(__i386__) -     fd = open(APMDEVICE, O_RDONLY); -     if (fd == -1) { -       return ERR_OPEN_APMDEV; -@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) -  -     if(apminfo.ai_status == 0) -       return ERR_APM_E; -+#else -+    return ERR_OPEN_APMDEV; -+#endif -   } -  -   status->present = TRUE; -@@ -480,6 +511,12 @@ power_management_initialise( int no_hal  -   } -   else -     using_acpi = FALSE; -+ -+  if (using_acpi && acpiinfo.event_fd >= 0) { -+    acpiwatch = g_io_add_watch (acpiinfo.channel, -+       G_IO_IN | G_IO_ERR | G_IO_HUP, -+       acpi_callback, NULL); -+  } - #endif -   pm_initialised = 1; -  -@@ -513,6 +550,9 @@ power_management_cleanup( void ) -   } - #elif defined(__FreeBSD__) -   if (using_acpi) { -+    if (acpiwatch != 0) -+      g_source_remove(acpiwatch); -+    acpiwatch = 0; -     acpi_freebsd_cleanup(&acpiinfo); -   } - #endif diff --git a/x11/gnomeapplets2/files/patch-cpufreq-freebsd b/x11/gnomeapplets2/files/patch-cpufreq-freebsd deleted file mode 100644 index 4bed0298d..000000000 --- a/x11/gnomeapplets2/files/patch-cpufreq-freebsd +++ /dev/null @@ -1,528 +0,0 @@ ---- cpufreq/src/cpufreq-monitor-sysctl.h.orig	Sun Feb 13 01:00:25 2005 -+++ cpufreq/src/cpufreq-monitor-sysctl.h	Sat Feb 12 20:25:21 2005 -@@ -0,0 +1,48 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ *  This library is free software; you can redistribute it and/or -+ *  modify it under the terms of the GNU General Public -+ *  License as published by the Free Software Foundation; either -+ *  version 2 of the License, or (at your option) any later version. -+ * -+ *  This library is distributed in the hope that it will be useful, -+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of -+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -+ *  General Public License for more details. -+ * -+ *  You should have received a copy of the GNU General Public -+ *  License along with this library; if not, write to the Free -+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_MONITOR_SYSCTL_H__ -+#define __CPUFREQ_MONITOR_SYSCTL_H__ -+ -+#include <glib-object.h> -+#include "cpufreq-monitor.h" -+ -+#define TYPE_CPUFREQ_MONITOR_SYSCTL            (cpufreq_monitor_sysctl_get_type ()) -+#define CPUFREQ_MONITOR_SYSCTL(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctl)) -+#define CPUFREQ_MONITOR_SYSCTL_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+#define IS_CPUFREQ_MONITOR_SYSCTL(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define IS_CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define CPUFREQ_MONITOR_SYSCTL_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+ -+typedef struct _CPUFreqMonitorSysctl      CPUFreqMonitorSysctl; -+typedef struct _CPUFreqMonitorSysctlClass CPUFreqMonitorSysctlClass; -+ -+struct _CPUFreqMonitorSysctl { -+	   CPUFreqMonitor parent; -+}; -+ -+struct _CPUFreqMonitorSysctlClass { -+	   CPUFreqMonitorClass parent_class; -+}; -+ -+GType           cpufreq_monitor_sysctl_get_type (); -+CPUFreqMonitor *cpufreq_monitor_sysctl_new      (guint cpu); -+ -+#endif /* __CPUFREQ_MONITOR_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-monitor-sysctl.c.orig	Sun Feb 13 03:52:42 2005 -+++ cpufreq/src/cpufreq-monitor-sysctl.c	Mon Feb 14 00:42:07 2005 -@@ -0,0 +1,269 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ *  This library is free software; you can redistribute it and/or -+ *  modify it under the terms of the GNU General Public -+ *  License as published by the Free Software Foundation; either -+ *  version 2 of the License, or (at your option) any later version. -+ * -+ *  This library is distributed in the hope that it will be useful, -+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of -+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -+ *  General Public License for more details. -+ * -+ *  You should have received a copy of the GNU General Public -+ *  License along with this library; if not, write to the Free -+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <glib/gi18n.h> -+ -+#include <string.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+ -+#include "cpufreq-monitor-sysctl.h" -+#include "cpufreq-monitor-protected.h" -+ -+#define PARENT_TYPE TYPE_CPUFREQ_MONITOR -+ -+#define CPUFREQ_MONITOR_GET_PROTECTED(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), PARENT_TYPE, CPUFreqMonitorProtected)) -+ -+static void     cpufreq_monitor_sysctl_class_init                (CPUFreqMonitorSysctlClass *klass); -+static void     cpufreq_monitor_sysctl_finalize                  (GObject *object); -+ -+static void     cpufreq_monitor_sysctl_run                       (CPUFreqMonitor *monitor); -+static GList   *cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor); -+ -+static gboolean cpufreq_monitor_sysctl_get                       (gpointer gdata); -+ -+ -+static CPUFreqMonitorClass *parent_class = NULL; -+ -+typedef struct _CPUFreqMonitorProtected CPUFreqMonitorProtected; -+ -+GType cpufreq_monitor_sysctl_get_type () -+{ -+	   static GType type = 0; -+ -+	   if (!type) { -+			 static const GTypeInfo info = { -+				    sizeof (CPUFreqMonitorSysctlClass), -+				    (GBaseInitFunc) NULL, -+				    (GBaseFinalizeFunc) NULL, -+				    (GClassInitFunc) cpufreq_monitor_sysctl_class_init, -+				    NULL, -+				    NULL, -+				    sizeof (CPUFreqMonitorSysctl), -+				    0, -+				    NULL -+			 }; -+ -+			 type = g_type_register_static (PARENT_TYPE, "CPUFreqMonitorSysctl", -+									  &info, 0); -+	   } -+ -+	   return type; -+} -+ -+static void -+cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass) -+{ -+	   GObjectClass        *object_class = G_OBJECT_CLASS (klass); -+	   CPUFreqMonitorClass *monitor_class = CPUFREQ_MONITOR_CLASS (klass); -+ -+	   parent_class = g_type_class_peek_parent (klass); -+ -+	   monitor_class->run = cpufreq_monitor_sysctl_run; -+	   monitor_class->get_available_frequencies = cpufreq_monitor_sysctl_get_available_frequencies; -+	    -+	   object_class->finalize = cpufreq_monitor_sysctl_finalize; -+} -+ -+static void -+cpufreq_monitor_sysctl_finalize (GObject *object) -+{ -+	   g_return_if_fail (IS_CPUFREQ_MONITOR_SYSCTL (object)); -+ -+	   if (G_OBJECT_CLASS (parent_class)->finalize) -+			 (* G_OBJECT_CLASS (parent_class)->finalize) (object); -+} -+ -+CPUFreqMonitor * -+cpufreq_monitor_sysctl_new (guint cpu) -+{ -+	   CPUFreqMonitorSysctl *monitor; -+ -+	   monitor = g_object_new (TYPE_CPUFREQ_MONITOR_SYSCTL, "cpu", cpu, NULL); -+ -+	   return CPUFREQ_MONITOR (monitor); -+} -+ -+static gboolean -+cpufreq_monitor_sysctl_get (gpointer gdata) -+{ -+	   gint                     fmax, fmin, ifreq; -+	   gchar                   *freq, *perc, *unit, *governor; -+	   gboolean                 changed; -+	   size_t                   len; -+	   gchar                   *freq_oid; -+	   CPUFreqMonitorSysctl    *monitor; -+	   CPUFreqMonitorProtected *private; -+ -+	   monitor = (CPUFreqMonitorSysctl *) gdata; -+	   private = CPUFREQ_MONITOR_GET_PROTECTED (CPUFREQ_MONITOR (monitor)); -+ -+	   if (private->available_freqs == NULL) { -+	   		 if (!cpufreq_monitor_sysctl_get_available_frequencies (CPUFREQ_MONITOR (monitor))) -+	       					return FALSE; -+	   } -+	    -+	   fmax = atoi ((gchar *) private->available_freqs->data); -+	   fmin = atoi ((gchar *) g_list_nth_data (private->available_freqs, (g_list_length (private->available_freqs) - 1))); -+ -+	   len = sizeof (ifreq); -+	   freq_oid = g_strdup_printf ("dev.cpu.%d.freq", private->cpu); -+ -+	   if (sysctlbyname (freq_oid, &ifreq, &len, NULL, 0) == -1) { -+	       		 g_free (freq_oid); -+	       		 return FALSE; -+	   } -+ -+	   ifreq *= 1000; -+	    -+	   if (ifreq == fmax) -+	       		 governor = g_strdup ("performance"); -+	   else if (ifreq == fmin) -+	       		 governor = g_strdup ("economy"); -+	   else -+	       		 governor = g_strdup ("other"); -+ -+	   freq = parent_class->get_human_readable_freq (ifreq); -+	   perc = parent_class->get_human_readable_perc (fmax, ifreq); -+	   unit = parent_class->get_human_readable_unit (ifreq); -+ -+	   changed = FALSE; -+	    -+	   if (!private->governor || (g_ascii_strcasecmp (governor, private->governor) != 0)) { -+			 changed = TRUE; -+	   } -+ -+	   if (!private->freq || (g_ascii_strcasecmp (freq, private->freq) != 0)) { -+			 changed = TRUE; -+	   } -+ -+	   if (!private->perc || (g_ascii_strcasecmp (perc, private->perc) != 0)) { -+			 changed = TRUE; -+	   } -+ -+	   if (!private->unit || (g_ascii_strcasecmp (unit, private->unit) != 0)) { -+			 changed = TRUE; -+	   } -+ -+	   parent_class->free_data (CPUFREQ_MONITOR (monitor)); -+ -+	   private->governor = governor; -+	   private->freq = freq; -+	   private->perc = perc; -+	   private->unit = unit; -+ -+	   if (private->governor == NULL) -+			 return FALSE; -+	   if (private->freq == NULL) -+			 return FALSE; -+	   if (private->perc == NULL) -+			 return FALSE; -+	   if (private->unit == NULL) -+			 return FALSE; -+ -+	   if (changed) -+			 g_signal_emit (CPUFREQ_MONITOR (monitor), parent_class->signals[CHANGED], 0); -+ -+	   return TRUE; -+} -+ -+static void -+cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor) -+{ -+	   CPUFreqMonitorProtected *private; -+	    -+	   g_return_if_fail (IS_CPUFREQ_MONITOR_SYSCTL (monitor)); -+ -+	   private = CPUFREQ_MONITOR_GET_PROTECTED (CPUFREQ_MONITOR (monitor)); -+ -+	   if (private->timeout_handler > 0) -+			 g_source_remove (private->timeout_handler); -+ -+	   private->timeout_handler = g_timeout_add (1000, cpufreq_monitor_sysctl_get, (gpointer) monitor); -+} -+ -+static void -+free_string (gpointer str, gpointer gdata) -+{ -+	   if (str) g_free (str); -+} -+ -+static GList * -+cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor) -+{ -+	   CPUFreqMonitorProtected *private; -+	   gchar *levels_oid, *levels; -+	   gchar **levelsp, **l; -+	   gint mib[4]; -+	   size_t len; -+ -+	   g_return_val_if_fail (IS_CPUFREQ_MONITOR_SYSCTL (monitor), NULL); -+ -+	   private = CPUFREQ_MONITOR_GET_PROTECTED (CPUFREQ_MONITOR (monitor)); -+ -+	   if (private->available_freqs) { -+			 g_list_foreach (private->available_freqs, -+						  free_string, NULL); -+			 g_list_free (private->available_freqs); -+			 private->available_freqs = NULL; -+	   } -+ -+	   levels_oid = g_strdup_printf ("dev.cpu.%d.freq_levels", -+	   	private->cpu); -+	   len = 4; -+	   sysctlnametomib (levels_oid, mib, &len); -+	   len = sizeof (levels); -+	   g_free (levels_oid); -+ -+	   if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) -+			 return NULL; -+ -+	   levels = g_malloc (len); -+	   if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) -+	       		 return NULL; -+	    -+	   levelsp = g_strsplit (levels, " ", 0); -+	   g_free (levels); -+ -+	   for (l = levelsp; l && *l; l++) { -+	       		 gchar **frpr; -+ -+			 frpr = g_strsplit (*l, "/", 0); -+	       		 if (frpr && frpr[0] != NULL) { -+			     		/* sysctl format is %d/%d where the -+					 * first %d is the frequency, and -+					 * the second is the power used in -+					 * mW. -+					 */ -+			     		int freq = atoi (frpr[0]); -+		   	 		private->available_freqs = -+						g_list_append (private->available_freqs, g_strdup_printf ("%d", freq * 1000)); -+			 } -+			 g_strfreev (frpr); -+	   } -+ -+	   g_strfreev (levelsp); -+ -+	   return private->available_freqs; -+} -+#endif /* __FreeBSD__ */ ---- cpufreq/src/cpufreq-monitor-factory.c.orig	Thu Apr 14 12:11:06 2005 -+++ cpufreq/src/cpufreq-monitor-factory.c	Sun Jul  3 17:09:15 2005 -@@ -17,13 +17,21 @@ -  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -  * -  * Authors : Carlos García Campos <carlosgc@gnome.org> -+ *           Joe Marcus Clarke <marcus@FreeBSD.org> -  */ -  - #include <glib.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ -  - #include "cpufreq-applet.h" - #include "cpufreq-monitor-sysfs.h" - #include "cpufreq-monitor-procfs.h" -+#ifdef __FreeBSD__ -+#include "cpufreq-monitor-sysctl.h" -+#endif /* __FreeBSD__ */ - #include "cpufreq-monitor-cpuinfo.h" - #include "cpufreq-monitor-factory.h" -  -@@ -31,6 +39,7 @@ CPUFreqMonitor * - cpufreq_monitor_factory_create_monitor (guint cpu) - { - 	   CPUFreqMonitor *monitor = NULL; -+#ifndef __FreeBSD__ -  - 	   if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ - 			 monitor = cpufreq_monitor_sysfs_new (cpu); -@@ -49,6 +58,20 @@ cpufreq_monitor_factory_create_monitor ( - 			  - 			 monitor = cpufreq_monitor_cpuinfo_new (cpu); - 	   } -+#else -+	   size_t len; -+ -+	   if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+	       		 monitor = cpufreq_monitor_sysctl_new (cpu); -+	   } else { -+			 cpufreq_applet_display_error (_("CPU frequency scaling unsupported"), -+									 _("You will not be able to modify the frequency of your machine.  " -+									   "Your machine may be misconfigured or not have hardware support " -+									   "for CPU frequency scaling.")); -+			  -+			 monitor = cpufreq_monitor_cpuinfo_new (cpu); -+	   } -+#endif /* __FreeBSD__ */ -  - 	   return monitor; - } ---- cpufreq/src/cpufreq-monitor-cpuinfo.c.orig	Thu Apr 14 12:11:06 2005 -+++ cpufreq/src/cpufreq-monitor-cpuinfo.c	Sun Jul  3 17:07:16 2005 -@@ -23,6 +23,10 @@ - #include <glib/gi18n.h> - #include <libgnomevfs/gnome-vfs.h> -  -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - #include <string.h> - #include <stdio.h> -  -@@ -104,6 +108,7 @@ cpufreq_monitor_cpuinfo_new (guint cpu) - static gboolean - cpufreq_monitor_cpuinfo_get (gpointer gdata) - { -+#ifndef __FreeBSD__ -         GnomeVFSHandle           *handle; -         GnomeVFSFileSize          bytes_read; -         GnomeVFSResult            result; -@@ -111,6 +116,9 @@ cpufreq_monitor_cpuinfo_get (gpointer gd -         gchar                   **lines; -         gchar                     buffer[256]; -         gchar                    *p; -+#else -+	size_t                    len; -+#endif /* __FreeBSD__ */ -         gchar                    *freq, *perc, *unit, *governor; -         gint                      cpu, i; -         CPUFreqMonitorCPUInfo    *monitor; -@@ -120,6 +128,7 @@ cpufreq_monitor_cpuinfo_get (gpointer gd -  -         private = CPUFREQ_MONITOR_GET_PROTECTED (CPUFREQ_MONITOR (monitor)); -             -+#ifndef __FreeBSD__ -         uri = gnome_vfs_get_uri_from_local_path ("/proc/cpuinfo"); -  -         result = gnome_vfs_open (&handle, uri, GNOME_VFS_OPEN_READ); -@@ -180,6 +189,12 @@ cpufreq_monitor_cpuinfo_get (gpointer gd -  -         g_strfreev (lines); -         g_free (file); -+#else -+	len = sizeof (cpu); -+ -+	if (sysctlbyname ("hw.clockrate", &cpu, &len, NULL, 0) == -1) -+		return FALSE; -+#endif /* __FreeBSD__ */ -             -         governor = g_strdup (_("Frequency Scaling Unsupported")); -         freq = parent_class->get_human_readable_freq (cpu * 1000); /* kHz are expected*/ ---- cpufreq/src/cpufreq-applet.c.orig	Thu Apr 14 12:11:06 2005 -+++ cpufreq/src/cpufreq-applet.c	Sun Jul  3 17:28:43 2005 -@@ -17,6 +17,7 @@ -  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -  * -  * Authors : Carlos García Campos <carlosgc@gnome.org> -+ *           Joe Marcus Clarke <marcus@FreeBSD.org> -  */ -  - #include <config.h> -@@ -26,6 +27,10 @@ - #include <panel-applet-gconf.h> - #include <glade/glade.h> - #include <glib/gi18n.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - #include <string.h> -  - #include "cpufreq-applet.h" -@@ -193,6 +198,7 @@ cpufreq_applet_about_cb (BonoboUICompone - { -         static const gchar *authors[] = { -                 "Carlos Garcia Campos <carlosgc@gnome.org>", -+		"Joe Marcus Clarke <marcus@FreeBSD.org> (FreeBSD support)", -                 NULL -         }; -         static const gchar *documenters[] = { -@@ -233,6 +239,7 @@ static gint - cpufreq_applet_get_max_cpu (void) - { -         gint   mcpu = -1; -+#ifndef __FreeBSD__ -         gchar *file = NULL; -  -         do { -@@ -242,11 +249,20 @@ cpufreq_applet_get_max_cpu (void) -         } while (g_file_test (file, G_FILE_TEST_EXISTS)); -         g_free (file); -         mcpu --; -+#else -+	size_t len; -+ -+	len = sizeof (mcpu); -+ -+	sysctlbyname ("hw.ncpu", &mcpu, &len, NULL, 0); -+	mcpu --; -+#endif /* __FreeBSD__ */ -  -         if (mcpu >= 0) -                 return mcpu; -  -         mcpu = -1; -+#ifndef __FreeBSD__ -         file = NULL; -         do { -                 if (file) g_free (file); -@@ -255,6 +271,7 @@ cpufreq_applet_get_max_cpu (void) -         } while (g_file_test (file, G_FILE_TEST_EXISTS)); -         g_free (file); -         mcpu --; -+#endif -  -         if (mcpu >= 0) -                 return mcpu; ---- cpufreq/src/Makefile.in.orig	Tue Oct  4 00:11:26 2005 -+++ cpufreq/src/Makefile.in	Tue Oct  4 00:20:37 2005 -@@ -57,6 +57,7 @@ - 	cpufreq-prefs.$(OBJEXT) cpufreq-popup.$(OBJEXT) \ - 	cpufreq-monitor.$(OBJEXT) cpufreq-monitor-factory.$(OBJEXT) \ - 	cpufreq-monitor-procfs.$(OBJEXT) \ -+	cpufreq-monitor-sysctl.$(OBJEXT) \ - 	cpufreq-monitor-sysfs.$(OBJEXT) \ - 	cpufreq-monitor-cpuinfo.$(OBJEXT) - cpufreq_applet_OBJECTS = $(am_cpufreq_applet_OBJECTS) -@@ -71,6 +72,7 @@ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor-factory.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor-procfs.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor-sysfs.Po \ -+@AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor-sysctl.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-monitor.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-popup.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-prefs.Po -@@ -358,6 +360,7 @@ - 					cpufreq-monitor-protected.h	\ - 	cpufreq-monitor-factory.c	cpufreq-monitor-factory.h	\ - 	cpufreq-monitor-procfs.c	cpufreq-monitor-procfs.h	\ -+	cpufreq-monitor-sysctl.c	cpufreq-monitor-sysctl.h	\ - 	cpufreq-monitor-sysfs.c	        cpufreq-monitor-sysfs.h	        \ - 	cpufreq-monitor-cpuinfo.c       cpufreq-monitor-cpuinfo.h -  -@@ -441,6 +444,7 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-cpuinfo.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-factory.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-procfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-popup.Po@am__quote@ diff --git a/x11/gnomeapplets2/files/patch-cpufreq-selector-freebsd b/x11/gnomeapplets2/files/patch-cpufreq-selector-freebsd deleted file mode 100644 index d25df35e2..000000000 --- a/x11/gnomeapplets2/files/patch-cpufreq-selector-freebsd +++ /dev/null @@ -1,373 +0,0 @@ ---- cpufreq/src/cpufreq-selector/cpufreq-sysctl.h.orig	Mon Feb 14 00:38:57 2005 -+++ cpufreq/src/cpufreq-selector/cpufreq-sysctl.h	Mon Feb 14 00:21:39 2005 -@@ -0,0 +1,51 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ *  This library is free software; you can redistribute it and/or -+ *  modify it under the terms of the GNU General Public -+ *  License as published by the Free Software Foundation; either -+ *  version 2 of the License, or (at your option) any later version. -+ * -+ *  This library is distributed in the hope that it will be useful, -+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of -+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -+ *  General Public License for more details. -+ * -+ *  You should have received a copy of the GNU General Public -+ *  License along with this library; if not, write to the Free -+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_SYSCTL_H__ -+#define __CPUFREQ_SYSCTL_H__ -+ -+#include <glib-object.h> -+ -+#include "cpufreq.h" -+ -+#define TYPE_CPUFREQ_SYSCTL            (cpufreq_sysctl_get_type ()) -+#define CPUFREQ_SYSCTL(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_SYSCTL, CPUFreqSysctl)) -+#define CPUFREQ_SYSCTL_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_SYSCTL, CPUFreqSysctlClass)) -+#define IS_CPUFREQ_SYSCTL(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_SYSCTL)) -+#define IS_CPUFREQ_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_SYSCTL)) -+#define CPUFREQ_SYSCTL_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_SYSCTL, CPUFreqSysctlClass)) -+ -+typedef struct _CPUFreqSysctl      CPUFreqSysctl; -+typedef struct _CPUFreqSysctlClass CPUFreqSysctlClass; -+typedef struct _CPUFreqSysctlPriv  CPUFreqSysctlPriv; -+ -+struct _CPUFreqSysctl { -+	   CPUFreq parent; -+}; -+ -+struct _CPUFreqSysctlClass { -+	   CPUFreqClass parent_class; -+}; -+ -+ -+GType          cpufreq_sysctl_get_type (); -+CPUFreqSysctl *cpufreq_sysctl_new      (); -+ -+#endif /* __CPUFREQ_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-selector/cpufreq-sysctl.c.orig	Mon Feb 14 00:38:52 2005 -+++ cpufreq/src/cpufreq-selector/cpufreq-sysctl.c	Mon Feb 14 00:44:43 2005 -@@ -0,0 +1,235 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ *  This library is free software; you can redistribute it and/or -+ *  modify it under the terms of the GNU General Public -+ *  License as published by the Free Software Foundation; either -+ *  version 2 of the License, or (at your option) any later version. -+ * -+ *  This library is distributed in the hope that it will be useful, -+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of -+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU -+ *  General Public License for more details. -+ * -+ *  You should have received a copy of the GNU General Public -+ *  License along with this library; if not, write to the Free -+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <stdio.h> -+#include <stdlib.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ -+ -+#include "cpufreq-sysctl.h" -+ -+#define PARENT_TYPE TYPE_CPUFREQ -+ -+#define CPUFREQ_SYSCTL_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), TYPE_CPUFREQ_SYSCTL, CPUFreqSysctlPrivate)) -+ -+static void cpufreq_sysctl_init           (CPUFreqSysctl *cfq); -+static void cpufreq_sysctl_class_init     (CPUFreqSysctlClass *klass); -+static void cpufreq_sysctl_finalize       (GObject *object); -+ -+static void  cpufreq_sysctl_set_governor  (CPUFreq *cfq, const gchar *governor); -+static void  cpufreq_sysctl_set_frequency (CPUFreq *cfq, gint frequency); -+ -+static void  cpufreq_sysctl_setup         (CPUFreqSysctl *cfq); -+ -+static GObjectClass *parent_class = NULL; -+ -+typedef struct _CPUFreqSysctlPrivate CPUFreqSysctlPrivate; -+ -+struct _CPUFreqSysctlPrivate -+{ -+	   gint pmax; -+}; -+ -+GType cpufreq_sysctl_get_type () -+{ -+	   static GType type = 0; -+ -+	   if (!type) { -+			 static const GTypeInfo info = { -+				    sizeof (CPUFreqSysctlClass), -+				    (GBaseInitFunc) NULL, -+				    (GBaseFinalizeFunc) NULL, -+				    (GClassInitFunc) cpufreq_sysctl_class_init, -+				    NULL, -+				    NULL, -+				    sizeof (CPUFreqSysctl), -+				    0, -+				    (GInstanceInitFunc) cpufreq_sysctl_init -+			 }; -+ -+			 type = g_type_register_static (PARENT_TYPE, "CPUFreqSysctl", -+									  &info, 0); -+	   } -+ -+	   return type; -+} -+ -+static void -+cpufreq_sysctl_init (CPUFreqSysctl *cfq) -+{ -+	   CPUFreqSysctlPrivate *private; -+	    -+	   g_return_if_fail (IS_CPUFREQ_SYSCTL (cfq)); -+ -+	   private = CPUFREQ_SYSCTL_GET_PRIVATE (cfq); -+} -+ -+static void -+cpufreq_sysctl_class_init (CPUFreqSysctlClass *klass) -+{ -+	   GObjectClass *object_class = G_OBJECT_CLASS (klass); -+	   CPUFreqClass *cfq_class = CPUFREQ_CLASS (klass); -+ -+	   parent_class = g_type_class_peek_parent (klass); -+ -+	   g_type_class_add_private (klass, sizeof (CPUFreqSysctlPrivate)); -+ -+	   cfq_class->set_governor = cpufreq_sysctl_set_governor; -+	   cfq_class->set_frequency = cpufreq_sysctl_set_frequency; -+ -+	   object_class->finalize = cpufreq_sysctl_finalize; -+} -+ -+static void -+cpufreq_sysctl_finalize (GObject *object) -+{ -+	   if (G_OBJECT_CLASS (parent_class)->finalize) -+			 (* G_OBJECT_CLASS (parent_class)->finalize) (object); -+} -+ -+CPUFreqSysctl * -+cpufreq_sysctl_new () -+{ -+	   CPUFreqSysctl *cfq; -+ -+	   cfq = g_object_new (TYPE_CPUFREQ_SYSCTL, NULL); -+ -+	   cpufreq_sysctl_setup (cfq); -+ -+	   return cfq; -+} -+ -+static void -+cpufreq_sysctl_set_governor (CPUFreq *cfq, const gchar *governor) -+{ -+    /* Not implemented. */ -+} -+ -+static void -+cpufreq_sysctl_set_frequency (CPUFreq *cfq, gint frequency) -+{ -+	   gint                  cpu, i; -+	   size_t                len; -+	   gchar                *freq_oid; -+ -+	   g_return_if_fail (IS_CPUFREQ_SYSCTL (cfq)); -+ -+	   g_object_get (G_OBJECT (cfq), "n_cpu", &cpu, NULL); -+ -+	   frequency = (gint) ((gdouble) frequency / 1000); /* Convert back to MHz*/ -+ -+	   for (i = 0; i < cpu; i++) { -+   			 freq_oid = g_strdup_printf ("dev.cpu.%d.freq", i); -+ -+	   		 sysctlbyname (freq_oid, NULL, &len, &frequency, sizeof (frequency)); -+	   		 g_free (freq_oid); -+	   } -+} -+	 -+ -+static void -+cpufreq_sysctl_setup (CPUFreqSysctl *cfq) -+{ -+	   guint                 cpu; -+	   gint                  fmax, fmin; -+	   gint                  pmax; -+	   gint                  ifreq; -+	   gint                  mib[4]; -+	   gchar                *governor, *levels; -+	   gchar               **levelsp, **frpr, **l; -+	   size_t                len; -+	   CPUFreqSysctlPrivate *private; -+ -+	   g_return_if_fail (IS_CPUFREQ_SYSCTL (cfq)); -+ -+	   private = CPUFREQ_SYSCTL_GET_PRIVATE (cfq); -+ -+	   pmax = 100; -+	   fmax = 0; -+	   fmin = 0; -+	   ifreq = 0; -+ -+	   private->pmax = pmax; -+ -+	   len = sizeof (cpu); -+ -+	   if (sysctlbyname ("hw.ncpu", &cpu, &len, NULL, 0) == -1) -+	       		 cpu = 1; -+	    -+	   len = 4; -+	   sysctlnametomib ("dev.cpu.0.freq_levels", mib, &len); -+	   len = sizeof (levels); -+ -+	   if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) { -+	       		 g_warning ("Failed to fetch dev.cpu.0.freq_levels"); -+			 return; -+	   } -+ -+	   levels = g_malloc (len); -+	   if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) { -+	       		 g_warning ("Failed to fetch data for dev.cpu.0.freq_levels"); -+			 return; -+	   } -+ -+	   levelsp = g_strsplit (levels, " ", 0); -+	   g_free (levels); -+ -+	   frpr = g_strsplit (levelsp[0], "/", 0); /* MAX */ -+	   if (frpr && frpr[0] != NULL) -+	       		 fmax = atoi (frpr[0]); -+	   g_strfreev (frpr); -+ -+	   for (l = levelsp; l && *l; l++) /* Walk to the last frequency */ -+	       		 ; -+ -+	   l --; -+	   frpr = g_strsplit (*l, "/", 0); -+	   if (frpr && frpr[0] != NULL) -+	       		 fmin = atoi (frpr[0]); -+	    -+	   g_strfreev (frpr); -+	   g_strfreev (levelsp); -+ -+	   len = sizeof (ifreq); -+	   if (sysctlbyname ("dev.cpu.0.freq", &ifreq, &len, NULL, 0) == -1) { -+	       		 g_warning ("Failed to fetch data for dev.cpu.0.freq"); -+			 return; -+	   } -+ -+	   if (ifreq == fmax) -+	       		 governor = g_strdup ("performance"); -+	   else if (ifreq == fmin) -+	       		 governor = g_strdup ("economy"); -+	   else -+	       		 governor = g_strdup ("other"); -+	    -+	   fmax *= 1000; -+	   fmin *= 1000; -+ -+	   g_object_set (G_OBJECT (cfq), "n_cpu", cpu,  -+	   		 "sc_max", fmax, "sc_min", fmin, -+			 "governor", governor, NULL); -+ -+	   g_free (governor); -+} ---- cpufreq/src/cpufreq-selector/main.c.orig	Sun Apr  3 12:03:13 2005 -+++ cpufreq/src/cpufreq-selector/main.c	Sun Jul  3 17:16:19 2005 -@@ -17,6 +17,7 @@ -  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -  * -  * Authors : Carlos García Campos <carlosgc@gnome.org> -+ *           Joe Marcus Clarke <marcus@FreeBSD.org> -  */ -  - #include <glib-object.h> -@@ -26,6 +27,9 @@ - #include "cpufreq.h" - #include "cpufreq-sysfs.h" - #include "cpufreq-procfs.h" -+#ifdef __FreeBSD__ -+#include "cpufreq-sysctl.h" -+#endif /* __FreeBSD__ */ -  - gint - main (gint argc, gchar **argv) -@@ -34,6 +38,9 @@ main (gint argc, gchar **argv) -         static gint     cpu = 0; -         static gchar   *governor = NULL; -         static gulong   frequency = 0; -+#ifdef __FreeBSD__ -+	size_t          len; -+#endif /* __FreeBSD__ */ - 	GError         *error = NULL; -         CPUFreq        *cfq; -  -@@ -71,10 +78,15 @@ main (gint argc, gchar **argv) - 	 - 	g_option_context_free (context); - 	 -+#ifndef __FreeBSD__ -         if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ -                 cfq = CPUFREQ (cpufreq_sysfs_new ()); -         } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ -                 cfq = CPUFREQ (cpufreq_procfs_new ()); -+#else -+	if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+		cfq = CPUFREQ (cpufreq_sysctl_new ()); -+#endif /* __FreeBSD__ */ -         } else { -                 g_print ("No cpufreq support\n"); -                 return 1; ---- cpufreq/src/cpufreq-selector/Makefile.in.orig	Tue Oct  4 00:21:25 2005 -+++ cpufreq/src/cpufreq-selector/Makefile.in	Tue Oct  4 00:27:54 2005 -@@ -55,7 +55,7 @@ - PROGRAMS = $(bin_PROGRAMS) - am_cpufreq_selector_OBJECTS = cpufreq.$(OBJEXT) \ - 	cpufreq-sysfs.$(OBJEXT) cpufreq-procfs.$(OBJEXT) \ --	main.$(OBJEXT) -+	cpufreq-sysctl.$(OBJEXT) main.$(OBJEXT) - cpufreq_selector_OBJECTS = $(am_cpufreq_selector_OBJECTS) - am__DEPENDENCIES_1 = - cpufreq_selector_DEPENDENCIES = $(am__DEPENDENCIES_1) -@@ -64,6 +64,7 @@ - am__depfiles_maybe = depfiles - @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/cpufreq-procfs.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq-sysfs.Po \ -+@AMDEP_TRUE@	./$(DEPDIR)/cpufreq-sysctl.Po \ - @AMDEP_TRUE@	./$(DEPDIR)/cpufreq.Po ./$(DEPDIR)/main.Po - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -332,6 +333,7 @@ - 	cpufreq.c               cpufreq.h        \ - 	cpufreq-sysfs.c         cpufreq-sysfs.h  \ - 	cpufreq-procfs.c        cpufreq-procfs.h \ -+	cpufreq-sysctl.c        cpufreq-sysctl.h \ - 	main.c -  - cpufreq_selector_LDADD = $(CPUFREQ_SELECTOR_LIBS) -lpopt -@@ -407,6 +409,7 @@ - 	-rm -f *.tab.c -  - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-procfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-sysfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ diff --git a/x11/gnomeapplets2/files/patch-drivemount_drive-button.c b/x11/gnomeapplets2/files/patch-drivemount_drive-button.c deleted file mode 100644 index f26e3121e..000000000 --- a/x11/gnomeapplets2/files/patch-drivemount_drive-button.c +++ /dev/null @@ -1,48 +0,0 @@ ---- drivemount/drive-button.c.orig	Tue Aug 23 05:16:27 2005 -+++ drivemount/drive-button.c	Tue Aug 23 20:37:43 2005 -@@ -24,6 +24,7 @@ - #  include <config.h> - #endif -  -+#include <string.h> - #include "drive-button.h" - #include <glib/gi18n.h> - #include <gdk/gdkkeysyms.h> -@@ -710,11 +711,13 @@ run_command (DriveButton *self, const ch -  - 	GList *volumes; - 	GnomeVFSVolume *volume; -+	char *uri; -+	char *mount_path; -  - 	volumes = gnome_vfs_drive_get_mounted_volumes (self->drive); - 	volume = GNOME_VFS_VOLUME (volumes->data); --	char *uri = gnome_vfs_volume_get_activation_uri (volume); --	char *mount_path = gnome_vfs_get_local_path_from_uri (uri); -+	uri = gnome_vfs_volume_get_activation_uri (volume); -+	mount_path = gnome_vfs_get_local_path_from_uri (uri); - 	g_free (uri); -  - 	gnome_vfs_drive_get_display_name (self->drive); -@@ -794,6 +797,11 @@ drive_button_ensure_popup (DriveButton * -     char *display_name, *tmp, *label; -     int action; -     GtkWidget *item; -+    GList *volumes; -+    GnomeVFSVolume *volume = NULL; -+    GnomeVFSDeviceType volume_type; -+    GCallback callback; -+    const char *action_icon = GTK_STOCK_OPEN; -  -     if (self->popup_menu) return; -  -@@ -869,8 +877,7 @@ drive_button_ensure_popup (DriveButton * -     g_free (display_name); -     display_name = tmp; -  --	GCallback callback = G_CALLBACK (open_drive); --	const char *action_icon = GTK_STOCK_OPEN; -+	callback = G_CALLBACK (open_drive); -  - 	switch (device_type) { - 	case GNOME_VFS_DEVICE_TYPE_VIDEO_DVD: diff --git a/x11/gnomeapplets2/files/patch-gswitchit_gswitchit-applet.c b/x11/gnomeapplets2/files/patch-gswitchit_gswitchit-applet.c deleted file mode 100644 index 5abf18032..000000000 --- a/x11/gnomeapplets2/files/patch-gswitchit_gswitchit-applet.c +++ /dev/null @@ -1,61 +0,0 @@ ---- gswitchit/gswitchit-applet.c.orig	Sun Aug  7 18:07:33 2005 -+++ gswitchit/gswitchit-applet.c	Sun Aug  7 18:10:07 2005 -@@ -331,6 +331,10 @@ GSwitchItAppletPrepareDrawing (GSwitchIt - 		XklConfigItem configItem; - 		GtkWidget *align, *label; - 		static GHashTable *shortDescrs = NULL; -+		gpointer pcounter = NULL;  -+		char *prevLayoutName = NULL; -+		char *labelTitle = NULL; -+		int counter = 0; - 		if (group == 0) - 			shortDescrs = g_hash_table_new_full (g_str_hash, g_str_equal, - 							     g_free, NULL); -@@ -363,10 +367,6 @@ GSwitchItAppletPrepareDrawing (GSwitchIt - 		if (layoutName == NULL) - 			layoutName = g_strdup ("?"); -  --		gpointer pcounter = NULL;  --		char *prevLayoutName = NULL; --		char *labelTitle = NULL; --		int counter = 0; - 		if (g_hash_table_lookup_extended (shortDescrs, layoutName,  - 						  (gpointer*)&prevLayoutName, &pcounter)) - 		{ -@@ -599,6 +599,13 @@ GSwitchItAppletCmdPreview (BonoboUICompo - 		groupsLevels, groupsLevels + 1, groupsLevels + 2, groupsLevels + 3 }; - 	XklState *xklState = XklGetCurrentState (); - 	gpointer p = g_hash_table_lookup (globals.previewDialogs, GINT_TO_POINTER (xklState->group)); -+#ifdef HAVE_XKB -+	GladeXML *gladeData; -+	GtkWidget *dialog; -+	GtkWidget *kbdraw; -+	XkbComponentNamesRec componentNames; -+	XklConfigRec xklData; -+#endif - 	if (p != NULL) - 	{ - 		/* existing window */ -@@ -606,11 +613,10 @@ GSwitchItAppletCmdPreview (BonoboUICompo - 		return; - 	} - #ifdef HAVE_XKB --	GladeXML *gladeData = glade_xml_new (GNOME_GLADEDIR "/gswitchit.glade", "gswitchit_layout_view", NULL); --        GtkWidget *dialog = -+	gladeData = glade_xml_new (GNOME_GLADEDIR "/gswitchit.glade", "gswitchit_layout_view", NULL); -+        dialog = -         	glade_xml_get_widget (gladeData, "gswitchit_layout_view"); --	GtkWidget *kbdraw = keyboard_drawing_new (); --	XkbComponentNamesRec componentNames; -+	kbdraw = keyboard_drawing_new (); -  - 	if (xklState->group >= 0 &&  - 	    xklState->group < g_slist_length (globals.groupNames)) -@@ -624,7 +630,6 @@ GSwitchItAppletCmdPreview (BonoboUICompo -  -   	keyboard_drawing_set_groups_levels (KEYBOARD_DRAWING (kbdraw), pGroupsLevels); -  --	XklConfigRec xklData; - 	XklConfigRecInit (&xklData); -       	if (XklConfigGetFromServer (&xklData)) - 	{ diff --git a/x11/gnomeapplets2/files/patch-gweather_weather-iwin.c b/x11/gnomeapplets2/files/patch-gweather_weather-iwin.c deleted file mode 100644 index e43dacef4..000000000 --- a/x11/gnomeapplets2/files/patch-gweather_weather-iwin.c +++ /dev/null @@ -1,9 +0,0 @@ ---- gweather/weather-iwin.c.orig	Tue Dec 21 18:42:38 2004 -+++ gweather/weather-iwin.c	Tue Dec 21 18:42:47 2004 -@@ -1,5 +1,6 @@ - /* $Id: patch-gweather_weather-iwin.c,v 1.3 2005-07-03 21:35:31 marcus Exp $ */ -  -+#include <sys/types.h> - #include <regex.h> - #include <gnome.h> - #include "weather.h" diff --git a/x11/gnomeapplets2/files/patch-mixer_applet.c b/x11/gnomeapplets2/files/patch-mixer_applet.c deleted file mode 100644 index 178c7d5a3..000000000 --- a/x11/gnomeapplets2/files/patch-mixer_applet.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mixer/applet.c.orig	Tue Oct  4 00:15:40 2005 -+++ mixer/applet.c	Tue Oct  4 00:16:09 2005 -@@ -953,7 +953,7 @@ gnome_volume_applet_adjust_volume (GstMi -  -   volumes = g_new (gint, track->num_channels); -   for (n = 0; n < track->num_channels; n++) --    volumes[n] = lrintf (volume); -+    volumes[n] = (int)rint (volume); -   gst_mixer_set_volume (mixer, track, volumes); -   g_free (volumes); - } diff --git a/x11/gnomeapplets2/files/patch-modemlights_Makefile.in b/x11/gnomeapplets2/files/patch-modemlights_Makefile.in deleted file mode 100644 index 874884722..000000000 --- a/x11/gnomeapplets2/files/patch-modemlights_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- modemlights/Makefile.in.orig	Fri Jan 14 00:08:52 2005 -+++ modemlights/Makefile.in	Fri Jan 14 00:09:20 2005 -@@ -319,6 +319,7 @@ - modem_applet_LDADD = \ - 	$(GNOME_APPLETS_LIBS)	\ - 	$(LIBGLADE_LIBS)	\ -+	-lutil			\ - 	$(MODEMLIGHTS_LIBS) -  - uidir = $(datadir)/gnome-2.0/ui diff --git a/x11/gnomeapplets2/files/patch-stickynotes_stickynotes_applet_callbacks.c b/x11/gnomeapplets2/files/patch-stickynotes_stickynotes_applet_callbacks.c deleted file mode 100644 index 718f52a0d..000000000 --- a/x11/gnomeapplets2/files/patch-stickynotes_stickynotes_applet_callbacks.c +++ /dev/null @@ -1,18 +0,0 @@ ---- stickynotes/stickynotes_applet_callbacks.c.orig	Wed Jul 13 18:57:03 2005 -+++ stickynotes/stickynotes_applet_callbacks.c	Wed Jul 13 18:57:13 2005 -@@ -153,6 +153,7 @@ gboolean applet_check_click_on_desktop_c - { - 	static Window desktop_window = 0; - 	static Display *dpy; -+	XEvent event; -  - 	if (desktop_window == 0) { - 		desktop_window = get_desktop_window (); -@@ -162,7 +163,6 @@ gboolean applet_check_click_on_desktop_c -                  * at every click on the desktop */ - 		XSelectInput(dpy, desktop_window, PropertyChangeMask); - 	} --	XEvent event; -  - 	if (XCheckWindowEvent(dpy, desktop_window, PropertyChangeMask, &event) == True) { - 		stickynote_show_notes (FALSE); diff --git a/x11/gnomeapplets2/pkg-descr b/x11/gnomeapplets2/pkg-descr deleted file mode 100644 index 5f715cf9a..000000000 --- a/x11/gnomeapplets2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Panel applets for the Gnome 2.0 Desktop Environment. - -WWW: http://www.gnome.org/ diff --git a/x11/gnomeapplets2/pkg-plist b/x11/gnomeapplets2/pkg-plist deleted file mode 100644 index cc8600d5d..000000000 --- a/x11/gnomeapplets2/pkg-plist +++ /dev/null @@ -1,803 +0,0 @@ -%%CPUFREQ%%bin/cpufreq-selector -bin/gswitchit-plugins-capplet -%%BATTERY%%etc/sound/events/battstat_applet.soundlist -include/libgswitchit/gswitchit_config.h -include/libgswitchit/gswitchit_plugin.h -libdata/bonobo/servers/GNOME_AccessxStatusApplet.server -%%BATTERY%%libdata/bonobo/servers/GNOME_BattstatApplet.server -libdata/bonobo/servers/GNOME_CDPlayerApplet.server -%%CPUFREQ%%libdata/bonobo/servers/GNOME_CPUFreqApplet.server -libdata/bonobo/servers/GNOME_CharpickerApplet.server -libdata/bonobo/servers/GNOME_DriveMountApplet.server -libdata/bonobo/servers/GNOME_GWeatherApplet_Factory.server -libdata/bonobo/servers/GNOME_GeyesApplet.server -libdata/bonobo/servers/GNOME_GtikApplet.server -libdata/bonobo/servers/GNOME_KeyboardApplet.server -libdata/bonobo/servers/GNOME_MailcheckApplet_Factory.server -libdata/bonobo/servers/GNOME_MiniCommanderApplet.server -libdata/bonobo/servers/GNOME_MixerApplet.server -libdata/bonobo/servers/GNOME_ModemLights.server -libdata/bonobo/servers/GNOME_MultiLoadApplet_Factory.server -libdata/bonobo/servers/GNOME_NullApplet_Factory.server -libdata/bonobo/servers/GNOME_Panel_TrashApplet.server -libdata/bonobo/servers/GNOME_Panel_WirelessApplet.server -libdata/bonobo/servers/GNOME_StickyNotesApplet.server -libdata/pkgconfig/gswitchit.pc -libexec/accessx-status-applet -%%BATTERY%%libexec/battstat-applet-2 -libexec/charpick_applet2 -%%CPUFREQ%%libexec/cpufreq-applet -libexec/drivemount_applet2 -libexec/geyes_applet2 -libexec/gnome-applets/mc-install-default-macros -libexec/gnome-keyboard-applet -libexec/gtik2_applet2 -libexec/gweather-applet-2 -libexec/mini_commander_applet -libexec/mixer_applet2 -libexec/modem_applet -libexec/multiload-applet-2 -libexec/null_applet -libexec/stickynotes_applet -libexec/trashapplet -share/gnome/gnome-2.0/ui/GNOME_AccessxApplet.xml -%%BATTERY%%share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml -%%CPUFREQ%%share/gnome/gnome-2.0/ui/GNOME_CPUFreqApplet.xml -share/gnome/gnome-2.0/ui/GNOME_CharpickerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_DriveMountApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GSwitchItApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GWeatherApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GeyesApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GtikApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MiniCommanderApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MixerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_ModemLights.xml -share/gnome/gnome-2.0/ui/GNOME_MultiloadApplet.xml -share/gnome/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml -share/gnome/gnome-2.0/ui/GNOME_StickyNotesApplet.xml -share/gnome/gnome-applets/geyes/Bizarre/Bizarre-eye.png -share/gnome/gnome-applets/geyes/Bizarre/Bizarre-pupil.png -share/gnome/gnome-applets/geyes/Bizarre/config -share/gnome/gnome-applets/geyes/Bloodshot/Bloodshot-eye.png -share/gnome/gnome-applets/geyes/Bloodshot/Bloodshot-pupil.png -share/gnome/gnome-applets/geyes/Bloodshot/config -share/gnome/gnome-applets/geyes/Default-tiny/Default-tiny-eye.png -share/gnome/gnome-applets/geyes/Default-tiny/Default-tiny-pupil.png -share/gnome/gnome-applets/geyes/Default-tiny/config -share/gnome/gnome-applets/geyes/Default/Default-eye.png -share/gnome/gnome-applets/geyes/Default/Default-pupil.png -share/gnome/gnome-applets/geyes/Default/config -share/gnome/gnome-applets/geyes/Horrid/config -share/gnome/gnome-applets/geyes/Horrid/horrid_eye.png -share/gnome/gnome-applets/geyes/Horrid/horrid_pupil.png -%%BATTERY%%share/gnome/gnome-applets/glade/battstat_applet.glade -%%CPUFREQ%%share/gnome/gnome-applets/glade/cpufreq-preferences.glade -share/gnome/gnome-applets/glade/gswitchit-plugins.glade -share/gnome/gnome-applets/glade/gswitchit.glade -share/gnome/gnome-applets/glade/mini-commander.glade -share/gnome/gnome-applets/glade/modemlights.glade -share/gnome/gnome-applets/glade/stickynotes.glade -share/gnome/gnome-applets/glade/trashapplet.glade -share/gnome/gnome-applets/gweather/Locations.xml -share/gnome/gnome-applets/gweather/locations.dtd -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 -share/gnome/help/accessx-status/C/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/C/legal.xml -share/gnome/help/accessx-status/es/accessx-status.xml -share/gnome/help/accessx-status/es/figures/accessx-status-applet.png -share/gnome/help/accessx-status/es/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/es/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/es/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/es/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/fr/accessx-status.xml -share/gnome/help/accessx-status/fr/figures/accessx-status-applet.png -share/gnome/help/accessx-status/fr/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/fr/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/uk/accessx-status.xml -share/gnome/help/accessx-status/uk/figures/accessx-status-applet.png -share/gnome/help/accessx-status/uk/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/uk/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png -%%BATTERY%%share/gnome/help/battstat/C/battstat.xml -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/C/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/C/legal.xml -%%BATTERY%%share/gnome/help/battstat/es/battstat.xml -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/es/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/uk/battstat.xml -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/context-menu.png -share/gnome/help/char-palette/C/char-palette.xml -share/gnome/help/char-palette/C/figures/charpalette_applet.png -share/gnome/help/char-palette/C/figures/charpalette_chargroup.png -share/gnome/help/char-palette/C/figures/charpick-preferences.png -share/gnome/help/char-palette/C/figures/charpick_characters.png -share/gnome/help/char-palette/C/legal.xml -share/gnome/help/char-palette/es/char-palette.xml -share/gnome/help/char-palette/es/figures/charpalette_applet.png -share/gnome/help/char-palette/es/figures/charpalette_chargroup.png -share/gnome/help/char-palette/es/figures/charpick-preferences.png -share/gnome/help/char-palette/es/figures/charpick_characters.png -share/gnome/help/char-palette/it/char-palette.xml -share/gnome/help/char-palette/it/figures/charpalette_applet.png -share/gnome/help/char-palette/it/figures/charpalette_chargroup.png -share/gnome/help/char-palette/it/figures/charpick-preferences.png -share/gnome/help/char-palette/it/figures/charpick_characters.png -share/gnome/help/char-palette/nl/char-palette.xml -share/gnome/help/char-palette/nl/figures/charpalette_applet.png -share/gnome/help/char-palette/nl/figures/charpalette_chargroup.png -share/gnome/help/char-palette/nl/figures/charpick-preferences.png -share/gnome/help/char-palette/nl/figures/charpick_characters.png -share/gnome/help/char-palette/pt_BR/char-palette.xml -share/gnome/help/char-palette/pt_BR/figures/charpalette_applet.png -share/gnome/help/char-palette/pt_BR/figures/charpalette_chargroup.png -share/gnome/help/char-palette/pt_BR/figures/charpick-preferences.png -share/gnome/help/char-palette/pt_BR/figures/charpick_characters.png -share/gnome/help/char-palette/uk/char-palette.xml -share/gnome/help/char-palette/uk/figures/charpalette_applet.png -share/gnome/help/char-palette/uk/figures/charpalette_chargroup.png -share/gnome/help/char-palette/uk/figures/charpick-preferences.png -share/gnome/help/char-palette/uk/figures/charpick_characters.png -share/gnome/help/command-line/C/command-line.xml -share/gnome/help/command-line/C/figures/command-line.png -share/gnome/help/command-line/C/figures/prefs-macros.png -share/gnome/help/command-line/C/figures/prefs.png -share/gnome/help/command-line/C/legal.xml -share/gnome/help/command-line/es/command-line.xml -share/gnome/help/command-line/es/figures/command-line.png -share/gnome/help/command-line/es/figures/prefs-macros.png -share/gnome/help/command-line/es/figures/prefs.png -share/gnome/help/command-line/pt_BR/command-line.xml -share/gnome/help/command-line/pt_BR/figures/command-line.png -share/gnome/help/command-line/pt_BR/figures/prefs-macros.png -share/gnome/help/command-line/pt_BR/figures/prefs.png -share/gnome/help/command-line/uk/command-line.xml -share/gnome/help/command-line/uk/figures/command-line.png -share/gnome/help/command-line/uk/figures/prefs-macros.png -share/gnome/help/command-line/uk/figures/prefs.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/legal.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet.png -share/gnome/help/drivemount/C/drivemount.xml -share/gnome/help/drivemount/C/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/C/figures/drivemount-applet_example.png -share/gnome/help/drivemount/C/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/C/figures/drivemount-applet_open.png -share/gnome/help/drivemount/C/figures/drivemount-applet_status.png -share/gnome/help/drivemount/C/legal.xml -share/gnome/help/drivemount/es/drivemount.xml -share/gnome/help/drivemount/es/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/es/figures/drivemount-applet_example.png -share/gnome/help/drivemount/es/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/es/figures/drivemount-applet_open.png -share/gnome/help/drivemount/es/figures/drivemount-applet_status.png -share/gnome/help/drivemount/it/drivemount.xml -share/gnome/help/drivemount/it/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/it/figures/drivemount-applet_example.png -share/gnome/help/drivemount/it/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/it/figures/drivemount-applet_open.png -share/gnome/help/drivemount/it/figures/drivemount-applet_status.png -share/gnome/help/drivemount/pa/drivemount.xml -share/gnome/help/drivemount/pa/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_example.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_open.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_status.png -share/gnome/help/drivemount/uk/drivemount.xml -share/gnome/help/drivemount/uk/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_example.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_open.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_status.png -share/gnome/help/geyes/C/figures/geyes_applet.png -share/gnome/help/geyes/C/geyes.xml -share/gnome/help/geyes/C/legal.xml -share/gnome/help/geyes/es/figures/geyes_applet.png -share/gnome/help/geyes/es/geyes.xml -share/gnome/help/geyes/it/figures/geyes_applet.png -share/gnome/help/geyes/it/geyes.xml -share/gnome/help/geyes/uk/figures/geyes_applet.png -share/gnome/help/geyes/uk/geyes.xml -share/gnome/help/gswitchit/C/gswitchit.xml -share/gnome/help/gswitchit/C/legal.xml -share/gnome/help/gswitchit/es/gswitchit.xml -share/gnome/help/gswitchit/fr/gswitchit.xml -share/gnome/help/gswitchit/uk/gswitchit.xml -share/gnome/help/gtik2_applet2/C/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/C/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/C/legal.xml -share/gnome/help/gtik2_applet2/es/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/es/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/uk/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/uk/gtik2_applet2.xml -share/gnome/help/gweather/C/figures/gweather-details.png -share/gnome/help/gweather/C/figures/gweather-menu-prefs.png -share/gnome/help/gweather/C/figures/gweather-prefs-general.png -share/gnome/help/gweather/C/figures/gweather-prefs-locations.png -share/gnome/help/gweather/C/figures/gweather_applet.png -share/gnome/help/gweather/C/figures/stock_weather-cloudy.png -share/gnome/help/gweather/C/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-fog.png -share/gnome/help/gweather/C/figures/stock_weather-night-clear.png -share/gnome/help/gweather/C/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-showers.png -share/gnome/help/gweather/C/figures/stock_weather-snow.png -share/gnome/help/gweather/C/figures/stock_weather-storm.png -share/gnome/help/gweather/C/figures/stock_weather-sunny.png -share/gnome/help/gweather/C/gweather.xml -share/gnome/help/gweather/C/legal.xml -share/gnome/help/gweather/es/figures/gweather-details.png -share/gnome/help/gweather/es/figures/gweather-menu-prefs.png -share/gnome/help/gweather/es/figures/gweather-prefs-general.png -share/gnome/help/gweather/es/figures/gweather-prefs-locations.png -share/gnome/help/gweather/es/figures/gweather_applet.png -share/gnome/help/gweather/es/figures/stock_weather-cloudy.png -share/gnome/help/gweather/es/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-fog.png -share/gnome/help/gweather/es/figures/stock_weather-night-clear.png -share/gnome/help/gweather/es/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-showers.png -share/gnome/help/gweather/es/figures/stock_weather-snow.png -share/gnome/help/gweather/es/figures/stock_weather-storm.png -share/gnome/help/gweather/es/figures/stock_weather-sunny.png -share/gnome/help/gweather/es/gweather.xml -share/gnome/help/gweather/uk/figures/gweather-details.png -share/gnome/help/gweather/uk/figures/gweather-menu-prefs.png -share/gnome/help/gweather/uk/figures/gweather-prefs-general.png -share/gnome/help/gweather/uk/figures/gweather-prefs-locations.png -share/gnome/help/gweather/uk/figures/gweather_applet.png -share/gnome/help/gweather/uk/figures/stock_weather-cloudy.png -share/gnome/help/gweather/uk/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-fog.png -share/gnome/help/gweather/uk/figures/stock_weather-night-clear.png -share/gnome/help/gweather/uk/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-showers.png -share/gnome/help/gweather/uk/figures/stock_weather-snow.png -share/gnome/help/gweather/uk/figures/stock_weather-storm.png -share/gnome/help/gweather/uk/figures/stock_weather-sunny.png -share/gnome/help/gweather/uk/gweather.xml -share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/C/legal.xml -share/gnome/help/mixer_applet2/C/mixer_applet2.xml -share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/es/mixer_applet2.xml -share/gnome/help/mixer_applet2/uk/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/uk/mixer_applet2.xml -share/gnome/help/multiload/C/figures/multiload-preferences.png -share/gnome/help/multiload/C/figures/system-monitor-applet_window.png -share/gnome/help/multiload/C/figures/system_monitor.png -share/gnome/help/multiload/C/legal.xml -share/gnome/help/multiload/C/multiload.xml -share/gnome/help/multiload/es/figures/multiload-preferences.png -share/gnome/help/multiload/es/figures/system-monitor-applet_window.png -share/gnome/help/multiload/es/figures/system_monitor.png -share/gnome/help/multiload/es/multiload.xml -share/gnome/help/multiload/uk/figures/multiload-preferences.png -share/gnome/help/multiload/uk/figures/system-monitor-applet_window.png -share/gnome/help/multiload/uk/figures/system_monitor.png -share/gnome/help/multiload/uk/multiload.xml -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/C/legal.xml -share/gnome/help/stickynotes_applet/C/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/es/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/uk/stickynotes_applet.xml -share/gnome/help/trashapplet/C/figures/trash-applet.png -share/gnome/help/trashapplet/C/legal.xml -share/gnome/help/trashapplet/C/trashapplet.xml -share/gnome/help/trashapplet/es/figures/trash-applet.png -share/gnome/help/trashapplet/es/trashapplet.xml -share/gnome/help/trashapplet/fr/figures/trash-applet.png -share/gnome/help/trashapplet/fr/trashapplet.xml -share/gnome/help/trashapplet/it/figures/trash-applet.png -share/gnome/help/trashapplet/it/trashapplet.xml -share/gnome/help/trashapplet/pa/figures/trash-applet.png -share/gnome/help/trashapplet/pa/trashapplet.xml -share/gnome/help/trashapplet/uk/figures/trash-applet.png -share/gnome/help/trashapplet/uk/trashapplet.xml -share/gnome/omf/accessx-status/accessx-status-C.omf -share/gnome/omf/accessx-status/accessx-status-es.omf -share/gnome/omf/accessx-status/accessx-status-fr.omf -share/gnome/omf/accessx-status/accessx-status-uk.omf -%%BATTERY%%share/gnome/omf/battstat/battstat-C.omf -%%BATTERY%%share/gnome/omf/battstat/battstat-es.omf -%%BATTERY%%share/gnome/omf/battstat/battstat-uk.omf -share/gnome/omf/char-palette/char-palette-C.omf -share/gnome/omf/char-palette/char-palette-es.omf -share/gnome/omf/char-palette/char-palette-it.omf -share/gnome/omf/char-palette/char-palette-nl.omf -share/gnome/omf/char-palette/char-palette-pt_BR.omf -share/gnome/omf/char-palette/char-palette-uk.omf -share/gnome/omf/command-line/command-line-C.omf -share/gnome/omf/command-line/command-line-es.omf -share/gnome/omf/command-line/command-line-pt_BR.omf -share/gnome/omf/command-line/command-line-uk.omf -%%CPUFREQ%%share/gnome/omf/cpufreq-applet/cpufreq-applet-C.omf -%%CPUFREQ%%share/gnome/omf/cpufreq-applet/cpufreq-applet-es.omf -%%CPUFREQ%%share/gnome/omf/cpufreq-applet/cpufreq-applet-uk.omf -share/gnome/omf/drivemount/drivemount-C.omf -share/gnome/omf/drivemount/drivemount-es.omf -share/gnome/omf/drivemount/drivemount-it.omf -share/gnome/omf/drivemount/drivemount-pa.omf -share/gnome/omf/drivemount/drivemount-uk.omf -share/gnome/omf/geyes/geyes-C.omf -share/gnome/omf/geyes/geyes-es.omf -share/gnome/omf/geyes/geyes-it.omf -share/gnome/omf/geyes/geyes-uk.omf -share/gnome/omf/gswitchit/gswitchit-C.omf -share/gnome/omf/gswitchit/gswitchit-es.omf -share/gnome/omf/gswitchit/gswitchit-fr.omf -share/gnome/omf/gswitchit/gswitchit-uk.omf -share/gnome/omf/gtik2_applet2/gtik2_applet2-C.omf -share/gnome/omf/gtik2_applet2/gtik2_applet2-es.omf -share/gnome/omf/gtik2_applet2/gtik2_applet2-uk.omf -share/gnome/omf/gweather/gweather-C.omf -share/gnome/omf/gweather/gweather-es.omf -share/gnome/omf/gweather/gweather-uk.omf -share/gnome/omf/mixer_applet2/mixer_applet2-C.omf -share/gnome/omf/mixer_applet2/mixer_applet2-es.omf -share/gnome/omf/mixer_applet2/mixer_applet2-uk.omf -share/gnome/omf/multiload/multiload-C.omf -share/gnome/omf/multiload/multiload-es.omf -share/gnome/omf/multiload/multiload-uk.omf -share/gnome/omf/stickynotes_applet/stickynotes_applet-C.omf -share/gnome/omf/stickynotes_applet/stickynotes_applet-es.omf -share/gnome/omf/stickynotes_applet/stickynotes_applet-uk.omf -share/gnome/omf/trashapplet/trashapplet-C.omf -share/gnome/omf/trashapplet/trashapplet-es.omf -share/gnome/omf/trashapplet/trashapplet-fr.omf -share/gnome/omf/trashapplet/trashapplet-it.omf -share/gnome/omf/trashapplet/trashapplet-pa.omf -share/gnome/omf/trashapplet/trashapplet-uk.omf -share/gnome/pixmaps/accessx-status-applet/ax-applet.png -share/gnome/pixmaps/accessx-status-applet/ax-bouncekeys.png -share/gnome/pixmaps/accessx-status-applet/ax-key-base.png -share/gnome/pixmaps/accessx-status-applet/ax-key-inverse.png -share/gnome/pixmaps/accessx-status-applet/ax-key-no.png -share/gnome/pixmaps/accessx-status-applet/ax-key-none.png -share/gnome/pixmaps/accessx-status-applet/ax-key-yes.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-no.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-pending.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-yes.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-base.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-left.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-middle.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-right.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-left.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-middle.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-right.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-none.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-100.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-25.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-50.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-75.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-applet.png -%%CPUFREQ%%share/gnome/pixmaps/cpufreq-applet/cpufreq-na.png -share/gnome/pixmaps/stickynotes/close.png -share/gnome/pixmaps/stickynotes/locked.png -share/gnome/pixmaps/stickynotes/resize_se.png -share/gnome/pixmaps/stickynotes/resize_sw.png -share/gnome/pixmaps/stickynotes/stickynotes.png -share/gnome/pixmaps/stickynotes/stickynotes_prelight.png -share/gnome/pixmaps/stickynotes/unlocked.png -share/gnome/xmodmap/base.xml -share/gnome/xmodmap/xmodmap.am -share/gnome/xmodmap/xmodmap.ar -share/gnome/xmodmap/xmodmap.be -share/gnome/xmodmap/xmodmap.bg -share/gnome/xmodmap/xmodmap.br -share/gnome/xmodmap/xmodmap.ch -share/gnome/xmodmap/xmodmap.ch_de -share/gnome/xmodmap/xmodmap.ch_fr -share/gnome/xmodmap/xmodmap.cz -share/gnome/xmodmap/xmodmap.de -share/gnome/xmodmap/xmodmap.de-apple -share/gnome/xmodmap/xmodmap.dk -share/gnome/xmodmap/xmodmap.dvorak -share/gnome/xmodmap/xmodmap.ee -share/gnome/xmodmap/xmodmap.es -share/gnome/xmodmap/xmodmap.es_x86 -share/gnome/xmodmap/xmodmap.fi -share/gnome/xmodmap/xmodmap.fr -share/gnome/xmodmap/xmodmap.fr-2 -share/gnome/xmodmap/xmodmap.fr_x86 -share/gnome/xmodmap/xmodmap.gb -share/gnome/xmodmap/xmodmap.gb-102 -share/gnome/xmodmap/xmodmap.gb-105 -share/gnome/xmodmap/xmodmap.ge_la -share/gnome/xmodmap/xmodmap.ge_ru -share/gnome/xmodmap/xmodmap.gr -share/gnome/xmodmap/xmodmap.hu -share/gnome/xmodmap/xmodmap.hu-101-lat1 -share/gnome/xmodmap/xmodmap.hu-101-lat2 -share/gnome/xmodmap/xmodmap.hu-ibm -share/gnome/xmodmap/xmodmap.hu-lat1 -share/gnome/xmodmap/xmodmap.hu-sun-lat2 -share/gnome/xmodmap/xmodmap.hu.old -share/gnome/xmodmap/xmodmap.hu_latin1 -share/gnome/xmodmap/xmodmap.hu_x86 -share/gnome/xmodmap/xmodmap.il -share/gnome/xmodmap/xmodmap.il_phonetic -share/gnome/xmodmap/xmodmap.is -share/gnome/xmodmap/xmodmap.it -share/gnome/xmodmap/xmodmap.jp -share/gnome/xmodmap/xmodmap.kr -share/gnome/xmodmap/xmodmap.la -share/gnome/xmodmap/xmodmap.lt -share/gnome/xmodmap/xmodmap.lt_b -share/gnome/xmodmap/xmodmap.lt_p -share/gnome/xmodmap/xmodmap.mk -share/gnome/xmodmap/xmodmap.mn -share/gnome/xmodmap/xmodmap.mn-phonet -share/gnome/xmodmap/xmodmap.mn-rev -share/gnome/xmodmap/xmodmap.mn-uni -share/gnome/xmodmap/xmodmap.nl -share/gnome/xmodmap/xmodmap.no -share/gnome/xmodmap/xmodmap.pl -share/gnome/xmodmap/xmodmap.pl2 -share/gnome/xmodmap/xmodmap.pt -share/gnome/xmodmap/xmodmap.pt-dead -share/gnome/xmodmap/xmodmap.qc -share/gnome/xmodmap/xmodmap.qc-2 -share/gnome/xmodmap/xmodmap.ro -share/gnome/xmodmap/xmodmap.ru -share/gnome/xmodmap/xmodmap.ru-rev -share/gnome/xmodmap/xmodmap.ru_yawerty -share/gnome/xmodmap/xmodmap.se -share/gnome/xmodmap/xmodmap.sf -share/gnome/xmodmap/xmodmap.sg -share/gnome/xmodmap/xmodmap.si -share/gnome/xmodmap/xmodmap.sk -share/gnome/xmodmap/xmodmap.th -share/gnome/xmodmap/xmodmap.tr_f -share/gnome/xmodmap/xmodmap.tr_q -share/gnome/xmodmap/xmodmap.uk -share/gnome/xmodmap/xmodmap.uk_x86 -share/gnome/xmodmap/xmodmap.us -share/gnome/xmodmap/xmodmap.us-101 -share/gnome/xmodmap/xmodmap.us-84 -share/gnome/xmodmap/xmodmap.us-dec -share/gnome/xmodmap/xmodmap.us-ibm -share/gnome/xmodmap/xmodmap.us-int -share/gnome/xmodmap/xmodmap.us-mac -share/gnome/xmodmap/xmodmap.us-sgi-101 -share/gnome/xmodmap/xmodmap.us-sun -share/gnome/xmodmap/xmodmap.us.old -share/gnome/xmodmap/xmodmap.us101A_x86 -share/gnome/xmodmap/xmodmap.us_intl -share/gnome/xmodmap/xmodmap.yu -share/icons/hicolor/48x48/apps/ax-applet.png -share/icons/hicolor/48x48/apps/charpick.png -share/icons/hicolor/48x48/apps/gnome-cpu.png -share/icons/hicolor/48x48/apps/gnome-eyes.png -share/icons/hicolor/48x48/apps/gnome-mini-commander.png -share/icons/hicolor/48x48/apps/gnome-modem.png -share/icons/hicolor/48x48/apps/gnome-money.png -share/icons/hicolor/48x48/apps/gswitchit-applet.png -share/icons/hicolor/48x48/apps/gswitchit-properties-capplet.png -share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/id/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/no/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/te/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/th/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo -@unexec /bin/rmdir %D/share/locale/xh/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/xh 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/te/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/te 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/rw 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/icons/hicolor/48x48 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/icons/hicolor 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/icons 2>/dev/null || /usr/bin/true -@dirrm share/gnome/pixmaps/stickynotes -%%CPUFREQ%%@dirrm share/gnome/pixmaps/cpufreq-applet -@dirrm share/gnome/pixmaps/accessx-status-applet -@dirrm share/gnome/omf/trashapplet -@dirrm share/gnome/omf/stickynotes_applet -@dirrm share/gnome/omf/multiload -@dirrm share/gnome/omf/mixer_applet2 -@dirrm share/gnome/omf/gweather -@dirrm share/gnome/omf/gtik2_applet2 -@dirrm share/gnome/omf/gswitchit -@dirrm share/gnome/omf/geyes -@dirrm share/gnome/omf/drivemount -%%CPUFREQ%%@dirrm share/gnome/omf/cpufreq-applet -@dirrm share/gnome/omf/command-line -@dirrm share/gnome/omf/char-palette -%%BATTERY%%@dirrm share/gnome/omf/battstat -@dirrm share/gnome/omf/accessx-status -@dirrm share/gnome/help/trashapplet/uk/figures -@dirrm share/gnome/help/trashapplet/uk -@dirrm share/gnome/help/trashapplet/pa/figures -@dirrm share/gnome/help/trashapplet/pa -@dirrm share/gnome/help/trashapplet/fr/figures -@dirrm share/gnome/help/trashapplet/fr -@dirrm share/gnome/help/trashapplet/it/figures -@dirrm share/gnome/help/trashapplet/it -@dirrm share/gnome/help/trashapplet/es/figures -@dirrm share/gnome/help/trashapplet/es -@dirrm share/gnome/help/trashapplet/C/figures -@dirrm share/gnome/help/trashapplet/C -@dirrm share/gnome/help/trashapplet -@dirrm share/gnome/help/stickynotes_applet/uk/figures -@dirrm share/gnome/help/stickynotes_applet/uk -@dirrm share/gnome/help/stickynotes_applet/es/figures -@dirrm share/gnome/help/stickynotes_applet/es -@dirrm share/gnome/help/stickynotes_applet/C/figures -@dirrm share/gnome/help/stickynotes_applet/C -@dirrm share/gnome/help/stickynotes_applet -@dirrm share/gnome/help/multiload/uk/figures -@dirrm share/gnome/help/multiload/uk -@dirrm share/gnome/help/multiload/es/figures -@dirrm share/gnome/help/multiload/es -@dirrm share/gnome/help/multiload/C/figures -@dirrm share/gnome/help/multiload/C -@dirrm share/gnome/help/multiload -@dirrm share/gnome/help/mixer_applet2/uk/figures -@dirrm share/gnome/help/mixer_applet2/uk -@dirrm share/gnome/help/mixer_applet2/es/figures -@dirrm share/gnome/help/mixer_applet2/es -@dirrm share/gnome/help/mixer_applet2/C/figures -@dirrm share/gnome/help/mixer_applet2/C -@dirrm share/gnome/help/mixer_applet2 -@dirrm share/gnome/help/gweather/uk/figures -@dirrm share/gnome/help/gweather/uk -@dirrm share/gnome/help/gweather/es/figures -@dirrm share/gnome/help/gweather/es -@dirrm share/gnome/help/gweather/C/figures -@dirrm share/gnome/help/gweather/C -@dirrm share/gnome/help/gweather -@dirrm share/gnome/help/gtik2_applet2/uk/figures -@dirrm share/gnome/help/gtik2_applet2/uk -@dirrm share/gnome/help/gtik2_applet2/es/figures -@dirrm share/gnome/help/gtik2_applet2/es -@dirrm share/gnome/help/gtik2_applet2/C/figures -@dirrm share/gnome/help/gtik2_applet2/C -@dirrm share/gnome/help/gtik2_applet2 -@dirrm share/gnome/help/gswitchit/uk -@dirrm share/gnome/help/gswitchit/fr -@dirrm share/gnome/help/gswitchit/es -@dirrm share/gnome/help/gswitchit/C -@dirrm share/gnome/help/gswitchit -@dirrm share/gnome/help/geyes/uk/figures -@dirrm share/gnome/help/geyes/uk -@dirrm share/gnome/help/geyes/it/figures -@dirrm share/gnome/help/geyes/it -@dirrm share/gnome/help/geyes/es/figures -@dirrm share/gnome/help/geyes/es -@dirrm share/gnome/help/geyes/C/figures -@dirrm share/gnome/help/geyes/C -@dirrm share/gnome/help/geyes -@dirrm share/gnome/help/drivemount/uk/figures -@dirrm share/gnome/help/drivemount/uk -@dirrm share/gnome/help/drivemount/pa/figures -@dirrm share/gnome/help/drivemount/pa -@dirrm share/gnome/help/drivemount/it/figures -@dirrm share/gnome/help/drivemount/it -@dirrm share/gnome/help/drivemount/es/figures -@dirrm share/gnome/help/drivemount/es -@dirrm share/gnome/help/drivemount/C/figures -@dirrm share/gnome/help/drivemount/C -@dirrm share/gnome/help/drivemount -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet -@dirrm share/gnome/help/command-line/uk/figures -@dirrm share/gnome/help/command-line/uk -@dirrm share/gnome/help/command-line/pt_BR/figures -@dirrm share/gnome/help/command-line/pt_BR -@dirrm share/gnome/help/command-line/es/figures -@dirrm share/gnome/help/command-line/es -@dirrm share/gnome/help/command-line/C/figures -@dirrm share/gnome/help/command-line/C -@dirrm share/gnome/help/command-line -@dirrm share/gnome/help/char-palette/uk/figures -@dirrm share/gnome/help/char-palette/uk -@dirrm share/gnome/help/char-palette/pt_BR/figures -@dirrm share/gnome/help/char-palette/pt_BR -@dirrm share/gnome/help/char-palette/nl/figures -@dirrm share/gnome/help/char-palette/nl -@dirrm share/gnome/help/char-palette/it/figures -@dirrm share/gnome/help/char-palette/it -@dirrm share/gnome/help/char-palette/es/figures -@dirrm share/gnome/help/char-palette/es -@dirrm share/gnome/help/char-palette/C/figures -@dirrm share/gnome/help/char-palette/C -@dirrm share/gnome/help/char-palette -%%BATTERY%%@dirrm share/gnome/help/battstat/uk/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/uk -%%BATTERY%%@dirrm share/gnome/help/battstat/es/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/es -%%BATTERY%%@dirrm share/gnome/help/battstat/C/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/C -%%BATTERY%%@dirrm share/gnome/help/battstat -@dirrm share/gnome/help/accessx-status/uk/figures -@dirrm share/gnome/help/accessx-status/uk -@dirrm share/gnome/help/accessx-status/fr/figures -@dirrm share/gnome/help/accessx-status/fr -@dirrm share/gnome/help/accessx-status/es/figures -@dirrm share/gnome/help/accessx-status/es -@dirrm share/gnome/help/accessx-status/C/figures -@dirrm share/gnome/help/accessx-status/C -@dirrm share/gnome/help/accessx-status -@dirrm share/gnome/gnome-applets/gweather -@dirrm share/gnome/gnome-applets/glade -@dirrm share/gnome/gnome-applets/geyes/Horrid -@dirrm share/gnome/gnome-applets/geyes/Default-tiny -@dirrm share/gnome/gnome-applets/geyes/Default -@dirrm share/gnome/gnome-applets/geyes/Bloodshot -@dirrm share/gnome/gnome-applets/geyes/Bizarre -@dirrm share/gnome/gnome-applets/geyes -@dirrm share/gnome/gnome-applets -@dirrm libexec/gnome-applets -@dirrm include/libgswitchit diff --git a/x11/gnomedesktop/Makefile b/x11/gnomedesktop/Makefile deleted file mode 100644 index 101a89bd0..000000000 --- a/x11/gnomedesktop/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for:	gnomedesktop -# Date created:				13 April 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnomedesktop/Makefile,v 1.73 2005/09/05 14:16:45 kwm Exp $ -# - -PORTNAME=	gnomedesktop -PORTVERSION=	2.12.1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-desktop/2.12 -DISTNAME=	gnome-desktop-${PORTVERSION} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Additional UI API for GNOME 2 - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_XPM=	yes -USE_REINPLACE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \ -		ltverhack -GNOME_DESKTOP_VERSION=2 -USE_GMAKE=	yes -USE_BISON=	yes -INSTALLS_OMF=	yes -INSTALLS_SHLIB=	yes -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ARGS=	--with-gnome-distributor="FreeBSD GNOME Project" \ -		--with-kde-datadir=${LOCALBASE}/share -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" - -MAN1=	gnome-about.1 - -.include <bsd.port.mk> diff --git a/x11/gnomedesktop/distinfo b/x11/gnomedesktop/distinfo deleted file mode 100644 index 1af6b593c..000000000 --- a/x11/gnomedesktop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-desktop-2.12.1.tar.bz2) = e6841d3a401ec2f5aa17a0529ba4bf55 -SIZE (gnome2/gnome-desktop-2.12.1.tar.bz2) = 1033105 diff --git a/x11/gnomedesktop/pkg-descr b/x11/gnomedesktop/pkg-descr deleted file mode 100644 index bda4df791..000000000 --- a/x11/gnomedesktop/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a collection of APIs not included in libgnomeui. - -WWW: http://www.gnome.org/ diff --git a/x11/gnomedesktop/pkg-plist b/x11/gnomedesktop/pkg-plist deleted file mode 100644 index cf05af1ec..000000000 --- a/x11/gnomedesktop/pkg-plist +++ /dev/null @@ -1,222 +0,0 @@ -bin/gnome-about -include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h -include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h -include/gnome-desktop-2.0/libgnomeui/gnome-hint.h -lib/libgnome-desktop-2.a -lib/libgnome-desktop-2.so -lib/libgnome-desktop-2.so.2 -libdata/pkgconfig/gnome-desktop-2.0.pc -share/gnome/applications/gnome-about.desktop -share/gnome/gnome-about/gnome-64.png -share/gnome/gnome-about/gnome-version.xml -share/gnome/gnome-about/headers/header-bg-ancient01a.png -share/gnome/gnome-about/headers/header-bg-city01.png -share/gnome/gnome-about/headers/header-bg-clouds01.png -share/gnome/gnome-about/headers/header-bg-clouds02.png -share/gnome/gnome-about/headers/header-bg-hills01.png -share/gnome/gnome-about/headers/header-bg-landscape01.png -share/gnome/gnome-about/headers/header-bg-mountains01.png -share/gnome/gnome-about/headers/header-bg-snow01.png -share/gnome/gnome-about/headers/header-bg-sunset01.png -share/gnome/help/fdl/C/fdl.xml -share/gnome/help/fdl/es/fdl.xml -share/gnome/help/gnome-feedback/C/gnome-feedback.xml -share/gnome/help/gnome-feedback/es/gnome-feedback.xml -share/gnome/help/gpl/C/gpl.xml -share/gnome/help/gpl/es/gpl.xml -share/gnome/help/gpl/fi/gpl.xml -share/gnome/help/gpl/pa/gpl.xml -share/gnome/help/lgpl/C/lgpl.xml -share/gnome/help/lgpl/es/lgpl.xml -share/gnome/help/lgpl/pa/lgpl.xml -share/gnome/omf/fdl/fdl-C.omf -share/gnome/omf/fdl/fdl-es.omf -share/gnome/omf/gnome-feedback/gnome-feedback-C.omf -share/gnome/omf/gnome-feedback/gnome-feedback-es.omf -share/gnome/omf/gpl/gpl-C.omf -share/gnome/omf/gpl/gpl-es.omf -share/gnome/omf/gpl/gpl-fi.omf -share/gnome/omf/gpl/gpl-pa.omf -share/gnome/omf/lgpl/lgpl-C.omf -share/gnome/omf/lgpl/lgpl-es.omf -share/gnome/omf/lgpl/lgpl-pa.omf -share/gnome/pixmaps/apple-green.png -share/gnome/pixmaps/apple-red.png -share/gnome/pixmaps/gnome-aorta.png -share/gnome/pixmaps/gnome-applets.png -share/gnome/pixmaps/gnome-background-image.png -share/gnome/pixmaps/gnome-background-pattern.png -share/gnome/pixmaps/gnome-background.png -share/gnome/pixmaps/gnome-calc2.png -share/gnome/pixmaps/gnome-calc3.png -share/gnome/pixmaps/gnome-calendar.png -share/gnome/pixmaps/gnome-ccbackground.png -share/gnome/pixmaps/gnome-ccdesktop.png -share/gnome/pixmaps/gnome-ccdialog.png -share/gnome/pixmaps/gnome-ccmime.png -share/gnome/pixmaps/gnome-ccperiph.png -share/gnome/pixmaps/gnome-ccscreensaver.png -share/gnome/pixmaps/gnome-ccwindowmanager.png -share/gnome/pixmaps/gnome-color-browser.png -share/gnome/pixmaps/gnome-color-xterm.png -share/gnome/pixmaps/gnome-computer.png -share/gnome/pixmaps/gnome-cromagnon.png -share/gnome/pixmaps/gnome-day.png -share/gnome/pixmaps/gnome-debian.png -share/gnome/pixmaps/gnome-diskfree.png -share/gnome/pixmaps/gnome-emacs.png -share/gnome/pixmaps/gnome-eterm.png -share/gnome/pixmaps/gnome-file-c.png -share/gnome/pixmaps/gnome-file-h.png -share/gnome/pixmaps/gnome-folder.png -share/gnome/pixmaps/gnome-gemvt.png -share/gnome/pixmaps/gnome-gimp.png -share/gnome/pixmaps/gnome-gmenu.png -share/gnome/pixmaps/gnome-gmush.png -share/gnome/pixmaps/gnome-gnomoku.png -share/gnome/pixmaps/gnome-home.png -share/gnome/pixmaps/gnome-html.png -share/gnome/pixmaps/gnome-image-gif.png -share/gnome/pixmaps/gnome-image-jpeg.png -share/gnome/pixmaps/gnome-irc.png -share/gnome/pixmaps/gnome-laptop.png -share/gnome/pixmaps/gnome-log.png -share/gnome/pixmaps/gnome-logo-icon-transparent.png -share/gnome/pixmaps/gnome-logo-icon.png -share/gnome/pixmaps/gnome-logo-large.png -share/gnome/pixmaps/gnome-mdi.png -share/gnome/pixmaps/gnome-mnemonic.png -share/gnome/pixmaps/gnome-month.png -share/gnome/pixmaps/gnome-mouse.png -share/gnome/pixmaps/gnome-news.png -share/gnome/pixmaps/gnome-note.png -share/gnome/pixmaps/gnome-qeye.png -share/gnome/pixmaps/gnome-set-time.png -share/gnome/pixmaps/gnome-spider.png -share/gnome/pixmaps/gnome-squeak.png -share/gnome/pixmaps/gnome-suse.png -share/gnome/pixmaps/gnome-talk.png -share/gnome/pixmaps/gnome-term-linux.png -share/gnome/pixmaps/gnome-term-linux2.png -share/gnome/pixmaps/gnome-term-night.png -share/gnome/pixmaps/gnome-term-tiger.png -share/gnome/pixmaps/gnome-term.png -share/gnome/pixmaps/gnome-tigert.png -share/gnome/pixmaps/gnome-touristinfo.png -share/gnome/pixmaps/gnome-user-interface.png -share/gnome/pixmaps/gnome-week.png -share/gnome/pixmaps/gnome-windows.png -share/gnome/pixmaps/gnome-word.png -share/gnome/pixmaps/gnome-workspace.png -share/gnome/pixmaps/gnome-xterm.png -share/gnome/pixmaps/gtkvim.png -share/gnome/pixmaps/kterm.xpm -share/gnome/pixmaps/monitor.png -share/gnome/pixmaps/vnterm.xpm -share/locale/af/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/az/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/be/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/br/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/de/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/el/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/es/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/et/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/he/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/id/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/is/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/it/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/li/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/no/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/te/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/th/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ug/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/yo/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-desktop-2.0.mo -@unexec rmdir %D/share/locale/yo/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/yo 2> /dev/null || true -@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ug 2> /dev/null || true -@unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ku 2> /dev/null || true -@unexec rmdir %D/share/locale/hy/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/hy 2> /dev/null || true -@dirrm share/gnome/omf/lgpl -@dirrm share/gnome/omf/gpl -@dirrm share/gnome/omf/gnome-feedback -@dirrm share/gnome/omf/fdl -@dirrm share/gnome/help/lgpl/pa -@dirrm share/gnome/help/lgpl/es -@dirrm share/gnome/help/gpl/pa -@dirrm share/gnome/help/gpl/fi -@dirrm share/gnome/help/gpl/es -@dirrm share/gnome/help/fdl/es -@dirrm share/gnome/help/gnome-feedback/es -@dirrm share/gnome/help/gnome-feedback/C -@dirrm share/gnome/help/gnome-feedback -@dirrm share/gnome/gnome-about/headers -@dirrm include/gnome-desktop-2.0/libgnomeui -@dirrm include/gnome-desktop-2.0/libgnome -@dirrm include/gnome-desktop-2.0 diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile deleted file mode 100644 index 88f3c5f6a..000000000 --- a/x11/gnomepanel/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for:	gnomepanel -# Date created:				27 April 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnomepanel/Makefile,v 1.107 2005/09/08 18:10:58 marcus Exp $ -# - -PORTNAME=	gnomepanel -PORTVERSION=	2.12.1 -PORTREVISION=	1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-panel/2.12 -DISTNAME=	gnome-panel-${PORTVERSION} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Panel component for the GNOME 2 Desktop - -RUN_DEPENDS=	gnome-menu-editor:${PORTSDIR}/deskutils/gnome-menu-editor - -USE_BZIP2=	yes -INSTALLS_OMF=	yes -INSTALLS_SHLIB=	yes -INSTALLS_ICONS=	yes -USE_X_PREFIX=	yes -USE_REINPLACE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack gnomedesktop \ -		libwnck gnomemenus gnomedocutils ltverhack -WANT_GNOME=	yes -GNOME_DESKTOP_VERSION=2 -USE_GMAKE=	yes -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ARGS=	--with-kde-datadir=${LOCALBASE}/share \ -		--with-kde-docdir=${LOCALBASE}/share/doc -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" - -MAN1=		gnome-panel.1 -GCONF_SCHEMAS=	clock.schemas fish.schemas \ -		panel-compatibility.schemas panel-general.schemas \ -		panel-global.schemas panel-object.schemas \ -		panel-toplevel.schemas window-list.schemas \ -		workspace-switcher.schemas - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_GNOME -WITH_GNOME=	yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+=	evolutiondataserver -CONFIGURE_ARGS+=--enable-eds -.else -CONFIGURE_ARGS+=--disable-eds -.endif - -post-patch: -	@${REINPLACE_CMD} -e 's|evolution.desktop|evolution-2.4.desktop|g' \ -		${WRKSRC}/gnome-panel/panel-default-setup.entries.in -.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ -	( ${OSVERSION} < 503101 ) -.for po in da.po it.po zh_CN.po zh_TW.po -	@${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnomepanel/distinfo b/x11/gnomepanel/distinfo deleted file mode 100644 index ca8232c0a..000000000 --- a/x11/gnomepanel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-panel-2.12.1.tar.bz2) = a532717e8ac7f67b7198c256909cd7dd -SIZE (gnome2/gnome-panel-2.12.1.tar.bz2) = 2468498 diff --git a/x11/gnomepanel/files/patch-applets_clock_clock.c b/x11/gnomepanel/files/patch-applets_clock_clock.c deleted file mode 100644 index ccf5378b1..000000000 --- a/x11/gnomepanel/files/patch-applets_clock_clock.c +++ /dev/null @@ -1,24 +0,0 @@ ---- applets/clock/clock.c.orig	Tue Jan 13 11:55:58 2004 -+++ applets/clock/clock.c	Wed Jan 14 15:43:39 2004 -@@ -47,7 +47,9 @@ - #include <dirent.h> - #include <string.h> - #include <time.h> -+#ifdef HAVE_LANGINFO_H - #include <langinfo.h> -+#endif -  - #include <panel-applet.h> - #include <panel-applet-gconf.h> -@@ -539,7 +541,11 @@ - { -         const char *am; -  -+#ifdef HAVE_LANGINFO_H -         am = nl_langinfo (AM_STR); -+#else -+	am = "AM"; -+#endif -         return (am[0] == '\0') ? CLOCK_FORMAT_24 : CLOCK_FORMAT_12; - } -  diff --git a/x11/gnomepanel/files/patch-config.h.in b/x11/gnomepanel/files/patch-config.h.in deleted file mode 100644 index 8a59166a5..000000000 --- a/x11/gnomepanel/files/patch-config.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config.h.in.orig	Thu Jan  2 19:50:41 2003 -+++ config.h.in	Mon Jan  6 13:11:12 2003 -@@ -96,6 +96,8 @@ - /* Define to 1 if you have the <stdlib.h> header file. */ - #undef HAVE_STDLIB_H -  -+#undef HAVE_LANGINFO_H -+ - /* Define to 1 if you have the <strings.h> header file. */ - #undef HAVE_STRINGS_H -  diff --git a/x11/gnomepanel/files/patch-configure b/x11/gnomepanel/files/patch-configure deleted file mode 100644 index 732f3a860..000000000 --- a/x11/gnomepanel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig	Wed Jan 14 15:54:42 2004 -+++ configure	Wed Jan 14 15:55:13 2004 -@@ -5536,7 +5536,7 @@ -  -  - for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ --		  inttypes.h stdint.h unistd.h -+		  inttypes.h stdint.h unistd.h langinfo.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_header" >&5 diff --git a/x11/gnomepanel/files/patch-gnome-panel_menu.c b/x11/gnomepanel/files/patch-gnome-panel_menu.c deleted file mode 100644 index aa7aeae8c..000000000 --- a/x11/gnomepanel/files/patch-gnome-panel_menu.c +++ /dev/null @@ -1,42 +0,0 @@ ---- gnome-panel/menu.c.orig	Sat Mar 26 15:12:10 2005 -+++ gnome-panel/menu.c	Fri Jun  3 11:17:45 2005 -@@ -1535,8 +1535,8 @@ - 	return NULL; - } -  --static void --image_menu_shown (GtkWidget *image, gpointer data) -+static gboolean -+image_menu_exposed (GtkWidget *image, GdkEventExpose *event, gpointer data) - { - 	IconToLoad *new_icon; - 	IconToLoad *icon; -@@ -1545,7 +1545,7 @@ -  - 	/* if we've already handled this */ - 	if (gtk_image_get_storage_type (GTK_IMAGE (image)) != GTK_IMAGE_EMPTY) --		return; -+		return FALSE;	/* propagate event */ -  - 	if (find_in_load_list (image) == NULL) { - 		new_icon = icon_to_load_copy (icon); -@@ -1554,6 +1554,8 @@ - 	} - 	if (load_icons_id == 0) - 		load_icons_id = g_idle_add (load_icons_handler, NULL); -+ -+	return FALSE;		/* propagate event */ - } -  - static void -@@ -1601,8 +1603,8 @@ - 		gtk_image_menu_item_set_image ( - 			GTK_IMAGE_MENU_ITEM (image_menu_item), image); -  --	g_signal_connect_data (image, "map", --			       G_CALLBACK (image_menu_shown), icon, -+	g_signal_connect_data (image, "expose-event", -+			       G_CALLBACK (image_menu_exposed), icon, - 			       (GClosureNotify) icon_to_load_free, 0); -  - 	g_signal_connect (image, "destroy", diff --git a/x11/gnomepanel/files/patch-po_ja.po b/x11/gnomepanel/files/patch-po_ja.po deleted file mode 100644 index 1d3343b41..000000000 --- a/x11/gnomepanel/files/patch-po_ja.po +++ /dev/null @@ -1,20 +0,0 @@ ---- po/ja.po.orig	Mon Mar  7 23:15:19 2005 -+++ po/ja.po	Fri Apr  8 14:12:28 2005 -@@ -105,7 +105,7 @@ - #. - #: ../applets/clock/clock.c:281 - msgid "%a %b %e" --msgstr "%b%eæ—¥ (%a)" -+msgstr "%B%eæ—¥ (%a)" -  - #. translators: reverse the order of these arguments - #. *              if the time should come before the -@@ -138,7 +138,7 @@ - #. we will display the start date in the most abbreviated way possible. - #: ../applets/clock/clock.c:591 - msgid "%b %d" --msgstr "%b%eæ—¥" -+msgstr "%B%eæ—¥" -  - #: ../applets/clock/clock.c:890 - msgid "Tasks" diff --git a/x11/gnomepanel/pkg-descr b/x11/gnomepanel/pkg-descr deleted file mode 100644 index 263044b5e..000000000 --- a/x11/gnomepanel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This drives the GNOME 2 panel. - -WWW: http://www.gnome.org/ diff --git a/x11/gnomepanel/pkg-plist b/x11/gnomepanel/pkg-plist deleted file mode 100644 index e77d26d94..000000000 --- a/x11/gnomepanel/pkg-plist +++ /dev/null @@ -1,504 +0,0 @@ -bin/gnome-desktop-item-edit -bin/gnome-panel -bin/panel-test-applets -@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true -@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true -etc/gconf/schemas/panel-default-setup.entries -@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true -@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true -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/libpanel-applet-2.a -lib/libpanel-applet-2.so -lib/libpanel-applet-2.so.0 -libdata/bonobo/servers/GNOME_ClockApplet_Factory.server -libdata/bonobo/servers/GNOME_FishApplet_Factory.server -libdata/bonobo/servers/GNOME_NotificationAreaApplet.server -libdata/bonobo/servers/GNOME_Panel.server -libdata/bonobo/servers/GNOME_Wncklet_Factory.server -libdata/pkgconfig/libpanelapplet-2.0.pc -libexec/clock-applet -libexec/fish-applet-2 -libexec/notification-area-applet -libexec/wnck-applet -share/doc/panel-applet/PanelApplet.html -share/doc/panel-applet/applet-popups.html -share/doc/panel-applet/applet-porting.html -share/doc/panel-applet/applet-writing.html -share/doc/panel-applet/home.png -share/doc/panel-applet/index.html -share/doc/panel-applet/index.sgml -share/doc/panel-applet/left.png -share/doc/panel-applet/multi-applets.html -share/doc/panel-applet/panel-applet-Panel-Applet-GConf-Utilities.html -share/doc/panel-applet/panel-applet.devhelp -share/doc/panel-applet/panel-applet.html -share/doc/panel-applet/panel-signals.html -share/doc/panel-applet/right.png -share/doc/panel-applet/server-files.html -share/doc/panel-applet/session-saving.html -share/doc/panel-applet/style.css -share/doc/panel-applet/up.png -share/gnome/gnome-2.0/ui/GNOME_ClockApplet.xml -share/gnome/gnome-2.0/ui/GNOME_FishApplet.xml -share/gnome/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml -share/gnome/gnome-2.0/ui/GNOME_Panel_Popup.xml -share/gnome/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WindowListApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WindowMenuApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml -share/gnome/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/de/clock.xml -share/gnome/help/clock/de/figures/clock_applet.png -share/gnome/help/clock/de/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/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/pa/clock.xml -share/gnome/help/clock/pa/figures/clock_applet.png -share/gnome/help/clock/pa/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/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_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-applet-2/de/figures/fish_applet.png -share/gnome/help/fish-applet-2/de/figures/fish_settings.png -share/gnome/help/fish-applet-2/de/fish-applet-2.xml -share/gnome/help/fish-applet-2/de/legal.xml -share/gnome/help/fish-applet-2/fr/figures/fish_applet.png -share/gnome/help/fish-applet-2/fr/figures/fish_settings.png -share/gnome/help/fish-applet-2/fr/fish-applet-2.xml -share/gnome/help/fish-applet-2/fr/legal.xml -share/gnome/help/fish-applet-2/ja/figures/fish_applet.png -share/gnome/help/fish-applet-2/ja/fish-applet-2.xml -share/gnome/help/fish-applet-2/ja/legal.xml -share/gnome/help/fish-applet-2/ko/figures/fish_applet.png -share/gnome/help/fish-applet-2/ko/figures/fish_settings.png -share/gnome/help/fish-applet-2/ko/fish-applet-2.xml -share/gnome/help/fish-applet-2/ko/legal.xml -share/gnome/help/fish-applet-2/sv/figures/fish_applet.png -share/gnome/help/fish-applet-2/sv/figures/fish_settings.png -share/gnome/help/fish-applet-2/sv/fish-applet-2.xml -share/gnome/help/fish-applet-2/sv/legal.xml -share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png -share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png -share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml -share/gnome/help/fish-applet-2/zh_CN/legal.xml -share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png -share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png -share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml -share/gnome/help/fish-applet-2/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/es/figures/fish_applet.png -share/gnome/help/fish/es/fish.xml -share/gnome/help/fish/es/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/uk/figures/fish_applet.png -share/gnome/help/fish/uk/fish.xml -share/gnome/help/fish/uk/legal.xml -share/gnome/help/window-list/C/figures/window_list_applet.png -share/gnome/help/window-list/C/figures/window_list_group_applet.png -share/gnome/help/window-list/C/legal.xml -share/gnome/help/window-list/C/window-list.xml -share/gnome/help/window-list/de/figures/window_list_applet.png -share/gnome/help/window-list/de/figures/window_list_group.png -share/gnome/help/window-list/de/figures/window_list_group_applet.png -share/gnome/help/window-list/de/legal.xml -share/gnome/help/window-list/de/window-list.xml -share/gnome/help/window-list/es/figures/window_list_applet.png -share/gnome/help/window-list/es/figures/window_list_group_applet.png -share/gnome/help/window-list/es/legal.xml -share/gnome/help/window-list/es/window-list.xml -share/gnome/help/window-list/fr/figures/window_list_applet.png -share/gnome/help/window-list/fr/figures/window_list_group.png -share/gnome/help/window-list/fr/figures/window_list_group_applet.png -share/gnome/help/window-list/fr/legal.xml -share/gnome/help/window-list/fr/window-list.xml -share/gnome/help/window-list/it/figures/window_list_applet.png -share/gnome/help/window-list/it/figures/window_list_group_applet.png -share/gnome/help/window-list/it/legal.xml -share/gnome/help/window-list/it/window-list.xml -share/gnome/help/window-list/ja/figures/window_list_applet.png -share/gnome/help/window-list/ja/figures/window_list_group_applet.png -share/gnome/help/window-list/ja/legal.xml -share/gnome/help/window-list/ja/window-list.xml -share/gnome/help/window-list/ko/figures/window_list_applet.png -share/gnome/help/window-list/ko/figures/window_list_group.png -share/gnome/help/window-list/ko/figures/window_list_group_applet.png -share/gnome/help/window-list/ko/legal.xml -share/gnome/help/window-list/ko/window-list.xml -share/gnome/help/window-list/sv/figures/window_list_applet.png -share/gnome/help/window-list/sv/figures/window_list_group_applet.png -share/gnome/help/window-list/sv/figures/window_list_group.png -share/gnome/help/window-list/sv/legal.xml -share/gnome/help/window-list/sv/window-list.xml -share/gnome/help/window-list/uk/figures/window_list_applet.png -share/gnome/help/window-list/uk/figures/window_list_group_applet.png -share/gnome/help/window-list/uk/legal.xml -share/gnome/help/window-list/uk/window-list.xml -share/gnome/help/window-list/zh_CN/figures/window_list_applet.png -share/gnome/help/window-list/zh_CN/figures/window_list_group.png -share/gnome/help/window-list/zh_CN/figures/window_list_group_applet.png -share/gnome/help/window-list/zh_CN/legal.xml -share/gnome/help/window-list/zh_CN/window-list.xml -share/gnome/help/window-list/zh_TW/figures/window_list_applet.png -share/gnome/help/window-list/zh_TW/figures/window_list_group.png -share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png -share/gnome/help/window-list/zh_TW/legal.xml -share/gnome/help/window-list/zh_TW/window-list.xml -share/gnome/help/workspace-switcher/C/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/C/legal.xml -share/gnome/help/workspace-switcher/C/workspace-switcher.xml -share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/de/legal.xml -share/gnome/help/workspace-switcher/de/workspace-switcher.xml -share/gnome/help/workspace-switcher/es/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/es/legal.xml -share/gnome/help/workspace-switcher/es/workspace-switcher.xml -share/gnome/help/workspace-switcher/fr/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/fr/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/fr/legal.xml -share/gnome/help/workspace-switcher/fr/workspace-switcher.xml -share/gnome/help/workspace-switcher/it/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/it/legal.xml -share/gnome/help/workspace-switcher/it/workspace-switcher.xml -share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/ja/legal.xml -share/gnome/help/workspace-switcher/ja/workspace-switcher.xml -share/gnome/help/workspace-switcher/ko/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/ko/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/ko/legal.xml -share/gnome/help/workspace-switcher/ko/workspace-switcher.xml -share/gnome/help/workspace-switcher/nl/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/nl/legal.xml -share/gnome/help/workspace-switcher/nl/workspace-switcher.xml -share/gnome/help/workspace-switcher/sv/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/sv/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/sv/legal.xml -share/gnome/help/workspace-switcher/sv/workspace-switcher.xml -share/gnome/help/workspace-switcher/uk/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/uk/legal.xml -share/gnome/help/workspace-switcher/uk/workspace-switcher.xml -share/gnome/help/workspace-switcher/zh_CN/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/zh_CN/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/zh_CN/legal.xml -share/gnome/help/workspace-switcher/zh_CN/workspace-switcher.xml -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/idl/gnome-panel-2.0/GNOME_Panel.idl -share/gnome/omf/clock/clock-C.omf -share/gnome/omf/clock/clock-de.omf -share/gnome/omf/clock/clock-es.omf -share/gnome/omf/clock/clock-it.omf -share/gnome/omf/clock/clock-fr.omf -share/gnome/omf/clock/clock-ja.omf -share/gnome/omf/clock/clock-ko.omf -share/gnome/omf/clock/clock-nl.omf -share/gnome/omf/clock/clock-pa.omf -share/gnome/omf/clock/clock-sr.omf -share/gnome/omf/clock/clock-sv.omf -share/gnome/omf/clock/clock-uk.omf -share/gnome/omf/clock/clock-zh_CN.omf -share/gnome/omf/clock/clock-zh_TW.omf -share/gnome/omf/fish/fish-C.omf -share/gnome/omf/fish/fish-es.omf -share/gnome/omf/fish/fish-it.omf -share/gnome/omf/fish/fish-uk.omf -share/gnome/omf/gnome-panel/clock-de.omf -share/gnome/omf/gnome-panel/clock-fr.omf -share/gnome/omf/gnome-panel/clock-ja.omf -share/gnome/omf/gnome-panel/clock-ko.omf -share/gnome/omf/gnome-panel/clock-sv.omf -share/gnome/omf/gnome-panel/clock-zh_CN.omf -share/gnome/omf/gnome-panel/clock-zh_TW.omf -share/gnome/omf/gnome-panel/fish-applet-2-de.omf -share/gnome/omf/gnome-panel/fish-applet-2-fr.omf -share/gnome/omf/gnome-panel/fish-applet-2-ja.omf -share/gnome/omf/gnome-panel/fish-applet-2-ko.omf -share/gnome/omf/gnome-panel/fish-applet-2-sv.omf -share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf -share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf -share/gnome/omf/gnome-panel/window-list-de.omf -share/gnome/omf/gnome-panel/window-list-fr.omf -share/gnome/omf/gnome-panel/window-list-ja.omf -share/gnome/omf/gnome-panel/window-list-ko.omf -share/gnome/omf/gnome-panel/window-list-sv.omf -share/gnome/omf/gnome-panel/window-list-zh_CN.omf -share/gnome/omf/gnome-panel/window-list-zh_TW.omf -share/gnome/omf/gnome-panel/workspace-switcher-de.omf -share/gnome/omf/gnome-panel/workspace-switcher-fr.omf -share/gnome/omf/gnome-panel/workspace-switcher-ja.omf -share/gnome/omf/gnome-panel/workspace-switcher-ko.omf -share/gnome/omf/gnome-panel/workspace-switcher-sv.omf -share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf -share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf -share/gnome/omf/window-list/window-list-C.omf -share/gnome/omf/window-list/window-list-es.omf -share/gnome/omf/window-list/window-list-it.omf -share/gnome/omf/window-list/window-list-uk.omf -share/gnome/omf/workspace-switcher/workspace-switcher-C.omf -share/gnome/omf/workspace-switcher/workspace-switcher-es.omf -share/gnome/omf/workspace-switcher/workspace-switcher-it.omf -share/gnome/omf/workspace-switcher/workspace-switcher-nl.omf -share/gnome/omf/workspace-switcher/workspace-switcher-uk.omf -share/gnome/panel/glade/fish.glade -share/gnome/panel/glade/panel-properties-dialog.glade -share/gnome/panel/glade/panel-run-dialog.glade -share/gnome/panel/glade/panel-test-applets.glade -share/gnome/panel/glade/window-list.glade -share/gnome/panel/glade/workspace-switcher.glade -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/icons/hicolor/48x48/apps/gnome-fish.png -share/icons/hicolor/48x48/apps/gnome-gegl.png -share/icons/hicolor/48x48/apps/gnome-main-menu.png -share/icons/hicolor/48x48/apps/panel-force-quit.png -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/az/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/be/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/bs/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ca/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/el/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/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/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/it/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ja/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/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/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/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/no/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/nso/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/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/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@Latn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr@ije/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/uk/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/zh_CN/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 -@unexec /bin/rmdir %D/share/locale/zu/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/zu 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/yi/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/yi 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/xh/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/xh 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/sr@ije/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/sr@ije 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/rw 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/nso/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/nso 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/mr/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/mr 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/mi/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/mi 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy 2>/dev/null || /usr/bin/true -@dirrm share/gnome/panel/pixmaps -@dirrm share/gnome/panel/glade -@dirrm share/gnome/omf/workspace-switcher -@dirrm share/gnome/omf/window-list -@dirrm share/gnome/omf/gnome-panel -@dirrm share/gnome/omf/fish -@dirrm share/gnome/omf/clock -@dirrm share/gnome/idl/gnome-panel-2.0 -@dirrm share/gnome/help/workspace-switcher/zh_TW/figures -@dirrm share/gnome/help/workspace-switcher/zh_TW -@dirrm share/gnome/help/workspace-switcher/zh_CN/figures -@dirrm share/gnome/help/workspace-switcher/zh_CN -@dirrm share/gnome/help/workspace-switcher/uk/figures -@dirrm share/gnome/help/workspace-switcher/uk -@dirrm share/gnome/help/workspace-switcher/sv/figures -@dirrm share/gnome/help/workspace-switcher/sv -@dirrm share/gnome/help/workspace-switcher/nl/figures -@dirrm share/gnome/help/workspace-switcher/nl -@dirrm share/gnome/help/workspace-switcher/ko/figures -@dirrm share/gnome/help/workspace-switcher/ko -@dirrm share/gnome/help/workspace-switcher/ja/figures -@dirrm share/gnome/help/workspace-switcher/ja -@dirrm share/gnome/help/workspace-switcher/it/figures -@dirrm share/gnome/help/workspace-switcher/it -@dirrm share/gnome/help/workspace-switcher/fr/figures -@dirrm share/gnome/help/workspace-switcher/fr -@dirrm share/gnome/help/workspace-switcher/es/figures -@dirrm share/gnome/help/workspace-switcher/es -@dirrm share/gnome/help/workspace-switcher/de/figures -@dirrm share/gnome/help/workspace-switcher/de -@dirrm share/gnome/help/workspace-switcher/C/figures -@dirrm share/gnome/help/workspace-switcher/C -@dirrm share/gnome/help/workspace-switcher -@dirrm share/gnome/help/window-list/zh_TW/figures -@dirrm share/gnome/help/window-list/zh_TW -@dirrm share/gnome/help/window-list/zh_CN/figures -@dirrm share/gnome/help/window-list/zh_CN -@dirrm share/gnome/help/window-list/uk/figures -@dirrm share/gnome/help/window-list/uk -@dirrm share/gnome/help/window-list/sv/figures -@dirrm share/gnome/help/window-list/sv -@dirrm share/gnome/help/window-list/ko/figures -@dirrm share/gnome/help/window-list/ko -@dirrm share/gnome/help/window-list/ja/figures -@dirrm share/gnome/help/window-list/ja -@dirrm share/gnome/help/window-list/it/figures -@dirrm share/gnome/help/window-list/it -@dirrm share/gnome/help/window-list/fr/figures -@dirrm share/gnome/help/window-list/fr -@dirrm share/gnome/help/window-list/es/figures -@dirrm share/gnome/help/window-list/es -@dirrm share/gnome/help/window-list/de/figures -@dirrm share/gnome/help/window-list/de -@dirrm share/gnome/help/window-list/C/figures -@dirrm share/gnome/help/window-list/C -@dirrm share/gnome/help/window-list -@dirrm share/gnome/help/fish-applet-2/zh_TW/figures -@dirrm share/gnome/help/fish-applet-2/zh_TW -@dirrm share/gnome/help/fish-applet-2/zh_CN/figures -@dirrm share/gnome/help/fish-applet-2/zh_CN -@dirrm share/gnome/help/fish-applet-2/sv/figures -@dirrm share/gnome/help/fish-applet-2/sv -@dirrm share/gnome/help/fish-applet-2/ko/figures -@dirrm share/gnome/help/fish-applet-2/ko -@dirrm share/gnome/help/fish-applet-2/ja/figures -@dirrm share/gnome/help/fish-applet-2/ja -@dirrm share/gnome/help/fish-applet-2/fr/figures -@dirrm share/gnome/help/fish-applet-2/fr -@dirrm share/gnome/help/fish-applet-2/de/figures -@dirrm share/gnome/help/fish-applet-2/de -@dirrm share/gnome/help/fish-applet-2 -@dirrm share/gnome/help/fish/uk/figures -@dirrm share/gnome/help/fish/uk -@dirrm share/gnome/help/fish/it/figures -@dirrm share/gnome/help/fish/it -@dirrm share/gnome/help/fish/es/figures -@dirrm share/gnome/help/fish/es -@dirrm share/gnome/help/fish/C/figures -@dirrm share/gnome/help/fish/C -@dirrm share/gnome/help/fish -@dirrm share/gnome/help/clock/zh_TW/figures -@dirrm share/gnome/help/clock/zh_TW -@dirrm share/gnome/help/clock/zh_CN/figures -@dirrm share/gnome/help/clock/zh_CN -@dirrm share/gnome/help/clock/uk/figures -@dirrm share/gnome/help/clock/uk -@dirrm share/gnome/help/clock/sv/figures -@dirrm share/gnome/help/clock/sv -@dirrm share/gnome/help/clock/sr/figures -@dirrm share/gnome/help/clock/sr -@dirrm share/gnome/help/clock/pa/figures -@dirrm share/gnome/help/clock/pa -@dirrm share/gnome/help/clock/nl/figures -@dirrm share/gnome/help/clock/nl -@dirrm share/gnome/help/clock/ko/figures -@dirrm share/gnome/help/clock/ko -@dirrm share/gnome/help/clock/ja/figures -@dirrm share/gnome/help/clock/ja -@dirrm share/gnome/help/clock/it/figures -@dirrm share/gnome/help/clock/it -@dirrm share/gnome/help/clock/fr/figures -@dirrm share/gnome/help/clock/fr -@dirrm share/gnome/help/clock/es/figures -@dirrm share/gnome/help/clock/es -@dirrm share/gnome/help/clock/de/figures -@dirrm share/gnome/help/clock/de -@dirrm share/gnome/help/clock/C/figures -@dirrm share/gnome/help/clock/C -@dirrm share/gnome/help/clock -@dirrm share/doc/panel-applet -@dirrm include/panel-2.0 diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile deleted file mode 100644 index 8753246d2..000000000 --- a/x11/gnomesession/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for:	gnomesession -# Date created:				08 May 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnomesession/Makefile,v 1.66 2005/09/18 16:00:06 adamw Exp $ -# - -PORTNAME=	gnomesession -PORTVERSION=	2.12.0 -PORTREVISION=	1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} \ -		${MASTER_SITE_LOCAL:S/$/:local/} \ -		http://people.FreeBSD.org/~adamw/images/gnome_splashes/2.12/:local -MASTER_SITE_SUBDIR=	sources/gnome-session/2.12 \ -		    	adamw/:local -DISTNAME=	gnome-session-${PORTVERSION} -DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \ -		${SPLASHES}:local -DIST_SUBDIR=	gnome2 -EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Session component for the GNOME 2 desktop - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui -USE_GMAKE=	yes -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -MAN1=		gnome-session.1 gnome-wm.1 session-properties.1 \ -		gnome-session-save.1 -MAN5=		default.session.5 -GCONF_SCHEMAS=	gnome-session.schemas - -SPLASHES=	freebsd-splashes-gnome-2.12.1.tar - -post-extract: -	cd ${WRKDIR} && ${TAR} xf ${DISTDIR}/${DIST_SUBDIR}/${SPLASHES} - -post-install: -	${INSTALL_DATA} ${WRKSRC}/gnome-session/gnome-splash.png \ -		${PREFIX}/share/gnome/pixmaps/splash/original-gnome-splash.png -	${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/domix-splash-2.12.png \ -		${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png -.for splash in MaMBaNgGaoX-2.12.png adamw-piggy-2.12.png adamw-trophy-2.12.png andreas-slogan-2.12.png andreas-splash-2.12.png domix-splash-2.12.png domix-splash2-2.12.png mumija-2.12.png mumija2-2.12.png mumija3-2.12.png tremulant-2.12.png tremulant-blood-2.12.png tremulant-brushed-metal-2.12.png  -	${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/${splash} \ -		${PREFIX}/share/gnome/pixmaps/splash -.endfor - -.include <bsd.port.mk> diff --git a/x11/gnomesession/distinfo b/x11/gnomesession/distinfo deleted file mode 100644 index cfcfc5533..000000000 --- a/x11/gnomesession/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (gnome2/gnome-session-2.12.0.tar.bz2) = 835e9340d23e139430224b931ff4c597 -SIZE (gnome2/gnome-session-2.12.0.tar.bz2) = 864397 -MD5 (gnome2/freebsd-splashes-gnome-2.12.1.tar) = 4a098f0f2295c3333acff185d4bed5aa -SIZE (gnome2/freebsd-splashes-gnome-2.12.1.tar) = 1280000 diff --git a/x11/gnomesession/files/patch-gnome-session_Makefile.in b/x11/gnomesession/files/patch-gnome-session_Makefile.in deleted file mode 100644 index ed0b6ac56..000000000 --- a/x11/gnomesession/files/patch-gnome-session_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-session/Makefile.in.orig	Tue Nov 30 14:07:39 2004 -+++ gnome-session/Makefile.in	Tue Nov 30 14:07:51 2004 -@@ -209,7 +209,7 @@ - target_alias = @target_alias@ - NULL =  -  --defaultdir = $(datadir)/gnome -+defaultdir = $(datadir) -  - INCLUDES = \ - 	$(GNOME_SESSION_CFLAGS)				\ diff --git a/x11/gnomesession/pkg-descr b/x11/gnomesession/pkg-descr deleted file mode 100644 index 50986ef91..000000000 --- a/x11/gnomesession/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This provides session management for the GNOME 2 desktop, and -provides the tools used to start the desktop. diff --git a/x11/gnomesession/pkg-plist b/x11/gnomesession/pkg-plist deleted file mode 100644 index 17d898f1e..000000000 --- a/x11/gnomesession/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -bin/gnome-session -bin/gnome-session-properties -bin/gnome-session-remove -bin/gnome-session-save -bin/gnome-wm -share/gnome/applications/session-properties.desktop -share/gnome/default.session -share/gnome/default.wm -share/gnome/pixmaps/splash/MaMBaNgGaoX-2.12.png -share/gnome/pixmaps/splash/adamw-piggy-2.12.png -share/gnome/pixmaps/splash/adamw-trophy-2.12.png -share/gnome/pixmaps/splash/andreas-slogan-2.12.png -share/gnome/pixmaps/splash/andreas-splash-2.12.png -share/gnome/pixmaps/splash/domix-splash-2.12.png -share/gnome/pixmaps/splash/domix-splash2-2.12.png -share/gnome/pixmaps/splash/gnome-splash.png -share/gnome/pixmaps/splash/mumija-2.12.png -share/gnome/pixmaps/splash/mumija2-2.12.png -share/gnome/pixmaps/splash/mumija3-2.12.png -share/gnome/pixmaps/splash/original-gnome-splash.png -share/gnome/pixmaps/splash/tremulant-2.12.png -share/gnome/pixmaps/splash/tremulant-blood-2.12.png -share/gnome/pixmaps/splash/tremulant-brushed-metal-2.12.png -share/locale/af/LC_MESSAGES/gnome-session-2.0.mo -share/locale/am/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo -share/locale/az/LC_MESSAGES/gnome-session-2.0.mo -share/locale/be/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/da/LC_MESSAGES/gnome-session-2.0.mo -share/locale/de/LC_MESSAGES/gnome-session-2.0.mo -share/locale/el/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-session-2.0.mo -share/locale/es/LC_MESSAGES/gnome-session-2.0.mo -share/locale/et/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/he/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/id/LC_MESSAGES/gnome-session-2.0.mo -share/locale/is/LC_MESSAGES/gnome-session-2.0.mo -share/locale/it/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/no/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo -share/locale/th/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-session-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-session-2.0.mo -@unexec /bin/rmdir %D/share/locale/hy/LC_MESSAGES 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/locale/hy 2>/dev/null || /usr/bin/true diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile deleted file mode 100644 index 52b1d38a7..000000000 --- a/x11/gnometerminal/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for:	gnometerminal -# Date created:				1 May 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/gnometerminal/Makefile,v 1.51 2005/09/06 17:07:44 mezz Exp $ -# - -PORTNAME=	gnometerminal -PORTVERSION=	2.12.0 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-terminal/2.12 -DISTNAME=	gnome-terminal-${PORTVERSION} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Terminal component for the GNOME 2 Desktop - -USE_BZIP2=	yes -INSTALLS_OMF=	yes -USE_X_PREFIX=	yes -USE_REINPLACE=	yes -USE_GMAKE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui vte -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS=	gnome-terminal.schemas - -.include <bsd.port.mk> diff --git a/x11/gnometerminal/distinfo b/x11/gnometerminal/distinfo deleted file mode 100644 index 13b21339b..000000000 --- a/x11/gnometerminal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-terminal-2.12.0.tar.bz2) = 483c9397dd165845e2528a80e3df6dfc -SIZE (gnome2/gnome-terminal-2.12.0.tar.bz2) = 1684178 diff --git a/x11/gnometerminal/files/patch-src::terminal-screen.c b/x11/gnometerminal/files/patch-src::terminal-screen.c deleted file mode 100644 index 0198f748c..000000000 --- a/x11/gnometerminal/files/patch-src::terminal-screen.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/terminal-screen.c.orig	Fri Jul  1 20:37:58 2005 -+++ src/terminal-screen.c	Tue Jul  5 13:26:21 2005 -@@ -248,16 +248,16 @@ terminal_screen_init (TerminalScreen *sc - #define URLPATH   "/[" PATHCHARS "]*[^]'.}>) \t\r\n,\\\"]" -  -   terminal_widget_match_add (screen->priv->term, --      "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); -+      "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); -  -   terminal_widget_match_add (screen->priv->term, --      "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); -+      "[[:<:]]<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); -  -   terminal_widget_match_add (screen->priv->term,        --      "\\<(mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); -+      "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); - 	   -   terminal_widget_match_add (screen->priv->term, --      "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); -+      "[[:<:]]<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); -  -  -   terminal_screen_setup_dnd (screen); diff --git a/x11/gnometerminal/pkg-descr b/x11/gnometerminal/pkg-descr deleted file mode 100644 index 1193c30f7..000000000 --- a/x11/gnometerminal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Default terminal emulator for the GNOME 2.0 Desktop. - -WWW: http://www.gnome.org/ diff --git a/x11/gnometerminal/pkg-plist b/x11/gnometerminal/pkg-plist deleted file mode 100644 index 721f659b8..000000000 --- a/x11/gnometerminal/pkg-plist +++ /dev/null @@ -1,171 +0,0 @@ -bin/gnome-terminal -libdata/bonobo/servers/gnome-terminal.server -share/gnome/application-registry/gnome-terminal.applications -share/gnome/applications/gnome-terminal.desktop -share/gnome/gnome-terminal/glade/gnome-terminal.glade2 -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/C/figures/terminal_window.png -share/gnome/help/gnome-terminal/C/gnome-terminal.xml -share/gnome/help/gnome-terminal/C/legal.xml -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/de/figures/terminal_window.png -share/gnome/help/gnome-terminal/de/gnome-terminal.xml -share/gnome/help/gnome-terminal/de/legal.xml -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/es/figures/terminal_window.png -share/gnome/help/gnome-terminal/es/gnome-terminal.xml -share/gnome/help/gnome-terminal/es/legal.xml -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/fr/figures/terminal_window.png -share/gnome/help/gnome-terminal/fr/gnome-terminal.xml -share/gnome/help/gnome-terminal/fr/legal.xml -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/it/figures/terminal_window.png -share/gnome/help/gnome-terminal/it/gnome-terminal.xml -share/gnome/help/gnome-terminal/it/legal.xml -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ja/figures/terminal_window.png -share/gnome/help/gnome-terminal/ja/gnome-terminal.xml -share/gnome/help/gnome-terminal/ja/legal.xml -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ko/figures/terminal_window.png -share/gnome/help/gnome-terminal/ko/gnome-terminal.xml -share/gnome/help/gnome-terminal/ko/legal.xml -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ro/figures/terminal_window.png -share/gnome/help/gnome-terminal/ro/gnome-terminal.xml -share/gnome/help/gnome-terminal/ro/legal.xml -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/sv/figures/terminal_window.png -share/gnome/help/gnome-terminal/sv/gnome-terminal.xml -share/gnome/help/gnome-terminal/sv/legal.xml -share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/uk/gnome-terminal.xml -share/gnome/help/gnome-terminal/uk/legal.xml -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_CN/figures/terminal_window.png -share/gnome/help/gnome-terminal/zh_CN/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_CN/legal.xml -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_TW/figures/terminal_window.png -share/gnome/help/gnome-terminal/zh_TW/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_TW/legal.xml -share/gnome/omf/gnome-terminal/gnome-terminal-C.omf -share/gnome/omf/gnome-terminal/gnome-terminal-de.omf -share/gnome/omf/gnome-terminal/gnome-terminal-es.omf -share/gnome/omf/gnome-terminal/gnome-terminal-fr.omf -share/gnome/omf/gnome-terminal/gnome-terminal-it.omf -share/gnome/omf/gnome-terminal/gnome-terminal-ja.omf -share/gnome/omf/gnome-terminal/gnome-terminal-ko.omf -share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf -share/gnome/omf/gnome-terminal/gnome-terminal-sv.omf -share/gnome/omf/gnome-terminal/gnome-terminal-uk.omf -share/gnome/omf/gnome-terminal/gnome-terminal-zh_CN.omf -share/gnome/omf/gnome-terminal/gnome-terminal-zh_TW.omf -share/gnome/pixmaps/gnome-terminal.png -share/locale/am/LC_MESSAGES/gnome-terminal.mo -share/locale/ar/LC_MESSAGES/gnome-terminal.mo -share/locale/az/LC_MESSAGES/gnome-terminal.mo -share/locale/be/LC_MESSAGES/gnome-terminal.mo -share/locale/bg/LC_MESSAGES/gnome-terminal.mo -share/locale/bn/LC_MESSAGES/gnome-terminal.mo -share/locale/bs/LC_MESSAGES/gnome-terminal.mo -share/locale/ca/LC_MESSAGES/gnome-terminal.mo -share/locale/cs/LC_MESSAGES/gnome-terminal.mo -share/locale/cy/LC_MESSAGES/gnome-terminal.mo -share/locale/da/LC_MESSAGES/gnome-terminal.mo -share/locale/de/LC_MESSAGES/gnome-terminal.mo -share/locale/el/LC_MESSAGES/gnome-terminal.mo -share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo -share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo -share/locale/es/LC_MESSAGES/gnome-terminal.mo -share/locale/et/LC_MESSAGES/gnome-terminal.mo -share/locale/eu/LC_MESSAGES/gnome-terminal.mo -share/locale/fa/LC_MESSAGES/gnome-terminal.mo -share/locale/fi/LC_MESSAGES/gnome-terminal.mo -share/locale/fr/LC_MESSAGES/gnome-terminal.mo -share/locale/ga/LC_MESSAGES/gnome-terminal.mo -share/locale/gl/LC_MESSAGES/gnome-terminal.mo -share/locale/gu/LC_MESSAGES/gnome-terminal.mo -share/locale/he/LC_MESSAGES/gnome-terminal.mo -share/locale/hi/LC_MESSAGES/gnome-terminal.mo -share/locale/hr/LC_MESSAGES/gnome-terminal.mo -share/locale/hu/LC_MESSAGES/gnome-terminal.mo -share/locale/hy/LC_MESSAGES/gnome-terminal.mo -share/locale/id/LC_MESSAGES/gnome-terminal.mo -share/locale/it/LC_MESSAGES/gnome-terminal.mo -share/locale/ja/LC_MESSAGES/gnome-terminal.mo -share/locale/ko/LC_MESSAGES/gnome-terminal.mo -share/locale/lt/LC_MESSAGES/gnome-terminal.mo -share/locale/lv/LC_MESSAGES/gnome-terminal.mo -share/locale/mk/LC_MESSAGES/gnome-terminal.mo -share/locale/ml/LC_MESSAGES/gnome-terminal.mo -share/locale/mn/LC_MESSAGES/gnome-terminal.mo -share/locale/ms/LC_MESSAGES/gnome-terminal.mo -share/locale/nb/LC_MESSAGES/gnome-terminal.mo -share/locale/ne/LC_MESSAGES/gnome-terminal.mo -share/locale/nl/LC_MESSAGES/gnome-terminal.mo -share/locale/nn/LC_MESSAGES/gnome-terminal.mo -share/locale/no/LC_MESSAGES/gnome-terminal.mo -share/locale/pa/LC_MESSAGES/gnome-terminal.mo -share/locale/pl/LC_MESSAGES/gnome-terminal.mo -share/locale/pt/LC_MESSAGES/gnome-terminal.mo -share/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo -share/locale/ro/LC_MESSAGES/gnome-terminal.mo -share/locale/ru/LC_MESSAGES/gnome-terminal.mo -share/locale/rw/LC_MESSAGES/gnome-terminal.mo -share/locale/sk/LC_MESSAGES/gnome-terminal.mo -share/locale/sl/LC_MESSAGES/gnome-terminal.mo -share/locale/sq/LC_MESSAGES/gnome-terminal.mo -share/locale/sr/LC_MESSAGES/gnome-terminal.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-terminal.mo -share/locale/sv/LC_MESSAGES/gnome-terminal.mo -share/locale/ta/LC_MESSAGES/gnome-terminal.mo -share/locale/th/LC_MESSAGES/gnome-terminal.mo -share/locale/tr/LC_MESSAGES/gnome-terminal.mo -share/locale/uk/LC_MESSAGES/gnome-terminal.mo -share/locale/vi/LC_MESSAGES/gnome-terminal.mo -share/locale/wa/LC_MESSAGES/gnome-terminal.mo -share/locale/xh/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo -@dirrm share/gnome/omf/gnome-terminal -@dirrm share/gnome/help/gnome-terminal/zh_TW/figures -@dirrm share/gnome/help/gnome-terminal/zh_TW -@dirrm share/gnome/help/gnome-terminal/zh_CN/figures -@dirrm share/gnome/help/gnome-terminal/zh_CN -@dirrm share/gnome/help/gnome-terminal/uk/figures -@dirrm share/gnome/help/gnome-terminal/uk -@dirrm share/gnome/help/gnome-terminal/sv/figures -@dirrm share/gnome/help/gnome-terminal/sv -@dirrm share/gnome/help/gnome-terminal/ro/figures -@dirrm share/gnome/help/gnome-terminal/ro -@dirrm share/gnome/help/gnome-terminal/ko/figures -@dirrm share/gnome/help/gnome-terminal/ko -@dirrm share/gnome/help/gnome-terminal/ja/figures -@dirrm share/gnome/help/gnome-terminal/ja -@dirrm share/gnome/help/gnome-terminal/it/figures -@dirrm share/gnome/help/gnome-terminal/it -@dirrm share/gnome/help/gnome-terminal/fr/figures -@dirrm share/gnome/help/gnome-terminal/fr -@dirrm share/gnome/help/gnome-terminal/es/figures -@dirrm share/gnome/help/gnome-terminal/es -@dirrm share/gnome/help/gnome-terminal/de/figures -@dirrm share/gnome/help/gnome-terminal/de -@dirrm share/gnome/help/gnome-terminal/C/figures -@dirrm share/gnome/help/gnome-terminal/C -@dirrm share/gnome/help/gnome-terminal -@dirrm share/gnome/gnome-terminal/glade -@dirrm share/gnome/gnome-terminal diff --git a/x11/libgnome-java/Makefile b/x11/libgnome-java/Makefile deleted file mode 100644 index 979a788e8..000000000 --- a/x11/libgnome-java/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# New ports collection makefile for:   libgnome-java -# Date created:        28 February 2004 -# Whom:                Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/libgnome-java/Makefile,v 1.8 2005/10/27 03:23:48 marcus Exp $ -# - -PORTNAME=	libgnome-java -PORTVERSION=	2.12.1 -CATEGORIES=	x11 java -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/2.12 -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Java wrapper for GNOME 2 - -BUILD_DEPENDS=	${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java -RUN_DEPENDS=	${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java - -USE_BZIP2=	yes -USE_XLIB=	yes -USE_GMAKE=	yes -INSTALLS_SHLIB=	yes -USE_AUTOTOOLS=	libtool:15 -USE_JAVA=	yes -JAVA_VERSION=	1.2+ -JAVA_OS=	native -USE_GCC=	3.4+ -USE_GNOME=	gnomehack libgnomeui -USE_REINPLACE=	yes -CONFIGURE_ARGS=	--without-gcj-compile -CONFIGURE_ENV=	CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" - -GNOME_API_VERSION=	2.12 -GTK_API_VERSION=	2.8 -PLIST_SUB=		GNOME_API_VERSION=${GNOME_API_VERSION} PORTNAME=${PORTNAME} - -PKGMESSAGE=		${WRKDIR}/pkg-message - -post-extract: -	@${REINPLACE_CMD} -e 's|
||g' \ -		${WRKSRC}/gnome2-java.pc.in - -do-install: -	${MKDIR} ${PREFIX}/lib -	${INSTALL_DATA} ${WRKSRC}/.libs/libgnomejni-${GNOME_API_VERSION}.so \ -		${PREFIX}/lib/libgnomejni-${GNOME_API_VERSION}.so.1 -	${LN} -sf ${PREFIX}/lib/libgnomejni-${GNOME_API_VERSION}.so.1 \ -		${PREFIX}/lib/libgnomejni-${GNOME_API_VERSION}.so -	${MKDIR} ${PREFIX}/libdata/pkgconfig -	${INSTALL_DATA} ${WRKSRC}/gnome2-java.pc	${PREFIX}/libdata/pkgconfig -	${MKDIR} ${JAVAJARDIR} -	${INSTALL_DATA} ${WRKSRC}/gnome${GNOME_API_VERSION}.jar ${JAVAJARDIR} - -post-install: -.if !defined(NOPORTDOCS) -	${MKDIR} ${DOCSDIR} -	${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} -	${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} -	${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} -	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -	${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} -	${MKDIR} ${PREFIX}/share/${PORTNAME}/tutorial -	${INSTALL_DATA} ${WRKSRC}/doc/tutorial/* ${PREFIX}/share/${PORTNAME}/tutorial -	${MKDIR} ${DOCSDIR}/api -	cd ${WRKSRC}/doc/api && ${FIND} . | ${CPIO} -pdmu ${DOCSDIR}/api -	${MKDIR} ${DOCSDIR}/examples -	cd ${WRKSRC}/doc/examples && ${FIND} . \ -		| ${CPIO} -pdmu ${DOCSDIR}/examples -.endif -	@${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ -		s|%%PREFIX%%|${PREFIX}|g ; \ -		s|%%GNOME_API_VERSION%%|${GNOME_API_VERSION}|g' \ -		 < ${PKGDIR}/pkg-message > ${PKGMESSAGE} -	@${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11/libgnome-java/distinfo b/x11/libgnome-java/distinfo deleted file mode 100644 index 649cc2ea2..000000000 --- a/x11/libgnome-java/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgnome-java-2.12.1.tar.bz2) = 141310b820070949cd5a535e9d45eba4 -SIZE (gnome2/libgnome-java-2.12.1.tar.bz2) = 336897 diff --git a/x11/libgnome-java/files/patch-configure b/x11/libgnome-java/files/patch-configure deleted file mode 100644 index 7c48d2829..000000000 --- a/x11/libgnome-java/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig	Sun Jun 19 13:17:59 2005 -+++ configure	Sun Jun 19 13:18:46 2005 -@@ -19514,7 +19514,7 @@ - apiversion="2.10" - VERSION="2.10.1" -  --INSTALLED_CLASSPATH=\${prefix}/share/java/gnome${apiversion}-${VERSION}.jar -+INSTALLED_CLASSPATH=\${prefix}/share/java/classes/gnome${apiversion}.jar - INSTALLED_JNI_DIR=\${prefix}/lib/ -  -  diff --git a/x11/libgnome-java/files/patch-gnome2-java.pc.in b/x11/libgnome-java/files/patch-gnome2-java.pc.in deleted file mode 100644 index 74c33148d..000000000 --- a/x11/libgnome-java/files/patch-gnome2-java.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome2-java.pc.in.orig	Sun Jun 19 13:36:46 2005 -+++ gnome2-java.pc.in	Sun Jun 19 13:37:19 2005 -@@ -9,5 +9,5 @@ - Version: @VERSION@ - api_version=@apiversion@ - classpath=@INSTALLED_CLASSPATH@ --Libs: -L@libdir@ -lgnomejava -+Libs: -L@libdir@ -lgnomejni-@apiversion@ -  diff --git a/x11/libgnome-java/pkg-descr b/x11/libgnome-java/pkg-descr deleted file mode 100644 index abc1cdd10..000000000 --- a/x11/libgnome-java/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Java-GNOME is a set of Java bindings for GNOME and GTK libraries, -so GNOME applications can be written in Java.  It is implemented -as a JNI layer that delegates the Java calls out to the underlying -C library. - --- Java-GNOME README - -WWW: http://java-gnome.sourceforge.net/ diff --git a/x11/libgnome-java/pkg-message b/x11/libgnome-java/pkg-message deleted file mode 100644 index 64a47f199..000000000 --- a/x11/libgnome-java/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Libgnome-java was successfully installed.  In order to build and run GTK+ -Java applications, you must add the following to your CLASSPATH: - -%%JAVAJARDIR%%/gnome%%GNOME_API_VERSION%%.jar - -************************************************************************ diff --git a/x11/libgnome-java/pkg-plist b/x11/libgnome-java/pkg-plist deleted file mode 100644 index aadd2ee6c..000000000 --- a/x11/libgnome-java/pkg-plist +++ /dev/null @@ -1,185 +0,0 @@ -lib/libgnomejni-%%GNOME_API_VERSION%%.so -lib/libgnomejni-%%GNOME_API_VERSION%%.so.1 -libdata/pkgconfig/gnome2-java.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/api/allclasses-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/allclasses-noframe.html -%%PORTDOCS%%%%DOCSDIR%%/api/constant-values.html -%%PORTDOCS%%%%DOCSDIR%%/api/deprecated-list.html -%%PORTDOCS%%%%DOCSDIR%%/api/help-doc.html -%%PORTDOCS%%%%DOCSDIR%%/api/index-all.html -%%PORTDOCS%%%%DOCSDIR%%/api/index.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/About.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/App.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/AppBar.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Canvas.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasBpath.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasClipgroup.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasEllipse.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasGroup.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasItem.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasLine.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasPathDef.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasPixbuf.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasPoints.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasPolygon.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasRE.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasRect.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasRichText.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasShape.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasText.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/CanvasWidget.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Client.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/ClientFlags.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/ClientState.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/ColorPicker.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Config.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/DateEdit.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/DateEditFlags.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/DialogType.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Druid.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/DruidPage.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/DruidPageEdge.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/DruidPageStandard.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/EdgePosition.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Entry.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/FileDomain.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/FileEntry.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/FontPicker.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/FontPickerMode.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/GConf.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Gnome.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/GnomeConfig.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/GnomeStockItem.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/HRef.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Help.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/HelpError.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/HelpException.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/IconEntry.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/IconList.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/IconListMode.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/IconSelection.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/IconTextItem.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/InteractStyle.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/ModuleInfo.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/PasswordDialog.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/PixmapEntry.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/PopupMenu.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/PreferencesType.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Program.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/RestartStyle.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/SaveStyle.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Scores.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Sound.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/UIBuilderData.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/UIInfo.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/UIInfoConfigurableTypes.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/UIInfoType.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/UIPixmapType.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Url.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/Util.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/WindowIcon.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/AppBarEvent.Type.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/AppBarEvent.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/AppBarListener.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/ClientEvent.Type.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/ClientEvent.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/ClientListener.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/ColorPickerEvent.Type.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/ColorPickerEvent.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/ColorPickerListener.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/DateEditEvent.Type.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/DateEditEvent.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/DateEditListener.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/DruidPageChangeEvent.Type.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/DruidPageChangeEvent.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/DruidPageChangeListener.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/DruidPageSetupEvent.Type.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/DruidPageSetupEvent.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/DruidPageSetupListener.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/FontPickerEvent.Type.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/FontPickerEvent.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/FontPickerListener.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/IconEntryEvent.Type.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/IconEntryEvent.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/IconEntryListener.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/event/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/gnome/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/overview-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/overview-summary.html -%%PORTDOCS%%%%DOCSDIR%%/api/overview-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/package-list -%%PORTDOCS%%%%DOCSDIR%%/api/packages.html -%%PORTDOCS%%%%DOCSDIR%%/api/resources/inherit.gif -%%PORTDOCS%%%%DOCSDIR%%/api/serialized-form.html -%%PORTDOCS%%%%DOCSDIR%%/api/stylesheet.css -%%PORTDOCS%%%%DOCSDIR%%/examples/app/AppExample.java -%%PORTDOCS%%%%DOCSDIR%%/examples/appbar/Appbar.java -%%PORTDOCS%%%%DOCSDIR%%/examples/canvas/CanvasExample.java -%%PORTDOCS%%%%DOCSDIR%%/examples/colorpicker/ColorPickerTest.java -%%PORTDOCS%%%%DOCSDIR%%/examples/dateedit/DateEditExample.java -%%PORTDOCS%%%%DOCSDIR%%/examples/druid/DruidExample.java -%%PORTDOCS%%%%DOCSDIR%%/examples/entry/EntryTest.java -%%PORTDOCS%%%%DOCSDIR%%/examples/fileentry/FileEntryTest.java -%%PORTDOCS%%%%DOCSDIR%%/examples/fontpick/FontPick.java -%%PORTDOCS%%%%DOCSDIR%%/examples/gnomeconfig/ReadConfig.java -%%PORTDOCS%%%%DOCSDIR%%/examples/gnomeconfig/WriteConfig.java -%%PORTDOCS%%%%DOCSDIR%%/examples/gnomesound/SoundTest.java -%%PORTDOCS%%%%DOCSDIR%%/examples/gnomesound/startup.wav -%%PORTDOCS%%%%DOCSDIR%%/examples/gnomeurl/UrlTest.java -%%PORTDOCS%%%%DOCSDIR%%/examples/href/HrefExample.java -%%PORTDOCS%%%%DOCSDIR%%/examples/iconentry/IconEntryExample.java -%%PORTDOCS%%%%DOCSDIR%%/examples/popupmenu/PopupMenuExample.java -%%PORTDOCS%%%%DOCSDIR%%/examples/radiomenu/RadioMenu.java -%%PORTDOCS%%%%DOCSDIR%%/examples/radiotoolbar/RadioToolbar.java -%%PORTDOCS%%%%DOCSDIR%%/examples/runExample.sh -%%PORTDOCS%%%%DOCSDIR%%/examples/runExample.sh.in -%%PORTDOCS%%%%DOCSDIR%%/examples/simplemenu/SimpleMenu.java -%%PORTDOCS%%%%DOCSDIR%%/examples/stockmenu/StockMenu.java -%%PORTDOCS%%%%DOCSDIR%%/examples/stockmenu/topic.dat -%%PORTDOCS%%%%DOCSDIR%%/examples/stocktoolbar/StockToolbar.java -%%PORTDOCS%%%%DOCSDIR%%/examples/testgnome/TestGNOME.java -%%PORTDOCS%%share/%%PORTNAME%%/tutorial/First.java -%%PORTDOCS%%share/%%PORTNAME%%/tutorial/Fourth.java -%%PORTDOCS%%share/%%PORTNAME%%/tutorial/Second.java -%%PORTDOCS%%share/%%PORTNAME%%/tutorial/Third.java -%%PORTDOCS%%@dirrm share/%%PORTNAME%%/tutorial -%%PORTDOCS%%@dirrm share/%%PORTNAME%% -%%JAVAJARDIR%%/gnome%%GNOME_API_VERSION%%.jar -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/testgnome -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/stocktoolbar -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/stockmenu -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/simplemenu -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/radiotoolbar -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/radiomenu -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/popupmenu -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/iconentry -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/href -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/gnomeurl -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/gnomesound -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/gnomeconfig -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/fontpick -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/fileentry -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/entry -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/druid -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/dateedit -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/colorpicker -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/canvas -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/appbar -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/app -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/resources -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/gnu/gnome/event -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/gnu/gnome -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/gnu -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile deleted file mode 100644 index 22c68b8cd..000000000 --- a/x11/libgnome/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for:	libgnome -# Date created:				17 June 1998 -# Whom:					Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -#   $MCom: ports/x11/libgnome/Makefile,v 1.60 2005/09/07 02:04:46 marcus Exp $ -# - -PORTNAME=	libgnome -PORTVERSION=	2.12.0.1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/2.12 -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Libraries for GNOME, a GNU desktop environment - -BUILD_DEPENDS=	scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -RUN_DEPENDS=	scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_REINPLACE=	yes -USE_XPM=	yes -USE_GMAKE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack esound \ -		gnomevfs2 libxslt ltverhack -USE_BISON=	yes -INSTALLS_SHLIB=	yes -USE_AUTOTOOLS=	libtool:15 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" - -SUB_FILES=	pkg-deinstall - -MAN7=		gnome-options.7 - -GCONF_SCHEMAS=	desktop_gnome_accessibility_keyboard.schemas \ -		desktop_gnome_accessibility_startup.schemas \ -		desktop_gnome_applications_browser.schemas \ -		desktop_gnome_applications_help_viewer.schemas \ -		desktop_gnome_applications_terminal.schemas \ -		desktop_gnome_applications_window_manager.schemas \ -		desktop_gnome_background.schemas \ -		desktop_gnome_file_views.schemas \ -		desktop_gnome_interface.schemas desktop_gnome_lockdown.schemas \ -		desktop_gnome_peripherals_keyboard.schemas \ -		desktop_gnome_peripherals_mouse.schemas \ -		desktop_gnome_sound.schemas desktop_gnome_thumbnailers.schemas \ -		desktop_gnome_typing_break.schemas - -post-patch: -	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ -		${WRKSRC}/libgnome/libgnome-2.0.pc.in -.if defined(NOPORTDOCS) -	@${REINPLACE_CMD} -e 's|gnome-data po doc|gnome-data po|g' \ -		${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo deleted file mode 100644 index cd9f710f0..000000000 --- a/x11/libgnome/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgnome-2.12.0.1.tar.bz2) = f239a7ab132d2ec9039bb2537cca1e92 -SIZE (gnome2/libgnome-2.12.0.1.tar.bz2) = 955235 diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag deleted file mode 100644 index e6e06e6ed..000000000 --- a/x11/libgnome/files/patch-ag +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ -  $MCom$ - ---- libgnome/gnome-util.c	2002/03/19 17:16:21	1.1 -+++ libgnome/gnome-util.c	2002/03/19 17:21:31 -@@ -67,11 +67,11 @@ - 	static char *shells [] = { - 		/* Note that on some systems shells can also - 		 * be installed in /usr/bin */ --		"/bin/bash", "/usr/bin/bash", --		"/bin/zsh", "/usr/bin/zsh", --		"/bin/tcsh", "/usr/bin/tcsh", --		"/bin/ksh", "/usr/bin/ksh", --		"/bin/csh", "/bin/sh", NULL -+		"/bin/csh", "/bin/sh", -+		LOCALBASE "/bin/bash", -+		LOCALBASE "/bin/zsh", -+		LOCALBASE "/bin/ksh", -+		0 - 	}; -  - 	if (geteuid () == getuid () && diff --git a/x11/libgnome/files/patch-libgnome::Makefile.in b/x11/libgnome/files/patch-libgnome::Makefile.in deleted file mode 100644 index 5a240a06a..000000000 --- a/x11/libgnome/files/patch-libgnome::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnome/Makefile.in.orig	Mon May 31 16:33:14 2004 -+++ libgnome/Makefile.in	Mon May 31 16:33:45 2004 -@@ -211,6 +211,9 @@ - libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome -  - INCLUDES = \ -+	-DPREFIX=\""$(PREFIX)"\"				\ -+	-DLOCALBASE=\""$(LOCALBASE)"\"				\ -+	-DX11BASE=\""$(X11BASE)"\"				\ - 	-I..							\ - 	-I$(srcdir)/..						\ - 	$(WARN_CFLAGS)						\ diff --git a/x11/libgnome/files/patch-libgnome_gnome-program.c b/x11/libgnome/files/patch-libgnome_gnome-program.c deleted file mode 100644 index 9dd33f9c2..000000000 --- a/x11/libgnome/files/patch-libgnome_gnome-program.c +++ /dev/null @@ -1,70 +0,0 @@ ---- libgnome/gnome-program.c.orig	Mon May 31 16:37:02 2004 -+++ libgnome/gnome-program.c	Mon May 31 16:37:05 2004 -@@ -895,17 +895,17 @@ - 	attr_rel = ""; - 	break; -     case GNOME_FILE_DOMAIN_DATADIR: --	prefix_rel = "/share"; -+	prefix_rel = "/share/gnome"; - 	attr_name = GNOME_PARAM_GNOME_DATADIR; - 	attr_rel = ""; - 	break; -     case GNOME_FILE_DOMAIN_SOUND: --	prefix_rel = "/share/sounds"; -+	prefix_rel = "/share/gnome/sounds"; - 	attr_name = GNOME_PARAM_GNOME_DATADIR; - 	attr_rel = "/sounds"; - 	break; -     case GNOME_FILE_DOMAIN_PIXMAP: --	prefix_rel = "/share/pixmaps"; -+	prefix_rel = "/share/gnome/pixmaps"; - 	attr_name = GNOME_PARAM_GNOME_DATADIR; - 	attr_rel = "/pixmaps"; - 	break; -@@ -917,7 +917,7 @@ -     case GNOME_FILE_DOMAIN_HELP: - 	prefix_rel = "/share/gnome/help"; - 	attr_name = GNOME_PARAM_GNOME_DATADIR; --	attr_rel = "/gnome/help"; -+	attr_rel = "/help"; - 	break; -     case GNOME_FILE_DOMAIN_APP_LIBDIR: - 	prefix_rel = "/lib"; -@@ -926,19 +926,19 @@ - 	search_path = FALSE; - 	break; -     case GNOME_FILE_DOMAIN_APP_DATADIR: --	prefix_rel = "/share"; -+	prefix_rel = "/share/gnome"; - 	attr_name = GNOME_PARAM_APP_DATADIR; - 	attr_rel = ""; - 	search_path = FALSE; - 	break; -     case GNOME_FILE_DOMAIN_APP_SOUND: --	prefix_rel = "/share/sounds"; -+	prefix_rel = "/share/gnome/sounds"; - 	attr_name = GNOME_PARAM_APP_DATADIR; - 	attr_rel = "/sounds"; - 	search_path = FALSE; - 	break; -     case GNOME_FILE_DOMAIN_APP_PIXMAP: --	prefix_rel = "/share/pixmaps"; -+	prefix_rel = "/share/gnome/pixmaps"; - 	attr_name = GNOME_PARAM_APP_DATADIR; - 	attr_rel = "/pixmaps"; - 	search_path = FALSE; -@@ -959,12 +959,12 @@ -  - 	attr_name = GNOME_PARAM_APP_DATADIR; -  --	len = strlen ("/gnome/help/") +  -+	len = strlen ("/help/") +  - 		strlen (program->_priv->app_id) + 1; - 	attr_rel = g_alloca (len); - 	if (attr_rel == NULL /* bad things */) - 		return NULL; --	g_snprintf (attr_rel, len, "/gnome/help/%s", program->_priv->app_id); -+	g_snprintf (attr_rel, len, "/help/%s", program->_priv->app_id); -  - 	search_path = FALSE; - 	break; diff --git a/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in b/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in deleted file mode 100644 index 8d376a4b8..000000000 --- a/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- libgnome/libgnome-2.0.pc.in.orig	Mon Apr 18 16:54:21 2005 -+++ libgnome/libgnome-2.0.pc.in	Mon Apr 18 16:54:41 2005 -@@ -8,5 +8,5 @@ - Description: libgnome - Requires: glib-2.0 ORBit-2.0 libbonobo-2.0 gconf-2.0 gnome-vfs-2.0 - Version: @VERSION@ --Libs: -L${libdir} -lgnome-2 -lpopt -+Libs: -L${libdir} -L%%LOCALBASE%%/lib -lgnome-2 -lpopt - Cflags: -I${includedir}/libgnome-2.0 diff --git a/x11/libgnome/files/pkg-deinstall.in b/x11/libgnome/files/pkg-deinstall.in deleted file mode 100644 index 85c3d9d5f..000000000 --- a/x11/libgnome/files/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -#   $MCom$ -# -# Restore gconf keys of gnomevfs2. - -if [ "$2" != "POST-DEINSTALL" ]; then -	exit 0 -fi - -SCHEMAS=%%X11BASE%%/etc/gconf/schemas/desktop_default_applications.schemas - -if [ -f ${SCHEMAS} ]; then -	env GCONF_CONFIG_SOURCE=xml::%%X11BASE%%/etc/gconf/gconf.xml.defaults \ -	%%X11BASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ -		> /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/x11/libgnome/pkg-descr b/x11/libgnome/pkg-descr deleted file mode 100644 index b78aaf2cc..000000000 --- a/x11/libgnome/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -LibGnome provides the non-GUI backend for the GNOME environment. - -WWW: http://www.gnome.org/ diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist deleted file mode 100644 index 57c04872a..000000000 --- a/x11/libgnome/pkg-plist +++ /dev/null @@ -1,121 +0,0 @@ -bin/gnome-open -etc/sound/events/gnome-2.soundlist -etc/sound/events/gtk-events-2.soundlist -include/libgnome-2.0/libgnome/gnome-config.h -include/libgnome-2.0/libgnome/gnome-exec.h -include/libgnome-2.0/libgnome/gnome-gconf.h -include/libgnome-2.0/libgnome/gnome-help.h -include/libgnome-2.0/libgnome/gnome-i18n.h -include/libgnome-2.0/libgnome/gnome-init.h -include/libgnome-2.0/libgnome/gnome-macros.h -include/libgnome-2.0/libgnome/gnome-program.h -include/libgnome-2.0/libgnome/gnome-score.h -include/libgnome-2.0/libgnome/gnome-sound.h -include/libgnome-2.0/libgnome/gnome-triggers.h -include/libgnome-2.0/libgnome/gnome-url.h -include/libgnome-2.0/libgnome/gnome-util.h -include/libgnome-2.0/libgnome/libgnome.h -include/libgnome-2.0/libgnome/libgnometypebuiltins.h -lib/bonobo/monikers/libmoniker_extra_2.so -lib/libgnome-2.a -lib/libgnome-2.so -lib/libgnome-2.so.0 -libdata/bonobo/servers/GNOME_Moniker_std.server -libdata/pkgconfig/libgnome-2.0.pc -%%PORTDOCS%%%%DOCSDIR%%/ch01s02.html -%%PORTDOCS%%%%DOCSDIR%%/ch01s03.html -%%PORTDOCS%%%%DOCSDIR%%/ch01s04.html -%%PORTDOCS%%%%DOCSDIR%%/ch01s05.html -%%PORTDOCS%%%%DOCSDIR%%/home.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/left.png -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-config.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-exec.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-gconf.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-help.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-i18n.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-init.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-program.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-score.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-sound.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-triggers.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-url.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-gnome-util.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome-libgnometypebuiltins.html -%%PORTDOCS%%%%DOCSDIR%%/libgnome.devhelp -%%PORTDOCS%%%%DOCSDIR%%/libgnome.html -%%PORTDOCS%%%%DOCSDIR%%/right.png -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/up.png -share/locale/am/LC_MESSAGES/libgnome-2.0.mo -share/locale/ar/LC_MESSAGES/libgnome-2.0.mo -share/locale/az/LC_MESSAGES/libgnome-2.0.mo -share/locale/be/LC_MESSAGES/libgnome-2.0.mo -share/locale/bg/LC_MESSAGES/libgnome-2.0.mo -share/locale/bn/LC_MESSAGES/libgnome-2.0.mo -share/locale/bs/LC_MESSAGES/libgnome-2.0.mo -share/locale/ca/LC_MESSAGES/libgnome-2.0.mo -share/locale/cs/LC_MESSAGES/libgnome-2.0.mo -share/locale/cy/LC_MESSAGES/libgnome-2.0.mo -share/locale/da/LC_MESSAGES/libgnome-2.0.mo -share/locale/de/LC_MESSAGES/libgnome-2.0.mo -share/locale/el/LC_MESSAGES/libgnome-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnome-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnome-2.0.mo -share/locale/es/LC_MESSAGES/libgnome-2.0.mo -share/locale/et/LC_MESSAGES/libgnome-2.0.mo -share/locale/eu/LC_MESSAGES/libgnome-2.0.mo -share/locale/fa/LC_MESSAGES/libgnome-2.0.mo -share/locale/fi/LC_MESSAGES/libgnome-2.0.mo -share/locale/fr/LC_MESSAGES/libgnome-2.0.mo -share/locale/ga/LC_MESSAGES/libgnome-2.0.mo -share/locale/gl/LC_MESSAGES/libgnome-2.0.mo -share/locale/gu/LC_MESSAGES/libgnome-2.0.mo -share/locale/he/LC_MESSAGES/libgnome-2.0.mo -share/locale/hi/LC_MESSAGES/libgnome-2.0.mo -share/locale/hr/LC_MESSAGES/libgnome-2.0.mo -share/locale/hu/LC_MESSAGES/libgnome-2.0.mo -share/locale/id/LC_MESSAGES/libgnome-2.0.mo -share/locale/is/LC_MESSAGES/libgnome-2.0.mo -share/locale/it/LC_MESSAGES/libgnome-2.0.mo -share/locale/ja/LC_MESSAGES/libgnome-2.0.mo -share/locale/ko/LC_MESSAGES/libgnome-2.0.mo -share/locale/lt/LC_MESSAGES/libgnome-2.0.mo -share/locale/lv/LC_MESSAGES/libgnome-2.0.mo -share/locale/mk/LC_MESSAGES/libgnome-2.0.mo -share/locale/ml/LC_MESSAGES/libgnome-2.0.mo -share/locale/mn/LC_MESSAGES/libgnome-2.0.mo -share/locale/ms/LC_MESSAGES/libgnome-2.0.mo -share/locale/nb/LC_MESSAGES/libgnome-2.0.mo -share/locale/ne/LC_MESSAGES/libgnome-2.0.mo -share/locale/nl/LC_MESSAGES/libgnome-2.0.mo -share/locale/nn/LC_MESSAGES/libgnome-2.0.mo -share/locale/no/LC_MESSAGES/libgnome-2.0.mo -share/locale/pa/LC_MESSAGES/libgnome-2.0.mo -share/locale/pl/LC_MESSAGES/libgnome-2.0.mo -share/locale/pt/LC_MESSAGES/libgnome-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnome-2.0.mo -share/locale/ro/LC_MESSAGES/libgnome-2.0.mo -share/locale/ru/LC_MESSAGES/libgnome-2.0.mo -share/locale/rw/LC_MESSAGES/libgnome-2.0.mo -share/locale/sk/LC_MESSAGES/libgnome-2.0.mo -share/locale/sl/LC_MESSAGES/libgnome-2.0.mo -share/locale/sq/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnome-2.0.mo -share/locale/sv/LC_MESSAGES/libgnome-2.0.mo -share/locale/ta/LC_MESSAGES/libgnome-2.0.mo -share/locale/th/LC_MESSAGES/libgnome-2.0.mo -share/locale/tr/LC_MESSAGES/libgnome-2.0.mo -share/locale/uk/LC_MESSAGES/libgnome-2.0.mo -share/locale/vi/LC_MESSAGES/libgnome-2.0.mo -share/locale/wa/LC_MESSAGES/libgnome-2.0.mo -share/locale/xh/LC_MESSAGES/libgnome-2.0.mo -share/locale/yi/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo -@dirrm include/libgnome-2.0/libgnome -@dirrm include/libgnome-2.0 -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile deleted file mode 100644 index 09cdfd478..000000000 --- a/x11/libgnomemm26/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for:    libgnomemm -# Date created:         22 May 2003 -# Whom:                 Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -#   $MCom$ -# - -PORTNAME=	libgnomemm -PORTVERSION=	2.12.0 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR=	gnome2 - -MAINTAINER=	bland@FreeBSD.org -COMMENT=	C++ wrapper for libgnome library - -LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK=	libgnomemm26 - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_GMAKE=	yes -USE_GCC=	3.4 -USE_GNOME=	gnomehack libgnome -USE_INC_LIBTOOL_VER=15 -INSTALLS_SHLIB=	yes -CONFIGURE_ARGS=	--enable-static - -PLIST_SUB=	VERSION="2.6" API_VERSION="2.6" - -patch-autotools: -	@(cd ${PATCH_WRKSRC}; \ -	for file in ${LIBTOOLFILES}; do \ -		${CP} $$file $$file.tmp; \ -		${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ -			$$file.tmp > $$file; \ -		${RM} $$file.tmp; \ -	done); - -.include <bsd.port.mk> diff --git a/x11/libgnomemm26/distinfo b/x11/libgnomemm26/distinfo deleted file mode 100644 index 7b10df43b..000000000 --- a/x11/libgnomemm26/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgnomemm-2.12.0.tar.bz2) = 2a618db87d023525391372a6268290b9 -SIZE (gnome2/libgnomemm-2.12.0.tar.bz2) = 245793 diff --git a/x11/libgnomemm26/pkg-descr b/x11/libgnomemm26/pkg-descr deleted file mode 100644 index 02e98740a..000000000 --- a/x11/libgnomemm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgnome library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11/libgnomemm26/pkg-plist b/x11/libgnomemm26/pkg-plist deleted file mode 100644 index 0c3118e7c..000000000 --- a/x11/libgnomemm26/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -include/libgnomemm-%%API_VERSION%%/libgnomemm.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/init.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/main.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/moduleinfo.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/main_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/moduleinfo_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/program_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/program.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/wrap_init.h -lib/libgnomemm-%%VERSION%%.a -lib/libgnomemm-%%VERSION%%.so -lib/libgnomemm-%%VERSION%%.so.1 -lib/libgnomemm-%%API_VERSION%%/include/libgnomemmconfig.h -lib/libgnomemm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libgnomemm-%%API_VERSION%%/proc/m4/convert_libgnomemm.m4 -libdata/pkgconfig/libgnomemm-%%API_VERSION%%.pc -@dirrm lib/libgnomemm-%%API_VERSION%%/proc/m4 -@dirrm lib/libgnomemm-%%API_VERSION%%/proc -@dirrm lib/libgnomemm-%%API_VERSION%%/include -@dirrm lib/libgnomemm-%%API_VERSION%% -@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm/private -@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm -@dirrm include/libgnomemm-%%API_VERSION%% diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile deleted file mode 100644 index 99aee6944..000000000 --- a/x11/yelp/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -# New ports collection makefile for:	yelp -# Date created:				18 May 2002 -# Whom:					Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -#   $MCom: ports/x11/yelp/Makefile,v 1.62 2005/10/08 19:41:40 marcus Exp $ -# - -PORTNAME=	yelp -PORTVERSION=	2.12.1 -PORTREVISION=	1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/2.12 -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	A help browser for the GNOME 2 desktop - -BUILD_DEPENDS=	${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -RUN_DEPENDS=	${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} - -MOZILLA=	firefox -HEADERS_SUFX= - -.if !defined(WITH_MOZILLA) -MOZILLA=	firefox -HEADERS_SUFX= -.else -.if ${WITH_MOZILLA}=="mozilla" -MOZILLA=	mozilla -.else -.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2" -MOZILLA=	mozilla-devel -HEADERS_SUFX=	-devel -.else -MOZILLA=	firefox -HEADERS_SUFX= -.endif -.endif -.endif - -USE_BZIP2=	yes -USE_X_PREFIX=	yes -USE_GMAKE=	yes -USE_REINPLACE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui gnomedocutils -USE_AUTOTOOLS=	libtool:15 -INSTALLS_ICONS=	yes -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ -		LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS=	--with-mozilla=${MOZILLA} -MAKE_ENV=	G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -GCONF_SCHEMAS=	yelp.schemas - -OPTIONS=	MAN "Enable man page support" off \ -		INFO "Enable GNU info support" off - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -.if ${MOZILLA}=="mozilla-devel" -USE_GCC=	3.4 -.endif -.endif - -.if defined(WITH_MAN) -CONFIGURE_ARGS+=--enable-man -.endif - -.if defined(WITH_INFO) -CONFIGURE_ARGS+=--enable-info -.endif - -pre-everything:: -	@${ECHO_MSG} "" -	@${ECHO_MSG} " By default yelp uses www/firefox for html rendering, but you can" -	@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:" -	@${ECHO_MSG} -	@${ECHO_MSG} "  mozilla-devel " -	@${ECHO_MSG} "  mozilla" -	@${ECHO_MSG} "" - -post-patch: -.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="mozilla-devel" -	@${REINPLACE_CMD} -e 's|xmozilla|xmozilla-devel|g; \ -		s|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g; \ -		s|$$MOZILLA-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' \ -		${WRKSRC}/configure -.endif - -post-configure: -	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ -		s|%%X11BASE%%|${X11BASE}|g ; \ -		s|%%MOZILLA%%|${MOZILLA}|g' <${FILESDIR}/yelp.sh \ -		> ${WRKDIR}/yelp.sh -	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ -		s|%%X11BASE%%|${X11BASE}|g ; \ -		s|%%MOZILLA%%|${MOZILLA}|g' <${FILESDIR}/gnome-help.sh \ -		> ${WRKDIR}/gnome-help.sh - -post-install: -	${MV} -f ${PREFIX}/bin/yelp ${PREFIX}/bin/yelp-bin -	${MV} -f ${PREFIX}/bin/gnome-help ${PREFIX}/bin/gnome-help-bin -	${INSTALL_SCRIPT} ${WRKDIR}/yelp.sh ${PREFIX}/bin/yelp -	${INSTALL_SCRIPT} ${WRKDIR}/gnome-help.sh ${PREFIX}/bin/gnome-help - -.include <bsd.port.post.mk> diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo deleted file mode 100644 index 3a2d0eca6..000000000 --- a/x11/yelp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/yelp-2.12.1.tar.bz2) = d6a9c142ca367447f06cee003b6d8a5d -SIZE (gnome2/yelp-2.12.1.tar.bz2) = 815483 diff --git a/x11/yelp/files/gnome-help.sh b/x11/yelp/files/gnome-help.sh deleted file mode 100644 index 0951d0096..000000000 --- a/x11/yelp/files/gnome-help.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -dist_bin=`dirname $0` - -MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%% - -if [ -n "$LD_LIBRARY_PATH" ]; then -  LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH -else -  LD_LIBRARY_PATH=$MOZILLA_HOME -fi -export LD_LIBRARY_PATH - -MOZILLA_FIVE_HOME=$MOZILLA_HOME -export MOZILLA_FIVE_HOME - -exec "%%PREFIX%%/bin/gnome-help-bin" "$@" diff --git a/x11/yelp/files/yelp.sh b/x11/yelp/files/yelp.sh deleted file mode 100644 index 52a6643b7..000000000 --- a/x11/yelp/files/yelp.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -dist_bin=`dirname $0` - -MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%% - -if [ -n "$LD_LIBRARY_PATH" ]; then -  LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH -else -  LD_LIBRARY_PATH=$MOZILLA_HOME -fi -export LD_LIBRARY_PATH - -MOZILLA_FIVE_HOME=$MOZILLA_HOME -export MOZILLA_FIVE_HOME - -exec "%%PREFIX%%/bin/yelp-bin" "$@" diff --git a/x11/yelp/pkg-descr b/x11/yelp/pkg-descr deleted file mode 100644 index d38af5629..000000000 --- a/x11/yelp/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Yelp is a help browser for GNOME 2.0 that displays GNOME -help documents, info pages, manpages, and more. - -WWW: http://www.gnome.org/ diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist deleted file mode 100644 index b51798ea5..000000000 --- a/x11/yelp/pkg-plist +++ /dev/null @@ -1,122 +0,0 @@ -bin/gnome-help -bin/gnome-help-bin -bin/yelp -bin/yelp-bin -libdata/bonobo/servers/GNOME_Yelp.server -share/gnome/applications/yelp.desktop -share/gnome/yelp/default.css -share/gnome/yelp/icons/yelp-icon-caution.png -share/gnome/yelp/icons/yelp-icon-important.png -share/gnome/yelp/icons/yelp-icon-note.png -share/gnome/yelp/icons/yelp-icon-tip.png -share/gnome/yelp/icons/yelp-icon-warning.png -share/gnome/yelp/icons/yelp-watermark-blockquote-00AB.png -share/gnome/yelp/icons/yelp-watermark-blockquote-00BB.png -share/gnome/yelp/icons/yelp-watermark-blockquote-201C.png -share/gnome/yelp/icons/yelp-watermark-blockquote-201D.png -share/gnome/yelp/icons/yelp-watermark-blockquote-201E.png -share/gnome/yelp/important_docs.xml -share/gnome/yelp/man.xml -share/gnome/yelp/scrollkeeper.xml -share/gnome/yelp/toc.xml -share/gnome/yelp/ui/yelp-ui.xml -share/gnome/yelp/ui/yelp.glade -share/gnome/yelp/xslt/db-title.xsl -share/gnome/yelp/xslt/db2html.xsl -share/gnome/yelp/xslt/info2html.xsl -share/gnome/yelp/xslt/man2html.xsl -share/gnome/yelp/xslt/toc2html.xsl -share/gnome/yelp/xslt/yelp-common.xsl -share/gnome/yelp/yelp.js -share/icons/hicolor/192x192/apps/yelp-icon-big.png -share/locale/af/LC_MESSAGES/yelp.mo -share/locale/am/LC_MESSAGES/yelp.mo -share/locale/ar/LC_MESSAGES/yelp.mo -share/locale/az/LC_MESSAGES/yelp.mo -share/locale/be/LC_MESSAGES/yelp.mo -share/locale/bg/LC_MESSAGES/yelp.mo -share/locale/bn/LC_MESSAGES/yelp.mo -share/locale/bs/LC_MESSAGES/yelp.mo -share/locale/ca/LC_MESSAGES/yelp.mo -share/locale/cs/LC_MESSAGES/yelp.mo -share/locale/cy/LC_MESSAGES/yelp.mo -share/locale/da/LC_MESSAGES/yelp.mo -share/locale/de/LC_MESSAGES/yelp.mo -share/locale/el/LC_MESSAGES/yelp.mo -share/locale/en_CA/LC_MESSAGES/yelp.mo -share/locale/en_GB/LC_MESSAGES/yelp.mo -share/locale/eo/LC_MESSAGES/yelp.mo -share/locale/es/LC_MESSAGES/yelp.mo -share/locale/et/LC_MESSAGES/yelp.mo -share/locale/eu/LC_MESSAGES/yelp.mo -share/locale/fa/LC_MESSAGES/yelp.mo -share/locale/fi/LC_MESSAGES/yelp.mo -share/locale/fr/LC_MESSAGES/yelp.mo -share/locale/ga/LC_MESSAGES/yelp.mo -share/locale/gl/LC_MESSAGES/yelp.mo -share/locale/gu/LC_MESSAGES/yelp.mo -share/locale/he/LC_MESSAGES/yelp.mo -share/locale/hi/LC_MESSAGES/yelp.mo -share/locale/hr/LC_MESSAGES/yelp.mo -share/locale/hu/LC_MESSAGES/yelp.mo -share/locale/id/LC_MESSAGES/yelp.mo -share/locale/is/LC_MESSAGES/yelp.mo -share/locale/it/LC_MESSAGES/yelp.mo -share/locale/ja/LC_MESSAGES/yelp.mo -share/locale/ka/LC_MESSAGES/yelp.mo -share/locale/kn/LC_MESSAGES/yelp.mo -share/locale/ko/LC_MESSAGES/yelp.mo -share/locale/ku/LC_MESSAGES/yelp.mo -share/locale/li/LC_MESSAGES/yelp.mo -share/locale/lt/LC_MESSAGES/yelp.mo -share/locale/lv/LC_MESSAGES/yelp.mo -share/locale/mk/LC_MESSAGES/yelp.mo -share/locale/ml/LC_MESSAGES/yelp.mo -share/locale/mn/LC_MESSAGES/yelp.mo -share/locale/mr/LC_MESSAGES/yelp.mo -share/locale/ms/LC_MESSAGES/yelp.mo -share/locale/nb/LC_MESSAGES/yelp.mo -share/locale/ne/LC_MESSAGES/yelp.mo -share/locale/nl/LC_MESSAGES/yelp.mo -share/locale/nn/LC_MESSAGES/yelp.mo -share/locale/no/LC_MESSAGES/yelp.mo -share/locale/nso/LC_MESSAGES/yelp.mo -share/locale/pa/LC_MESSAGES/yelp.mo -share/locale/pl/LC_MESSAGES/yelp.mo -share/locale/pt/LC_MESSAGES/yelp.mo -share/locale/pt_BR/LC_MESSAGES/yelp.mo -share/locale/ro/LC_MESSAGES/yelp.mo -share/locale/ru/LC_MESSAGES/yelp.mo -share/locale/rw/LC_MESSAGES/yelp.mo -share/locale/sk/LC_MESSAGES/yelp.mo -share/locale/sl/LC_MESSAGES/yelp.mo -share/locale/sq/LC_MESSAGES/yelp.mo -share/locale/sr/LC_MESSAGES/yelp.mo -share/locale/sr@Latn/LC_MESSAGES/yelp.mo -share/locale/sv/LC_MESSAGES/yelp.mo -share/locale/ta/LC_MESSAGES/yelp.mo -share/locale/tg/LC_MESSAGES/yelp.mo -share/locale/th/LC_MESSAGES/yelp.mo -share/locale/tr/LC_MESSAGES/yelp.mo -share/locale/ug/LC_MESSAGES/yelp.mo -share/locale/uk/LC_MESSAGES/yelp.mo -share/locale/vi/LC_MESSAGES/yelp.mo -share/locale/wa/LC_MESSAGES/yelp.mo -share/locale/xh/LC_MESSAGES/yelp.mo -share/locale/zh_CN/LC_MESSAGES/yelp.mo -share/locale/zh_TW/LC_MESSAGES/yelp.mo -share/locale/zu/LC_MESSAGES/yelp.mo -@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/zu 2> /dev/null || true -@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ug 2> /dev/null || true -@unexec rmdir %D/share/locale/nso/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/nso 2> /dev/null || true -@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/mr 2> /dev/null || true -@unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ku 2> /dev/null || true -@dirrm share/gnome/yelp/xslt -@dirrm share/gnome/yelp/ui -@dirrm share/gnome/yelp/icons -@dirrm share/gnome/yelp diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile deleted file mode 100644 index 392a4413f..000000000 --- a/x11/zenity/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for:	zenity -# Date created:				01 Mar 2003 -# Whom:					Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD$ -#   $MCom: ports/x11/zenity/Makefile,v 1.45 2005/10/29 22:31:17 marcus Exp $ -# - -PORTNAME=	zenity -PORTVERSION=	2.12.1 -CATEGORIES=	x11 gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/2.12 -DIST_SUBDIR=	gnome2 - -MAINTAINER=	gnome@FreeBSD.org -COMMENT=	Display GNOME dialogs from the command line - -BUILD_DEPENDS=	scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS=	scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper - -USE_X_PREFIX=	yes -USE_GMAKE=	yes -USE_GNOME=	gnomeprefix gnomehack libgnomecanvas gconf2 gnomedocutils -USE_BZIP2=	yes -GNU_CONFIGURE=	yes -USE_REINPLACE=	yes -INSTALLS_OMF=	yes -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ -		LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -MAN1=		zenity.1 - -CONFLICTS=	gtkada-1.2.* - -pre-configure: -	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ -		's|@DATADIRNAME@|share|' - -.include <bsd.port.mk> diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo deleted file mode 100644 index 31b12945e..000000000 --- a/x11/zenity/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/zenity-2.12.1.tar.bz2) = d8fbcf326e42b5dae70a570fad024947 -SIZE (gnome2/zenity-2.12.1.tar.bz2) = 896002 diff --git a/x11/zenity/pkg-descr b/x11/zenity/pkg-descr deleted file mode 100644 index 384c19680..000000000 --- a/x11/zenity/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Zenity allows dialog boxes to be created and displayed from the -commandline.  This provides a simple way to create a GUI for -a shell script. diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist deleted file mode 100644 index d2276349c..000000000 --- a/x11/zenity/pkg-plist +++ /dev/null @@ -1,150 +0,0 @@ -bin/gdialog -bin/zenity -share/gnome/help/zenity/C/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/C/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/C/figures/zenity-error-screenshot.png -share/gnome/help/zenity/C/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/C/figures/zenity-information-screenshot.png -share/gnome/help/zenity/C/figures/zenity-list-screenshot.png -share/gnome/help/zenity/C/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/C/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/C/figures/zenity-question-screenshot.png -share/gnome/help/zenity/C/figures/zenity-text-screenshot.png -share/gnome/help/zenity/C/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/C/legal.xml -share/gnome/help/zenity/C/zenity.xml -share/gnome/help/zenity/es/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/es/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/es/figures/zenity-error-screenshot.png -share/gnome/help/zenity/es/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/es/figures/zenity-information-screenshot.png -share/gnome/help/zenity/es/figures/zenity-list-screenshot.png -share/gnome/help/zenity/es/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/es/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/es/figures/zenity-question-screenshot.png -share/gnome/help/zenity/es/figures/zenity-text-screenshot.png -share/gnome/help/zenity/es/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/es/zenity.xml -share/gnome/help/zenity/fr/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-error-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-information-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-list-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-question-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-text-screenshot.png -share/gnome/help/zenity/fr/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/fr/zenity.xml -share/gnome/help/zenity/uk/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-error-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-information-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-list-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-notification-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-question-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-text-screenshot.png -share/gnome/help/zenity/uk/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/uk/zenity.xml -share/gnome/omf/zenity/zenity-C.omf -share/gnome/omf/zenity/zenity-es.omf -share/gnome/omf/zenity/zenity-fr.omf -share/gnome/omf/zenity/zenity-uk.omf -share/gnome/zenity/clothes/gnome-tshirt.png -share/gnome/zenity/clothes/hawaii-shirt.png -share/gnome/zenity/clothes/monk.png -share/gnome/zenity/clothes/sunglasses.png -share/gnome/zenity/clothes/surfboard.png -share/gnome/zenity/zenity-calendar.png -share/gnome/zenity/zenity-entry.png -share/gnome/zenity/zenity-file.png -share/gnome/zenity/zenity-list.png -share/gnome/zenity/zenity-notification.png -share/gnome/zenity/zenity-progress.png -share/gnome/zenity/zenity-text.png -share/gnome/zenity/zenity.glade -share/gnome/zenity/zenity.png -share/locale/am/LC_MESSAGES/zenity-0.1.mo -share/locale/ar/LC_MESSAGES/zenity-0.1.mo -share/locale/az/LC_MESSAGES/zenity-0.1.mo -share/locale/be/LC_MESSAGES/zenity-0.1.mo -share/locale/bg/LC_MESSAGES/zenity-0.1.mo -share/locale/bn/LC_MESSAGES/zenity-0.1.mo -share/locale/bs/LC_MESSAGES/zenity-0.1.mo -share/locale/ca/LC_MESSAGES/zenity-0.1.mo -share/locale/cs/LC_MESSAGES/zenity-0.1.mo -share/locale/cy/LC_MESSAGES/zenity-0.1.mo -share/locale/da/LC_MESSAGES/zenity-0.1.mo -share/locale/de/LC_MESSAGES/zenity-0.1.mo -share/locale/el/LC_MESSAGES/zenity-0.1.mo -share/locale/en_CA/LC_MESSAGES/zenity-0.1.mo -share/locale/en_GB/LC_MESSAGES/zenity-0.1.mo -share/locale/es/LC_MESSAGES/zenity-0.1.mo -share/locale/et/LC_MESSAGES/zenity-0.1.mo -share/locale/eu/LC_MESSAGES/zenity-0.1.mo -share/locale/fa/LC_MESSAGES/zenity-0.1.mo -share/locale/fi/LC_MESSAGES/zenity-0.1.mo -share/locale/fr/LC_MESSAGES/zenity-0.1.mo -share/locale/ga/LC_MESSAGES/zenity-0.1.mo -share/locale/gl/LC_MESSAGES/zenity-0.1.mo -share/locale/gu/LC_MESSAGES/zenity-0.1.mo -share/locale/he/LC_MESSAGES/zenity-0.1.mo -share/locale/hi/LC_MESSAGES/zenity-0.1.mo -share/locale/hr/LC_MESSAGES/zenity-0.1.mo -share/locale/hu/LC_MESSAGES/zenity-0.1.mo -share/locale/id/LC_MESSAGES/zenity-0.1.mo -share/locale/is/LC_MESSAGES/zenity-0.1.mo -share/locale/it/LC_MESSAGES/zenity-0.1.mo -share/locale/ja/LC_MESSAGES/zenity-0.1.mo -share/locale/kn/LC_MESSAGES/zenity-0.1.mo -share/locale/ko/LC_MESSAGES/zenity-0.1.mo -share/locale/lt/LC_MESSAGES/zenity-0.1.mo -share/locale/mi/LC_MESSAGES/zenity-0.1.mo -share/locale/mk/LC_MESSAGES/zenity-0.1.mo -share/locale/ml/LC_MESSAGES/zenity-0.1.mo -share/locale/mn/LC_MESSAGES/zenity-0.1.mo -share/locale/ms/LC_MESSAGES/zenity-0.1.mo -share/locale/nb/LC_MESSAGES/zenity-0.1.mo -share/locale/ne/LC_MESSAGES/zenity-0.1.mo -share/locale/nl/LC_MESSAGES/zenity-0.1.mo -share/locale/nn/LC_MESSAGES/zenity-0.1.mo -share/locale/no/LC_MESSAGES/zenity-0.1.mo -share/locale/pa/LC_MESSAGES/zenity-0.1.mo -share/locale/pl/LC_MESSAGES/zenity-0.1.mo -share/locale/pt/LC_MESSAGES/zenity-0.1.mo -share/locale/pt_BR/LC_MESSAGES/zenity-0.1.mo -share/locale/ro/LC_MESSAGES/zenity-0.1.mo -share/locale/ru/LC_MESSAGES/zenity-0.1.mo -share/locale/rw/LC_MESSAGES/zenity-0.1.mo -share/locale/sk/LC_MESSAGES/zenity-0.1.mo -share/locale/sl/LC_MESSAGES/zenity-0.1.mo -share/locale/sq/LC_MESSAGES/zenity-0.1.mo -share/locale/sr/LC_MESSAGES/zenity-0.1.mo -share/locale/sr@Latn/LC_MESSAGES/zenity-0.1.mo -share/locale/sv/LC_MESSAGES/zenity-0.1.mo -share/locale/ta/LC_MESSAGES/zenity-0.1.mo -share/locale/th/LC_MESSAGES/zenity-0.1.mo -share/locale/tr/LC_MESSAGES/zenity-0.1.mo -share/locale/ug/LC_MESSAGES/zenity-0.1.mo -share/locale/uk/LC_MESSAGES/zenity-0.1.mo -share/locale/vi/LC_MESSAGES/zenity-0.1.mo -share/locale/xh/LC_MESSAGES/zenity-0.1.mo -share/locale/zh_CN/LC_MESSAGES/zenity-0.1.mo -share/locale/zh_TW/LC_MESSAGES/zenity-0.1.mo -@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ug 2> /dev/null || true -@dirrm share/gnome/zenity/clothes -@dirrm share/gnome/zenity -@dirrm share/gnome/omf/zenity -@dirrm share/gnome/help/zenity/uk/figures -@dirrm share/gnome/help/zenity/uk -@dirrm share/gnome/help/zenity/fr/figures -@dirrm share/gnome/help/zenity/fr -@dirrm share/gnome/help/zenity/es/figures -@dirrm share/gnome/help/zenity/es -@dirrm share/gnome/help/zenity/C/figures -@dirrm share/gnome/help/zenity/C -@dirrm share/gnome/help/zenity  | 
