gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6782: gtk etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6782: gtk etc
Date: Mon, 18 Nov 2019 23:48:47 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6782
revision-id: address@hidden-20191119044835-cr8epyd9f8sfpgsx
parent: address@hidden-20191119003022-9smllxgiudsnviiq
committer: Carl Hansen <address@hidden>
branch nick: trunk
timestamp: Mon 2019-11-18 20:48:35 -0800
message:
  gtk etc
removed:
  pkg/gnome/gtk3/                gtk-20160617013746-7ygosxqw3lxxvo7f-140
  pkg/gnome/gtk3/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-917
  pkg/gnome/gtk3/config.mk       config.mk-20160617014223-dyt8ex5xzgqwo024-1
  pkg/gnome/gtk3/sha256sums      sha256sums-20160617013746-7ygosxqw3lxxvo7f-921
added:
  pkg/gnome/gtk+/                gtk-20191117055720-o2177x7x8b6pl72y-1
  pkg/gnome/gtk+/Makefile        makefile-20191117055720-o2177x7x8b6pl72y-3
  pkg/gnome/gtk+/config.mk       config.mk-20191117055720-o2177x7x8b6pl72y-2
  pkg/gnome/gtk+/sha256sums      sha256sums-20191117055720-o2177x7x8b6pl72y-4
modified:
  pkg/gnome/gtk2/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-932
  pkg/gnu/gnump3d/Makefile       makefile-20160617014725-uokjfnggs70iry9h-837
  pkg/gnu/gnurl/Makefile         makefile-20160617014725-uokjfnggs70iry9h-863
  pkg/gnu/mcron/Makefile         makefile-20160617014725-uokjfnggs70iry9h-1339
  pkg/gnu/mcron/gpg-keyring      gpgkeyring-20160617014725-uokjfnggs70iry9h-1344
  pkg/gnu/mcron/sha256sums       sha256sums-20160617014725-uokjfnggs70iry9h-1345
  pkg/other/cmake/Makefile       makefile-20161012192420-6gwv2zkyfuom987t-2
  pkg/other/cmake/sha256sums     sha256sums-20161012192420-6gwv2zkyfuom987t-3
  setup.sh.in                    setup.sh-20101106152402-ooxzqd6t2mhrnaq2-1
=== added directory 'pkg/gnome/gtk+'
=== added file 'pkg/gnome/gtk+/Makefile'
--- a/pkg/gnome/gtk+/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/gtk+/Makefile   2019-11-19 04:48:35 +0000
@@ -0,0 +1,55 @@
+# Copyright © 2016, 2017, 2018, 2019 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# 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 =    GTK+ 3
+GARNAME = gtk+
+#UPSTREAMNAME = gtk+
+GARVERSION = 3.24.12
+HOME_URL = http://www.gnome.org/
+DESCRIPTION =  gtk+ 3 GNOME toolkit
+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 = $(UPSTREAMNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+#WORKSRC = $(WORKDIR)/$(GARNAME)
+#WORKOBJ = $(WORKSRC).build
+
+BUILDDEPS =
+# apt install libepoxy-dev libmount-dev libxcb-xkb-dev
+# libselinux-dev libsystemd-dev  libepoxy0 xorg-dev  gdk-pixbuf
+#  libsqlite3-dev libatk-bridge2.0-0 libatk-bridge2.0-dev
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+

=== added file 'pkg/gnome/gtk+/config.mk'
--- a/pkg/gnome/gtk+/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/gtk+/config.mk  2019-11-19 04:48:35 +0000
@@ -0,0 +1,7 @@
+## Configuration options for gtk+ ##
+## adjust as needed for your local system
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?= 
+
+

=== added file 'pkg/gnome/gtk+/sha256sums'
--- a/pkg/gnome/gtk+/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/gtk+/sha256sums 2019-11-19 04:48:35 +0000
@@ -0,0 +1,2 @@
+1384eba5614fed160044ae0d32369e3df7b4f517b03f4b1f24d383e528f4be83  
download/gtk+-3.24.12.tar.xz
+daccb57ca20ba2c50eeb15eee346bacbabbb9094d3211303eaf1adb7d42ecd88  
download/gtk+-3.24.12.sha256sum

=== modified file 'pkg/gnome/gtk2/Makefile'
--- a/pkg/gnome/gtk2/Makefile   2018-11-14 19:24:01 +0000
+++ b/pkg/gnome/gtk2/Makefile   2019-11-19 04:48:35 +0000
@@ -39,7 +39,7 @@
 SIGFILES = 
 
 BUILDDEPS = 
-LIBDEPS = glib
+LIBDEPS = 
 
 ######################################################################
 

=== removed directory 'pkg/gnome/gtk3'
=== removed file 'pkg/gnome/gtk3/Makefile'
--- a/pkg/gnome/gtk3/Makefile   2019-11-16 05:40:40 +0000
+++ b/pkg/gnome/gtk3/Makefile   1970-01-01 00:00:00 +0000
@@ -1,55 +0,0 @@
-# Copyright © 2016, 2017, 2018, 2019 Carl Hansen <address@hidden>
-#
-# This file is part of GSRC, the GNU Source Release Collection.
-# http://www.gnu.org/software/gsrc
-#
-# 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 =    GTK+
-GARNAME = gtk3
-UPSTREAMNAME = gtk+
-GARVERSION = 3.24.12
-HOME_URL = http://www.gnome.org/
-DESCRIPTION =  gtk+ 3 GNOME toolkit
-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 = $(UPSTREAMNAME)/$(SERIES)/
-DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
-SIGFILES =
-WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)
-WORKOBJ = $(WORKSRC).build
-
-BUILDDEPS =
-# apt install libepoxy-dev libmount-dev libxcb-xkb-dev
-# libselinux-dev libsystemd-dev  libepoxy0 xorg-dev  gdk-pixbuf
-#  libsqlite3-dev libatk-bridge2.0-0 libatk-bridge2.0-dev
-LIBDEPS =
-
-######################################################################
-
-include ../../../gar/gar.lib/mesonninja.mk
-include config.mk
-

=== removed file 'pkg/gnome/gtk3/config.mk'
--- a/pkg/gnome/gtk3/config.mk  2018-08-01 01:57:46 +0000
+++ b/pkg/gnome/gtk3/config.mk  1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-## Configuration options for gtk+ ##
-## adjust as needed for your local system
-
-CONFIGURE_OPTS ?=
-BUILD_OPTS ?= 
-
-

=== removed file 'pkg/gnome/gtk3/sha256sums'
--- a/pkg/gnome/gtk3/sha256sums 2019-11-14 06:20:56 +0000
+++ b/pkg/gnome/gtk3/sha256sums 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-1384eba5614fed160044ae0d32369e3df7b4f517b03f4b1f24d383e528f4be83  
download/gtk+-3.24.12.tar.xz
-daccb57ca20ba2c50eeb15eee346bacbabbb9094d3211303eaf1adb7d42ecd88  
download/gtk+-3.24.12.sha256sum

=== modified file 'pkg/gnu/gnump3d/Makefile'
--- a/pkg/gnu/gnump3d/Makefile  2019-06-17 23:37:56 +0000
+++ b/pkg/gnu/gnump3d/Makefile  2019-11-19 04:48:35 +0000
@@ -25,7 +25,7 @@
 GARNAME = gnump3d
 GARVERSION = 3.0
 HOME_URL = http://www.gnu.org/software/gnump3d/
-DESCRIPTION = Server for streaming audio,video, and other files
+DESCRIPTION = Server for streaming audio, video, and other files
 define BLURB
 GNUMP3d is a streaming server for MP3s and OGG vorbis audio files,
 movies, and other media formats.  It is small and self-contained,

=== modified file 'pkg/gnu/gnurl/Makefile'
--- a/pkg/gnu/gnurl/Makefile    2019-10-27 23:26:42 +0000
+++ b/pkg/gnu/gnurl/Makefile    2019-11-19 04:48:35 +0000
@@ -20,7 +20,7 @@
 
 NAME = gnurl
 GARNAME = gnurl
-GARVERSION = 7.66.0
+GARVERSION = 7.67.0
 HOME_URL = http://www.gnu.org/software/gnunet/
 DESCRIPTION =  a fork of curl, HTTP downloader, needed for gnunet
 define BLURB

=== modified file 'pkg/gnu/mcron/Makefile'
--- a/pkg/gnu/mcron/Makefile    2019-05-11 18:17:51 +0000
+++ b/pkg/gnu/mcron/Makefile    2019-11-19 04:48:35 +0000
@@ -22,9 +22,9 @@
 
 NAME = Mcron
 GARNAME = mcron
-GARVERSION = 1.1.2
+GARVERSION = 1.1.3
 HOME_URL = http://www.gnu.org/software/mcron/
-DESCRIPTION = Run jobs at scheduled times
+DESCRIPTION = Run jobs at scheduled times, cron replacement using Scheme
 define BLURB
 GNU Mcron is a complete replacement for Vixie cron.  It is used to run
 tasks on a schedule, such as every hour or every Monday.  Mcron is

=== modified file 'pkg/gnu/mcron/gpg-keyring'
Binary files a/pkg/gnu/mcron/gpg-keyring        2019-05-11 18:17:51 +0000 and 
b/pkg/gnu/mcron/gpg-keyring       2019-11-19 04:48:35 +0000 differ
=== modified file 'pkg/gnu/mcron/sha256sums'
--- a/pkg/gnu/mcron/sha256sums  2019-05-11 18:17:51 +0000
+++ b/pkg/gnu/mcron/sha256sums  2019-11-19 04:48:35 +0000
@@ -1,2 +1,2 @@
-8f40a6fbc4b618ecd8a084cbd49391d8aab1877c47cd04877f14317b621e3519  
download/mcron-1.1.2.tar.gz
-6252b4f64940ea2de8d529e1b20e6f7f595a3923fe7a1c9017cee6d09f94b42f  
download/mcron-1.1.2.tar.gz.sig
+839c276aac9b95223c6e0954724e08d4387299d72cd5f0808e577e4a9f3b7b02  
download/mcron-1.1.3.tar.gz
+2ead55fcf277d15c57ba9222a1f2875f6d63c02173f68bc34634bf905b9267cb  
download/mcron-1.1.3.tar.gz.sig

=== modified file 'pkg/other/cmake/Makefile'
--- a/pkg/other/cmake/Makefile  2019-11-14 06:20:56 +0000
+++ b/pkg/other/cmake/Makefile  2019-11-19 04:48:35 +0000
@@ -21,7 +21,7 @@
 
 NAME =    cmake
 GARNAME = cmake
-GARVERSION = 3.16.0-rc3
+GARVERSION = 3.16.0-rc4
 HOME_URL = https://cmake.org/
        # or http://kitware.com/cmake
 DESCRIPTION =  cmake build utility, works with or as "make" or other build 
systems
@@ -38,7 +38,6 @@
 SIGFILES =
 
 BUILDDEPS = openssl
-# seems to need openssl 1.10 or maybe 1.02 , not sure
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/other/cmake/sha256sums'
--- a/pkg/other/cmake/sha256sums        2019-11-14 06:20:56 +0000
+++ b/pkg/other/cmake/sha256sums        2019-11-19 04:48:35 +0000
@@ -1,1 +1,1 @@
-95f3326fe7e810463be1cab93674a69b1f5ff410397cbbcbab7223ddd675c482  
download/cmake-3.16.0-rc3.tar.gz
+9c1870fd1b360a15578f6371f4a695c97a2c47257335411f6ed9b9f9552ff268  
download/cmake-3.16.0-rc4.tar.gz

=== modified file 'setup.sh.in'
--- a/setup.sh.in       2017-09-24 06:37:15 +0000
+++ b/setup.sh.in       2019-11-19 04:48:35 +0000
@@ -61,4 +61,4 @@
 # this to reflect the versions of Python that you have installed on 
 # your system.
 export ORIG_PYTHONPATH=$PYTHONPATH
-export 
PYTHONPATH=$GSRC/lib/python2.7/site-packages/:$GSRC/lib/python3.6/site-packages${PYTHONPATH:+:$PYTHONPATH}
+export 
PYTHONPATH=$GSRC/lib/python2.7/site-packages/:$GSRC/lib/python3.7/site-packages${PYTHONPATH:+:$PYTHONPATH}


reply via email to

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