gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7101: bunch of gnupgp and stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7101: bunch of gnupgp and stuff
Date: Sat, 11 Jul 2020 19:12:18 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7101
revision-id: carl@aurora-20200711231212-dqcq1pep56zo7ik2
parent: carl@aurora-20200711230904-2lb9yn0cdyu8cuvg
committer: carl <carl@aurora>
branch nick: trunk
timestamp: Sat 2020-07-11 16:12:12 -0700
message:
  bunch of gnupgp and stuff
modified:
  pkg/bio/melting/Makefile       makefile-20160617195624-kwz1a09vkg4le6fu-124
  pkg/gnu/gnunet-fuse/Makefile   makefile-20160617014725-uokjfnggs70iry9h-846
  pkg/gnu/gnunet-fuse/gpg-keyring gpgkeyring-20160617014725-uokjfnggs70iry9h-847
  pkg/gnu/gnunet-fuse/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-848
  pkg/gnu/gnunet-gtk/Makefile    makefile-20160617014725-uokjfnggs70iry9h-849
  pkg/gnu/gnunet-gtk/gpg-keyring gpgkeyring-20160617014725-uokjfnggs70iry9h-850
  pkg/gnu/gnunet/Makefile        makefile-20160617014725-uokjfnggs70iry9h-843
  pkg/gnu/gnunet/config.mk       config.mk-20160617015843-iro2zo81dv19og4z-1
  pkg/gnu/gnunet/gpg-keyring     gpgkeyring-20160617014725-uokjfnggs70iry9h-844
  pkg/gnu/gnunet/sha256sums      sha256sums-20160617014725-uokjfnggs70iry9h-845
  pkg/gnualpha/gcc10snapshot/Makefile makefile-20190506050828-2enxreepw1xsv1i3-3
  pkg/gnualpha/gcc10snapshot/sha256sums 
sha256sums-20190506050828-2enxreepw1xsv1i3-4
  pkg/gstreamer/gstreamer/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-912
  pkg/gstreamer/gstreamer/config.mk config.mk-20160617014216-l7tkx5koly5m5hor-1
=== modified file 'pkg/bio/melting/Makefile'
--- a/pkg/bio/melting/Makefile  2017-11-26 21:24:45 +0000
+++ b/pkg/bio/melting/Makefile  2020-07-11 23:12:12 +0000
@@ -1,6 +1,9 @@
 # Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
-#
-# This file is part of BioSRC.
+# Copyright © 2020 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of BioSRC and GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
 #
 # BioSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -13,7 +16,10 @@
 # License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with BioSRC.  If not, see <http://www.gnu.org/licenses/>.
+# along with BioSRC and GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# 
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 NAME = MELTING
 GARNAME = melting
@@ -38,7 +44,8 @@
 BUILD_SCRIPTS = $(WORKSRC)/buildProject.sh
 INSTALL_SCRIPTS = all
 
-BUILDDEPS =  apache-ant
+BUILDDEPS = 
+#apt install ant
 LIBDEPS =
 
 ######################################################################
@@ -55,11 +62,11 @@
        @echo -e "[$(OK)install$(OFF)] $(MSG)Manually installing all$(OFF)"
        @mkdir -p $(packageprefix)
        @mkdir -p $(packageprefix)/bin
-       @mkdir -p $(packageprefix)/$(UPSTREAMNAME)/src
+       @mkdir -p $(packageprefix)/share/$(UPSTREAMNAME)/src
        @install -m755 -D $(WORKSRC)/executable/melting 
$(packageprefix)/bin/melting
        @install -m755 -D $(WORKSRC)/executable/melting5.jar 
$(packageprefix)/bin/melting5.jar
        @for f in $(WORKSRC)/Data/*; do \
-               install -m644 $$f $(packageprefix)/$(UPSTREAMNAME)/src/`$$f`; \
+               install -m644 $$f 
$(packageprefix)/share/$(UPSTREAMNAME)/src/`$$f`; \
        done
        $(MAKECOOKIE)
 

=== modified file 'pkg/gnu/gnunet-fuse/Makefile'
--- a/pkg/gnu/gnunet-fuse/Makefile      2019-12-20 01:53:28 +0000
+++ b/pkg/gnu/gnunet-fuse/Makefile      2020-07-11 23:12:12 +0000
@@ -1,7 +1,9 @@
 # Copyright © 2013 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2018, 2019 Carl Hansen <carlhansen@gnu.org>
-#
-# This file is part of GSRC.
+# Copyright © 2018, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
+#
+# 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
@@ -21,7 +23,7 @@
 
 NAME = GNUnet-fuse
 GARNAME = gnunet-fuse
-GARVERSION = 0.12.0
+GARVERSION = 0.13.0
 HOME_URL = http://www.gnu.org/software/gnunet/
 DESCRIPTION = A FUSE filesystem client for GNUnet
 define BLURB

=== modified file 'pkg/gnu/gnunet-fuse/gpg-keyring'
Binary files a/pkg/gnu/gnunet-fuse/gpg-keyring  2019-11-22 22:07:20 +0000 and 
b/pkg/gnu/gnunet-fuse/gpg-keyring 2020-07-11 23:12:12 +0000 differ
=== modified file 'pkg/gnu/gnunet-fuse/sha256sums'
--- a/pkg/gnu/gnunet-fuse/sha256sums    2019-12-20 01:53:28 +0000
+++ b/pkg/gnu/gnunet-fuse/sha256sums    2020-07-11 23:12:12 +0000
@@ -1,2 +1,2 @@
-4d42dc3112f36ada150b3904e207b93373c90d4fbd5a1c6415ee7f5c6a428e3b  
download/gnunet-fuse-0.12.0.tar.gz
-e0795f41920ea1464ceef8cff8825cc13a0d3710f7029caba8f8b2b83561942e  
download/gnunet-fuse-0.12.0.tar.gz.sig
+3c176dcf0bd1950edd00aebf207c4f0d1d2e8a5cb5099dbf193398aa5c6f3421  
download/gnunet-fuse-0.13.0.tar.gz
+4bd88f03ff880a7fc8055c970dedcdc46664da4d2f5c923464082d60b1837b8a  
download/gnunet-fuse-0.13.0.tar.gz.sig

=== modified file 'pkg/gnu/gnunet-gtk/Makefile'
--- a/pkg/gnu/gnunet-gtk/Makefile       2019-12-20 01:53:28 +0000
+++ b/pkg/gnu/gnunet-gtk/Makefile       2020-07-11 23:12:12 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2019 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2019, 2020 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -26,7 +26,6 @@
 HOME_URL = http://www.gnu.org/software/gnunet/
 DESCRIPTION = GNUnet GTK+ interface
 define BLURB
-
 endef
 
 ######################################################################

=== modified file 'pkg/gnu/gnunet-gtk/gpg-keyring'
Binary files a/pkg/gnu/gnunet-gtk/gpg-keyring   2019-10-27 23:42:55 +0000 and 
b/pkg/gnu/gnunet-gtk/gpg-keyring  2020-07-11 23:12:12 +0000 differ
=== modified file 'pkg/gnu/gnunet/Makefile'
--- a/pkg/gnu/gnunet/Makefile   2020-01-15 05:42:01 +0000
+++ b/pkg/gnu/gnunet/Makefile   2020-07-11 23:12:12 +0000
@@ -21,17 +21,17 @@
 
 NAME = GNUnet
 GARNAME = gnunet
-GARVERSION = 0.12.2
+GARVERSION = 0.13.0
 HOME_URL = http://www.gnu.org/software/gnunet
        # see https://gnunet.org/generic-installation-instructions
 DESCRIPTION = Secure, decentralized, peer-to-peer networking framework
 define BLURB
-GNUnet is a framework for secure peer-to-peer networking.  The
-high-level goal is to provide a strong foundation of free software for a
-global, distributed network that provides security and privacy.  GNUnet
-in that sense aims to replace the current internet protocol stack.  Along
-with an application for secure publication of files, it has grown to include
-all kinds of basic applications for the foundation of a GNU internet.
+GNUnet is a framework for secure peer-to-peer networking.  The high-level
+goal is to provide a strong foundation of free software for a global,
+distributed network that provides security and privacy.  GNUnet in that
+sense aims to replace the current internet protocol stack.  Along with an
+application for secure publication of files, it has grown to include all
+kinds of basic applications for the foundation of a GNU internet.  
 endef
 
 ######################################################################
@@ -44,6 +44,8 @@
 BUILDDEPS = libunistring libgcrypt libmicrohttpd  libextractor gnurl
 LIBDEPS = 
 
+# HINT: apt install libjansson-dev libsodium-dev
+#
 # HINT: make -k install
 # and do it again, ... some problems
 #

=== modified file 'pkg/gnu/gnunet/config.mk'
--- a/pkg/gnu/gnunet/config.mk  2019-06-06 03:46:31 +0000
+++ b/pkg/gnu/gnunet/config.mk  2020-07-11 23:12:12 +0000
@@ -1,6 +1,6 @@
 ## Configuration options for gnunet ##
 
-CONFIGURE_OPTS ?= 
+CONFIGURE_OPTS ?= --with-jansson=/usr/lib  
 #--with-sudo=sudo
 #--with-nssdir=/lib
 BUILD_OPTS ?=

=== modified file 'pkg/gnu/gnunet/gpg-keyring'
Binary files a/pkg/gnu/gnunet/gpg-keyring       2019-10-27 23:42:55 +0000 and 
b/pkg/gnu/gnunet/gpg-keyring      2020-07-11 23:12:12 +0000 differ
=== modified file 'pkg/gnu/gnunet/sha256sums'
--- a/pkg/gnu/gnunet/sha256sums 2020-01-15 05:42:01 +0000
+++ b/pkg/gnu/gnunet/sha256sums 2020-07-11 23:12:12 +0000
@@ -1,2 +1,2 @@
-ac288b047d1156fc5e739062b11242bad0487993631e79781aede620ddf18cd7  
download/gnunet-0.12.2.tar.gz
-fd5bb0082e453ad219e844e3557e5b1d5df10c4d24fb619fd0fe946735b90070  
download/gnunet-0.12.2.tar.gz.sig
+a3f78af7f85402cccadc21cfdd5febf8d64a5d5b699645644fff7b2233ba5f3c  
download/gnunet-0.13.0.tar.gz
+fe3739dc2ae19c8ab476ad373467c0022f7c6b64f5b5fecf30fce77783536377  
download/gnunet-0.13.0.tar.gz.sig

=== modified file 'pkg/gnualpha/gcc10snapshot/Makefile'
--- a/pkg/gnualpha/gcc10snapshot/Makefile       2020-06-28 04:09:55 +0000
+++ b/pkg/gnualpha/gcc10snapshot/Makefile       2020-07-11 23:12:12 +0000
@@ -22,7 +22,7 @@
 NAME = The GNU Compiler Collection version 10 development version
 GARNAME = gcc10snapshot
 UPSTREAMNAME = gcc
-GARVERSION = 10-20200627
+GARVERSION = 10-20200704
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection 10 snapshot
 define BLURB

=== modified file 'pkg/gnualpha/gcc10snapshot/sha256sums'
--- a/pkg/gnualpha/gcc10snapshot/sha256sums     2020-06-28 04:09:55 +0000
+++ b/pkg/gnualpha/gcc10snapshot/sha256sums     2020-07-11 23:12:12 +0000
@@ -1,1 +1,1 @@
-5ec79868c3ec0e7a761138031466932ec2fa31309f2f3a87b5ec036e908750b0  
download/gcc-10-20200627.tar.xz
+6282fd1eab63a70e831df1a3ad6ddefd2ed59310af980efab3789eb96b7bfe12  
download/gcc-10-20200704.tar.xz

=== modified file 'pkg/gstreamer/gstreamer/Makefile'
--- a/pkg/gstreamer/gstreamer/Makefile  2020-02-12 06:18:42 +0000
+++ b/pkg/gstreamer/gstreamer/Makefile  2020-07-11 23:12:12 +0000
@@ -25,7 +25,6 @@
 HOME_URL = http://gstreamer.freedesktop.org
 DESCRIPTION =  multimedia core library and elements
 define BLURB
-
 endef
 
 ######################################################################

=== modified file 'pkg/gstreamer/gstreamer/config.mk'
--- a/pkg/gstreamer/gstreamer/config.mk 2017-11-25 06:32:17 +0000
+++ b/pkg/gstreamer/gstreamer/config.mk 2020-07-11 23:12:12 +0000
@@ -2,4 +2,4 @@
 ## adjust as needed
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+BUILD_OPTS ?= LDFLAGS+=-L/opt/gsrc/lib -L/opt/gsrc/lib/x86_64-linux-gnu/


reply via email to

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