Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: glade/3.40.0/Makefile
===================================================================
--- glade/3.40.0/Makefile	(revision 140)
+++ glade/3.40.0/Makefile	(revision 141)
@@ -57,6 +57,7 @@
 SOURCE_REQUIRES    = sources/GNOME/apps/glade
 
 REQUIRES           = X11/libs/gtk+3/3.24.37
+REQUIRES          += X11/libs/webkit2gtk/2.40.2
 REQUIRES          += X11/libs/pygobject/3.44.1
 REQUIRES          += app/itstool/2.0.7
 
@@ -178,7 +179,7 @@
 
 extra_configure_switches += -Dgladeui=true
 extra_configure_switches += -Dpython=enabled
-extra_configure_switches += -Dwebkit2gtk=disabled
+extra_configure_switches += -Dwebkit2gtk=enabled
 
 extra_configure_switches += -Dmac_bundle=false
 extra_configure_switches += -Dgjs=disabled
@@ -190,7 +191,7 @@
 PYTHON3_VERSION = 3.10
 
 python_environment  = PYTHON=$(PYTHON3)
-python_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'
+python_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/gobject-introspection:$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'
 
 
 CFLAGS += -Wno-deprecated-declarations -Wno-unused-result -Wno-discarded-qualifiers
@@ -204,8 +205,8 @@
 ####### Dependencies
 
 $(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
-	$(UNPACK_SRC_ARCHIVE)
-	$(APPLY_PATCHES)
+#	$(UNPACK_SRC_ARCHIVE)
+#	$(APPLY_PATCHES)
 	@touch $@
 
 $(build_target): $(src_done)
Index: glade/3.40.0/PATCHES
===================================================================
--- glade/3.40.0/PATCHES	(revision 140)
+++ glade/3.40.0/PATCHES	(revision 141)
@@ -1,2 +1,3 @@
 
 ../../../../sources/GNOME/apps/glade/patches/glade-3.40.0-cross-gtls.patch -p0
+../../../../sources/GNOME/apps/glade/patches/glade-3.40.0-webkit2gtk.patch -p0