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: Makefile
===================================================================
--- Makefile	(.../gtksourceview/5.8.0)	(revision 142)
+++ Makefile	(.../gtksourceview5/5.8.0)	(revision 143)
@@ -72,6 +72,7 @@
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/gtksourceview-$(version)
 src_dir_name       = gtksourceview-$(version)
+doc_dir_name       = gtksourceview5-$(version)
 src_done           = $(TARGET_BUILD_DIR)/.source_done
 
 PATCHES = PATCHES
@@ -90,7 +91,7 @@
 #
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
-GTKSRCVIEW_PKG_NAME                = gtksourceview
+GTKSRCVIEW_PKG_NAME                = gtksourceview5
 GTKSRCVIEW_PKG_VERSION             = 5.8.0
 GTKSRCVIEW_PKG_ARCH                = $(PKGARCH)
 GTKSRCVIEW_PKG_DISTRO_NAME         = $(DISTRO_NAME)
@@ -279,17 +280,17 @@
 	    done \
 	  ) \
 	 fi
-	@mkdir -p $(GTKSRCVIEW_PKG)/usr/doc/$(src_dir_name)
+	@mkdir -p $(GTKSRCVIEW_PKG)/usr/doc/$(doc_dir_name)
 	@cp -a $(SRC_DIR)/AUTHORS $(SRC_DIR)/COPYING \
-	       $(GTKSRCVIEW_PKG)/usr/doc/$(src_dir_name)
-	@mkdir -p $(GTKSRCVIEW_PKG)/usr/share/doc/$(src_dir_name)
+	       $(GTKSRCVIEW_PKG)/usr/doc/$(doc_dir_name)
+	@mkdir -p $(GTKSRCVIEW_PKG)/usr/share/doc/$(doc_dir_name)
 	@( cd $(SRC_DIR) ; \
 	   cp -a AUTHORS COPYING README.md \
-	         $(GTKSRCVIEW_PKG)/usr/share/doc/$(src_dir_name) ; \
+	         $(GTKSRCVIEW_PKG)/usr/share/doc/$(doc_dir_name) ; \
 	 )
 	@( cd $(SRC_DIR) ; \
 	   if [ -r NEWS ]; then \
-	     DOCSDIR=`echo $(GTKSRCVIEW_PKG)/usr/share/doc/$(src_dir_name)` ; \
+	     DOCSDIR=`echo $(GTKSRCVIEW_PKG)/usr/share/doc/$(doc_dir_name)` ; \
 	     cat NEWS | head -n 1000 > $$DOCSDIR/NEWS ; \
 	     touch -r NEWS $$DOCSDIR/NEWS ; \
 	   fi \
Index: gtksourceview-pkg-description.in
===================================================================
--- gtksourceview-pkg-description.in	(.../gtksourceview/5.8.0)	(revision 142)
+++ gtksourceview-pkg-description.in	(.../gtksourceview5/5.8.0)	(revision 143)
@@ -5,15 +5,15 @@
 # make exactly 11 lines for the formatting to be correct.  It's also
 # customary to leave one space after the ':'.
 
-             |-----handy-ruler------------------------------------------------------|
-gtksourceview: gtksourceview @VERSION@ (GTK4 Source View)
-gtksourceview:
-gtksourceview: GtkSourceView is a portable C library that extends the standard
-gtksourceview: GTK+ framework for multiline text editing with support for
-gtksourceview: configurable syntax highlighting, unlimited undo/redo, UTF-8
-gtksourceview: compliant caseless searching, printing and other features
-gtksourceview: typical of a source code editor.
-gtksourceview:
-gtksourceview: Homepage: https://wiki.gnome.org/Projects/GtkSourceView
-gtksourceview:
-gtksourceview:
+              |-----handy-ruler------------------------------------------------------|
+gtksourceview5: gtksourceview5 @VERSION@ (GTK4 Source View)
+gtksourceview5:
+gtksourceview5: GtkSourceView is a portable C library that extends the standard
+gtksourceview5: GTK+ framework for multiline text editing with support for
+gtksourceview5: configurable syntax highlighting, unlimited undo/redo, UTF-8
+gtksourceview5: compliant caseless searching, printing and other features
+gtksourceview5: typical of a source code editor.
+gtksourceview5:
+gtksourceview5: Homepage: https://wiki.gnome.org/Projects/GtkSourceView
+gtksourceview5:
+gtksourceview5: