gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5365: some stuff gnome etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5365: some stuff gnome etc
Date: Thu, 29 Mar 2018 18:09:56 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5365
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2018-03-29 15:09:49 -0700
message:
  some stuff gnome etc
removed:
  pkg/external/expat/            expat-20160617013639-z5fu1hm2di316w5v-11
  pkg/external/expat/Makefile    makefile-20160617013639-z5fu1hm2di316w5v-72
added:
  pkg/gnome/NetworkManager-pptp/ 
networkmanagerpptp-20180329202750-jjej0omssts2o1g4-1
  pkg/gnome/NetworkManager-pptp/Makefile 
makefile-20180329202750-jjej0omssts2o1g4-3
  pkg/gnome/NetworkManager-pptp/config.mk 
config.mk-20180329202750-jjej0omssts2o1g4-2
  pkg/gnome/NetworkManager-pptp/sha256sums 
sha256sums-20180329202750-jjej0omssts2o1g4-4
modified:
  pkg/gnome/gnome-flashback/Makefile makefile-20161013032042-qqv1d32v3ow0yztv-3
  pkg/gnome/gnome-flashback/sha256sums 
sha256sums-20161013032042-qqv1d32v3ow0yztv-4
  pkg/gnome/libgepub/Makefile    makefile-20160922070139-grv2oenpg47azxmx-2
  pkg/gnome/libgepub/sha256sums  sha256sums-20160922070139-grv2oenpg47azxmx-4
  pkg/gnome/libgweather/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-1119
  pkg/gnome/libgweather/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-1123
=== removed directory 'pkg/external/expat'
=== removed file 'pkg/external/expat/Makefile'
--- a/pkg/external/expat/Makefile       2017-07-05 23:30:24 +0000
+++ b/pkg/external/expat/Makefile       1970-01-01 00:00:00 +0000
@@ -1,9 +0,0 @@
-GARNAME = expat
-GARVERSION = 2
-# 2.2.1
-HOME_URL = http://expat.sourceforge.net
-DESCRIPTION = An XML parser library
-LIBFILES = expat
-include ../../gar.lib/external.mk
-
-#https://github.com/libexpat/libexpat

=== added directory 'pkg/gnome/NetworkManager-pptp'
=== added file 'pkg/gnome/NetworkManager-pptp/Makefile'
--- a/pkg/gnome/NetworkManager-pptp/Makefile    1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/NetworkManager-pptp/Makefile    2018-03-29 22:09:49 +0000
@@ -0,0 +1,49 @@
+# Copyright © 2016, 2017, 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    NetworkManager-pptp
+GARNAME = NetworkManager-pptp
+GARVERSION = 1.2.6
+HOME_URL = https://wiki.gnome.org/Projects/NetworkManager
+DESCRIPTION =  NetworkManager-pptp, uses point-to-point-protocol
+define BLURB
+
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+# hints: apt install libnm-gtk-dev
+  
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/gnome/NetworkManager-pptp/config.mk'
--- a/pkg/gnome/NetworkManager-pptp/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/NetworkManager-pptp/config.mk   2018-03-29 22:09:49 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/NetworkManager-pptp/sha256sums'
--- a/pkg/gnome/NetworkManager-pptp/sha256sums  1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/NetworkManager-pptp/sha256sums  2018-03-29 22:09:49 +0000
@@ -0,0 +1,2 @@
+c3292ec8769c391f9179e5aa74d01c2bbb697c91598e9485ac2e97fafc4745b4  
download/NetworkManager-pptp-1.2.6.tar.xz
+3c79d62a2fba7f671473e574486b468d70f08df562d0a9b5a2c42f2b1e7508bb  
download/NetworkManager-pptp-1.2.6.sha256sum

=== modified file 'pkg/gnome/gnome-flashback/Makefile'
--- a/pkg/gnome/gnome-flashback/Makefile        2017-11-09 06:35:45 +0000
+++ b/pkg/gnome/gnome-flashback/Makefile        2018-03-29 22:09:49 +0000
@@ -1,5 +1,5 @@
 
-# Copyright © 2016,2017 Carl Hansen <address@hidden>
+# Copyright © 2016,2017 ,2018 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -20,7 +20,7 @@
 
 NAME =    gnome-flashback
 GARNAME = gnome-flashback
-GARVERSION = 3.26.0
+GARVERSION = 3.28.0
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = GNOME Flashback session and helper application
 define BLURB
@@ -39,7 +39,7 @@
 DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
 SIGFILES =
 
-BUILDDEPS = ibus
+BUILDDEPS = #ibus
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnome/gnome-flashback/sha256sums'
--- a/pkg/gnome/gnome-flashback/sha256sums      2017-11-09 06:35:45 +0000
+++ b/pkg/gnome/gnome-flashback/sha256sums      2018-03-29 22:09:49 +0000
@@ -1,2 +1,2 @@
-64028d39b8326bee4af7c50357fd97aa0c46995d3c380ca52174ef42eb5a5a03  
download/gnome-flashback-3.26.0.tar.xz
-fdec1bbc9786cc9b67c2808af558321238664ca1bc4b71771bf0eb59d1d89684  
download/gnome-flashback-3.26.0.sha256sum
+0f2673aa1e7c5e34ff705180ad0fc4b6117a5e4a090728fa3f8463feb85b48e5  
download/gnome-flashback-3.28.0.tar.xz
+4f49a5a68c64bb9c94bd6c62e2e50602b8dffcb5e2487f27794ce767024fc7ad  
download/gnome-flashback-3.28.0.sha256sum

=== modified file 'pkg/gnome/libgepub/Makefile'
--- a/pkg/gnome/libgepub/Makefile       2018-01-16 19:57:47 +0000
+++ b/pkg/gnome/libgepub/Makefile       2018-03-29 22:09:49 +0000
@@ -1,4 +1,3 @@
-
 # Copyright © 2016, 2017,2018 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
@@ -20,7 +19,7 @@
 
 NAME =    libgepub
 GARNAME = libgepub
-GARVERSION = 0.5.3
+GARVERSION = 0.6.0
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Simple library to read epub files using glib
 define BLURB
@@ -38,7 +37,7 @@
 MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
 DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
 SIGFILES =
-
+# hints: apt install libwebkit2gtk-4.0-dev
 BUILDDEPS =
 LIBDEPS =
 

=== modified file 'pkg/gnome/libgepub/sha256sums'
--- a/pkg/gnome/libgepub/sha256sums     2018-01-16 19:57:47 +0000
+++ b/pkg/gnome/libgepub/sha256sums     2018-03-29 22:09:49 +0000
@@ -1,2 +1,2 @@
-ab52e1021c55246adb10f3aab4228e0b55f2a2208c8b788e01d24d8bc324c13e  
download/libgepub-0.5.3.tar.xz
-35cbbfa28650ed43918c71e7feb4806a55d5ea24f61805b9666ecd4777915d22  
download/libgepub-0.5.3.sha256sum
+c78a395cc1d9c57b4485958ed83ffb96ed442750cfafa7797dd6d986b9f7b399  
download/libgepub-0.6.0.tar.xz
+135cc5b9cda5758927b0131e129c113e5d7deaaa3674f6c86c382ea8fbec385b  
download/libgepub-0.6.0.sha256sum

=== modified file 'pkg/gnome/libgweather/Makefile'
--- a/pkg/gnome/libgweather/Makefile    2018-03-14 05:45:56 +0000
+++ b/pkg/gnome/libgweather/Makefile    2018-03-29 22:09:49 +0000
@@ -1,4 +1,3 @@
-
 # Copyright © 2016,2017,2018 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
@@ -20,7 +19,7 @@
 
 NAME =    libgweather
 GARNAME = libgweather
-GARVERSION = 3.28.0
+GARVERSION = 3.28.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Location and timezone database and weather-lookup library
 define BLURB

=== modified file 'pkg/gnome/libgweather/sha256sums'
--- a/pkg/gnome/libgweather/sha256sums  2018-03-14 05:45:56 +0000
+++ b/pkg/gnome/libgweather/sha256sums  2018-03-29 22:09:49 +0000
@@ -1,2 +1,2 @@
-594be78dcc0b4c48bf79cd42ea6768160b661bc2a74d9d35ecc742575416e18f  
download/libgweather-3.28.0.tar.xz
-6fa387f169483f93a4352b1a3b961815247454e281b9a07a57fdadea8b37d19f  
download/libgweather-3.28.0.sha256sum
+157a8388532a751b36befff424b11ed913b2c43689b62cd2060f6847eb730be3  
download/libgweather-3.28.1.tar.xz
+8cbe20aaf1d07ed630f55843db6402a9ac615ac02e9ad811eae73862543ef699  
download/libgweather-3.28.1.sha256sum


reply via email to

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