From ab2120ba8439a7c20af797c39beee9e9f1f94673 Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Sun, 21 Aug 2022 19:18:35 -0700 Subject: [PATCH] plymouth: update to 22.02.122. --- srcpkgs/plymouth/patches/fix-glibc-2.36.patch | 30 +++++++++++++++++++ srcpkgs/plymouth/template | 4 +-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/plymouth/patches/fix-glibc-2.36.patch diff --git a/srcpkgs/plymouth/patches/fix-glibc-2.36.patch b/srcpkgs/plymouth/patches/fix-glibc-2.36.patch new file mode 100644 index 000000000000..2f1e43875cfb --- /dev/null +++ b/srcpkgs/plymouth/patches/fix-glibc-2.36.patch @@ -0,0 +1,30 @@ +From 5f1e43c00039a7fe1fff768b91a05a695fb4a53d Mon Sep 17 00:00:00 2001 +From: Ray Strode +Date: Wed, 3 Aug 2022 15:23:33 -0400 +Subject: [PATCH] ply-utils: Drop linux/fs.h include + +It was needed long ago for a function we no longer even have. + +Now it's causing compile errors on Fedora 37 because it's conflicting +with sys/mount.h. + +This commit drops it. +--- + src/libply/ply-utils.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/libply/ply-utils.c b/src/libply/ply-utils.c +index c7b165e9..219e2e77 100644 +--- a/src/libply/ply-utils.c ++++ b/src/libply/ply-utils.c +@@ -46,7 +46,6 @@ + #include + #include + #include +-#include + #include + + #include +-- +GitLab + diff --git a/srcpkgs/plymouth/template b/srcpkgs/plymouth/template index 17f801fc5315..442ab58a99cd 100644 --- a/srcpkgs/plymouth/template +++ b/srcpkgs/plymouth/template @@ -1,6 +1,6 @@ # Template file for 'plymouth' pkgname=plymouth -version=0.9.5 +version=22.02.122 revision=1 build_style=gnu-configure configure_args="--with-system-root-install=no \ @@ -18,7 +18,7 @@ maintainer="William OD " license="GPL-2.0-or-later" homepage="https://www.freedesktop.org/wiki/Software/Plymouth/" distfiles="${FREEDESKTOP_SITE}/plymouth/releases/$pkgname-$version.tar.xz" -checksum=ecae257f351d098340542a5bc06de029404c24dcee87e6ebb2abd5ef117fce86 +checksum=100551442221033ce868c447ad6c74d831d209c18ae232b98ae0207e34eadaeb build_options="gtk3 pango" build_options_default="gtk3 pango"