From 1e179e87a93db2054a6cbfeb1d7cddaa30bd42c8 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 15 Jun 2026 06:41:30 +0000 Subject: [PATCH] Update to rep-gtk-0.90.8.3. ok daniel@ --- x11/rep-gtk/Makefile | 23 +++++++++++++---------- x11/rep-gtk/distinfo | 4 ++-- x11/rep-gtk/patches/patch-rep-gtk_h | 2 +- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index 3542e915b7b..236b501f95f 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,11 +1,14 @@ COMMENT= GTK+ binding for librep Lisp environment -VERSION= 0.90.8.1 +VERSION= 0.90.8.3 +GH_ACCOUNT= SawfishWM +GH_PROJECT= rep-gtk +GH_TAGNAME= rep-gtk-${VERSION} DISTNAME= rep-gtk-${VERSION} -CATEGORIES= x11 -REVISION= 9 -HOMEPAGE= https://rep-gtk.sourceforge.net/ +CATEGORIES= x11 + +HOMEPAGE= https://sawfish.tuxfamily.org/ # GPLv2 PERMIT_PACKAGE= Yes @@ -18,11 +21,8 @@ WANTLIB += graphite2 gtk-x11-2.0 harfbuzz iconv intl jpeg m pango-1.0 WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre2-8 pixman-1 png xcb WANTLIB += xcb-render xcb-shm z -SITES= https://download.tuxfamily.org/librep/rep-gtk/ -EXTRACT_SUFX= .tar.xz - -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= lang/librep>=0.92.2 +BUILD_DEPENDS= lang/librep>=0.92.7 +RUN_DEPENDS= lang/librep>=0.92.7 LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 @@ -30,7 +30,10 @@ USE_GMAKE= Yes CFLAGS_base-clang = -Wno-error=int-conversion -CONFIGURE_STYLE= gnu +AUTOCONF_VERSION= 2.72 +AUTOMAKE_VERSION= 1.18 + +CONFIGURE_STYLE= autoreconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11/rep-gtk/distinfo b/x11/rep-gtk/distinfo index cce256a83c6..e0a8fddac41 100644 --- a/x11/rep-gtk/distinfo +++ b/x11/rep-gtk/distinfo @@ -1,2 +1,2 @@ -SHA256 (rep-gtk-0.90.8.1.tar.xz) = rrsq41bLEaKlplFnA/G1xtHXHEhxW8NAwT25i5vRplA= -SIZE (rep-gtk-0.90.8.1.tar.xz) = 251652 +SHA256 (rep-gtk-0.90.8.3.tar.gz) = cVGZd/qIG8ezWBDFDQkiQzE0wDT+NbzrWA280ulE6lA= +SIZE (rep-gtk-0.90.8.3.tar.gz) = 151135 diff --git a/x11/rep-gtk/patches/patch-rep-gtk_h b/x11/rep-gtk/patches/patch-rep-gtk_h index 3b97eed0481..9e1782f329d 100644 --- a/x11/rep-gtk/patches/patch-rep-gtk_h +++ b/x11/rep-gtk/patches/patch-rep-gtk_h @@ -6,7 +6,7 @@ Adapted from https://src.fedoraproject.org/rpms/rep-gtk/tree/rawhide Index: rep-gtk.h --- rep-gtk.h.orig +++ rep-gtk.h -@@ -340,6 +340,14 @@ void gtk_color_selection_set_color_interp (GtkColorSel +@@ -341,6 +341,14 @@ void gtk_color_selection_set_color_interp (GtkColorSel GdkColor *gtk_color_selection_get_color_interp (GtkColorSelection *sel); char *gtk_color_button_get_color_interp (GtkColorButton *button); extern void gtk_widget_draw_interp (GtkWidget *widget);