[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3815: update gtk to 3.20.6
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3815: update gtk to 3.20.6 |
Date: |
Sun, 17 Jul 2016 23:35:01 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3815
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2016-07-17 16:34:56 -0700
message:
update gtk to 3.20.6
modified:
pkg/gnome/gtk/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-917
pkg/gnome/gtk/sha256sums sha256sums-20160617013746-7ygosxqw3lxxvo7f-921
=== modified file 'pkg/gnome/gtk/Makefile'
--- a/pkg/gnome/gtk/Makefile 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/gtk/Makefile 2016-07-17 23:34:56 +0000
@@ -24,27 +24,29 @@
NAME = GTK+
GARNAME = gtk
UPSTREAMNAME = gtk+
+GARVERSION = 3.20.6
HOME_URL = http://www.gnome.org/
DESCRIPTION = gtk+ GNOME tool kit
define BLURB
endef
-GARVERSION = 3.20.6
######################################################################
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
MASTER_SITES = $(MASTER_GNOME)
-MASTER_SUBDIR = gtk+/3.20/
-DISTFILES = gtk+-3.20.6.tar.xz
-SIGFILES =
+MASTER_SUBDIR = $(UPSTREAMNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz $(DISTNAME).sha256sum
+SIGFILES =
-# hash =
sha256:e7e3aaf54a54dd1c1ca0588939254abe31329e0bcd280a12290d5306b41ea03f
-BUILDDEPS =
-LIBDEPS = # atk glib cairo pango gdk-pixbuf gtk-doc gobject-introspection
libepoxy at-spi2-atk libxkbcommon wayland wayland-egl wayland-protocols mir
-SUGGESTS = shared-mime-info
+BUILDDEPS =
+LIBDEPS =
######################################################################
include ../../../gar/gar.lib/auto.mk
include config.mk
-
=== modified file 'pkg/gnome/gtk/sha256sums'
--- a/pkg/gnome/gtk/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/gtk/sha256sums 2016-07-17 23:34:56 +0000
@@ -1,1 +1,2 @@
3f8016563a96b1cfef4ac9e795647f6316deb2978ff939b19e4e4f8f936fa4b2
download/gtk+-3.20.6.tar.xz
+9ddabb1437292188bfe5597fd685dc2993fedd98e384bda24829b299cca9c1ef
download/gtk+-3.20.6.sha256sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3815: update gtk to 3.20.6,
Carl Hansen <=