mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
plymouth: update to 22.02.122.
This commit is contained in:
parent
2ae3082d55
commit
00d46170e4
2 changed files with 32 additions and 2 deletions
30
srcpkgs/plymouth/patches/fix-glibc-2.36.patch
Normal file
30
srcpkgs/plymouth/patches/fix-glibc-2.36.patch
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
From 5f1e43c00039a7fe1fff768b91a05a695fb4a53d Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ray Strode <rstrode@redhat.com>
|
||||||
|
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 <sys/user.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
#include <time.h>
|
||||||
|
-#include <linux/fs.h>
|
||||||
|
#include <linux/vt.h>
|
||||||
|
|
||||||
|
#include <dlfcn.h>
|
||||||
|
--
|
||||||
|
GitLab
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'plymouth'
|
# Template file for 'plymouth'
|
||||||
pkgname=plymouth
|
pkgname=plymouth
|
||||||
version=0.9.5
|
version=22.02.122
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-system-root-install=no \
|
configure_args="--with-system-root-install=no \
|
||||||
|
@ -18,7 +18,7 @@ maintainer="William OD <obirik2005@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.freedesktop.org/wiki/Software/Plymouth/"
|
homepage="https://www.freedesktop.org/wiki/Software/Plymouth/"
|
||||||
distfiles="${FREEDESKTOP_SITE}/plymouth/releases/$pkgname-$version.tar.xz"
|
distfiles="${FREEDESKTOP_SITE}/plymouth/releases/$pkgname-$version.tar.xz"
|
||||||
checksum=ecae257f351d098340542a5bc06de029404c24dcee87e6ebb2abd5ef117fce86
|
checksum=100551442221033ce868c447ad6c74d831d209c18ae232b98ae0207e34eadaeb
|
||||||
|
|
||||||
build_options="gtk3 pango"
|
build_options="gtk3 pango"
|
||||||
build_options_default="gtk3 pango"
|
build_options_default="gtk3 pango"
|
||||||
|
|
Loading…
Add table
Reference in a new issue