gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3819: update librest to 0.8.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3819: update librest to 0.8.0
Date: Tue, 19 Jul 2016 04:37:45 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3819
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2016-07-18 21:37:42 -0700
message:
  update librest to 0.8.0
modified:
  pkg/gnome/librest/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1169
=== modified file 'pkg/gnome/librest/Makefile'
--- a/pkg/gnome/librest/Makefile        2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/librest/Makefile        2016-07-19 04:37:42 +0000
@@ -22,28 +22,30 @@
 
 NAME =    librest
 GARNAME = librest
+GARVERSION = 0.8.0
+UPSTREAMNAME = rest
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = librest
 define BLURB
 
 endef
-GARVERSION = 0.8.0
-# module = rest/0.8/rest-0.8.0.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 = rest/0.8/
-DISTFILES = rest-0.8.0.tar.xz
-SIGFILES = 
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  
+SIGFILES =
 
-# hash = 
sha256:e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647
-BUILDDEPS = 
-LIBDEPS = #  glib libsoup libxml2
-SUGGESTS = 
+BUILDDEPS =
+LIBDEPS =
 
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include config.mk
-


reply via email to

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