gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6775: more stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6775: more stuff
Date: Thu, 14 Nov 2019 01:21:09 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6775
revision-id: address@hidden-20191114062056-v911cb5i1x475xbf
parent: address@hidden-20191113010408-y6cyhll7fjrh97wb
committer: Carl Hansen <address@hidden>
branch nick: trunk
timestamp: Wed 2019-11-13 22:20:56 -0800
message:
  more stuff
added:
  pkg/gnome/gtk1/                gtk1-20191114061849-cshbmkat09d6lcgh-1
  pkg/gnome/gtk1/Makefile        makefile-20191114061849-cshbmkat09d6lcgh-3
  pkg/gnome/gtk1/config.mk       config.mk-20191114061849-cshbmkat09d6lcgh-2
  pkg/gnome/gtk1/sha256sums      sha256sums-20191114061849-cshbmkat09d6lcgh-4
modified:
  pkg/gnome/cairo/Makefile       makefile-20160617013746-7ygosxqw3lxxvo7f-338
  pkg/gnome/cairo/sha256sums     sha256sums-20160617013746-7ygosxqw3lxxvo7f-342
  pkg/gnome/gobject-introspection/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-852
  pkg/gnome/gtk3/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-917
  pkg/gnome/gtk3/sha256sums      sha256sums-20160617013746-7ygosxqw3lxxvo7f-921
  pkg/gnome/librsvg/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1174
  pkg/gnome/librsvg/sha256sums   sha256sums-20160617013746-7ygosxqw3lxxvo7f-1178
  pkg/gnome/msitools/Makefile    makefile-20161118223737-qy0hjv7nlty1pqjb-3
  pkg/gnome/msitools/sha256sums  sha256sums-20161118223737-qy0hjv7nlty1pqjb-4
  pkg/gnome/pango/config.mk      config.mk-20160617014536-6x1uboe0sqcu84ig-1
  pkg/gnome/totem-pl-parser/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-1401
  pkg/gnome/totem-pl-parser/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-1405
  pkg/gnome/vala/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-1436
  pkg/gnome/vala/sha256sums      sha256sums-20160617013746-7ygosxqw3lxxvo7f-1440
  pkg/other/cmake/Makefile       makefile-20161012192420-6gwv2zkyfuom987t-2
  pkg/other/cmake/sha256sums     sha256sums-20161012192420-6gwv2zkyfuom987t-3
=== modified file 'pkg/gnome/cairo/Makefile'
--- a/pkg/gnome/cairo/Makefile  2018-10-27 21:33:42 +0000
+++ b/pkg/gnome/cairo/Makefile  2019-11-14 06:20:56 +0000
@@ -21,7 +21,7 @@
 
 NAME =    cairo
 GARNAME = cairo
-GARVERSION = 1.16.0
+GARVERSION = 1.17.2
 HOME_URL = http://cairographics.org
 DESCRIPTION = cairo , 2d graphics library
 define BLURB
@@ -35,8 +35,8 @@
 ######################################################################
 #
 MASTER_SITES = http://cairographics.org/
-MASTER_SUBDIR = releases/
-#MASTER_SUBDIR = snapshots//
+#MASTER_SUBDIR = releases/
+MASTER_SUBDIR = snapshots//
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES =  
 

=== modified file 'pkg/gnome/cairo/sha256sums'
--- a/pkg/gnome/cairo/sha256sums        2018-10-27 21:33:42 +0000
+++ b/pkg/gnome/cairo/sha256sums        2019-11-14 06:20:56 +0000
@@ -1,1 +1,1 @@
-5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331  
download/cairo-1.16.0.tar.xz
+6b70d4655e2a47a22b101c666f4b29ba746eda4aa8a0f7255b32b2e9408801df  
download/cairo-1.17.2.tar.xz

=== modified file 'pkg/gnome/gobject-introspection/Makefile'
--- a/pkg/gnome/gobject-introspection/Makefile  2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/gobject-introspection/Makefile  2019-11-14 06:20:56 +0000
@@ -50,6 +50,6 @@
 # (ignore all errors)
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
 include config.mk
 

=== added directory 'pkg/gnome/gtk1'
=== added file 'pkg/gnome/gtk1/Makefile'
--- a/pkg/gnome/gtk1/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/gtk1/Makefile   2019-11-14 06:20:56 +0000
@@ -0,0 +1,47 @@
+
+# Copyright © 2019 Carl Hansen <address@hidden>
+#
+# This file is part of 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/>.
+
+NAME = GTK+ 1
+GARNAME = gtk1
+UPSTREAMNAME = gtk+
+GARVERSION = 1.3.15
+HOME_URL = http://www.gtk.org/
+DESCRIPTION = A multi-platform toolkit for creating graphical user interfaces
+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.bz2 
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk

=== added file 'pkg/gnome/gtk1/config.mk'
--- a/pkg/gnome/gtk1/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/gtk1/config.mk  2019-11-14 06:20:56 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gtk1 ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/gtk1/sha256sums'
--- a/pkg/gnome/gtk1/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/gtk1/sha256sums 2019-11-14 06:20:56 +0000
@@ -0,0 +1,1 @@
+de4d2ff25a997955c7fa113bf43d4d0e9b24083577f344b71dcc13c1ed142d51  
download/gtk+-1.3.15.tar.bz2

=== modified file 'pkg/gnome/gtk3/Makefile'
--- a/pkg/gnome/gtk3/Makefile   2019-07-05 05:58:31 +0000
+++ b/pkg/gnome/gtk3/Makefile   2019-11-14 06:20:56 +0000
@@ -22,7 +22,7 @@
 NAME =    GTK+
 GARNAME = gtk3
 UPSTREAMNAME = gtk+
-GARVERSION = 3.24.10
+GARVERSION = 3.24.12
 HOME_URL = http://www.gnome.org/
 DESCRIPTION =  gtk+ 3 GNOME toolkit
 define BLURB
@@ -48,6 +48,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
 include config.mk
 

=== modified file 'pkg/gnome/gtk3/sha256sums'
--- a/pkg/gnome/gtk3/sha256sums 2019-07-05 05:58:31 +0000
+++ b/pkg/gnome/gtk3/sha256sums 2019-11-14 06:20:56 +0000
@@ -1,2 +1,2 @@
-35a8f107e2b90fda217f014c0c15cb20a6a66678f6fd7e36556d469372c01b03  
download/gtk+-3.24.10.tar.xz
-064e8a8268d6662b200830ef8bc3130baefb9de1c1472c4092956254f544821a  
download/gtk+-3.24.10.sha256sum
+1384eba5614fed160044ae0d32369e3df7b4f517b03f4b1f24d383e528f4be83  
download/gtk+-3.24.12.tar.xz
+daccb57ca20ba2c50eeb15eee346bacbabbb9094d3211303eaf1adb7d42ecd88  
download/gtk+-3.24.12.sha256sum

=== modified file 'pkg/gnome/librsvg/Makefile'
--- a/pkg/gnome/librsvg/Makefile        2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/librsvg/Makefile        2019-11-14 06:20:56 +0000
@@ -20,7 +20,7 @@
 
 NAME =    librsvg
 GARNAME = librsvg
-GARVERSION = 2.47.0
+GARVERSION = 2.47.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = SVG rendering library
 define BLURB

=== modified file 'pkg/gnome/librsvg/sha256sums'
--- a/pkg/gnome/librsvg/sha256sums      2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/librsvg/sha256sums      2019-11-14 06:20:56 +0000
@@ -1,2 +1,2 @@
-25754ada6615303bd9339af05645fb25c169b331991c11dd4a09da81d9a65a7c  
download/librsvg-2.47.0.tar.xz
-0a1558d4aa6db765dcbaa6a0b2a2851a6458df4cb20dbe5ad676d6f99f57c46e  
download/librsvg-2.47.0.sha256sum
+a15619af34d5eb692b5d35006cfb1940df8db608f769552a1b350035ee26b93e  
download/librsvg-2.47.1.tar.xz
+16b31d0095e9f1d4bec129076a7daa8eaa8263b9bdf4bf8abca45171951db6d1  
download/librsvg-2.47.1.sha256sum

=== modified file 'pkg/gnome/msitools/Makefile'
--- a/pkg/gnome/msitools/Makefile       2019-02-15 17:19:24 +0000
+++ b/pkg/gnome/msitools/Makefile       2019-11-14 06:20:56 +0000
@@ -19,7 +19,7 @@
 
 NAME =    msitools
 GARNAME = msitools
-GARVERSION = 0.99
+GARVERSION = 0.100
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Tools and a library to manipulate MSI files 
 define BLURB

=== modified file 'pkg/gnome/msitools/sha256sums'
--- a/pkg/gnome/msitools/sha256sums     2019-02-15 17:19:24 +0000
+++ b/pkg/gnome/msitools/sha256sums     2019-11-14 06:20:56 +0000
@@ -1,2 +1,2 @@
-d475939a5e336b205eb3137bac733de8099bc74829040e065b01b15f6c8b3635  
download/msitools-0.99.tar.xz
-b1cf9a8d661bd20c8915ec62dde4c0c78336ed4f23f58f13f3a0fb550189e46b  
download/msitools-0.99.sha256sum
+bbf1a6e3a9c2323b860a3227ac176736a3eafc4a44a67346c6844591f10978ea  
download/msitools-0.100.tar.xz
+e5bd95fb41f9b4e9c013a03fe7d2d946a41824d7f30147bf43ee55cc33e7ec81  
download/msitools-0.100.sha256sum

=== modified file 'pkg/gnome/pango/config.mk'
--- a/pkg/gnome/pango/config.mk 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/pango/config.mk 2019-11-14 06:20:56 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for pango ##
 
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+CONFIGURE_OPTS ?= -Wl,-liconv
+BUILD_OPTS ?= -Wl,-liconv

=== modified file 'pkg/gnome/totem-pl-parser/Makefile'
--- a/pkg/gnome/totem-pl-parser/Makefile        2019-03-05 21:59:05 +0000
+++ b/pkg/gnome/totem-pl-parser/Makefile        2019-11-14 06:20:56 +0000
@@ -19,7 +19,7 @@
 
 NAME =    totem-pl-parser
 GARNAME = totem-pl-parser
-GARVERSION = 3.26.3
+GARVERSION = 3.26.4
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Simple GObject-based library to parse and save a host of 
playlist formats
 define BLURB

=== modified file 'pkg/gnome/totem-pl-parser/sha256sums'
--- a/pkg/gnome/totem-pl-parser/sha256sums      2019-03-05 21:59:05 +0000
+++ b/pkg/gnome/totem-pl-parser/sha256sums      2019-11-14 06:20:56 +0000
@@ -1,2 +1,2 @@
-0efd01b8a0a9770d52fe7354d298874ed845449b88f3f78f49290729fc2d448d  
download/totem-pl-parser-3.26.3.tar.xz
-5e85f1da05d1a5e69b046e409c92f955df74f502953d8e277e58f72cc30e3ba1  
download/totem-pl-parser-3.26.3.sha256sum
+c1576f551a67c2b3632a3dbea5d8b3e9966558af0cfeed58f07cec04728364f0  
download/totem-pl-parser-3.26.4.tar.xz
+767e2d5d055c34628c6574c2242c9e94fa57972c7810be2212f8a61fe651e8d2  
download/totem-pl-parser-3.26.4.sha256sum

=== modified file 'pkg/gnome/vala/Makefile'
--- a/pkg/gnome/vala/Makefile   2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/vala/Makefile   2019-11-14 06:20:56 +0000
@@ -19,7 +19,7 @@
 
 NAME =    vala
 GARNAME = vala
-GARVERSION = 0.46.3
+GARVERSION = 0.47.1
 HOME_URL = https://wiki.gnome.org/Projects/Vala/
 DESCRIPTION = Compiler for the GNOME GObject type system
 define BLURB

=== modified file 'pkg/gnome/vala/sha256sums'
--- a/pkg/gnome/vala/sha256sums 2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/vala/sha256sums 2019-11-14 06:20:56 +0000
@@ -1,2 +1,2 @@
-e29c2b1f108dc22c91bb501975a77c938aef079ca7875e1fbf41191e22cc57e3  
download/vala-0.46.3.tar.xz
-fbcda88b8e2338533155352e9607aaa883f9ee01c909ab4ebdbde671745ca40c  
download/vala-0.46.3.sha256sum
+b694b2edc09315ac53c27767069d321705744e36d206a3ea4c2eb53d0d890e07  
download/vala-0.47.1.tar.xz
+d514b4ec599300cef873a85c5c62b163c925d19abee2c9bcd6329f50b1fb95f6  
download/vala-0.47.1.sha256sum

=== modified file 'pkg/other/cmake/Makefile'
--- a/pkg/other/cmake/Makefile  2019-10-30 02:22:37 +0000
+++ b/pkg/other/cmake/Makefile  2019-11-14 06:20:56 +0000
@@ -21,7 +21,7 @@
 
 NAME =    cmake
 GARNAME = cmake
-GARVERSION = 3.16.0-rc2
+GARVERSION = 3.16.0-rc3
 HOME_URL = https://cmake.org/
        # or http://kitware.com/cmake
 DESCRIPTION =  cmake build utility, works with or as "make" or other build 
systems

=== modified file 'pkg/other/cmake/sha256sums'
--- a/pkg/other/cmake/sha256sums        2019-10-30 02:22:37 +0000
+++ b/pkg/other/cmake/sha256sums        2019-11-14 06:20:56 +0000
@@ -1,1 +1,1 @@
-89aceae5a3eec69a38972bab433acff24dbe865cff33961ae0de3c44a858f162  
download/cmake-3.16.0-rc2.tar.gz
+95f3326fe7e810463be1cab93674a69b1f5ff410397cbbcbab7223ddd675c482  
download/cmake-3.16.0-rc3.tar.gz


reply via email to

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