gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3782: nautilus fix


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3782: nautilus fix
Date: Tue, 28 Jun 2016 07:39:58 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3782
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2016-06-28 00:39:52 -0700
message:
  nautilus fix
modified:
  pkg/gnome/nautilus/Makefile    makefile-20160617013746-7ygosxqw3lxxvo7f-1248
=== modified file 'pkg/gnome/nautilus/Makefile'
--- a/pkg/gnome/nautilus/Makefile       2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/nautilus/Makefile       2016-06-28 07:39:52 +0000
@@ -28,19 +28,20 @@
 
 endef
 GARVERSION = 3.20.1
-# module = nautilus/3.20/nautilus-3.20.1.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 = nautilus/3.20/
-DISTFILES = nautilus-3.20.1.tar.xz
-SIGFILES = 
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz
 
-# hash = 
sha256:f2a907b994026412a7ed7c8145d4ab4f886ac87e780353b967473305a35e81e8
-BUILDDEPS = 
-LIBDEPS =   intltool glib  pango libxml2 gnome-desktop # 
gsettings-desktop-schemas tracker exempi libexif
-SUGGESTS = 
+BUILDDEPS =
+LIBDEPS =   intltool glib  pango libxml2 gnome-desktop
 
 ######################################################################
 


reply via email to

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