gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7023: texinfo , gnome etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7023: texinfo , gnome etc
Date: Tue, 5 May 2020 12:40:21 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7023
revision-id: carl@aurora-20200505164012-08ukuvln51vv8qid
parent: carl@aurora-20200505163710-rit0u2t1j08m2vlj
committer: carl <carl@aurora>
branch nick: trunk
timestamp: Tue 2020-05-05 09:40:12 -0700
message:
  texinfo , gnome etc
modified:
  doc/texinfo.tex                texinfo.tex-20190530181338-ltiwe8dnocveg3er-1
  pkg/gnome/evolution/Makefile   makefile-20160617013746-7ygosxqw3lxxvo7f-434
  pkg/gnome/gcr/Makefile         makefile-20160617013746-7ygosxqw3lxxvo7f-478
  pkg/gnome/glib/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-552
  pkg/gnome/gnome-boxes/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-577
  pkg/gnome/gnome-shell/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-762
  pkg/gnome/gtk-vnc/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-927
  pkg/gnome/gtksourceview/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-942
  pkg/gnome/orca/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-1268
  pkg/gnome/tepl/Makefile        makefile-20170719062007-6g9o6n5isuc039zs-3
  pkg/gnu/guile-dbi/Makefile     makefile-20160617014725-uokjfnggs70iry9h-975
  pkg/gnu/guile-dbi/sha256sums   sha256sums-20160617014725-uokjfnggs70iry9h-977
  pkg/gnustep/libobjc2/Makefile  makefile-20160617021536-2y71qvmiwaimvy1u-246
  pkg/gnustep/libobjc2/sha256sums sha256sums-20160617021536-2y71qvmiwaimvy1u-250
=== modified file 'doc/texinfo.tex'
--- a/doc/texinfo.tex   2020-05-02 03:22:09 +0000
+++ b/doc/texinfo.tex   2020-05-05 16:40:12 +0000
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2020-05-02.00}
+\def\texinfoversion{2020-05-05.16}
 %
 % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
 %
@@ -2499,7 +2499,7 @@
 \def\it{\fam=\itfam \setfontstyle{it}}
 \def\sl{\fam=\slfam \setfontstyle{sl}}
 \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf}
-\def\tt{\fam=\ttfam \setfontstyle{tt}}
+\def\tt{\fam=\ttfam \setfontstyle{tt}}\def\ttstylename{tt}
 
 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
 % So we set up a \sf.
@@ -3661,11 +3661,27 @@
 \fi
 
 % Quotes.
-\chardef\quotedblleft="5C
-\chardef\quotedblright=`\"
 \chardef\quoteleft=`\`
 \chardef\quoteright=`\'
 
+% only change font for tt for correct kerning and to avoid using
+% \ecfont unless necessary.
+\def\quotedblleft{%
+  \ifx\curfontstyle\ttstylename
+    {\ecfont\char"10}%
+  \else
+    {\char"5C}%
+  \fi
+}
+
+\def\quotedblright{%
+  \ifx\curfontstyle\ttstylename
+    {\ecfont\char"11}%
+  \else
+    {\char`\"}%
+  \fi
+}
+
 
 \message{page headings,}
 

=== modified file 'pkg/gnome/evolution/Makefile'
--- a/pkg/gnome/evolution/Makefile      2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/evolution/Makefile      2020-05-05 16:40:12 +0000
@@ -40,7 +40,7 @@
 SIGFILES =
 CONFIGURE_SCRIPTS = $(WORKSRC)/CMakeLists.txt
 
-BUILDDEPS = gcr
+BUILDDEPS = # gcr
 #webkit2gtk-4.0
 LIBDEPS =
 

=== modified file 'pkg/gnome/gcr/Makefile'
--- a/pkg/gnome/gcr/Makefile    2020-02-28 22:51:02 +0000
+++ b/pkg/gnome/gcr/Makefile    2020-05-05 16:40:12 +0000
@@ -45,6 +45,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
 include config.mk
 

=== modified file 'pkg/gnome/glib/Makefile'
--- a/pkg/gnome/glib/Makefile   2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/glib/Makefile   2020-05-05 16:40:12 +0000
@@ -26,7 +26,6 @@
       # or http://www.gtk.org
 DESCRIPTION = Low level core library for GNOME
 define BLURB
-
 endef
 
 ######################################################################
@@ -42,7 +41,7 @@
 SIGFILES =
 
 BUILDDEPS = 
-# apt install libmount-dev
+#HINT: apt install libmount-dev
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnome/gnome-boxes/Makefile'
--- a/pkg/gnome/gnome-boxes/Makefile    2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/gnome-boxes/Makefile    2020-05-05 16:40:12 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017, 2018, 2019 Carl Hansen <address@hidden>
+# Copyright © 2016, 2017, 2018, 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -24,7 +24,6 @@
 HOME_URL = https://wiki.gnome.org/Apps/Boxes 
 DESCRIPTION = A simple GNOME 3 application to access remote or virtual systems
 define BLURB
-
 endef
 
 ######################################################################
@@ -42,7 +41,7 @@
 # HINT:
 # apt install  libspice-client-gtk-3.0-5 libspice-client-gtk-3.0-dev  
libgudev-1.0-0 libgudev-1.0-dev gir1.2-gudev-1.0
 # spice-client-gtk
-BUILDDEPS =
+BUILDDEPS = gtk-vnc
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnome/gnome-shell/Makefile'
--- a/pkg/gnome/gnome-shell/Makefile    2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/gnome-shell/Makefile    2020-05-05 16:40:12 +0000
@@ -25,7 +25,6 @@
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Next generation GNOME desktop shell
 define BLURB
-
 endef
 
 ######################################################################
@@ -42,7 +41,7 @@
 
 
 # apt install libstartup-notification0 libstartup-notification0-dev
-# apt install  libpolkit-agent-1-0 libpolkit-agent-1-dev
+# apt install  libpolkit-agent-1-0 libpolkit-agent-1-dev libecal2.0-dev  
 
 BUILDDEPS =
 LIBDEPS =

=== modified file 'pkg/gnome/gtk-vnc/Makefile'
--- a/pkg/gnome/gtk-vnc/Makefile        2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/gtk-vnc/Makefile        2020-05-05 16:40:12 +0000
@@ -44,6 +44,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
 include config.mk
 

=== modified file 'pkg/gnome/gtksourceview/Makefile'
--- a/pkg/gnome/gtksourceview/Makefile  2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/gtksourceview/Makefile  2020-05-05 16:40:12 +0000
@@ -25,7 +25,6 @@
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Source code editing widget
 define BLURB
-
 endef
 
 ######################################################################

=== modified file 'pkg/gnome/orca/Makefile'
--- a/pkg/gnome/orca/Makefile   2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/orca/Makefile   2020-05-05 16:40:12 +0000
@@ -24,7 +24,6 @@
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Screen reader for individuals who are blind or visually impaired
 define BLURB
-
 endef
 
 ######################################################################
@@ -39,7 +38,7 @@
 DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
 SIGFILES =
 
-BUILDDEPS =
+BUILDDEPS = pygobject
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnome/tepl/Makefile'
--- a/pkg/gnome/tepl/Makefile   2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/tepl/Makefile   2020-05-05 16:40:12 +0000
@@ -47,6 +47,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
 include config.mk
 

=== modified file 'pkg/gnu/guile-dbi/Makefile'
--- a/pkg/gnu/guile-dbi/Makefile        2018-07-06 23:07:37 +0000
+++ b/pkg/gnu/guile-dbi/Makefile        2020-05-05 16:40:12 +0000
@@ -1,7 +1,9 @@
 # Copyright © 2013, 2014 Brandon Invergo <address@hidden>
-# Copyright © 2018 Carl Hansen <address@hidden>
-#
-# This file is part of GSRC.
+# Copyright © 2018, 2020 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
@@ -22,7 +24,7 @@
 
 NAME = guile-dbi
 GARNAME = guile-dbi
-GARVERSION = 2.1.6
+GARVERSION = 2.1.7
 HOME_URL = http://www.gnu.org/software/guile-dbi/
 DESCRIPTION = Guile database abstraction layer
 define BLURB
@@ -34,15 +36,13 @@
 endef
 
 ######################################################################
-# https://github.com/eestrada/guile-dbi/tree/guile-dbi-2.1.6
-# https://github.com/eestrada/guile-dbi/archive/guile-dbi-2.1.6.zip
+# https://github.com/opencog/guile-dbi/archive/guile-dbi-2.1.7.tar.gz
 MASTER_SITES = $(MASTER_GITHUB)/
-MASTER_SUBDIR = eestrada/$(GARNAME)/archive/
-DISTFILES = $(DISTNAME).zip
+MASTER_SUBDIR = opencog/$(GARNAME)/archive/
+DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
 
-BUILDDEPS = guile
-LIBDEPS = 
+IBDEPS = 
 
 WORKSRC = $(WORKDIR)/$(GARNAME)-$(DISTNAME)
 USE_AUTORECONF = yes
@@ -52,3 +52,35 @@
 include ../../../gar/gar.lib/auto.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
+
+
+# a four part process
+#
+#.phony        makeem
+post-extract: extract
+       mkdir -p $(WORKSRC)/guile-dbi/build
+       mkdir -p $(WORKSRC)/guile-dbd-mysql/build
+       mkdir -p $(WORKSRC)/guile-dbd-postgresql/build
+       mkdir -p $(WORKSRC)/guile-dbd-sqlite3/build
+       
+CONFIGURE_SCRIPTS =
+
+custom-build:  makedbi
+       echo sssssssssssssssss
+
+makedbi: 
+       (cd $(WORKSRC)/guile-dbi && ./autogen.sh --no-configure)
+       (cd $(WORKSRC)/guile-dbi/build && ../configure )
+       (cd $(WORKSRC)/guile-dbi/build &&  ./config.status && make)
+
+
+#sudo make install
+##Then
+#
+#cd guile-dbd-[mysql, postgresql, sqlite3]
+#./autogen.sh --no-configure
+#mkdir build
+#cd build
+#./configure
+#make
+#sudo make install

=== modified file 'pkg/gnu/guile-dbi/sha256sums'
--- a/pkg/gnu/guile-dbi/sha256sums      2018-07-06 23:07:37 +0000
+++ b/pkg/gnu/guile-dbi/sha256sums      2020-05-05 16:40:12 +0000
@@ -1,1 +1,1 @@
-e354328ec15bbc206317e93e599b90c5e5a00c996509e5b386079f73711c86dc  
download/guile-dbi-2.1.6.zip
+e337c242891221e2bf6da5433f4d5144c40b37da400a3a011c8ac07390516df4  
download/guile-dbi-2.1.7.tar.gz

=== modified file 'pkg/gnustep/libobjc2/Makefile'
--- a/pkg/gnustep/libobjc2/Makefile     2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/libobjc2/Makefile     2020-05-05 16:40:12 +0000
@@ -1,6 +1,9 @@
 # Copyright © 2013 Brandon Invergo <address@hidden>
-#
-# This file is part of GSRC.
+# Copyright © 2020 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
@@ -14,37 +17,51 @@
 #
 # 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 = libobjc
-UPSTREAMNAME = gnustep-objc
+NAME = libobjc2
 GARNAME = libobjc2
-#GARVERSION = 1.7.2
-#GARVERSION = 1.8
-GARVERSION = 1.7.2
+GARVERSION = 2.0
 HOME_URL = http://www.gnustep.org/
-DESCRIPTION = Updated libobjc for some systems
+DESCRIPTION = Updated libobjc runtime for Objective C
 define BLURB
-
 endef
 
 ######################################################################
+#https://github.com/gnustep/libobjc2/archive/v2.0.tar.gz
 
-MASTER_SITES = $(MASTER_GNUSTEP)
-MASTER_SUBDIR = libs/
+MASTER_SITES = $(MASTER_GITHUB)/
+MASTER_SUBDIR = gnustep/$(GARNAME)/archive/
 DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
-CONFIGURE_SCRIPTS = 
-BUILD_SCRIPTS = $(WORKSRC)/Makefile
-INSTALL_SCRIPTS = $(WORKSRC)/Makefile-DESTDIR
+SIGFILES =
+UPSTREAMFILE = v$(GARVERSION).tar.gz
+#CONFIGURE_SCRIPTS = 
+#BUILD_SCRIPTS = $(WORKSRC)/Makefile
+#INSTALL_SCRIPTS = $(WORKSRC)/Makefile-DESTDIR
+WORKOBJ=$(WORKSRC)/Build
 
-BUILDDEPS = gnustep-make
+BUILDDEPS = cmake
 LIBDEPS =
 
 ######################################################################
 
-include ../../../gar/gar.lib/gnustep.mk
+#include ../../../gar/gar.lib/gnustep.mk
+include ../../../gar/gar.lib/cmake.mk
 include config.mk
 
-pre-install:
-       cp $(WORKSRC)/Makefile.in $(WORKSRC)/Makefile
-       $(MAKECOOKIE)
+CFLAGS=-std=gnu11
+
+custom-fetch:
+       cd download && wget $(MASTER_SITES)/$(MASTER_SUBDIR)/$(UPSTREAMFILE)
+       cd download && mv $(UPSTREAMFILE) $(DISTNAME).tar.gz
+
+custom-build:
+       mkdir -p $(WORKOBJ)
+       cd $(WORKDIR) && cmake ..
+       cd $(WORKDIR) && make 
+
+       
+
+

=== modified file 'pkg/gnustep/libobjc2/sha256sums'
--- a/pkg/gnustep/libobjc2/sha256sums   2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/libobjc2/sha256sums   2020-05-05 16:40:12 +0000
@@ -1,2 +1,1 @@
-d03d3799cbe070c413854efc3c6078c92c495efed1919544eed0f702ee727d10  
download/gnustep-objc-1.7.2.tar.gz
-70f81544e7db09f1dcbfe111157b47c79f4c8f710a30892cc6ad3d0b0d2bde38  
download/gnustep-objc-1.7.2.tar.gz.sig
+a51db011bbcb035e69d1205b1c3699bc2c259b854d08929f60522653e42f18fb  
download/libobjc2-2.0.tar.gz


reply via email to

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