pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-menueditor Updated xfce4-menueditor to 1.0rc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95070b8d3428
branches: trunk
changeset: 467624:95070b8d3428
user: martti <martti%pkgsrc.org@localhost>
date: Wed Feb 04 11:51:57 2004 +0000
description:
Updated xfce4-menueditor to 1.0rc3nb1 (pkg/24311 by Cesar Catrian C.)
diffstat:
x11/xfce4-menueditor/Makefile | 3 +-
x11/xfce4-menueditor/distinfo | 3 +-
x11/xfce4-menueditor/patches/patch-aa | 36 +++++++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 2 deletions(-)
diffs (66 lines):
diff -r 51a1d62ab9ed -r 95070b8d3428 x11/xfce4-menueditor/Makefile
--- a/x11/xfce4-menueditor/Makefile Wed Feb 04 11:09:13 2004 +0000
+++ b/x11/xfce4-menueditor/Makefile Wed Feb 04 11:51:57 2004 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 16:33:37 martti Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/04 11:51:57 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 1.0rc3
DISTNAME= xfce4-menueditor-${XFCE4_VERSION}
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://users.skynet.be/p0llux/files/
COMMENT= XFce4 menu editor
diff -r 51a1d62ab9ed -r 95070b8d3428 x11/xfce4-menueditor/distinfo
--- a/x11/xfce4-menueditor/distinfo Wed Feb 04 11:09:13 2004 +0000
+++ b/x11/xfce4-menueditor/distinfo Wed Feb 04 11:51:57 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/26 16:33:37 martti Exp $
+$NetBSD: distinfo,v 1.2 2004/02/04 11:51:57 martti Exp $
SHA1 (xfce4-menueditor-1.0rc3.tar.bz2) = 26518275618fd3abbc5ef76a26d5a66a900a5ab6
Size (xfce4-menueditor-1.0rc3.tar.bz2) = 170156 bytes
+SHA1 (patch-aa) = d45f6ac9e129953f69d0d89ee1c483cc39839b4d
diff -r 51a1d62ab9ed -r 95070b8d3428 x11/xfce4-menueditor/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xfce4-menueditor/patches/patch-aa Wed Feb 04 11:51:57 2004 +0000
@@ -0,0 +1,36 @@
+$NetBSD: patch-aa,v 1.1 2004/02/04 11:51:57 martti Exp $
+
+--- menueditor/menueditor.c.orig 2004-01-25 22:12:52.000000000 +0200
++++ menueditor/menueditor.c 2004-02-04 13:42:57.000000000 +0200
+@@ -283,13 +283,14 @@
+ /* Check if there is no other file opened */
+ if(menueditor_app.xml_menu_file != NULL){
+ if(menueditor_app.menu_modified==TRUE){
++ gint response;
+ GtkWidget *dialog = gtk_message_dialog_new(GTK_WINDOW(menueditor_app.main_window),
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_QUESTION,
+ GTK_BUTTONS_YES_NO,
+ _("Do you want to save before closing the file ?"));
+
+- gint response = gtk_dialog_run(GTK_DIALOG(dialog));
++ response = gtk_dialog_run(GTK_DIALOG(dialog));
+ gtk_widget_destroy(dialog);
+
+ if(response==GTK_RESPONSE_YES)
+@@ -320,13 +321,14 @@
+ /* Check if there is no other file opened */
+ if(menueditor_app.xml_menu_file != NULL){
+ if(menueditor_app.menu_modified==TRUE){
++ gint response;
+ GtkWidget *dialog = gtk_message_dialog_new(GTK_WINDOW(menueditor_app.main_window),
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_MESSAGE_QUESTION,
+ GTK_BUTTONS_YES_NO,
+ _("Do you want to save before closing the file ?"));
+
+- gint response = gtk_dialog_run(GTK_DIALOG(dialog));
++ response = gtk_dialog_run(GTK_DIALOG(dialog));
+ gtk_widget_destroy(dialog);
+
+ if(response==GTK_RESPONSE_YES)
Home |
Main Index |
Thread Index |
Old Index