mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix some known compatibility problems with GNOME 2.6.
This commit is contained in:
parent
7d1eeeb27a
commit
b41b93b15e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106192
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sound-juicer
|
||||
PORTVERSION= 0.5.10.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= http://www.burtonini.com/computing/
|
||||
DIST_SUBDIR= gnome2
|
||||
@ -20,7 +20,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui gstreamerplugins
|
||||
USE_LIBTOOL_VER= 13
|
||||
USE_LIBTOOL_VER=13
|
||||
CONFIGURE_ARGS= --enable-ignore-missing-cd
|
||||
|
||||
pre-everything::
|
||||
|
11
audio/sound-juicer/files/patch-configure
Normal file
11
audio/sound-juicer/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Sat Mar 13 11:06:49 2004
|
||||
+++ configure Sat Mar 13 11:07:45 2004
|
||||
@@ -6889,7 +6889,7 @@
|
||||
HAVE_GSTREAMER=no
|
||||
|
||||
# Look for 0.7
|
||||
-GST_MAJORMINOR=0.7
|
||||
+GST_MAJORMINOR=0.8
|
||||
|
||||
succeeded=no
|
||||
|
@ -1,5 +1,5 @@
|
||||
Sound Juicer is a clean, mean and lean CD ripper for GNOME2.
|
||||
It supports a clean interface and simple preferences, aiming
|
||||
It provides a clean interface and simple preferences, aiming
|
||||
to do The Right Thing and What You Mean all of the time.
|
||||
|
||||
WWW: http://www.burtonini.com/blog/computers/sound-juicer/
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/sound-juicer
|
||||
etc/gconf/gconf.xml.defaults/apps/sound-juicer/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/sound-juicer/%gconf.xml
|
||||
etc/gconf/schemas/sound-juicer.schemas
|
||||
share/gnome/applications/sound-juicer.desktop
|
||||
share/gnome/help/sound-juicer/C/fdl-appendix.xml
|
||||
@ -17,5 +18,6 @@ share/gnome/sound-juicer/sound-juicer.glade
|
||||
@dirrm share/gnome/help/sound-juicer/C/figures
|
||||
@dirrm share/gnome/help/sound-juicer/C
|
||||
@dirrm share/gnome/help/sound-juicer
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/sound-juicer
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/sound-juicer
|
||||
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/sound-juicer/sound-juicer-manual-C.omf 2>/dev/null || /usr/bin/true
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnome2-hacker-tools
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.5.92
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gedit-plugins
|
||||
PORTVERSION= 2.3.5
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3
|
||||
@ -21,10 +21,15 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER= 13
|
||||
USE_LIBTOOL_VER=13
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gnometarget lthack
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|gedit-2.4|gedit-2.6|g" \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnome2-office
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.5.92
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= gtetrinet
|
||||
PORTVERSION= 0.7.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
||||
@ -29,6 +29,6 @@ MAN6= gtetrinet.6
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|[(]prefix[)]/games|{bindir}|g'
|
||||
's|[(]prefix[)]/games|{bindir}|g; /_DISABLE_DEPRECATED/d'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= monkeybubble
|
||||
PORTVERSION= 0.1.9
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= games gnome
|
||||
#MASTER_SITES= http://monkey-bubble.tuxfamily.org/ #OMG where did the website go?!?!
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
@ -19,6 +19,7 @@ COMMENT= GTK2 Puzzle Bobble clone with monkeys
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \
|
||||
gstreamerplugins intlhack lthack
|
||||
@ -26,4 +27,8 @@ USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|gstreamer-0.6|gstreamer-0.8|g" \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
Think Puzzle Bobble, but with monkeys. Monkeys that throw
|
||||
colourful things. It's a game, except SO MUCH MORE, because
|
||||
it has monkeys. It has sound and network play and a spiffy
|
||||
Think Puzzle Bobble, but with monkeys. Monkeys that throw
|
||||
colourful things. It's a game, except SO MUCH MORE, because
|
||||
it has monkeys. It has sound and network play and a spiffy
|
||||
GTK+-2 interface, but that's all irrelevant because, come on...
|
||||
monkeys!
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gnomespell
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-spell/1.0
|
||||
|
10
textproc/gnome-spell/files/patch-gnome-spell_Makefile.in
Normal file
10
textproc/gnome-spell/files/patch-gnome-spell_Makefile.in
Normal file
@ -0,0 +1,10 @@
|
||||
--- gnome-spell/Makefile.in.orig Tue Dec 9 15:48:14 2003
|
||||
+++ gnome-spell/Makefile.in Tue Dec 9 15:48:18 2003
|
||||
@@ -138,7 +138,6 @@
|
||||
-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
|
||||
-DGLADE_DATADIR=\"$(gladedir)\" \
|
||||
-DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" \
|
||||
- -DGTK_DISABLE_DEPRECATED=1 \
|
||||
-DASPELL_DICT=\""$(ASPELL_DICT)"\" \
|
||||
$(GNOME_SPELL_CFLAGS) \
|
||||
$(END)
|
@ -1,6 +1,3 @@
|
||||
Gnome Spell is GNOME/Bonobo component for spell checking. In current version
|
||||
it contains GNOME::Spell::Dictionary object, which provides spell checking
|
||||
dictionary. It's based on pspell package, which is required to build
|
||||
gnome-spell.
|
||||
Gnome Spell is GNOME/Bonobo component for spell-checking.
|
||||
|
||||
WWW: http://www.gnome.org/
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gnomespell
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-spell/1.0
|
||||
|
10
textproc/gnomespell/files/patch-gnome-spell_Makefile.in
Normal file
10
textproc/gnomespell/files/patch-gnome-spell_Makefile.in
Normal file
@ -0,0 +1,10 @@
|
||||
--- gnome-spell/Makefile.in.orig Tue Dec 9 15:48:14 2003
|
||||
+++ gnome-spell/Makefile.in Tue Dec 9 15:48:18 2003
|
||||
@@ -138,7 +138,6 @@
|
||||
-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
|
||||
-DGLADE_DATADIR=\"$(gladedir)\" \
|
||||
-DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" \
|
||||
- -DGTK_DISABLE_DEPRECATED=1 \
|
||||
-DASPELL_DICT=\""$(ASPELL_DICT)"\" \
|
||||
$(GNOME_SPELL_CFLAGS) \
|
||||
$(END)
|
@ -1,6 +1,3 @@
|
||||
Gnome Spell is GNOME/Bonobo component for spell checking. In current version
|
||||
it contains GNOME::Spell::Dictionary object, which provides spell checking
|
||||
dictionary. It's based on pspell package, which is required to build
|
||||
gnome-spell.
|
||||
Gnome Spell is GNOME/Bonobo component for spell-checking.
|
||||
|
||||
WWW: http://www.gnome.org/
|
||||
|
@ -21,12 +21,14 @@ USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack libgnomeui
|
||||
USE_GNOME= gnomehack libgnomeui lthack
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
CONFLICTS= gtk-smooth-engine-*
|
||||
|
||||
PLIST_SUB= GTK_VERSION="2.4.0"
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
"/^themedir =.*metacity-1$$/s|themes|gnome/themes|"
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- Smooth/smooth_style.c.orig Thu Dec 11 10:05:56 2003
|
||||
+++ Smooth/smooth_style.c Thu Dec 11 10:06:13 2003
|
||||
@@ -707,7 +707,7 @@
|
||||
{
|
||||
g_return_if_fail(sanitize_parameters(style, window, &width, &height));
|
||||
|
||||
- if ((EDGE_LINE_STYLE(style,NULL) == SMOOTH_LINE_FLAT) && DETAIL ("entry") && widget && (GTK_IS_SPIN_BUTTON (widget) || (widget->parent && GTK_IS_COMBO(widget->parent))))
|
||||
+ if ((EDGE_LINE_STYLE(style,NULL) == SMOOTH_LINE_FLAT) && DETAIL ("entry") && widget && (GTK_IS_SPIN_BUTTON (widget) || (widget->parent && GTK_IS_COMBO_BOX(widget->parent))))
|
||||
{
|
||||
gtk_paint_flat_box(style, window, widget->state, GTK_SHADOW_NONE, area, widget, "entry_bg", x, y, width, height);
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- configure.orig Thu Jun 12 03:11:39 2003
|
||||
+++ configure Thu Jun 12 03:12:05 2003
|
||||
@@ -7905,6 +7905,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,2 +1,2 @@
|
||||
Extra GNOME 2 themes, not contained within the x11-toolkits/gnome-themes
|
||||
package.
|
||||
Commonly used GNOME 2 themes that are not a part of the
|
||||
x11-toolkits/gnome-themes package.
|
||||
|
@ -1,5 +1,5 @@
|
||||
lib/gtk-2.0/2.2.0/engines/libindustrial.so
|
||||
lib/gtk-2.0/2.2.0/engines/libsmooth.so
|
||||
lib/gtk-2.0/%%GTK_VERSION%%/engines/libindustrial.so
|
||||
lib/gtk-2.0/%%GTK_VERSION%%/engines/libsmooth.so
|
||||
share/gnome/themes/Amaranth/metacity-1/left-side.png
|
||||
share/gnome/themes/Amaranth/metacity-1/metacity-theme-1.xml
|
||||
share/gnome/themes/Amaranth/metacity-1/right-side.png
|
||||
|
@ -21,12 +21,14 @@ USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack libgnomeui
|
||||
USE_GNOME= gnomehack libgnomeui lthack
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
CONFLICTS= gtk-smooth-engine-*
|
||||
|
||||
PLIST_SUB= GTK_VERSION="2.4.0"
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
"/^themedir =.*metacity-1$$/s|themes|gnome/themes|"
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- Smooth/smooth_style.c.orig Thu Dec 11 10:05:56 2003
|
||||
+++ Smooth/smooth_style.c Thu Dec 11 10:06:13 2003
|
||||
@@ -707,7 +707,7 @@
|
||||
{
|
||||
g_return_if_fail(sanitize_parameters(style, window, &width, &height));
|
||||
|
||||
- if ((EDGE_LINE_STYLE(style,NULL) == SMOOTH_LINE_FLAT) && DETAIL ("entry") && widget && (GTK_IS_SPIN_BUTTON (widget) || (widget->parent && GTK_IS_COMBO(widget->parent))))
|
||||
+ if ((EDGE_LINE_STYLE(style,NULL) == SMOOTH_LINE_FLAT) && DETAIL ("entry") && widget && (GTK_IS_SPIN_BUTTON (widget) || (widget->parent && GTK_IS_COMBO_BOX(widget->parent))))
|
||||
{
|
||||
gtk_paint_flat_box(style, window, widget->state, GTK_SHADOW_NONE, area, widget, "entry_bg", x, y, width, height);
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- configure.orig Thu Jun 12 03:11:39 2003
|
||||
+++ configure Thu Jun 12 03:12:05 2003
|
||||
@@ -7905,6 +7905,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,2 +1,2 @@
|
||||
Extra GNOME 2 themes, not contained within the x11-toolkits/gnome-themes
|
||||
package.
|
||||
Commonly used GNOME 2 themes that are not a part of the
|
||||
x11-toolkits/gnome-themes package.
|
||||
|
@ -1,5 +1,5 @@
|
||||
lib/gtk-2.0/2.2.0/engines/libindustrial.so
|
||||
lib/gtk-2.0/2.2.0/engines/libsmooth.so
|
||||
lib/gtk-2.0/%%GTK_VERSION%%/engines/libindustrial.so
|
||||
lib/gtk-2.0/%%GTK_VERSION%%/engines/libsmooth.so
|
||||
share/gnome/themes/Amaranth/metacity-1/left-side.png
|
||||
share/gnome/themes/Amaranth/metacity-1/metacity-theme-1.xml
|
||||
share/gnome/themes/Amaranth/metacity-1/right-side.png
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= rep-gtk2
|
||||
PORTVERSION= 0.18
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
14
x11-toolkits/rep-gtk2/files/patch-gnome-canvas.defs
Normal file
14
x11-toolkits/rep-gtk2/files/patch-gnome-canvas.defs
Normal file
@ -0,0 +1,14 @@
|
||||
--- gnome-canvas.defs.orig Thu Mar 18 15:02:22 2004
|
||||
+++ gnome-canvas.defs Thu Mar 18 15:02:26 2004
|
||||
@@ -295,11 +295,6 @@
|
||||
|
||||
;; GnomeCanvasGroup
|
||||
|
||||
-(define-func gnome_canvas_group_child_bounds
|
||||
- none
|
||||
- ((GnomeCanvasGroup group)
|
||||
- (GnomeCanvasItem item)))
|
||||
-
|
||||
|
||||
;; gnome-canvas-util
|
||||
|
72
x11-toolkits/rep-gtk2/files/patch-gnomeui.defs
Normal file
72
x11-toolkits/rep-gtk2/files/patch-gnomeui.defs
Normal file
@ -0,0 +1,72 @@
|
||||
--- gnomeui.defs.orig Thu Mar 18 15:03:51 2004
|
||||
+++ gnomeui.defs Thu Mar 18 15:04:41 2004
|
||||
@@ -228,42 +228,6 @@
|
||||
(protection *result*))
|
||||
|
||||
|
||||
-;; gnome-geometry
|
||||
-
|
||||
-(define-func gnome_parse_geometry
|
||||
- bool
|
||||
- ((string geom)
|
||||
- ((ret int) xpos)
|
||||
- ((ret int) ypos)
|
||||
- ((ret int) width)
|
||||
- ((ret int) height)))
|
||||
-
|
||||
-(define-func gnome_geometry_string
|
||||
- string
|
||||
- ((GdkWindow window)))
|
||||
-
|
||||
-
|
||||
-;; gtkcauldron
|
||||
-
|
||||
-;; [the interface isn't suited to lisp anyway..]
|
||||
-
|
||||
-
|
||||
-;; GnomeAbout
|
||||
-
|
||||
-(define-object GnomeAbout (GtkDialog))
|
||||
-
|
||||
-(define-func gnome_about_new
|
||||
- GtkWidget
|
||||
- ((string name)
|
||||
- (string version)
|
||||
- (string copyright)
|
||||
- (string comments)
|
||||
- ((tvec string) authors)
|
||||
- ((tvec string) documentors)
|
||||
- (string translator_credits)
|
||||
- (GdkPixbuf logo (null-ok))))
|
||||
-
|
||||
-
|
||||
;; GnomeApp
|
||||
|
||||
(define-object GnomeApp (GtkWindow))
|
||||
@@ -327,11 +291,6 @@
|
||||
none
|
||||
((GnomeAppBar appbar)))
|
||||
|
||||
-(define-func gnome_appbar_set_progress
|
||||
- none
|
||||
- ((GnomeAppBar appbar)
|
||||
- (float percentage)))
|
||||
-
|
||||
(define-func gnome_appbar_get_progress
|
||||
GtkProgress
|
||||
((GnomeAppBar appbar)))
|
||||
@@ -675,14 +634,6 @@
|
||||
((GnomeEntry ge)
|
||||
(int save)
|
||||
(string text)))
|
||||
-
|
||||
-(define-func gnome_entry_load_history
|
||||
- none
|
||||
- ((GnomeEntry ge)))
|
||||
-
|
||||
-(define-func gnome_entry_save_history
|
||||
- none
|
||||
- ((GnomeEntry ge)))
|
||||
|
||||
|
||||
;; GnomeFileEntry
|
20
x11-toolkits/rep-gtk2/files/patch-gtk-compat.c
Normal file
20
x11-toolkits/rep-gtk2/files/patch-gtk-compat.c
Normal file
@ -0,0 +1,20 @@
|
||||
--- gtk-compat.c.orig Thu Mar 18 16:17:34 2004
|
||||
+++ gtk-compat.c Thu Mar 18 16:17:49 2004
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
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 @@
|
||||
|
||||
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);
|
15
x11-toolkits/rep-gtk2/files/patch-rep-gtk.h
Normal file
15
x11-toolkits/rep-gtk2/files/patch-rep-gtk.h
Normal file
@ -0,0 +1,15 @@
|
||||
--- rep-gtk.h.orig Thu Mar 18 16:17:18 2004
|
||||
+++ rep-gtk.h Thu Mar 18 16:17:29 2004
|
||||
@@ -291,10 +291,10 @@
|
||||
|
||||
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);
|
||||
|
@ -1,3 +1,3 @@
|
||||
Rep-gtk offers GTK+-2 bindings for rep Lisp interpreter.
|
||||
Rep-gtk offers GTK+-2 bindings for the rep Lisp interpreter.
|
||||
|
||||
WWW: http://rep-gtk.sourceforge.net/
|
||||
|
@ -6,7 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnome2-fifth-toe
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.5.92
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnome2
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.5.92
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= # empty
|
||||
PKGNAMESUFFIX= -lite
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnome2-power-tools
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.5.92
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
@ -17,7 +17,7 @@ COMMENT= "Geektoys" for the GNOME 2 power user
|
||||
|
||||
RUN_DEPENDS= ${X11BASE}/lib/epiphany/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \
|
||||
gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \
|
||||
${X11BASE}/libexec/quick-lounge-applet:${PORTSDIR}/misc/quick-lounge-applet \
|
||||
${X11BASE}/lib/libquicklounge-applet.so:${PORTSDIR}/misc/quick-lounge-applet \
|
||||
${X11BASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \
|
||||
${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \
|
||||
splashsetter:${PORTSDIR}/deskutils/splashsetter \
|
||||
|
Loading…
Reference in New Issue
Block a user