gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6069: misc. fix meson problem, much better now


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6069: misc. fix meson problem, much better now
Date: Mon, 19 Nov 2018 16:25:19 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6069
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2018-11-19 13:25:14 -0800
message:
  misc. fix meson problem, much better now
modified:
  gar/gar.lib/mesonninja.mk      mesonninja.mk-20171030065946-2eocvxzl13nbloqy-1
  pkg/gnome/atk/Makefile         makefile-20160617013746-7ygosxqw3lxxvo7f-304
  pkg/gnome/gjs/Makefile         makefile-20160617013746-7ygosxqw3lxxvo7f-542
  pkg/gnome/gobject-introspection/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-852
  pkg/gnome/gobject-introspection/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-856
  pkg/gnome/grilo/Makefile       makefile-20160617013746-7ygosxqw3lxxvo7f-867
  pkg/gnome/grilo/sha256sums     sha256sums-20160617013746-7ygosxqw3lxxvo7f-871
  pkg/gnome/librsvg/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1174
  pkg/gnome/librsvg/sha256sums   sha256sums-20160617013746-7ygosxqw3lxxvo7f-1178
  pkg/gnome/pygobject/Makefile   makefile-20160617013746-7ygosxqw3lxxvo7f-1318
  pkg/gnome/pygobject/sha256sums sha256sums-20160617013746-7ygosxqw3lxxvo7f-1322
=== modified file 'gar/gar.lib/mesonninja.mk'
--- a/gar/gar.lib/mesonninja.mk 2018-11-17 08:23:26 +0000
+++ b/gar/gar.lib/mesonninja.mk 2018-11-19 21:25:14 +0000
@@ -1,6 +1,6 @@
 # mesonninja.mk ---  operations for meson and ninja
 
-# Copyright (C) 2017 Carl Hansen <address@hidden>
+# Copyright (C) 2017, 2018 Carl Hansen <address@hidden>
 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -45,6 +45,7 @@
 #LC_ALL=$(LOCALLOCALE)   meson setup --prefix=$(prefix)  $(WORKSRC) $(WORKOBJ)
 # .pc files no handled correctly
 #  by meson , due to double destination dir...... arghg
+#  kludge, outdated
 #post-configure: configure-mes
 #      @echo find----- a little hairy for make , maybe, but it works 
---------------------------
 #      for fi in `find -name \*.pc`; do \

=== modified file 'pkg/gnome/atk/Makefile'
--- a/pkg/gnome/atk/Makefile    2018-09-08 20:24:32 +0000
+++ b/pkg/gnome/atk/Makefile    2018-11-19 21:25:14 +0000
@@ -44,7 +44,7 @@
 
 ######################################################################
 
-#include ../../../gar/gar.lib/mesonninja.mk
-include ./mesnintest.mk
+include ../../../gar/gar.lib/mesonninja.mk
+#include ./mesnintest.mk
 include config.mk
 

=== modified file 'pkg/gnome/gjs/Makefile'
--- a/pkg/gnome/gjs/Makefile    2018-11-14 07:14:24 +0000
+++ b/pkg/gnome/gjs/Makefile    2018-11-19 21:25:14 +0000
@@ -27,7 +27,6 @@
 endef
 
 ######################################################################
-#HINT: apt install libmozjs-52-dev
 empty:=
 space:= $(empty) $(empty)
 VERSION_LIST = $(subst .,$(space),$(GARVERSION))
@@ -39,8 +38,7 @@
 SIGFILES =
 
 # mozjs
-# hint: 
-# apt install  libmozjs-52-dev
+#HINT: apt install libmozjs-60-dev libmozjs-60-0
 BUILDDEPS =
 LIBDEPS =
 

=== modified file 'pkg/gnome/gobject-introspection/Makefile'
--- a/pkg/gnome/gobject-introspection/Makefile  2018-08-31 21:56:19 +0000
+++ b/pkg/gnome/gobject-introspection/Makefile  2018-11-19 21:25:14 +0000
@@ -19,7 +19,7 @@
 
 NAME =    gobject-introspection
 GARNAME = gobject-introspection
-GARVERSION = 1.58.0
+GARVERSION = 1.58.1
 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        2018-08-31 21:56:19 
+0000
+++ b/pkg/gnome/gobject-introspection/sha256sums        2018-11-19 21:25:14 
+0000
@@ -1,2 +1,2 @@
-27c1590a32749de0a5481ce897772547043e94bccba4bc0a7edb3d8513e401ec  
download/gobject-introspection-1.58.0.tar.xz
-5342c58543a3761946282c477c4c5733e8fe148c98e8c347be880830c4862473  
download/gobject-introspection-1.58.0.sha256sum
+4954681fa5c5ed95451d914de89de1263a5b35158b1ded1a8b870042c0d0df89  
download/gobject-introspection-1.58.1.tar.xz
+6a8f19980688de695b8ae69e1dbed5e391bab27e06c791bc3ccd16fc1e29a3a8  
download/gobject-introspection-1.58.1.sha256sum

=== modified file 'pkg/gnome/grilo/Makefile'
--- a/pkg/gnome/grilo/Makefile  2018-07-28 07:48:51 +0000
+++ b/pkg/gnome/grilo/Makefile  2018-11-19 21:25:14 +0000
@@ -1,4 +1,3 @@
-
 # Copyright © 2016,2018 Carl Hansen address@hidden
 #
 # This file is part of GSRC, the GNU Source Release Collection.
@@ -20,7 +19,7 @@
 
 NAME =    grilo
 GARNAME = grilo
-GARVERSION = 0.3.6
+GARVERSION = 0.3.7
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Grilo is a framework to access various sources of multimedia.
 define BLURB
@@ -44,6 +43,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
 include config.mk
 

=== modified file 'pkg/gnome/grilo/sha256sums'
--- a/pkg/gnome/grilo/sha256sums        2018-07-28 07:48:51 +0000
+++ b/pkg/gnome/grilo/sha256sums        2018-11-19 21:25:14 +0000
@@ -1,2 +1,2 @@
-1e65ca82dd58020451417fde79310d4b940adc3f63ab59997419c52ed3bc9c91  
download/grilo-0.3.6.tar.xz
-0bdf2dc1daff98405439ad7d9f34f2600c89e542236f509b623c187d3e531437  
download/grilo-0.3.6.sha256sum
+ea3baf71692df177649a968635ed2bc39855c34c327274245c240f726831e9b7  
download/grilo-0.3.7.tar.xz
+c00e6e674e425a1f1742ab797f7b41ac9742e4a55db400e2293a009ce4ef6088  
download/grilo-0.3.7.sha256sum

=== modified file 'pkg/gnome/librsvg/Makefile'
--- a/pkg/gnome/librsvg/Makefile        2018-11-14 07:14:24 +0000
+++ b/pkg/gnome/librsvg/Makefile        2018-11-19 21:25:14 +0000
@@ -19,7 +19,7 @@
 
 NAME =    librsvg
 GARNAME = librsvg
-GARVERSION = 2.44.9
+GARVERSION = 2.45.0
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = SVG rendering library
 define BLURB

=== modified file 'pkg/gnome/librsvg/sha256sums'
--- a/pkg/gnome/librsvg/sha256sums      2018-11-14 07:14:24 +0000
+++ b/pkg/gnome/librsvg/sha256sums      2018-11-19 21:25:14 +0000
@@ -1,2 +1,2 @@
-92bf288cbee6ab21907fb71228ab001f64940919e29fbbbb85d2d17f3e3b6fc7  
download/librsvg-2.44.9.tar.xz
-635384102d94bcdeed5525103b5f60b30ebd56a3ae8c9d4128e967adac87591c  
download/librsvg-2.44.9.sha256sum
+47bed5e2f802985383210f2b7596a8b20f5124a6d86423f5429e3d56a348f277  
download/librsvg-2.45.0.tar.xz
+c0e58e0774eae056d607950255ea10e5aaf3c9d4f718d3ec081bde3c94deea36  
download/librsvg-2.45.0.sha256sum

=== modified file 'pkg/gnome/pygobject/Makefile'
--- a/pkg/gnome/pygobject/Makefile      2018-11-14 07:14:24 +0000
+++ b/pkg/gnome/pygobject/Makefile      2018-11-19 21:25:14 +0000
@@ -19,7 +19,7 @@
 
 NAME =    pygobject
 GARNAME = pygobject
-GARVERSION = 3.30.2
+GARVERSION = 3.31.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Python bindings for GObject Introspection
 define BLURB

=== modified file 'pkg/gnome/pygobject/sha256sums'
--- a/pkg/gnome/pygobject/sha256sums    2018-11-14 07:14:24 +0000
+++ b/pkg/gnome/pygobject/sha256sums    2018-11-19 21:25:14 +0000
@@ -1,2 +1,2 @@
-a4fc3523c4c1bb3d59e01d182fa50d9fb17db9896d86e68e470468390827ed97  
download/pygobject-3.30.2.tar.xz
-4349eb1cae87e832e811f439cc7e105b6b994fa1b2772a2c2a436683d954916e  
download/pygobject-3.30.2.sha256sum
+e2670219ca2ed4d1817b5ffb6ca086e61d54b0f95d3ee28a38e07f0f76a6d6f1  
download/pygobject-3.31.1.tar.xz
+383e711e9a50f0b440c3196b4ea281a792a97643a8ec256e833da976627cfb38  
download/pygobject-3.31.1.sha256sum


reply via email to

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