gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10821: some half done stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10821: some half done stuff
Date: Sat, 16 Nov 2024 19:16:03 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10821
revision-id: carlhansen@gnu.org-20241117001557-13qq7ta4jy4v8yhz
parent: carlhansen@gnu.org-20241117001355-53201lur9ygk4gqc
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sun 2024-11-17 00:15:57 +0000
message:
  some half done stuff
modified:
  pkg/bio/perl-ensembl/Makefile  makefile-20160617200040-lqf8h520dfq0rtk7-59
  pkg/bio/pfamscan/Makefile      makefile-20160617195624-kwz1a09vkg4le6fu-149
  pkg/freedesktop/systemd/Makefile makefile-20180621071243-gn4u9d58g4kz04si-3
  pkg/gnome/webkitgtk/Makefile   makefile-20180422233759-95ky68kzp3jzrcr4-3
  pkg/gnome/webkitgtk/sha256sums sha256sums-20180422233759-95ky68kzp3jzrcr4-4
  pkg/gnu/ghostscript/Makefile   makefile-20160617014725-uokjfnggs70iry9h-716
  pkg/gnu/ghostscript/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-718
  pkg/gnu/gnubik/Makefile        makefile-20160617014725-uokjfnggs70iry9h-784
  pkg/gnu/metalogic-inference/Makefile 
makefile-20230608181232-yj4baygeoubaxq1c-3
  pkg/other/ibus/Makefile        makefile-20201020011620-08erp7kwmw29i30a-3
  pkg/other/ibus/sha256sums      sha256sums-20201020011620-08erp7kwmw29i30a-4
=== modified file 'pkg/bio/perl-ensembl/Makefile'
--- a/pkg/bio/perl-ensembl/Makefile     2022-04-09 04:18:36 +0000
+++ b/pkg/bio/perl-ensembl/Makefile     2024-11-17 00:15:57 +0000
@@ -35,6 +35,9 @@
 CITE = doi:10.1093/nar/gkt1196
 
 ######################################################################
+# FIXME update to:
+#https://github.com/Ensembl/ensembl/archive/refs/tags/cpan/113.0.0.tar.gz
+
 
 MASTER_SITES = $(MASTER_GITHUB)
 MASTER_SUBDIR = Ensembl/$(UPSTREAMNAME)/archive/release/

=== modified file 'pkg/bio/pfamscan/Makefile'
--- a/pkg/bio/pfamscan/Makefile 2022-04-13 04:32:45 +0000
+++ b/pkg/bio/pfamscan/Makefile 2024-11-17 00:15:57 +0000
@@ -33,6 +33,7 @@
 MASTER_SUBDIR = pub/databases/Pfam/Tools/
 DISTFILES = $(NAME).tar.gz
 WORKSRC = $(WORKDIR)/PfamScan
+WORKOBJ = $(WORKSRC)
 INSTALL_SCRIPTS = script
 
 BUILDDEPS =
@@ -43,6 +44,10 @@
 include ../../../gar/gar.mk
 include config.mk
 
+
+# ?? Active_site ??
+#  
+
 install-script:
        @printf "[$(OK)install$(OFF)] $(MSG)Installing $(NAME).$(OFF)\n"
        install -d $(packageprefix)/lib/perl5
@@ -58,4 +63,9 @@
        install -d $(packageprefix)/lib/perl5/Bio/Pfam/Scan
        install -m644 $(WORKSRC)/Bio/Pfam/Scan/PfamScan.pm 
$(packageprefix)/lib/perl5/Bio/Pfam/Scan/PfamScan.pm
        install -m644 $(WORKSRC)/Bio/Pfam/Scan/Seq.pm 
$(packageprefix)/lib/perl5/Bio/Pfam/Scan/Seq.pm
+       @printf "[$(OK)install$(OFF)] $(MSG)Installing $(NAME).$(OFF)\n"
+       @printf "read README for other installation instructions.\n"
        $(MAKECOOKIE)
+
+
+

=== modified file 'pkg/freedesktop/systemd/Makefile'
--- a/pkg/freedesktop/systemd/Makefile  2024-09-24 20:07:26 +0000
+++ b/pkg/freedesktop/systemd/Makefile  2024-11-17 00:15:57 +0000
@@ -22,7 +22,9 @@
 
 NAME =    systemd
 GARNAME = systemd
-GARVERSION =  256.6
+#GARVERSION =  257
+GARVERSION =  256.4
+
 HOME_URL = https://www.freedesktop.org/wiki/Software/systemd/
 DESCRIPTION = Init replacement, daemon manager, and more.
 define BLURB

=== modified file 'pkg/gnome/webkitgtk/Makefile'
--- a/pkg/gnome/webkitgtk/Makefile      2024-09-28 19:33:44 +0000
+++ b/pkg/gnome/webkitgtk/Makefile      2024-11-17 00:15:57 +0000
@@ -21,7 +21,7 @@
 
 NAME =    WebKitGTK
 GARNAME = webkitgtk
-GARVERSION = 2.46.0
+GARVERSION = 2.46.3
 HOME_URL = https://www.webkitgtk.org/
 DESCRIPTION = lib for applications interacting with the WWW, using GTK+
 define BLURB

=== modified file 'pkg/gnome/webkitgtk/sha256sums'
--- a/pkg/gnome/webkitgtk/sha256sums    2024-09-28 19:33:44 +0000
+++ b/pkg/gnome/webkitgtk/sha256sums    2024-11-17 00:15:57 +0000
@@ -1,1 +1,1 @@
-d4d433040f190151560c50bde840850089f87bad4fefa9ebdb4aae856a3df43a  
download/webkitgtk-2.46.0.tar.xz
+85e09fa6ff9fea49678ba9975dbc64ea3242833f8f8a7d6a8937b2f292fcb28d  
download/webkitgtk-2.46.3.tar.xz

=== modified file 'pkg/gnu/ghostscript/Makefile'
--- a/pkg/gnu/ghostscript/Makefile      2024-05-22 01:33:40 +0000
+++ b/pkg/gnu/ghostscript/Makefile      2024-11-17 00:15:57 +0000
@@ -18,7 +18,7 @@
 
 NAME = Ghostscript
 GARNAME = ghostscript
-GARVERSION = 10.03.1
+GARVERSION = 10.04.0
 HOME_URL = http://www.gnu.org/software/ghostscript/
 DESCRIPTION = PostScript and PDF interpreter
 define BLURB
@@ -34,10 +34,9 @@
 #MASTER_SUBDIR = $(GARNAME)/
 #DISTFILES = $(DISTNAME).tar.xz
 #SIGFILES = $(DISTNAME).tar.xz.sig
-
-#https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10031/ghostscript-10.03.1.tar.gz
+#https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostscript-10.04.0.tar.xz
 MASTER_SITES = $(MASTER_GITHUB)
-MASTER_SUBDIR = ArtifexSoftware/ghostpdl-downloads/releases/download/gs10031/
+MASTER_SUBDIR = ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
 
@@ -46,7 +45,7 @@
 # libpng tiff zlib libiconv  libjpeg liblcms2-dev
 
 # seems to be needed:
-WORKOBJ = $(WORKSRC)
+#WORKOBJ = $(WORKSRC)
 
 ######################################################################
 

=== modified file 'pkg/gnu/ghostscript/sha256sums'
--- a/pkg/gnu/ghostscript/sha256sums    2024-05-22 01:33:40 +0000
+++ b/pkg/gnu/ghostscript/sha256sums    2024-11-17 00:15:57 +0000
@@ -1,1 +1,1 @@
-31cd01682ad23a801cc3bbc222a55f07c4ea3e068bdfb447792d54db21a2e8ad  
download/ghostscript-10.03.1.tar.gz
+c764dfbb7b13fc71a7a05c634e014f9bb1fb83b899fe39efc0b6c3522a9998b1  
download/ghostscript-10.04.0.tar.gz

=== modified file 'pkg/gnu/gnubik/Makefile'
--- a/pkg/gnu/gnubik/Makefile   2017-08-01 19:50:31 +0000
+++ b/pkg/gnu/gnubik/Makefile   2024-11-17 00:15:57 +0000
@@ -36,10 +36,10 @@
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS =
-LIBDEPS = guile
+LIBDEPS = 
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk

=== modified file 'pkg/gnu/metalogic-inference/Makefile'
--- a/pkg/gnu/metalogic-inference/Makefile      2023-06-08 18:12:45 +0000
+++ b/pkg/gnu/metalogic-inference/Makefile      2024-11-17 00:15:57 +0000
@@ -37,12 +37,11 @@
 GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
 GIT_REVISION = master
 SIGFILES = 
-GITSRC =  $(BASEDIRABS)/$(DOWNLOADDIRGIT)/$(GARNAME)
-WORKSRC =               $(DOWNLOADDIRGIT)/$(GARNAME)
+GITSRC =     $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKSRC =   $(WORKDIR)/$(GARNAME)
 WORKOBJ =  $(WORKDIR)/$(GARNAME)-build
 
 
-#NOCHECKSUM = $(DISTFILES)
 
 BUILDDEPS =  gmp bdw-gc
 LIBDEPS = 
@@ -63,9 +62,11 @@
        mkdir -p $(WORKOBJ)
        $(MAKECOOKIE)
 
-post-fetch:
-       $(MAKE) fetch-git
-
+fetch:  fetch-git
+
+
+pre-extract: fetch
+       cp -a $(GITSRC)/*  $(WORKSRC)
 
 
 

=== modified file 'pkg/other/ibus/Makefile'
--- a/pkg/other/ibus/Makefile   2024-09-21 17:53:49 +0000
+++ b/pkg/other/ibus/Makefile   2024-11-17 00:15:57 +0000
@@ -22,8 +22,8 @@
 
 NAME =    ibus
 GARNAME = ibus
-GARVERSION = 1.5.30
-HOME_URL = http://github/ibus/ibus
+GARVERSION = 1.5.31
+HOME_URL = http://github.com/ibus/ibus
 DESCRIPTION = ibus Intelligent Input Bus 
 define BLURB
 endef

=== modified file 'pkg/other/ibus/sha256sums'
--- a/pkg/other/ibus/sha256sums 2024-09-21 17:53:49 +0000
+++ b/pkg/other/ibus/sha256sums 2024-11-17 00:15:57 +0000
@@ -1,1 +1,1 @@
-05b84d4a45139face161596e5ade8e6c5da55cfaf6f194861da66516190f5b96  
download/ibus-1.5.30.tar.gz
+5093994c8342551134c81f2d271575efbc459bb756cef1173c22430c8601a1e1  
download/ibus-1.5.31.tar.gz


reply via email to

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