gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1298: move intltool to gnome and clea


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1298: move intltool to gnome and clean up
Date: Sat, 01 Dec 2012 17:30:07 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1298
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-12-01 17:30:07 +0100
message:
  move intltool to gnome and clean up
renamed:
  deps/intltool/ => gnome/intltool/
modified:
  gnome/intltool/Makefile
=== renamed directory 'deps/intltool' => 'gnome/intltool'
=== modified file 'gnome/intltool/Makefile'
--- a/deps/intltool/Makefile    2012-08-31 23:01:46 +0000
+++ b/gnome/intltool/Makefile   2012-12-01 16:30:07 +0000
@@ -1,18 +1,25 @@
 GARNAME = intltool
-MAJORVERSION = 0.40
-GARVERSION = $(MAJORVERSION).2
+GARVERSION = 0.40.6
+HOME_URL = https://launchpad.net/intltool
+DESCRIPTION = An internationalization tool collection
+
+######################################################################
+
+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.gz
-#SIGFILES = $(DISTNAME).tar.xz.sig
+SIGFILES = 
 CHECKSUM_FILE = $(DISTNAME).sha256sum
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = https://launchpad.net/intltool
-DESCRIPTION = An internationalization tool collection
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk


reply via email to

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