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

383 Commits   1 Branch   1 Tag
Index: MATE/mate-applets/1.27.1/Makefile
===================================================================
--- MATE/mate-applets/1.27.1/Makefile	(revision 284)
+++ MATE/mate-applets/1.27.1/Makefile	(revision 285)
@@ -170,7 +170,13 @@
 	  --build=$(BUILD)            \
 	  --host=$(TARGET)            \
 	  $(extra_configure_switches)
+	# ======= Remove stupid include flags: =======
 	@( cd $(build_dir) ; \
+	   for mfile in `find . -name 'Makefile' -print` ; do \
+	     sed -i 's,-I$$(includedir),,g' $${mfile} ; \
+	   done ; \
+	 )
+	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
 	@touch $@
Index: MATE/mate-desktop/1.27.3/Makefile
===================================================================
--- MATE/mate-desktop/1.27.3/Makefile	(revision 284)
+++ MATE/mate-desktop/1.27.3/Makefile	(revision 285)
@@ -70,6 +70,7 @@
 REQUIRES          += X11/X.org/xcb/xcb-util/0.4.1
 REQUIRES          += X11/libs/librsvg/2.55.1
 REQUIRES          += X11/libs/startup-notification/0.12
+REQUIRES          += libs/iso-codes/4.13.0
 REQUIRES          += libs/dconf/0.40.0
 
 # ======= __END_OF_REQUIRES__ =======
Index: MATE/mate-themes/3.22.24/Makefile
===================================================================
--- MATE/mate-themes/3.22.24/Makefile	(nonexistent)
+++ MATE/mate-themes/3.22.24/Makefile	(revision 285)
@@ -0,0 +1,222 @@
+
+COMPONENT_TARGETS  = $(HARDWARE_INTEL_PC32)
+COMPONENT_TARGETS += $(HARDWARE_INTEL_PC64)
+COMPONENT_TARGETS += $(HARDWARE_EBOX_3350DX2)
+COMPONENT_TARGETS += $(HARDWARE_CB1X)
+COMPONENT_TARGETS += $(HARDWARE_CB2X)
+COMPONENT_TARGETS += $(HARDWARE_CB3X)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PP2E)
+COMPONENT_TARGETS += $(HARDWARE_NANOPI_NEO)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PP)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PL2)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PI5)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PI5B)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PI5P)
+COMPONENT_TARGETS += $(HARDWARE_ROCK_5B)
+COMPONENT_TARGETS += $(HARDWARE_WECHIP_TX6)
+COMPONENT_TARGETS += $(HARDWARE_REPKA_PI3)
+COMPONENT_TARGETS += $(HARDWARE_FFRK3288)
+COMPONENT_TARGETS += $(HARDWARE_POIN2)
+COMPONENT_TARGETS += $(HARDWARE_RK3328_CC)
+COMPONENT_TARGETS += $(HARDWARE_KHADAS_EDGE)
+COMPONENT_TARGETS += $(HARDWARE_LEEZ_P710)
+COMPONENT_TARGETS += $(HARDWARE_M201)
+COMPONENT_TARGETS += $(HARDWARE_MXV)
+COMPONENT_TARGETS += $(HARDWARE_P201)
+COMPONENT_TARGETS += $(HARDWARE_NEXBOX_A95X)
+COMPONENT_TARGETS += $(HARDWARE_ODROID_C2)
+COMPONENT_TARGETS += $(HARDWARE_P212)
+COMPONENT_TARGETS += $(HARDWARE_KHADAS_VIM)
+COMPONENT_TARGETS += $(HARDWARE_Q201)
+COMPONENT_TARGETS += $(HARDWARE_ENYBOX_X2)
+COMPONENT_TARGETS += $(HARDWARE_KHADAS_VIM2)
+COMPONENT_TARGETS += $(HARDWARE_NIT6Q)
+COMPONENT_TARGETS += $(HARDWARE_OKMX6DL_C)
+COMPONENT_TARGETS += $(HARDWARE_OKMX6Q_C)
+COMPONENT_TARGETS += $(HARDWARE_BONE_BLACK)
+COMPONENT_TARGETS += $(HARDWARE_OMAP5UEVM)
+COMPONENT_TARGETS += $(HARDWARE_DRA7XXEVM)
+COMPONENT_TARGETS += $(HARDWARE_CI20)
+COMPONENT_TARGETS += $(HARDWARE_BAIKAL_T1)
+COMPONENT_TARGETS += $(HARDWARE_BAIKAL_M1)
+COMPONENT_TARGETS += $(HARDWARE_S824L)
+COMPONENT_TARGETS += $(HARDWARE_VESNIN)
+COMPONENT_TARGETS += $(HARDWARE_S824L_LSB)
+COMPONENT_TARGETS += $(HARDWARE_VESNIN_LSB)
+COMPONENT_TARGETS += $(HARDWARE_TL2WK2)
+COMPONENT_TARGETS += $(HARDWARE_TL2SV2)
+COMPONENT_TARGETS += $(HARDWARE_TL2WK2_LSB)
+COMPONENT_TARGETS += $(HARDWARE_TL2SV2_LSB)
+COMPONENT_TARGETS += $(HARDWARE_VISIONFIVE2)
+COMPONENT_TARGETS += $(HARDWARE_SIFIVE_U740)
+
+
+NEED_ABS_PATH      = true
+COMPONENT_IS_3PP   = true
+
+
+include ../../../build-system/constants.mk
+
+
+SOURCE_REQUIRES    = sources/MATE/1.27/mate-themes
+
+REQUIRES           = MATE/mate-desktop/1.27.3
+
+# ======= __END_OF_REQUIRES__ =======
+
+
+version            = 3.22.24
+tar_xz_archive     = $(SRC_PACKAGE_PATH)/MATE/1.27/mate-themes/mate-themes-$(version).tar.xz
+SRC_ARCHIVE        = $(tar_xz_archive)
+SRC_DIR            = $(TARGET_BUILD_DIR)/mate-themes-$(version)
+src_dir_name       = mate-themes-$(version)
+src_done           = $(TARGET_BUILD_DIR)/.source_done
+
+PATCHES = PATCHES
+
+build_dir          = $(TARGET_BUILD_DIR)/build
+build_target       = $(TARGET_BUILD_DIR)/.build_done
+install_target     = $(TARGET_BUILD_DIR)/.install_done
+
+
+####### Targets
+
+PKG_GROUP = mate
+
+#
+# *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
+#
+MATE_PKG_NAME                = mate-themes
+MATE_PKG_VERSION             = 3.22.24
+MATE_PKG_ARCH                = $(PKGARCH)
+MATE_PKG_DISTRO_NAME         = $(DISTRO_NAME)
+MATE_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
+MATE_PKG_GROUP               = $(PKG_GROUP)
+###                           |---handy-ruler-------------------------------|
+MATE_PKG_SHORT_DESCRIPTION   = MATE Official Themes
+MATE_PKG_URL                 = $(BUG_URL)
+MATE_PKG_LICENSE             = LGPLv2.1
+MATE_PKG_DESCRIPTION_FILE    = $(TARGET_BUILD_DIR)/$(MATE_PKG_NAME)-pkg-description
+MATE_PKG_DESCRIPTION_FILE_IN = $(MATE_PKG_NAME)-pkg-description.in
+MATE_PKG_INSTALL_SCRIPT      = $(MATE_PKG_NAME)-pkg-install.sh
+
+MATE_PKG         = $(CURDIR)/$(TARGET_BUILD_DIR)/$(MATE_PKG_NAME)-package
+
+pkg_basename     = $(MATE_PKG_NAME)-$(MATE_PKG_VERSION)-$(MATE_PKG_ARCH)-$(MATE_PKG_DISTRO_NAME)-$(MATE_PKG_DISTRO_VERSION)
+
+pkg_archive      = $(TARGET_BUILD_DIR)/$(PKG_GROUP)/$(pkg_basename).$(pkg_arch_suffix)
+pkg_signature    = $(call sign-name,$(pkg_archive))
+pkg_description  = $(call desc-name,$(pkg_archive))
+products         = $(call pkg-files,$(pkg_archive))
+
+BUILD_TARGETS    = $(build_target)
+BUILD_TARGETS   += $(install_target)
+
+PRODUCT_TARGETS  = $(products)
+
+ROOTFS_TARGETS   = $(pkg_archive)
+
+
+include ../../../build-system/core.mk
+
+
+env_sysroot = DESTDIR=$(MATE_PKG)
+
+
+extra_configure_switches  = --libdir=/usr/lib$(LIBSUFFIX)
+extra_configure_switches += --docdir=/usr/share/doc/$(src_dir_name)
+extra_configure_switches += --mandir=/usr/share/man
+extra_configure_switches += --disable-dependency-tracking
+
+
+####### Dependencies
+
+$(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
+	$(UNPACK_SRC_ARCHIVE)
+	$(APPLY_PATCHES)
+	@( cd $(SRC_DIR) ; \
+	   $(TARGET_DEST_DIR)/usr/bin/mate-autogen ; \
+	   $(MAKE) distclean ; \
+	 )
+	@touch $@
+
+$(build_target): $(src_done)
+	@mkdir -p $(build_dir)
+	@cd $(build_dir) && \
+	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	  --prefix=/usr               \
+	  --build=$(BUILD)            \
+	  --host=$(TARGET)            \
+	  $(extra_configure_switches)
+	@( cd $(build_dir) ; \
+	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
+	 )
+	@touch $@
+
+$(install_target): $(build_target)
+	@mkdir -p $(MATE_PKG)
+	@cd $(build_dir) && $(BUILD_ENVIRONMENT) $(MAKE) install $(env_sysroot)
+	@rm -rf $(MATE_PKG)/usr/share/locale
+	# ======= Install Documentation =======
+	@if [ -d $(MATE_PKG)/usr/share/man ]; then \
+	  ( cd $(MATE_PKG)/usr/share/man ; \
+	    for manpagedir in `find . -type d -name "man*"` ; do \
+	      ( cd $$manpagedir ; \
+	        for eachpage in `find . -type l -maxdepth 1` ; do \
+	          ln -s `readlink $$eachpage`.gz $$eachpage.gz ; \
+	          rm $$eachpage ; \
+	        done ; \
+	        gzip -9 *.?  ; \
+	      ) \
+	    done \
+	  ) \
+	 fi
+	@mkdir -p $(MATE_PKG)/usr/doc/$(src_dir_name)
+	@cp -a $(SRC_DIR)/AUTHORS $(SRC_DIR)/COPYING \
+	       $(MATE_PKG)/usr/doc/$(src_dir_name)
+	@mkdir -p $(MATE_PKG)/usr/share/doc/$(src_dir_name)
+	@( cd $(SRC_DIR) ; \
+	   cp -a AUTHORS COPYING README \
+	         $(MATE_PKG)/usr/share/doc/$(src_dir_name) \
+	 )
+	@( cd $(SRC_DIR) ; \
+	   if [ -r ChangeLog ]; then \
+	     DOCSDIR=`echo $(MATE_PKG)/usr/share/doc/$(src_dir_name)` ; \
+	     cat ChangeLog | head -n 1000 > $$DOCSDIR/ChangeLog ; \
+	     touch -r ChangeLog $$DOCSDIR/ChangeLog ; \
+	   fi \
+	 )
+	@( cd $(SRC_DIR) ; \
+	   if [ -r NEWS ]; then \
+	     DOCSDIR=`echo $(MATE_PKG)/usr/share/doc/$(src_dir_name)` ; \
+	     cat NEWS | head -n 1000 > $$DOCSDIR/NEWS ; \
+	     touch -r NEWS $$DOCSDIR/NEWS ; \
+	   fi \
+	 )
+	# ======= Install the same to $(TARGET_DEST_DIR) =======
+	$(call install-into-devenv, $(MATE_PKG))
+	@touch $@
+
+$(MATE_PKG_DESCRIPTION_FILE): $(MATE_PKG_DESCRIPTION_FILE_IN)
+	@cat $< | $(SED) -e "s/@VERSION@/$(version)/g" > $@
+
+$(pkg_certificate) : $(pkg_archive) ;
+$(pkg_signature)   : $(pkg_archive) ;
+$(pkg_description) : $(pkg_archive) ;
+
+$(pkg_archive): $(install_target) $(MATE_PKG_DESCRIPTION_FILE) $(MATE_PKG_INSTALL_SCRIPT)
+	@cp $(MATE_PKG_DESCRIPTION_FILE) $(MATE_PKG)/.DESCRIPTION
+	@cp $(MATE_PKG_INSTALL_SCRIPT) $(MATE_PKG)/.INSTALL
+	@$(BUILD_PKG_REQUIRES) $(MATE_PKG)/.REQUIRES
+	@echo "pkgname=$(MATE_PKG_NAME)"                            >  $(MATE_PKG)/.PKGINFO ; \
+	 echo "pkgver=$(MATE_PKG_VERSION)"                          >> $(MATE_PKG)/.PKGINFO ; \
+	 echo "arch=$(MATE_PKG_ARCH)"                               >> $(MATE_PKG)/.PKGINFO ; \
+	 echo "distroname=$(MATE_PKG_DISTRO_NAME)"                  >> $(MATE_PKG)/.PKGINFO ; \
+	 echo "distrover=$(MATE_PKG_DISTRO_VERSION)"                >> $(MATE_PKG)/.PKGINFO ; \
+	 echo "group=$(MATE_PKG_GROUP)"                             >> $(MATE_PKG)/.PKGINFO ; \
+	 echo "short_description=\"$(MATE_PKG_SHORT_DESCRIPTION)\"" >> $(MATE_PKG)/.PKGINFO ; \
+	 echo "url=$(MATE_PKG_URL)"                                 >> $(MATE_PKG)/.PKGINFO ; \
+	 echo "license=$(MATE_PKG_LICENSE)"                         >> $(MATE_PKG)/.PKGINFO
+	@$(PSEUDO) sh -c "cd $(MATE_PKG) && \
+	                  chown -R root:root . && \
+	                  $(MAKE_PACKAGE) -J --linkadd=yes $(GNUPG_OPTIONS) -m -d .. ."
Index: MATE/mate-themes/3.22.24/PATCHES
===================================================================
--- MATE/mate-themes/3.22.24/PATCHES	(nonexistent)
+++ MATE/mate-themes/3.22.24/PATCHES	(revision 285)
@@ -0,0 +1,2 @@
+
+../../../sources/MATE/1.27/mate-themes/patches/mate-themes-3.22.24-gtk2.patch -p0
Index: MATE/mate-themes/3.22.24/mate-themes-pkg-description.in
===================================================================
--- MATE/mate-themes/3.22.24/mate-themes-pkg-description.in	(nonexistent)
+++ MATE/mate-themes/3.22.24/mate-themes-pkg-description.in	(revision 285)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.  Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in.  You must
+# make exactly 11 lines for the formatting to be correct.  It's also
+# customary to leave one space after the ':'.
+
+           |-----handy-ruler------------------------------------------------------|
+mate-themes: mate-themes @VERSION@ (MATE Official Themes)
+mate-themes:
+mate-themes: Official themes for the MATE desktop.
+mate-themes:
+mate-themes:
+mate-themes:
+mate-themes:
+mate-themes: Sources: https://github.com/mate-desktop/mate-themes
+mate-themes:
+mate-themes:
+mate-themes:
Index: MATE/mate-themes/3.22.24/mate-themes-pkg-install.sh
===================================================================
--- MATE/mate-themes/3.22.24/mate-themes-pkg-install.sh	(nonexistent)
+++ MATE/mate-themes/3.22.24/mate-themes-pkg-install.sh	(revision 285)
@@ -0,0 +1,53 @@
+#!/bin/sh
+
+# Preserve new files
+install_file() {
+  NEW="$1"
+  OLD="`dirname $NEW`/`basename $NEW .new`"
+  # If there's no file by that name, mv it over:
+  if [ ! -r $OLD ]; then
+    mv $NEW $OLD
+  elif [ "`cat $OLD | md5sum`" = "`cat $NEW | md5sum`" ]; then # toss the redundant copy
+    rm $NEW
+  fi
+  # Otherwise, we leave the .new copy for the admin to consider...
+}
+
+
+# arg 1:  the new package version
+pre_install() {
+  /bin/true
+}
+
+# arg 1:  the new package version
+post_install() {
+  /bin/true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+pre_update() {
+  /bin/true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_update() {
+  post_install
+}
+
+# arg 1:  the old package version
+pre_remove() {
+  /bin/true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  /bin/true
+}
+
+
+operation=$1
+shift
+
+$operation $*

Property changes on: MATE/mate-themes/3.22.24/mate-themes-pkg-install.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: MATE/mate-themes/3.22.24
===================================================================
--- MATE/mate-themes/3.22.24	(nonexistent)
+++ MATE/mate-themes/3.22.24	(revision 285)

Property changes on: MATE/mate-themes/3.22.24
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,74 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.rk358x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: libs/iso-codes/4.13.0/Makefile
===================================================================
--- libs/iso-codes/4.13.0/Makefile	(revision 284)
+++ libs/iso-codes/4.13.0/Makefile	(revision 285)
@@ -186,10 +186,10 @@
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(ISOCODES_PKG))
-	# ======= tune pkg-config *.pc search path to the target destination for development =======
-	@( cd $(TARGET_DEST_DIR)/usr/share/pkgconfig ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" iso-codes.pc ; \
-	 )
+#	# ======= tune pkg-config *.pc search path to the target destination for development =======
+#	@( cd $(TARGET_DEST_DIR)/usr/share/pkgconfig ; \
+#	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" iso-codes.pc ; \
+#	 )
 	@touch $@
 
 $(ISOCODES_PKG_DESCRIPTION_FILE): $(ISOCODES_PKG_DESCRIPTION_FILE_IN)
Index: sources/MATE/1.27/mate-themes/Makefile
===================================================================
--- sources/MATE/1.27/mate-themes/Makefile	(nonexistent)
+++ sources/MATE/1.27/mate-themes/Makefile	(revision 285)
@@ -0,0 +1,56 @@
+
+COMPONENT_TARGETS = $(HARDWARE_NOARCH)
+
+
+include ../../../../build-system/constants.mk
+
+
+url         = $(DOWNLOAD_SERVER)/sources/MATE/1.27/mate-themes
+
+versions    = 3.22.24
+pkgname     = mate-themes
+suffix      = tar.xz
+
+tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
+sha1s       = $(addsuffix .sha1sum, $(tarballs))
+
+patches      = $(CURDIR)/patches/mate-themes-3.22.24-gtk2.patch
+
+.NOTPARALLEL: $(patches)
+
+
+BUILD_TARGETS = $(tarballs) $(sha1s) $(patches)
+
+
+include ../../../../build-system/core.mk
+
+
+.PHONY: download_clean
+
+
+$(tarballs):
+	@echo -e "\n======= Downloading source tarballs =======" ; \
+	 for tarball in $(tarballs) ; do \
+	   echo "$(url)/$$tarball" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) - & \
+	 done ; wait
+
+$(sha1s): $(tarballs)
+	@for sha in $@ ; do \
+	   echo -e "\n======= Downloading '$$sha' signature =======\n" ; \
+	   echo "$(url)/$$sha" | xargs -n 1 -P 100 wget $(WGET_OPTIONS) - & wait %1 ; \
+	   touch $$sha ; \
+	   echo -e "\n======= Check the '$$sha' sha1sum =======\n" ; \
+	   sha1sum --check $$sha ; ret="$$?" ; \
+	   if [ "$$ret" == "1" ]; then \
+	     echo -e "\n======= ERROR: Bad '$$sha' sha1sum =======\n" ; \
+	     exit 1 ; \
+	   fi ; \
+	 done
+
+$(patches): $(sha1s)
+	@echo -e "\n======= Create Patches =======\n" ; \
+	 ( cd create-3.22.24-gtk2-patch ; ./create.patch.sh ) ; \
+	 echo -e "\n"
+
+download_clean:
+	@rm -f $(tarballs) $(sha1s) $(patches)
Index: sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/create.patch.sh
===================================================================
--- sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/create.patch.sh	(nonexistent)
+++ sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/create.patch.sh	(revision 285)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+VERSION=3.22.24
+
+tar --files-from=file.list -xJvf ../mate-themes-$VERSION.tar.xz
+mv mate-themes-$VERSION mate-themes-$VERSION-orig
+
+cp -rf ./mate-themes-$VERSION-new ./mate-themes-$VERSION
+
+diff --unified -Nr  mate-themes-$VERSION-orig  mate-themes-$VERSION > mate-themes-$VERSION-gtk2.patch
+
+mv mate-themes-$VERSION-gtk2.patch ../patches
+
+rm -rf ./mate-themes-$VERSION
+rm -rf ./mate-themes-$VERSION-orig

Property changes on: sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/create.patch.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/file.list
===================================================================
--- sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/file.list	(nonexistent)
+++ sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/file.list	(revision 285)
@@ -0,0 +1 @@
+mate-themes-3.22.24/configure.ac
Index: sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/mate-themes-3.22.24-new/configure.ac
===================================================================
--- sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/mate-themes-3.22.24-new/configure.ac	(nonexistent)
+++ sources/MATE/1.27/mate-themes/create-3.22.24-gtk2-patch/mate-themes-3.22.24-new/configure.ac	(revision 285)
@@ -0,0 +1,253 @@
+AC_PREREQ(2.53)
+
+AC_INIT([mate-themes], [3.22.24], [https://mate-desktop.org])
+AC_CONFIG_SRCDIR([icon-themes])
+
+AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news])
+
+# Enable silent build rules by default, requires at least
+# Automake-1.11. Disable by either passing --disable-silent-rules to
+# configure or passing V=1 to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+AM_GNU_GETTEXT([external])
+PKG_PROG_PKG_CONFIG([0.19])
+AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_CONDITIONAL([USE_NLS], [test "x${USE_NLS}" = "xyes"])
+
+# Workaround to make aclocal get the right flags
+AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
+
+AC_CONFIG_FILES([
+Makefile
+cursor-themes/Makefile
+cursor-themes/mate-white/Makefile
+cursor-themes/mate-white/cursors/Makefile
+cursor-themes/mate-black/Makefile
+cursor-themes/mate-black/cursors/Makefile
+desktop-themes/Makefile
+desktop-themes/BlackMATE/Makefile
+desktop-themes/BlackMATE/apps/Makefile
+desktop-themes/BlackMATE/gtk-2.0/Makefile
+desktop-themes/BlackMATE/gtk-2.0/assets/Makefile
+desktop-themes/BlackMATE/gtk-2.0/Styles/Makefile
+desktop-themes/BlackMATE/gtk-3.0/Makefile
+desktop-themes/BlackMATE/gtk-3.0/assets/Makefile
+desktop-themes/BlackMATE/gtk-3.0/window-controls/Makefile
+desktop-themes/BlackMATE/metacity-1/Makefile
+desktop-themes/BlackMATE/cinnamon/Makefile
+desktop-themes/BlackMATE/unity/Makefile
+desktop-themes/BlackMATE-border/Makefile
+desktop-themes/BlackMATE-border/metacity-1/Makefile
+desktop-themes/BlueMenta/Makefile
+desktop-themes/BlueMenta/cinnamon/Makefile
+desktop-themes/BlueMenta/emerald/Makefile
+desktop-themes/BlueMenta/gtk-2.0/Makefile
+desktop-themes/BlueMenta/gtk-2.0/apps/Makefile
+desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile
+desktop-themes/BlueMenta/gtk-2.0/apps/Handles/Makefile
+desktop-themes/BlueMenta/gtk-2.0/apps/Null/Makefile
+desktop-themes/BlueMenta/gtk-2.0/apps/Others/Makefile
+desktop-themes/BlueMenta/gtk-2.0/widgets/Makefile
+desktop-themes/BlueMenta/gtk-2.0/widgets/Null/Makefile
+desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile
+desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/Makefile
+desktop-themes/BlueMenta/gtk-2.0/widgets/Scale/Makefile
+desktop-themes/BlueMenta/gtk-3.0/Makefile
+desktop-themes/BlueMenta/gtk-3.0/assets/Makefile
+desktop-themes/BlueMenta/gtk-3.0/borders/Makefile
+desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile
+desktop-themes/BlueMenta/metacity-1/Makefile
+desktop-themes/BlueMenta/unity/Makefile
+desktop-themes/BlueMenta/xfwm4/Makefile
+desktop-themes/BlueMenta-border/Makefile
+desktop-themes/BlueMenta-border/metacity-1/Makefile
+desktop-themes/Blue-Submarine/Makefile
+desktop-themes/Blue-Submarine/cinnamon/Makefile
+desktop-themes/Blue-Submarine/emerald/Makefile
+desktop-themes/Blue-Submarine/gtk-2.0/Makefile
+desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile
+desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile
+desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile
+desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile
+desktop-themes/Blue-Submarine/gtk-3.0/Makefile
+desktop-themes/Blue-Submarine/gtk-3.0/assets/Makefile
+desktop-themes/Blue-Submarine/metacity-1/Makefile
+desktop-themes/Blue-Submarine-border/Makefile
+desktop-themes/Blue-Submarine-border/metacity-1/Makefile
+desktop-themes/ContrastHigh/Makefile
+desktop-themes/GreenLaguna/Makefile
+desktop-themes/GreenLaguna/gtk-2.0/Makefile
+desktop-themes/GreenLaguna/gtk-2.0/Styles/Makefile
+desktop-themes/GreenLaguna/gtk-3.0/Makefile
+desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile
+desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile
+desktop-themes/GreenLaguna/metacity-1/Makefile
+desktop-themes/GreenLaguna/unity/Makefile
+desktop-themes/GreenLaguna-border/Makefile
+desktop-themes/GreenLaguna-border/metacity-1/Makefile
+desktop-themes/Green-Submarine/Makefile
+desktop-themes/Green-Submarine/cinnamon/Makefile
+desktop-themes/Green-Submarine/emerald/Makefile
+desktop-themes/Green-Submarine/gtk-2.0/Makefile
+desktop-themes/Green-Submarine/gtk-2.0/apps/Makefile
+desktop-themes/Green-Submarine/gtk-2.0/apps/Handles/Makefile
+desktop-themes/Green-Submarine/gtk-2.0/apps/Panel/Makefile
+desktop-themes/Green-Submarine/gtk-2.0/assets/Makefile
+desktop-themes/Green-Submarine/gtk-3.0/Makefile
+desktop-themes/Green-Submarine/gtk-3.0/assets/Makefile
+desktop-themes/Green-Submarine/metacity-1/Makefile
+desktop-themes/Green-Submarine-border/Makefile
+desktop-themes/Green-Submarine-border/metacity-1/Makefile
+desktop-themes/HighContrastInverse/Makefile
+desktop-themes/HighContrastInverse/gtk-2.0/Makefile
+desktop-themes/HighContrastInverse/gtk-2.0/gtkrc
+desktop-themes/HighContrastInverse/metacity-1/Makefile
+desktop-themes/HighContrastInverse/pixmaps/Makefile
+desktop-themes/Menta/Makefile
+desktop-themes/Menta/cinnamon/Makefile
+desktop-themes/Menta/emerald/Makefile
+desktop-themes/Menta/gtk-2.0/Makefile
+desktop-themes/Menta/gtk-2.0/apps/Makefile
+desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile
+desktop-themes/Menta/gtk-2.0/apps/Handles/Makefile
+desktop-themes/Menta/gtk-2.0/apps/Null/Makefile
+desktop-themes/Menta/gtk-2.0/apps/Others/Makefile
+desktop-themes/Menta/gtk-2.0/widgets/Makefile
+desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile
+desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile
+desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile
+desktop-themes/Menta/gtk-2.0/widgets/Scale/Makefile
+desktop-themes/Menta/gtk-3.0/Makefile
+desktop-themes/Menta/gtk-3.0/assets/Makefile
+desktop-themes/Menta/gtk-3.0/borders/Makefile
+desktop-themes/Menta/gtk-3.0/window-controls/Makefile
+desktop-themes/Menta/metacity-1/Makefile
+desktop-themes/Menta/unity/Makefile
+desktop-themes/Menta/xfwm4/Makefile
+desktop-themes/Menta-border/Makefile
+desktop-themes/Menta-border/metacity-1/Makefile
+desktop-themes/TraditionalGreen/Makefile
+desktop-themes/TraditionalGreen/gtk-2.0/Makefile
+desktop-themes/TraditionalGreen/gtk-3.0/Makefile
+desktop-themes/TraditionalGreen/gtk-3.0/img/Makefile
+desktop-themes/TraditionalGreen/metacity-1/Makefile
+desktop-themes/TraditionalOk/Makefile
+desktop-themes/TraditionalOk/gtk-2.0/Makefile
+desktop-themes/TraditionalOk/gtk-3.0/Makefile
+desktop-themes/TraditionalOk/gtk-3.0/img/Makefile
+desktop-themes/TraditionalOk/metacity-1/Makefile
+desktop-themes/TraditionalOk/openbox-3/Makefile
+desktop-themes/TraditionalOk/xfwm4/Makefile
+desktop-themes/TraditionalOk/xfwm4/png/Makefile
+desktop-themes/YaruOk/Makefile
+desktop-themes/YaruOk/gtk-2.0/Makefile
+desktop-themes/YaruOk/gtk-3.0/Makefile
+desktop-themes/YaruOk/gtk-3.0/assets/Makefile
+desktop-themes/YaruOk/metacity-1/Makefile
+desktop-themes/YaruOk/openbox-3/Makefile
+desktop-themes/YaruOk/xfwm4/Makefile
+desktop-themes/YaruOk/xfwm4/png/Makefile
+desktop-themes/YaruGreen/Makefile
+desktop-themes/YaruGreen/gtk-2.0/Makefile
+desktop-themes/YaruGreen/gtk-3.0/Makefile
+desktop-themes/YaruGreen/gtk-3.0/assets/Makefile
+desktop-themes/YaruGreen/metacity-1/Makefile
+marco-themes/Makefile
+icon-themes/Makefile
+icon-themes/ContrastHigh/Makefile
+icon-themes/ContrastHigh/16x16/Makefile
+icon-themes/ContrastHigh/16x16/actions/Makefile
+icon-themes/ContrastHigh/16x16/apps/Makefile
+icon-themes/ContrastHigh/16x16/categories/Makefile
+icon-themes/ContrastHigh/16x16/devices/Makefile
+icon-themes/ContrastHigh/16x16/emblems/Makefile
+icon-themes/ContrastHigh/16x16/emotes/Makefile
+icon-themes/ContrastHigh/16x16/mimetypes/Makefile
+icon-themes/ContrastHigh/16x16/places/Makefile
+icon-themes/ContrastHigh/16x16/status/Makefile
+icon-themes/ContrastHigh/16x16/stock/Makefile
+icon-themes/ContrastHigh/22x22/Makefile
+icon-themes/ContrastHigh/22x22/actions/Makefile
+icon-themes/ContrastHigh/22x22/apps/Makefile
+icon-themes/ContrastHigh/22x22/categories/Makefile
+icon-themes/ContrastHigh/22x22/devices/Makefile
+icon-themes/ContrastHigh/22x22/emblems/Makefile
+icon-themes/ContrastHigh/22x22/emotes/Makefile
+icon-themes/ContrastHigh/22x22/mimetypes/Makefile
+icon-themes/ContrastHigh/22x22/places/Makefile
+icon-themes/ContrastHigh/22x22/status/Makefile
+icon-themes/ContrastHigh/22x22/stock/Makefile
+icon-themes/ContrastHigh/24x24/Makefile
+icon-themes/ContrastHigh/24x24/actions/Makefile
+icon-themes/ContrastHigh/24x24/apps/Makefile
+icon-themes/ContrastHigh/24x24/categories/Makefile
+icon-themes/ContrastHigh/24x24/devices/Makefile
+icon-themes/ContrastHigh/24x24/emblems/Makefile
+icon-themes/ContrastHigh/24x24/emotes/Makefile
+icon-themes/ContrastHigh/24x24/mimetypes/Makefile
+icon-themes/ContrastHigh/24x24/places/Makefile
+icon-themes/ContrastHigh/24x24/status/Makefile
+icon-themes/ContrastHigh/24x24/stock/Makefile
+icon-themes/ContrastHigh/32x32/Makefile
+icon-themes/ContrastHigh/32x32/actions/Makefile
+icon-themes/ContrastHigh/32x32/apps/Makefile
+icon-themes/ContrastHigh/32x32/categories/Makefile
+icon-themes/ContrastHigh/32x32/devices/Makefile
+icon-themes/ContrastHigh/32x32/emblems/Makefile
+icon-themes/ContrastHigh/32x32/emotes/Makefile
+icon-themes/ContrastHigh/32x32/mimetypes/Makefile
+icon-themes/ContrastHigh/32x32/places/Makefile
+icon-themes/ContrastHigh/32x32/status/Makefile
+icon-themes/ContrastHigh/32x32/stock/Makefile
+icon-themes/ContrastHigh/48x48/Makefile
+icon-themes/ContrastHigh/48x48/actions/Makefile
+icon-themes/ContrastHigh/48x48/animations/Makefile
+icon-themes/ContrastHigh/48x48/apps/Makefile
+icon-themes/ContrastHigh/48x48/categories/Makefile
+icon-themes/ContrastHigh/48x48/devices/Makefile
+icon-themes/ContrastHigh/48x48/emblems/Makefile
+icon-themes/ContrastHigh/48x48/emotes/Makefile
+icon-themes/ContrastHigh/48x48/mimetypes/Makefile
+icon-themes/ContrastHigh/48x48/places/Makefile
+icon-themes/ContrastHigh/48x48/status/Makefile
+icon-themes/ContrastHigh/48x48/stock/Makefile
+icon-themes/ContrastHigh/256x256/Makefile
+icon-themes/ContrastHigh/256x256/actions/Makefile
+icon-themes/ContrastHigh/256x256/apps/Makefile
+icon-themes/ContrastHigh/256x256/categories/Makefile
+icon-themes/ContrastHigh/256x256/devices/Makefile
+icon-themes/ContrastHigh/256x256/emblems/Makefile
+icon-themes/ContrastHigh/256x256/emotes/Makefile
+icon-themes/ContrastHigh/256x256/mimetypes/Makefile
+icon-themes/ContrastHigh/256x256/places/Makefile
+icon-themes/ContrastHigh/256x256/status/Makefile
+icon-themes/ContrastHigh/256x256/stock/Makefile
+icon-themes/ContrastHigh/scalable/Makefile
+icon-themes/ContrastHigh/scalable/actions/Makefile
+icon-themes/ContrastHigh/scalable/actions-extra/Makefile
+icon-themes/ContrastHigh/scalable/apps/Makefile
+icon-themes/ContrastHigh/scalable/apps-extra/Makefile
+icon-themes/ContrastHigh/scalable/categories/Makefile
+icon-themes/ContrastHigh/scalable/devices/Makefile
+icon-themes/ContrastHigh/scalable/emblems/Makefile
+icon-themes/ContrastHigh/scalable/mimetypes/Makefile
+icon-themes/ContrastHigh/scalable/places/Makefile
+icon-themes/ContrastHigh/scalable/places-extra/Makefile
+icon-themes/ContrastHigh/scalable/status/Makefile
+icon-themes/ContrastHigh/scalable/status-extra/Makefile
+po/Makefile.in
+])
+
+AC_OUTPUT
+
+dnl ==========================================================================
+echo "
+Configure summary:
+
+    ${PACKAGE_STRING}
+    `echo $PACKAGE_STRING | sed "s/./=/g"`
+
+    Installation prefix ........: ${prefix}
+    Native Language support ....: ${USE_NLS}
+"
Index: sources/MATE/1.27/mate-themes/patches/README
===================================================================
--- sources/MATE/1.27/mate-themes/patches/README	(nonexistent)
+++ sources/MATE/1.27/mate-themes/patches/README	(revision 285)
@@ -0,0 +1,6 @@
+
+/* begin *
+
+   TODO: Leave some comment here.
+
+ * end */
Index: sources/MATE/1.27/mate-themes/patches
===================================================================
--- sources/MATE/1.27/mate-themes/patches	(nonexistent)
+++ sources/MATE/1.27/mate-themes/patches	(revision 285)

Property changes on: sources/MATE/1.27/mate-themes/patches
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,74 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.rk358x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: sources/MATE/1.27/mate-themes
===================================================================
--- sources/MATE/1.27/mate-themes	(nonexistent)
+++ sources/MATE/1.27/mate-themes	(revision 285)

Property changes on: sources/MATE/1.27/mate-themes
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,74 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.rk358x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~