gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1078: clean up gtk a bit


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1078: clean up gtk a bit
Date: Wed, 07 Nov 2012 00:14:36 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1078
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-07 00:14:36 +0100
message:
  clean up gtk a bit
modified:
  deps/gtk/Makefile
  deps/gtk/config.mk
=== modified file 'deps/gtk/Makefile'
--- a/deps/gtk/Makefile 2012-11-02 14:51:11 +0000
+++ b/deps/gtk/Makefile 2012-11-06 23:14:36 +0000
@@ -1,14 +1,17 @@
 GARNAME = gtk+
-version = 3.6
-release = 1
-GARVERSION = $(version).$(release)
+GARVERSION = 3.6.1
 HOME_URL = http://www.gtk.org
 DESCRIPTION = A multi-platform toolkit for creating graphical user interfaces
 
 ######################################################################
 
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
 MASTER_SITES = $(MASTER_GNOME)
-MASTER_SUBDIR = $(GARNAME)/$(MAJORVERSION)/
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES = 
 

=== modified file 'deps/gtk/config.mk'
--- a/deps/gtk/config.mk        2012-11-02 14:51:11 +0000
+++ b/deps/gtk/config.mk        2012-11-06 23:14:36 +0000
@@ -1,4 +1,4 @@
-## Configuration options for gtk ##
+## Configuration options for gtk2 ##
 
 CONFIGURE_OPTS ?= 
 BUILD_OPTS ?=


reply via email to

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