plymouth: update to 0.9.4
This commit is contained in:
parent
eb00331cf3
commit
1032a2382e
2 changed files with 4 additions and 38 deletions
|
@ -1,34 +0,0 @@
|
||||||
From 0c0345303b7971d6cec478fd8b81d64bc1fbe0f6 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
|
||||||
Date: Tue, 21 Aug 2018 23:26:45 +0200
|
|
||||||
Subject: [PATCH] Fix build with >= glibc 2.28
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
Stolen from [1]
|
|
||||||
|
|
||||||
[1] https://bugs.freedesktop.org/show_bug.cgi?id=102191
|
|
||||||
|
|
||||||
Upstream-Status: Pending
|
|
||||||
|
|
||||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
||||||
---
|
|
||||||
src/libply-splash-core/ply-terminal.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/src/libply-splash-core/ply-terminal.c b/src/libply-splash-core/ply-terminal.c
|
|
||||||
index a0954f2..f3b32fe 100644
|
|
||||||
--- src/libply-splash-core/ply-terminal.c
|
|
||||||
+++ src/libply-splash-core/ply-terminal.c
|
|
||||||
@@ -32,6 +32,7 @@
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
+#include <sys/sysmacros.h>
|
|
||||||
#include <termios.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <wchar.h>
|
|
||||||
--
|
|
||||||
2.14.4
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'plymouth'
|
# Template file for 'plymouth'
|
||||||
pkgname=plymouth
|
pkgname=plymouth
|
||||||
version=0.9.3
|
version=0.9.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-system-root-install=no \
|
configure_args="--with-system-root-install=no \
|
||||||
--without-rhgb-compat-link --enable-systemd-integration=no \
|
--without-rhgb-compat-link --enable-systemd-integration=no \
|
||||||
|
@ -15,10 +15,10 @@ makedepends="libdrm-devel libpng-devel void-artwork
|
||||||
depends="plymouth-data>=0"
|
depends="plymouth-data>=0"
|
||||||
short_desc="Graphical boot animation and logger"
|
short_desc="Graphical boot animation and logger"
|
||||||
maintainer="William OD <obirik2005@gmail.com>"
|
maintainer="William OD <obirik2005@gmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.freedesktop.org/wiki/Software/Plymouth/"
|
homepage="https://www.freedesktop.org/wiki/Software/Plymouth/"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="${FREEDESKTOP_SITE}/plymouth/releases/$pkgname-$version.tar.xz"
|
distfiles="${FREEDESKTOP_SITE}/plymouth/releases/$pkgname-$version.tar.xz"
|
||||||
checksum=9f8dd08a90ceaf6228dcd8c27759adf18fc9482f15b6c56dcbcced268b4e4a74
|
checksum=4a197a4f1a05785d7453dd829b231352fb2d09171bd86c5ffaafbb2dd6791351
|
||||||
|
|
||||||
build_options="gtk3 pango"
|
build_options="gtk3 pango"
|
||||||
build_options_default="gtk3 pango"
|
build_options_default="gtk3 pango"
|
||||||
|
|
Loading…
Reference in a new issue