public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. df4bc41f0c06810d2022dc034573874b19f237ab
@ 2023-03-07 13:59 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-03-07 13:59 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 7606 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  df4bc41f0c06810d2022dc034573874b19f237ab (commit)
       via  b7ee1c75df266c7bdb0863af8489dc03b6342fde (commit)
       via  b2be9937b759da0d84b61c7dd87b84d1f741dcc7 (commit)
       via  6f4f600445ef67a98d58265b3729b68083f7f692 (commit)
       via  fa7188edfe138b31f07218530b49d26802a70dde (commit)
      from  08445b698be12fc4ee16423b295d677fb89e6728 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df4bc41f0c06810d2022dc034573874b19f237ab
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Mon Mar 6 11:55:15 2023 +0000

    perl-DBI: FTBFS
    
    Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit b7ee1c75df266c7bdb0863af8489dc03b6342fde
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Mon Mar 6 11:53:57 2023 +0000

    perl-Net-HTTP: New package
    
    Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit b2be9937b759da0d84b61c7dd87b84d1f741dcc7
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Tue Mar 7 13:50:33 2023 +0000

    plymouth: Fix broken logo symlink
    
    This reverts commit 08445b698be12fc4ee16423b295d677fb89e6728.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 6f4f600445ef67a98d58265b3729b68083f7f692
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Mon Mar 6 11:52:56 2023 +0000

    perl-IO-AIO: Fix build dependencies
    
    Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit fa7188edfe138b31f07218530b49d26802a70dde
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Mon Mar 6 11:20:24 2023 +0000

    perl-TermReadkey: Update to 2.38
    
    Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 perl-DBI/perl-DBI.nm                               |  1 +
 perl-IO-AIO/perl-IO-AIO.nm                         |  5 +++--
 .../perl-Net-HTTP.nm                               | 23 +++++++++++-----------
 perl-TermReadKey/perl-TermReadKey.nm               |  7 +++----
 plymouth/plymouth.nm                               | 12 ++++++++++-
 5 files changed, 30 insertions(+), 18 deletions(-)
 copy perl-IO-All/perl-IO-All.nm => perl-Net-HTTP/perl-Net-HTTP.nm (59%)

Difference in files:
diff --git a/perl-DBI/perl-DBI.nm b/perl-DBI/perl-DBI.nm
index 1ab303d00..3d1d668d4 100644
--- a/perl-DBI/perl-DBI.nm
+++ b/perl-DBI/perl-DBI.nm
@@ -23,6 +23,7 @@ source_dl  = http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/
 build
 	requires
 		perl(B)
+		perl(blib)
 		perl(Carp)
 		perl(Cwd)
 		perl(Data::Dumper)
diff --git a/perl-IO-AIO/perl-IO-AIO.nm b/perl-IO-AIO/perl-IO-AIO.nm
index f15a05fdf..dd29ef244 100644
--- a/perl-IO-AIO/perl-IO-AIO.nm
+++ b/perl-IO-AIO/perl-IO-AIO.nm
@@ -5,7 +5,7 @@
 
 name       = perl-IO-AIO
 version    = 4.32
-release    = 1.1
+release    = 1.2
 thisapp    = IO-AIO-%{version}
 
 groups     = Development/Libraries
@@ -22,11 +22,12 @@ source_dl  = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
 
 build
 	requires
+		perl(FindBin)
 		perl(ExtUtils::MakeMaker)
 		perl(ExtUtils::ParseXS)
 		perl(Carp)
 		perl(common::sense)
-		pakfire >= 0.9.26-3.1
+		perl(Test::More)
 	end
 
 	build
diff --git a/perl-Net-HTTP/perl-Net-HTTP.nm b/perl-Net-HTTP/perl-Net-HTTP.nm
new file mode 100644
index 000000000..eee400b3f
--- /dev/null
+++ b/perl-Net-HTTP/perl-Net-HTTP.nm
@@ -0,0 +1,51 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
+###############################################################################
+
+name       = perl-Net-HTTP
+version    = 6.22
+release    = 1
+thisapp    = Net-HTTP-%{version}
+arch       = noarch
+
+groups     = Development/Libraries
+url        = https://metacpan.org/dist/Net-HTTP
+license    = GPL+ or Artistic
+summary    = Low-level HTTP client for perl
+
+description
+	The Net::HTTP class is a low-level HTTP client. An instance of the
+	Net::HTTP class represents a connection to an HTTP server. The HTTP
+	protocol is described in RFC 2616.
+
+	The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.
+end
+
+source_dl  = https://cpan.metacpan.org/authors/id/O/OA/OALDERS/
+
+build
+	requires
+		perl(ExtUtils::MakeMaker)
+		perl(Test::More)
+		perl(URI)
+	end
+
+	build
+		perl Makefile.PL INSTALLDIRS=vendor
+		make %{PARALLELISMFLAGS}
+	end
+
+	# Testsuite fails.
+	#test
+	#	make test
+	#end
+end
+
+packages
+	package %{name}
+		requires
+			perl(:MODULE_COMPAT_%{perl_version})
+		end
+	end
+end
diff --git a/perl-TermReadKey/perl-TermReadKey.nm b/perl-TermReadKey/perl-TermReadKey.nm
index 58acccc2e..e3822cc2d 100644
--- a/perl-TermReadKey/perl-TermReadKey.nm
+++ b/perl-TermReadKey/perl-TermReadKey.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = perl-TermReadKey
-version    = 2.32
-release    = 1.1
+version    = 2.38
+release    = 1
 thisapp    = TermReadKey-%{version}
 
 groups     = Development/Libraries
@@ -23,7 +23,7 @@ description
 	good likelyhood of it working.
 end
 
-source_dl  = http://www.cpan.org/authors/id/J/JS/JSTOWE/
+source_dl  = https://www.cpan.org/authors/id/J/JS/JSTOWE/
 
 build
 	requires
@@ -31,7 +31,6 @@ build
 		perl(Carp)
 		perl(Exporter)
 		perl(ExtUtils::MakeMaker)
-		pakfire >= 0.9.26-3.1
 	end
 
 	build
diff --git a/plymouth/plymouth.nm b/plymouth/plymouth.nm
index 5d3ac16b0..429551896 100644
--- a/plymouth/plymouth.nm
+++ b/plymouth/plymouth.nm
@@ -5,7 +5,7 @@
 
 name       = plymouth
 version    = 22.02.122
-release    = 3
+release    = 4
 
 groups     = System/Base
 url        = https://www.freedesktop.org/wiki/Software/Plymouth
@@ -33,11 +33,14 @@ build
 		libudev-devel
 		pango-devel >= 1.21.0
 		systemd-devel
+
+		%{datadir}/pixmaps/system-logo-white.png
 	end
 
 	configure_options += \
 		--libexecdir=/usr/lib \
 		--disable-gtk \
+		--with-logo=%{datadir}/pixmaps/system-logo-white.png \
 		--with-background-start-color-stop=0x880400 \
 		--with-background-end-color-stop=0x000000 \
 		--with-background-color=0x880400 \
@@ -49,6 +52,13 @@ build
 	# Fix install location for systemd files
 	make_install_targets += \
 		SYSTEMD_UNIT_DIR=%{unitdir}
+
+	install_cmds
+		# HACK: Replace symlink with a copy of the logo
+		rm -vf %{BUILDROOT}%{datadir}/plymouth/themes/spinfinity/header-image.png
+		cp -vf %{datadir}/pixmaps/system-logo-white.png \
+			%{BUILDROOT}%{datadir}/plymouth/themes/spinfinity/header-image.png
+	end
 end
 
 packages


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-07 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 13:59 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. df4bc41f0c06810d2022dc034573874b19f237ab Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox