gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4510: some gnome commits


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4510: some gnome commits
Date: Wed, 31 May 2017 03:28:24 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4510
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2017-05-31 00:28:18 -0700
message:
  some gnome commits
renamed:
  pkg/freedesktop/NetworkManager/ => pkg/gnome/NetworkManager/ 
networkmanager-20160617013746-7ygosxqw3lxxvo7f-4
  pkg/other/simple-scan/ => pkg/gnome/simple-scan/ 
simplescan-20161016061119-o83dath88irwqg31-1
modified:
  pkg/gnome/NetworkManager/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-263
  pkg/gnome/NetworkManager/config.mk config.mk-20160617013750-6r302jr19xf5nwr3-1
  pkg/gnome/NetworkManager/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-267
  pkg/gnome/at-spi2-atk/config.mk config.mk-20160617013802-l248srlcjaj7sibb-1
  pkg/gnome/evolution/Makefile   makefile-20160617013746-7ygosxqw3lxxvo7f-434
  pkg/gnome/folks/config.mk      config.mk-20160617013908-zrfy9sz7hc3z05gx-1
  pkg/gnome/glib/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-552
  pkg/gnome/glib/sha256sums      sha256sums-20160617013746-7ygosxqw3lxxvo7f-556
  pkg/gnome/gnome-boxes/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-577
  pkg/gnome/gobject-introspection/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-852
  pkg/gnome/gobject-introspection/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-856
  pkg/gnome/libhttpseverywhere/Makefile 
makefile-20161215015124-wgrrf5d3ahelz6zy-3
  pkg/gnome/mutter/Makefile      makefile-20160617013746-7ygosxqw3lxxvo7f-1243
  pkg/gnome/simple-scan/Makefile makefile-20161016061119-o83dath88irwqg31-3
  pkg/gnome/simple-scan/sha256sums sha256sums-20161016061119-o83dath88irwqg31-4
=== renamed directory 'pkg/freedesktop/NetworkManager' => 
'pkg/gnome/NetworkManager'
=== modified file 'pkg/gnome/NetworkManager/Makefile'
--- a/pkg/freedesktop/NetworkManager/Makefile   2017-04-18 23:51:01 +0000
+++ b/pkg/gnome/NetworkManager/Makefile 2017-05-31 07:28:18 +0000
@@ -1,5 +1,5 @@
 
-# Copyright © 2016 Carl Hansen address@hidden
+# Copyright © 2016, 2017 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -20,8 +20,8 @@
 
 NAME =    NetworkManager
 GARNAME = NetworkManager
-GARVERSION = 1.6.2
-HOME_URL = http://www.gnome.org/
+GARVERSION = 1.8.0
+HOME_URL = https://wiki.gnome.org/Projects/NetworkManager
 DESCRIPTION =  NetworkManager
 define BLURB
 
@@ -39,7 +39,8 @@
 DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
 SIGFILES =
 
-#  apt install  libudev-dev   libgudev-1.0-dev  libnl-3-dev
+#  apt install  libudev-dev   libgudev-1.0-dev  libnl-3-dev ppp-dev
+#  libndp-dev
 BUILDDEPS =
 LIBDEPS =
 

=== modified file 'pkg/gnome/NetworkManager/config.mk'
--- a/pkg/freedesktop/NetworkManager/config.mk  2017-04-18 23:51:01 +0000
+++ b/pkg/gnome/NetworkManager/config.mk        2017-05-31 07:28:18 +0000
@@ -1,5 +1,5 @@
 ## Configuration options for NetworkManager ##
 ## adjust as needed
 
-CONFIGURE_OPTS ?=  --without-libnm-glib   --disable-json-validation
+CONFIGURE_OPTS ?=  --without-libnm-glib   --disable-json-validation 
--disable-introspection
 BUILD_OPTS ?=

=== modified file 'pkg/gnome/NetworkManager/sha256sums'
--- a/pkg/freedesktop/NetworkManager/sha256sums 2017-03-28 06:41:07 +0000
+++ b/pkg/gnome/NetworkManager/sha256sums       2017-05-31 07:28:18 +0000
@@ -1,2 +1,2 @@
-b22b6f55cde37bec4982f9be4b1808a21101d807a05049c670116d95059a26f9  
download/NetworkManager-1.6.2.tar.xz
-37ea514bc9e3a3ccf593ec8dca52fefaab8ff93b930f694e1329ea106131ac24  
download/NetworkManager-1.6.2.sha256sum
+fa5a5c6a36cdf95b12df34cc575bd61a74f297ede9be22cac4807a1aff3cf69e  
download/NetworkManager-1.8.0.tar.xz
+92c678c5ce98ca2a09da7c69676e2583b918a2a6179874d4580770b9f686ad5d  
download/NetworkManager-1.8.0.sha256sum

=== modified file 'pkg/gnome/at-spi2-atk/config.mk'
--- a/pkg/gnome/at-spi2-atk/config.mk   2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/at-spi2-atk/config.mk   2017-05-31 07:28:18 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for at-spi2-atk ##
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+BUILD_OPTS ?=  LDFLAGS+=-L/lib/x86_64-linux-gnu

=== modified file 'pkg/gnome/evolution/Makefile'
--- a/pkg/gnome/evolution/Makefile      2017-05-20 00:21:50 +0000
+++ b/pkg/gnome/evolution/Makefile      2017-05-31 07:28:18 +0000
@@ -1,5 +1,5 @@
 
-# Copyright © 2016 Carl Hansen address@hidden
+# Copyright © 2016 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #

=== modified file 'pkg/gnome/folks/config.mk'
--- a/pkg/gnome/folks/config.mk 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/folks/config.mk 2017-05-31 07:28:18 +0000
@@ -1,5 +1,5 @@
 ## Configuration options for folks ##
 ## adjust as needed
 
-CONFIGURE_OPTS ?= 
+CONFIGURE_OPTS ?=  
 BUILD_OPTS ?=

=== modified file 'pkg/gnome/glib/Makefile'
--- a/pkg/gnome/glib/Makefile   2017-05-20 00:21:50 +0000
+++ b/pkg/gnome/glib/Makefile   2017-05-31 07:28:18 +0000
@@ -20,7 +20,7 @@
 
 NAME =    Glib
 GARNAME = glib
-GARVERSION = 2.52.2
+GARVERSION = 2.53.2
 HOME_URL = http://www.gnome.org/
        # for http://www.gtk.org
 DESCRIPTION = Low level core library for GNOME

=== modified file 'pkg/gnome/glib/sha256sums'
--- a/pkg/gnome/glib/sha256sums 2017-05-20 00:21:50 +0000
+++ b/pkg/gnome/glib/sha256sums 2017-05-31 07:28:18 +0000
@@ -1,2 +1,2 @@
-f00e5d9e2a2948b1da25fcba734a6b7a40f556de8bc9f528a53f6569969ac5d0  
download/glib-2.52.2.tar.xz
-f81dc5dfef1d36cbfae2a92df38b4c11d4fa94aa786714e1d5092cb28fb5e633  
download/glib-2.52.2.sha256sum
+ada8e2b22f52de1950dd327bdef80a7e41e6da5ddc85fb81d9a8439e9dff8e0d  
download/glib-2.53.2.tar.xz
+943cd38d5734baad75fe3718d774c20dcf83a2210c5769f632ba6a1504c1705f  
download/glib-2.53.2.sha256sum

=== modified file 'pkg/gnome/gnome-boxes/Makefile'
--- a/pkg/gnome/gnome-boxes/Makefile    2017-04-04 22:39:46 +0000
+++ b/pkg/gnome/gnome-boxes/Makefile    2017-05-31 07:28:18 +0000
@@ -1,5 +1,5 @@
 
-# Copyright © 2016, 2017 Carl Hansen address@hidden
+# Copyright © 2016, 2017 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -16,6 +16,8 @@
 # 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 =    gnome-boxes

=== modified file 'pkg/gnome/gobject-introspection/Makefile'
--- a/pkg/gnome/gobject-introspection/Makefile  2017-04-18 23:37:38 +0000
+++ b/pkg/gnome/gobject-introspection/Makefile  2017-05-31 07:28:18 +0000
@@ -20,7 +20,7 @@
 
 NAME =    gobject-introspection
 GARNAME = gobject-introspection
-GARVERSION = 1.52.1
+GARVERSION = 1.53.2
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = GObject introspection tools and libraries
 define BLURB

=== modified file 'pkg/gnome/gobject-introspection/sha256sums'
--- a/pkg/gnome/gobject-introspection/sha256sums        2017-04-18 23:37:38 
+0000
+++ b/pkg/gnome/gobject-introspection/sha256sums        2017-05-31 07:28:18 
+0000
@@ -1,2 +1,2 @@
-2ed0c38d52fe1aa6fc4def0c868fe481cb87b532fc694756b26d6cfab29faff4  
download/gobject-introspection-1.52.1.tar.xz
-53cc54a3fce52705d7c99ea686e1b7b821cbad8985a6dfee10c8852fb69f487f  
download/gobject-introspection-1.52.1.sha256sum
+7c2122a3423bf7b284374c4883844b4eb25741f6d9d3326ab55f7869b43a80f4  
download/gobject-introspection-1.53.2.tar.xz
+ae54df3547dc398b7e3c2e859043cb3aa2df4108b551d7293eeb8c93581da558  
download/gobject-introspection-1.53.2.sha256sum

=== modified file 'pkg/gnome/libhttpseverywhere/Makefile'
--- a/pkg/gnome/libhttpseverywhere/Makefile     2017-05-20 00:21:50 +0000
+++ b/pkg/gnome/libhttpseverywhere/Makefile     2017-05-31 07:28:18 +0000
@@ -28,6 +28,7 @@
 endef
 
 # doesn't build properly yet. If you can help, write to  address@hidden
+# uses mason
 
 ######################################################################
 

=== modified file 'pkg/gnome/mutter/Makefile'
--- a/pkg/gnome/mutter/Makefile 2017-05-20 00:21:50 +0000
+++ b/pkg/gnome/mutter/Makefile 2017-05-31 07:28:18 +0000
@@ -1,5 +1,5 @@
 
-# Copyright © 2016 Carl Hansen address@hidden
+# Copyright © 2016, 2017 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -39,9 +39,9 @@
 DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
 SIGFILES =
 
+#    apt install  libxcb-xkb-dev  libxcb-xkb1  libxcb-res0  libxcb-res0-dev  
libmtdev-dev  libmtdev1
 BUILDDEPS =
 LIBDEPS =
-#  libxcb-xkb-dev  libxcb-res0-dev
 
 ######################################################################
 

=== renamed directory 'pkg/other/simple-scan' => 'pkg/gnome/simple-scan'
=== modified file 'pkg/gnome/simple-scan/Makefile'
--- a/pkg/other/simple-scan/Makefile    2017-04-13 02:48:09 +0000
+++ b/pkg/gnome/simple-scan/Makefile    2017-05-31 07:28:18 +0000
@@ -19,7 +19,7 @@
 
 NAME = simple-scan
 GARNAME = simple-scan
-GARVERSION = 3.24.0
+GARVERSION = 3.25.2
 #RELEASE = b2
 HOME_URL = https://launchpad.net/simple-scan/
 DESCRIPTION =  scanner gui interface to SANE scanner library
@@ -27,16 +27,20 @@
 
 endef
 
+# uses meson and ninja since 3.25.1...... needs reworking
+
 ######################################################################
-DISTNAME = $(GARNAME)-$(GARVERSION)$(RELEASE)
+#DISTNAME = $(GARNAME)-$(GARVERSION)$(RELEASE)
 empty:=
 space:= $(empty) $(empty)
 VERSION_LIST = $(subst .,$(space),$(GARVERSION))
 SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
 
-MASTER_SITES = https://launchpad.net/
-MASTER_SUBDIR = $(GARNAME)/$(SERIES)/$(GARVERSION)$(RELEASE)/+download/
-DISTFILES = $(DISTNAME).tar.xz
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+#MASTER_SITES = https://launchpad.net/
+#MASTER_SUBDIR = $(GARNAME)/$(SERIES)/$(GARVERSION)$(RELEASE)/+download/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
 SIGFILES =  
 
 # apt install libsane-dev

=== modified file 'pkg/gnome/simple-scan/sha256sums'
--- a/pkg/other/simple-scan/sha256sums  2017-04-13 02:48:09 +0000
+++ b/pkg/gnome/simple-scan/sha256sums  2017-05-31 07:28:18 +0000
@@ -1,1 +1,2 @@
-22a44ecfb28b5963f896f1d9f42e789e711f0c1aa9a73fa3c1d74ebb6ca374a6  
download/simple-scan-3.24.0.tar.xz
+0546eb91192da7a58f3ead544051d942baf6538040504248367be6e903241dc5  
download/simple-scan-3.25.2.tar.xz
+a6fee0c7996bb7e784d4a2d19b5ec714dcbac5b942a8ff7b7650ef289796e60c  
download/simple-scan-3.25.2.sha256sum


reply via email to

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