gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9838: some gnome


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9838: some gnome
Date: Tue, 16 Jan 2024 20:23:51 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9838
revision-id: carlhansen@gnu.org-20240117012344-2sz4ob3gvj6cdomm
parent: carlhansen@gnu.org-20240117011801-t7glnzdl8n6rv6t2
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Tue 2024-01-16 17:23:44 -0800
message:
  some gnome
modified:
  pkg/bio/aragorn/Makefile       makefile-20160617195624-kwz1a09vkg4le6fu-67
  pkg/freedesktop/pkg-config/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-1297
  pkg/gnome/gnome-online-accounts/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-727
  pkg/gnome/gnome-online-accounts/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-731
  pkg/gnome/libdex/Makefile      makefile-20231026025829-eiwcpfy1dwd5xvub-3
  pkg/gnome/libdex/sha256sums    sha256sums-20231026025829-eiwcpfy1dwd5xvub-4
  pkg/gnome/libgda/Makefile      makefile-20180803200939-xbzyt1s72g6nbpwl-3
  pkg/gnome/libpeas/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1159
  pkg/gnome/libpeas/sha256sums   sha256sums-20160617013746-7ygosxqw3lxxvo7f-1163
  pkg/gnome/libshumate/Makefile  makefile-20220128192222-3z1r90hdpmpkiv20-3
  pkg/gnome/libxml2/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1212
  pkg/gnome/libxml2/sha256sums   sha256sums-20160617013746-7ygosxqw3lxxvo7f-1217
  pkg/gnome/vala/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-1436
  pkg/gnu/gpgme/Makefile         makefile-20160617014725-uokjfnggs70iry9h-920
  pkg/gnu/gpgme/sha256sums       sha256sums-20160617014725-uokjfnggs70iry9h-925
  pkg/gnu/linux-libre/Makefile   makefile-20160617014725-uokjfnggs70iry9h-1266
  pkg/other/pcre2/Makefile       makefile-20170404223804-l7ise3rily3kp6rh-4
=== modified file 'pkg/bio/aragorn/Makefile'
--- a/pkg/bio/aragorn/Makefile  2018-06-29 17:57:32 +0000
+++ b/pkg/bio/aragorn/Makefile  2024-01-17 01:23:44 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2018 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018,2024 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC.
 #
@@ -15,14 +15,15 @@
 #
 # 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 bug-gsrc@gnu.org
 
-NAME = ARAGORN
+NAME = aragorn
 GARNAME = aragorn
 GARVERSION = 1.2.38
-HOME_URL = http://mbio-serv2.mbioekol.lu.se/ARAGORN/
+HOME_URL =  https://github.com/deprekate/aragorn
+#http://mbio-serv2.mbioekol.lu.se/ARAGORN/
 DESCRIPTION = tRNA (and tmRNA) detection
 define BLURB
 ARAGORN identifies tRNA and tmRNA genes by predicting their secondary
@@ -31,8 +32,9 @@
 endef
 LICENSE = GPLv2
 CITE = doi:10.1093/nar/gkh152
-
+CITE = https://www.ncbi.nlm.nih.gov/pmc/articles/PMC373265/
 ######################################################################
+# https://github.com/deprekate/aragorn
 
 MASTER_SITES = http://mbio-serv2.mbioekol.lu.se/
 MASTER_SUBDIR = $(NAME)/Downloads/

=== modified file 'pkg/freedesktop/pkg-config/Makefile'
--- a/pkg/freedesktop/pkg-config/Makefile       2024-01-03 21:21:28 +0000
+++ b/pkg/freedesktop/pkg-config/Makefile       2024-01-17 01:23:44 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2016,2017,2024 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC.
 #
@@ -24,7 +24,7 @@
 DESCRIPTION = is a system for managing library compile/link flags 
 define BLURB
 endef
-
+# similar to pkgconf  , on github
 ######################################################################
 
 MASTER_SITES =  https://$(GARNAME).freedesktop.org/
@@ -34,12 +34,16 @@
 
 BUILDDEPS = 
 LIBDEPS = 
-
+INSTALL_SCRIPTS = this
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk
+include ../../../gar/varb.mk
 include config.mk
 
 CONFIGURE_ARGS = --with-internal-glib
 
+install-this: build
+       make -C $(WORKOBJ) DESTDIR=$(packageprefix) install
+
 

=== modified file 'pkg/gnome/gnome-online-accounts/Makefile'
--- a/pkg/gnome/gnome-online-accounts/Makefile  2023-03-26 06:57:36 +0000
+++ b/pkg/gnome/gnome-online-accounts/Makefile  2024-01-17 01:23:44 +0000
@@ -19,7 +19,7 @@
 
 NAME =    gnome-online-accounts
 GARNAME = gnome-online-accounts
-GARVERSION = 3.48.0
+GARVERSION = 3.49.0
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Single sign-on framework for GNOME
 define BLURB

=== modified file 'pkg/gnome/gnome-online-accounts/sha256sums'
--- a/pkg/gnome/gnome-online-accounts/sha256sums        2023-03-26 06:57:36 
+0000
+++ b/pkg/gnome/gnome-online-accounts/sha256sums        2024-01-17 01:23:44 
+0000
@@ -1,2 +1,2 @@
-418bb9fcffdbd72a98205ad365137617fc1e3551a54de74f6a98d45d266175bf  
download/gnome-online-accounts-3.48.0.tar.xz
-ea8ada369ddf624cdbb99edfc6c16d2e4c1750fa3178dc9ed91035724f8d8e55  
download/gnome-online-accounts-3.48.0.sha256sum
+72b0eb78f32464c3b868c6230e21ffbc2dbd9c370458b3bf07cbe0ac39534059  
download/gnome-online-accounts-3.49.0.tar.xz
+d239d3bc9fade5a9bc87c9cdb600d178218c6cc98552931514cce96631fe94d8  
download/gnome-online-accounts-3.49.0.sha256sum

=== modified file 'pkg/gnome/libdex/Makefile'
--- a/pkg/gnome/libdex/Makefile 2024-01-09 02:28:01 +0000
+++ b/pkg/gnome/libdex/Makefile 2024-01-17 01:23:44 +0000
@@ -20,7 +20,7 @@
 
 NAME =    libdex
 GARNAME = libdex
-GARVERSION = 0.4.2
+GARVERSION = 0.4.3
 HOME_URL = http://www.gnome.org/
 DESCRIPTION =  libdex, concurrent code
 define BLURB

=== modified file 'pkg/gnome/libdex/sha256sums'
--- a/pkg/gnome/libdex/sha256sums       2024-01-09 02:28:01 +0000
+++ b/pkg/gnome/libdex/sha256sums       2024-01-17 01:23:44 +0000
@@ -1,2 +1,2 @@
-e69e29e1f07455ce7f67053e22a7d27b8ef26d6b1c9ecb393fc2a9d076cf1f85  
download/libdex-0.4.2.tar.xz
-0b37abaea97bbf6e2a33edf19ff1df9acd383363f9d60ad023a339bde7ad9f7a  
download/libdex-0.4.2.sha256sum
+adead71f660e1e44f182c037a48ae528540c028445c1b6715d1ea3a5cac64580  
download/libdex-0.4.3.tar.xz
+4b332f713373d7c3d8c292e571ddfff5b41044729bf1fe910e523672ddf2f14c  
download/libdex-0.4.3.sha256sum

=== modified file 'pkg/gnome/libgda/Makefile'
--- a/pkg/gnome/libgda/Makefile 2022-04-15 20:43:21 +0000
+++ b/pkg/gnome/libgda/Makefile 2024-01-17 01:23:44 +0000
@@ -49,6 +49,8 @@
 LIBDEPS =
 
 # HINT:  make -i install  # ignore errors
+#
+# Bad libgda-sqlite pc file, rm by hand for now
 
 ######################################################################
 

=== modified file 'pkg/gnome/libpeas/Makefile'
--- a/pkg/gnome/libpeas/Makefile        2023-09-18 06:27:54 +0000
+++ b/pkg/gnome/libpeas/Makefile        2024-01-17 01:23:44 +0000
@@ -19,7 +19,7 @@
 
 NAME =    libpeas
 GARNAME = libpeas
-GARVERSION = 2.0.0
+GARVERSION = 2.0.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = A GObject plugins library
 define BLURB

=== modified file 'pkg/gnome/libpeas/sha256sums'
--- a/pkg/gnome/libpeas/sha256sums      2023-09-18 06:27:54 +0000
+++ b/pkg/gnome/libpeas/sha256sums      2024-01-17 01:23:44 +0000
@@ -1,2 +1,2 @@
-5407acbc0c12f790f70c9d2b98224acc1be3ac449c60603b8192ca020b497011  
download/libpeas-2.0.0.tar.xz
-3f93a284095e40bd9046c4b90df44cb2f5b3ada7f153c21db0076730975b4399  
download/libpeas-2.0.0.sha256sum
+9ddc1d51f38663da4df52163051b7b2cea3a242cfaee9f5a7e140f0784c8aa77  
download/libpeas-2.0.1.tar.xz
+bee3a426179a18a09b8bbe22758d99919f71a01389681f324d478750c64f4dc6  
download/libpeas-2.0.1.sha256sum

=== modified file 'pkg/gnome/libshumate/Makefile'
--- a/pkg/gnome/libshumate/Makefile     2023-11-02 04:58:40 +0000
+++ b/pkg/gnome/libshumate/Makefile     2024-01-17 01:23:44 +0000
@@ -20,7 +20,7 @@
 
 NAME =    libshumate
 GARNAME = libshumate
-GARVERSION = 1.1.2
+GARVERSION = 1.2
 HOME_URL = https://wiki.gnome.org/Projects/libshumate
 DESCRIPTION = libshumate is a GTK4 widget to display maps.
 define BLURB

=== modified file 'pkg/gnome/libxml2/Makefile'
--- a/pkg/gnome/libxml2/Makefile        2023-12-19 03:47:04 +0000
+++ b/pkg/gnome/libxml2/Makefile        2024-01-17 01:23:44 +0000
@@ -21,7 +21,7 @@
 
 NAME =    libxml2
 GARNAME = libxml2
-GARVERSION = 2.12.3
+GARVERSION = 2.12.4
 HOME_URL = http://xmlsoft.org/
 DESCRIPTION = XML parser and markup toolkit 
 define BLURB

=== modified file 'pkg/gnome/libxml2/sha256sums'
--- a/pkg/gnome/libxml2/sha256sums      2023-12-19 03:47:04 +0000
+++ b/pkg/gnome/libxml2/sha256sums      2024-01-17 01:23:44 +0000
@@ -1,2 +1,2 @@
-8c8f1092340a89ff32bc44ad5c9693aff9bc8a7a3e161bb239666e5d15ac9aaa  
download/libxml2-2.12.3.tar.xz
-70409f785c9de5ddb4d71fdeccd16fb3ed5b17828a9ab1dfbcefcfd2f4d06e03  
download/libxml2-2.12.3.sha256sum
+497360e423cf0bd99eacdb7c6215dea92e6d6e89ee940393c2bae0e77cb9b7d0  
download/libxml2-2.12.4.tar.xz
+11550f8cfeb31e2e8ed597bbb2ec2a28ae00629c33245dd476d968b85fc60f18  
download/libxml2-2.12.4.sha256sum

=== modified file 'pkg/gnome/vala/Makefile'
--- a/pkg/gnome/vala/Makefile   2023-11-14 02:40:29 +0000
+++ b/pkg/gnome/vala/Makefile   2024-01-17 01:23:44 +0000
@@ -22,7 +22,7 @@
 GARNAME = vala
 GARVERSION = 0.56.14
 HOME_URL = https://wiki.gnome.org/Projects/Vala/
-DESCRIPTION = Compiler for the GNOME GObject type system
+DESCRIPTION = Compiler-to-C for the GNOME GObject type system
 define BLURB
 endef
 

=== modified file 'pkg/gnu/gpgme/Makefile'
--- a/pkg/gnu/gpgme/Makefile    2023-10-05 16:31:17 +0000
+++ b/pkg/gnu/gpgme/Makefile    2024-01-17 01:23:44 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2015, 2017-2023  Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2015, 2017-2024  Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME = gpgme
 GARNAME = gpgme
-GARVERSION =  1.22.0
+GARVERSION =  1.23.2
 HOME_URL = http://www.gnu.org/software/gnupg
 DESCRIPTION = gpgme, GPG Made Easy, library connection to GNU Privacy Guard
 define BLURB
@@ -42,3 +42,4 @@
 include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
+

=== modified file 'pkg/gnu/gpgme/sha256sums'
--- a/pkg/gnu/gpgme/sha256sums  2023-10-05 16:31:17 +0000
+++ b/pkg/gnu/gpgme/sha256sums  2024-01-17 01:23:44 +0000
@@ -1,2 +1,2 @@
-9551e37081ad3bde81018a0d24f245c3f8206990549598fb31a97a68380a7b71  
download/gpgme-1.22.0.tar.bz2
-7b5e427de0e596fa3a8f0914ef70c2a2482ee64c1a38ff6f511a3427ea6318f5  
download/gpgme-1.22.0.tar.bz2.sig
+9499e8b1f33cccb6815527a1bc16049d35a6198a6c5fae0185f2bd561bce5224  
download/gpgme-1.23.2.tar.bz2
+23d825e204c13c22416c2387276a08fa654bfaa9a0dbb1e4e9c8e66044451547  
download/gpgme-1.23.2.tar.bz2.sig

=== modified file 'pkg/gnu/linux-libre/Makefile'
--- a/pkg/gnu/linux-libre/Makefile      2023-10-30 17:06:00 +0000
+++ b/pkg/gnu/linux-libre/Makefile      2024-01-17 01:23:44 +0000
@@ -22,7 +22,7 @@
 
 NAME = Linux Libre kernel
 GARNAME = linux-libre
-GARVER     = 6.6
+GARVER     = 6.7
 GARVERSION = $(GARVER)-gnu
 HOME_URL = http://www.gnu.org/software/linux-libre
 #   http://linux-libre.fsfla.org/pub/linux-libre/releases/

=== modified file 'pkg/other/pcre2/Makefile'
--- a/pkg/other/pcre2/Makefile  2023-12-30 19:05:20 +0000
+++ b/pkg/other/pcre2/Makefile  2024-01-17 01:23:44 +0000
@@ -33,6 +33,7 @@
 
 #MASTER_SITES = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
 #MASTER_SITES = https://ftp.pcre.org/pub/pcre/
+
 
#https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.39/pcre2-10.39.tar.bz2.sig
 MASTER_SITES = https://github.com/
 MASTER_SUBDIR =  PhilipHazel/pcre2/releases/download/$(DISTNAME)/
@@ -40,7 +41,7 @@
 SIGFILES  = $(DISTNAME).tar.bz2.sig
 
 BUILDDEPS = 
-LIBDEPS = #  
+LIBDEPS = 
 
 ######################################################################
 


reply via email to

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