Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4ba7dc71d9ae7ef767681c7ecae8359e586e490d

commit 4ba7dc71d9ae7ef767681c7ecae8359e586e490d
Author: James Buren <[EMAIL PROTECTED]>
Date:   Sun Nov 23 02:16:50 2008 -0600

rep-gtk-0.18.3-1-i686
* version bump
* remove patches that are no longer necessary

diff --git a/source/xlib-extra/rep-gtk/FrugalBuild 
b/source/xlib-extra/rep-gtk/FrugalBuild
index add5ad6..fc74127 100644
--- a/source/xlib-extra/rep-gtk/FrugalBuild
+++ b/source/xlib-extra/rep-gtk/FrugalBuild
@@ -2,18 +2,16 @@
# Maintainer: James Buren <[EMAIL PROTECTED]>

pkgname=rep-gtk
-pkgver=0.18
-pkgrel=2
-pkgdesc="gtk2 bindings for librep"
+pkgver=0.18.3
+pkgrel=1
+pkgdesc="Gtk 2 bindings for librep."
depends=('glibc' 'gtk+2' 'freetype2' 'libxau' 'libxdmcp' 'libxdamage' 'libxext' 
'libxml2' 'librep')
+_F_sourceforge_ext='.tar.bz2'
Finclude sourceforge
-source=($source rep-gtk-0.18-gtk24.patch rep-gtk-0.18-gtk26.patch)
groups=('xlib-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
-sha1sums=('9410c348bd0736a86063c6b0a46c2d7f9b0a8f4a' \
-          '183e30bb0a42c9d2ae5f7460d491bec45c6e013a' \
-          '6c6a49d195a190bddae4f61ad0465512d1f6b76f')
-Fconfopts="$Fconfopts --without-libglade"
+sha1sums=('f374e4732ddceae3bd99b632582d8d2ce8954fec')
+Fconfopts="$Fconfopts --without-libglade --without-gnome"

# optimization OK
diff --git a/source/xlib-extra/rep-gtk/rep-gtk-0.18-gtk24.patch 
b/source/xlib-extra/rep-gtk/rep-gtk-0.18-gtk24.patch
deleted file mode 100644
index 5ae02b5..0000000
--- a/source/xlib-extra/rep-gtk/rep-gtk-0.18-gtk24.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Only in rep-gtk-0.18-gtk2_patched: config.h
-diff -aur rep-gtk-0.18/gtk-compat.c rep-gtk-0.18-gtk2_patched/gtk-compat.c
---- rep-gtk-0.18/gtk-compat.c  2002-07-12 00:19:22.000000000 -0400
-+++ rep-gtk-0.18-gtk2_patched/gtk-compat.c     2004-03-27 00:59:32.109529224 
-0500
-@@ -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);
-diff -aur rep-gtk-0.18/rep-gtk.h rep-gtk-0.18-gtk2_patched/rep-gtk.h
---- rep-gtk-0.18/rep-gtk.h     2003-02-12 03:51:45.000000000 -0500
-+++ rep-gtk-0.18-gtk2_patched/rep-gtk.h        2004-03-27 00:59:35.512011968 
-0500
-@@ -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);
-
diff --git a/source/xlib-extra/rep-gtk/rep-gtk-0.18-gtk26.patch 
b/source/xlib-extra/rep-gtk/rep-gtk-0.18-gtk26.patch
deleted file mode 100644
index 6325445..0000000
--- a/source/xlib-extra/rep-gtk/rep-gtk-0.18-gtk26.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Remove reference to gtk internal functions.  These functions are no longer
-available in recent versions of gtk, and sawfish doesn't use them anyway.
-Bug 48439, patch from fn_x
-
-13 Mar 2005 agriffis
-
---- gtk.defs.orig      2005-01-14 02:58:25.104563416 +0100
-+++ gtk.defs   2005-01-14 02:58:53.158298600 +0100
-@@ -1717,15 +1717,6 @@
-   ((GtkWindow window)
-    (string geometry)))
-
--;; XXX GtkWindowGroup
--
--;; XXX marked as internal
--(define-func _gtk_window_internal_set_focus
--  none
--  ((GtkWindow window)
--   (GtkWidget focus))
--  (scm-name "gtk-window-set-focus"))
--
- ;;; HandleBox
-
- (define-object GtkHandleBox (GtkBin))
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to