[arch-commits] Commit in rep-gtk/trunk (3 files)

Allan McRae allan at archlinux.org
Wed Jan 7 09:05:39 UTC 2009


    Date: Wednesday, January 7, 2009 @ 04:05:39
  Author: allan
Revision: 23258

upgpkg: rep-gtk 0.18.3-1

Modified:
  rep-gtk/trunk/PKGBUILD
Deleted:
  rep-gtk/trunk/rep-gtk-0.18-gtk24.patch
  rep-gtk/trunk/rep-gtk-0.18-gtk26.patch

--------------------------+
 PKGBUILD                 |    3 ++-
 rep-gtk-0.18-gtk24.patch |   38 --------------------------------------
 rep-gtk-0.18-gtk26.patch |   24 ------------------------
 3 files changed, 2 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-07 08:31:57 UTC (rev 23257)
+++ PKGBUILD	2009-01-07 09:05:39 UTC (rev 23258)
@@ -8,13 +8,14 @@
 pkgdesc="Binding of the GTK and GDK libraries for the librep Lisp environment"
 arch=('i686' 'x86_64')
 url="http://rep-gtk.sourceforge.net/"
+license=('GPL')
 depends=('librep' 'libglade')
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('cd9d74b6d4e8a13412dd46c44d007411')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-libglade --with-gdk-pixbuf
+  ./configure --prefix=/usr --with-libglade
   make || return 1
   make DESTDIR=$pkgdir install
 }

Deleted: rep-gtk-0.18-gtk24.patch
===================================================================
--- rep-gtk-0.18-gtk24.patch	2009-01-07 08:31:57 UTC (rev 23257)
+++ rep-gtk-0.18-gtk24.patch	2009-01-07 09:05:39 UTC (rev 23258)
@@ -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);
- 

Deleted: rep-gtk-0.18-gtk26.patch
===================================================================
--- rep-gtk-0.18-gtk26.patch	2009-01-07 08:31:57 UTC (rev 23257)
+++ rep-gtk-0.18-gtk26.patch	2009-01-07 09:05:39 UTC (rev 23258)
@@ -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))




More information about the arch-commits mailing list