From ffe5242b0b9a96b682b1c4a519a8434f7711232d Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 17 Jul 2003 05:06:15 +0000 Subject: Update to 2.4.2.97. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@992 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gdm2/Makefile | 2 +- x11/gdm2/distinfo | 2 +- x11/gdm2/files/patch-daemon_misc.c | 11 +++++++++++ x11/gdm2/files/patch-gui::gdmsetup.c | 22 +++++++++++++++++++--- x11/gdm2/pkg-plist | 2 ++ 5 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 x11/gdm2/files/patch-daemon_misc.c (limited to 'x11') diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index 1adc53396..310118bd5 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdm2 -PORTVERSION= 2.4.2.96 +PORTVERSION= 2.4.2.97 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 diff --git a/x11/gdm2/distinfo b/x11/gdm2/distinfo index 94ea9cdf4..f595f4d71 100644 --- a/x11/gdm2/distinfo +++ b/x11/gdm2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gdm-2.4.2.96.tar.bz2) = c94ba18e1776e555cdc33d02fa4a7b2a +MD5 (gnome2/gdm-2.4.2.97.tar.bz2) = 300033d842870987ed8509b5bc13a722 diff --git a/x11/gdm2/files/patch-daemon_misc.c b/x11/gdm2/files/patch-daemon_misc.c new file mode 100644 index 000000000..e8be3c006 --- /dev/null +++ b/x11/gdm2/files/patch-daemon_misc.c @@ -0,0 +1,11 @@ +--- daemon/misc.c.orig Thu Jul 17 00:50:07 2003 ++++ daemon/misc.c Thu Jul 17 00:51:57 2003 +@@ -23,6 +23,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + #include diff --git a/x11/gdm2/files/patch-gui::gdmsetup.c b/x11/gdm2/files/patch-gui::gdmsetup.c index 78fcf4dcb..7167e6fae 100644 --- a/x11/gdm2/files/patch-gui::gdmsetup.c +++ b/x11/gdm2/files/patch-gui::gdmsetup.c @@ -1,6 +1,22 @@ ---- gui/gdmsetup.c.orig Fri Jun 6 19:34:07 2003 -+++ gui/gdmsetup.c Mon Jun 16 16:45:20 2003 -@@ -1587,7 +1587,7 @@ +--- gui/gdmsetup.c.orig Tue Jul 15 13:23:37 2003 ++++ gui/gdmsetup.c Thu Jul 17 00:57:18 2003 +@@ -1550,13 +1550,14 @@ + if (dir_exists (theme_dir, dir)) { + char *fname = g_filename_to_utf8 (dir, -1, NULL, NULL, NULL); + char *s; ++ GtkWidget *dlg; + GtkWidget *button; + /* FIXME: if exists already perhaps we could also have an + * option to change the dir name */ + s = g_strdup_printf (_("Theme directory '%s' seems to be already " + "installed, install again anyway?"), + fname); +- GtkWidget *dlg = ++ dlg = + ve_hig_dialog_new + (GTK_WINDOW (fs), + GTK_DIALOG_MODAL | +@@ -1602,7 +1603,7 @@ success = TRUE; /* HACK! */ diff --git a/x11/gdm2/pkg-plist b/x11/gdm2/pkg-plist index b8817cf42..2399fc3e7 100644 --- a/x11/gdm2/pkg-plist +++ b/x11/gdm2/pkg-plist @@ -79,6 +79,7 @@ share/locale/bg/LC_MESSAGES/gdm-2.4.mo share/locale/bn/LC_MESSAGES/gdm-2.4.mo share/locale/ca/LC_MESSAGES/gdm-2.4.mo share/locale/cs/LC_MESSAGES/gdm-2.4.mo +share/locale/cy/LC_MESSAGES/gdm-2.4.mo share/locale/da/LC_MESSAGES/gdm-2.4.mo share/locale/de/LC_MESSAGES/gdm-2.4.mo share/locale/el/LC_MESSAGES/gdm-2.4.mo @@ -93,6 +94,7 @@ share/locale/gl/LC_MESSAGES/gdm-2.4.mo share/locale/he/LC_MESSAGES/gdm-2.4.mo share/locale/hi/LC_MESSAGES/gdm-2.4.mo share/locale/hu/LC_MESSAGES/gdm-2.4.mo +share/locale/id/LC_MESSAGES/gdm-2.4.mo share/locale/it/LC_MESSAGES/gdm-2.4.mo share/locale/ja/LC_MESSAGES/gdm-2.4.mo share/locale/ko/LC_MESSAGES/gdm-2.4.mo -- cgit v1.2.3