Update to rep-gtk-0.90.8.3.

ok daniel@
This commit is contained in:
ajacoutot
2026-06-15 06:41:30 +00:00
parent fff64a70e0
commit 1e179e87a9
3 changed files with 16 additions and 13 deletions
+13 -10
View File
@@ -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"
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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);