pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/rep-gtk2 Add rep-gtk2-0.18. Provides librep bindin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb69e52e253c
branches:  trunk
changeset: 528589:eb69e52e253c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed May 09 10:01:28 2007 +0000

description:
Add rep-gtk2-0.18. Provides librep bindings for gtk2 (used by wm/sawfish)

diffstat:

 x11/rep-gtk2/DESCR            |   1 +
 x11/rep-gtk2/Makefile         |  21 +++++++++++++++++++++
 x11/rep-gtk2/PLIST            |   6 ++++++
 x11/rep-gtk2/distinfo         |   7 +++++++
 x11/rep-gtk2/patches/patch-aa |  17 +++++++++++++++++
 x11/rep-gtk2/patches/patch-ab |  22 ++++++++++++++++++++++
 6 files changed, 74 insertions(+), 0 deletions(-)

diffs (98 lines):

diff -r e0ccbcafa749 -r eb69e52e253c x11/rep-gtk2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rep-gtk2/DESCR        Wed May 09 10:01:28 2007 +0000
@@ -0,0 +1,1 @@
+librep bindings for gtk2 (used by wm/sawfish)
diff -r e0ccbcafa749 -r eb69e52e253c x11/rep-gtk2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rep-gtk2/Makefile     Wed May 09 10:01:28 2007 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/09 10:01:28 tnn Exp $
+
+DISTNAME=              rep-gtk-0.18
+PKGNAME=               rep-gtk2-0.18
+CATEGORIES=            x11 lang
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=rep-gtk/}
+
+MAINTAINER=            tnn%NetBSD.org@localhost
+HOMEPAGE=              http://rep-gtk.sourceforge.net/
+COMMENT=               librep bindings for gtk2 (used by wm/sawfish)
+
+CONFLICTS=             rep-gtk-[0-9]*
+
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            gmake
+
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../lang/librep/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e0ccbcafa749 -r eb69e52e253c x11/rep-gtk2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rep-gtk2/PLIST        Wed May 09 10:01:28 2007 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/09 10:01:28 tnn Exp $
+libexec/rep/${MACHINE_GNU_PLATFORM}/gui/gtk-2/gtk.la
+libexec/rep/${MACHINE_GNU_PLATFORM}/gui/gtk-2/libglade.la
+libexec/rep/${MACHINE_GNU_PLATFORM}/gui/gtk-2/types.la
+@dirrm libexec/rep/${MACHINE_GNU_PLATFORM}/gui/gtk-2
+@dirrm libexec/rep/${MACHINE_GNU_PLATFORM}/gui
diff -r e0ccbcafa749 -r eb69e52e253c x11/rep-gtk2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rep-gtk2/distinfo     Wed May 09 10:01:28 2007 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/09 10:01:28 tnn Exp $
+
+SHA1 (rep-gtk-0.18.tar.gz) = 9410c348bd0736a86063c6b0a46c2d7f9b0a8f4a
+RMD160 (rep-gtk-0.18.tar.gz) = b6bd4210a26b2464b73295fb7009e7a75b5c1c8b
+Size (rep-gtk-0.18.tar.gz) = 147665 bytes
+SHA1 (patch-aa) = 48f44d05447b4a7934ff13a8b1c805f183abf274
+SHA1 (patch-ab) = cc831a1393bc95b3cdeb261d5063650866d7a4cc
diff -r e0ccbcafa749 -r eb69e52e253c x11/rep-gtk2/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rep-gtk2/patches/patch-aa     Wed May 09 10:01:28 2007 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/05/09 10:01:28 tnn Exp $
+
+--- rep-gtk.h.orig     2004-09-02 19:40:23.000000000 +0200
++++ rep-gtk.h
+@@ -291,10 +291,10 @@ void gtk_menu_popup_interp (GtkMenu *men
+ 
+ GtkWidget*
+ gtk_radio_menu_item_new_with_label_from_widget (GtkRadioMenuItem *group,
+-                                              gchar            *label);
++                                              const gchar            *label);
+ GtkWidget*
+ gtk_radio_menu_item_new_with_mnemonic_from_widget (GtkRadioMenuItem *group,
+-                                                 gchar            *label);
++                                                 const gchar            *label);
+ GtkWidget* gtk_radio_menu_item_new_from_widget (GtkRadioMenuItem *group);
+ GtkWidget* gtk_pixmap_new_interp (char *file, GtkWidget *intended_parent);
+ 
diff -r e0ccbcafa749 -r eb69e52e253c x11/rep-gtk2/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rep-gtk2/patches/patch-ab     Wed May 09 10:01:28 2007 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/05/09 10:01:28 tnn Exp $
+
+--- gtk-compat.c.orig  2004-09-02 19:43:49.000000000 +0200
++++ gtk-compat.c
+@@ -64,7 +64,7 @@ gtk_menu_popup_interp (GtkMenu *menu,
+ 
+ GtkWidget*
+ gtk_radio_menu_item_new_with_label_from_widget (GtkRadioMenuItem *group,
+-                                              gchar            *label)
++                                              const gchar            *label)
+ {
+   GSList *g = group? gtk_radio_menu_item_group (group) : NULL;
+   return gtk_radio_menu_item_new_with_label (g, label);
+@@ -72,7 +72,7 @@ gtk_radio_menu_item_new_with_label_from_
+ 
+ GtkWidget*
+ gtk_radio_menu_item_new_with_mnemonic_from_widget (GtkRadioMenuItem *group,
+-                                                 gchar            *label)
++                                                 const gchar            *label)
+ {
+   GSList *g = group? gtk_radio_menu_item_group (group) : NULL;
+   return gtk_radio_menu_item_new_with_mnemonic (g, label);



Home | Main Index | Thread Index | Old Index