gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5859: gtk 2 3 4 move around


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5859: gtk 2 3 4 move around
Date: Mon, 27 Aug 2018 21:36:45 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5859
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2018-08-27 18:36:40 -0700
message:
  gtk 2 3 4 move around
added:
  pkg/gnome/gtk4/                gtk4-20180828013448-vru4yetkhzqlxv1h-1
  pkg/gnome/gtk4/Makefile        makefile-20180828013448-vru4yetkhzqlxv1h-3
  pkg/gnome/gtk4/config.mk       config.mk-20180828013448-vru4yetkhzqlxv1h-2
  pkg/gnome/gtk4/sha256sums      sha256sums-20180828013448-vru4yetkhzqlxv1h-4
renamed:
  pkg/gnome/gtk/ => pkg/gnome/gtk3/ gtk-20160617013746-7ygosxqw3lxxvo7f-140
modified:
  pkg/gnome/gtk3/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-917
  pkg/gnome/gtk3/sha256sums      sha256sums-20160617013746-7ygosxqw3lxxvo7f-921
=== renamed directory 'pkg/gnome/gtk' => 'pkg/gnome/gtk3'
=== modified file 'pkg/gnome/gtk3/Makefile'
--- a/pkg/gnome/gtk/Makefile    2018-08-27 00:34:09 +0000
+++ b/pkg/gnome/gtk3/Makefile   2018-08-28 01:36:40 +0000
@@ -18,12 +18,9 @@
 # Send bug reports and comments about GSRC problems to address@hidden
 
 NAME =    GTK+
-GARNAME = gtk
+GARNAME = gtk3
 UPSTREAMNAME = gtk+
-#stable GARVERSION = 3.22.30
-GARVERSION = 3.23.2
-# to be gtk 4:
-#GARVERSION = 3.94.0
+GARVERSION = 3.22.30
 HOME_URL = http://www.gnome.org/
 DESCRIPTION =  gtk+ 3 GNOME toolkit
 define BLURB

=== modified file 'pkg/gnome/gtk3/sha256sums'
--- a/pkg/gnome/gtk/sha256sums  2018-08-01 01:57:46 +0000
+++ b/pkg/gnome/gtk3/sha256sums 2018-08-28 01:36:40 +0000
@@ -1,2 +1,2 @@
-65813efa5e0f681c522cc3fc8a966e142b2470caf31484b40d310466a2ca7ed3  
download/gtk+-3.23.2.tar.xz
-0b9f0ae5757bd712a3fa8cef1cb87a8c1d76ed840e241339a78d74de04350457  
download/gtk+-3.23.2.sha256sum
+a1a4a5c12703d4e1ccda28333b87ff462741dc365131fbc94c218ae81d9a6567  
download/gtk+-3.22.30.tar.xz
+284d1297dd5977cb45309d9fcd6b11bbb6bc9ac543e2c4f6d4906760b5db8645  
download/gtk+-3.22.30.sha256sum

=== added directory 'pkg/gnome/gtk4'
=== added file 'pkg/gnome/gtk4/Makefile'
--- a/pkg/gnome/gtk4/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/gtk4/Makefile   2018-08-28 01:36:40 +0000
@@ -0,0 +1,53 @@
+# Copyright © 2016, 2017, 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    GTK+
+GARNAME = gtk4
+UPSTREAMNAME = gtk+
+# to be gtk 4:
+GARVERSION = 3.94.0
+HOME_URL = http://www.gnome.org/
+DESCRIPTION =  gtk+ 4  GNOME 3 toolkit
+define BLURB
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(UPSTREAMNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+
+BUILDDEPS =
+# apt install libepoxy-dev libmount-dev libxcb-xkb-dev
+# libselinux-dev libsystemd-dev  libepoxy0 xorg-dev  gdk-pixbuf
+#  libsqlite3-dev libatk-bridge2.0-0 libatk-bridge2.0-dev
+LIBDEPS =
+
+######################################################################
+
+#include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+

=== added file 'pkg/gnome/gtk4/config.mk'
--- a/pkg/gnome/gtk4/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/gtk4/config.mk  2018-08-28 01:36:40 +0000
@@ -0,0 +1,7 @@
+## Configuration options for gtk+ ##
+## adjust as needed for your local system
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?= 
+
+

=== added file 'pkg/gnome/gtk4/sha256sums'
--- a/pkg/gnome/gtk4/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/gtk4/sha256sums 2018-08-28 01:36:40 +0000
@@ -0,0 +1,2 @@
+a947caa5296610b0f1d7a03b58df34765c227c577c78e683e75eea3251a67035  
download/gtk+-3.94.0.tar.xz
+1ff7b3f4926efd5d1c041080d897be93f7bd1eae00ad5211aa0f2d0026ed5d1b  
download/gtk+-3.94.0.sha256sum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]