gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3837: update gnome-terminal to 3.20.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3837: update gnome-terminal to 3.20.2
Date: Wed, 20 Jul 2016 08:26:32 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3837
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2016-07-20 01:26:28 -0700
message:
  update gnome-terminal to 3.20.2
modified:
  pkg/gnome/gnome-terminal/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-797
=== modified file 'pkg/gnome/gnome-terminal/Makefile'
--- a/pkg/gnome/gnome-terminal/Makefile 2016-07-19 04:44:30 +0000
+++ b/pkg/gnome/gnome-terminal/Makefile 2016-07-20 08:26:28 +0000
@@ -22,27 +22,29 @@
 
 NAME =    gnome-terminal
 GARNAME = gnome-terminal
+GARVERSION = 3.20.2
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = gnome-terminal
 define BLURB
 
 endef
-GARVERSION = 3.20.2
-# module = gnome-terminal/3.20/gnome-terminal-3.20.2.tar.xz
 
 ######################################################################
 
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
 MASTER_SITES = $(MASTER_GNOME)
-MASTER_SUBDIR = gnome-terminal/3.20/
-DISTFILES = gnome-terminal-3.20.2.tar.xz gnome-terminal-3.20.2.sha256sum
-SIGFILES = 
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
 
-#consider: autogenargs = --disable-migration
-BUILDDEPS = 
-LIBDEPS = #  dconf intltool glib gtk+ gsettings-desktop-schemas libuuid vte 
yelp-tools nautilus appstream-glib
+BUILDDEPS =
+LIBDEPS =
 
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include config.mk
-


reply via email to

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