mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/plymouth: depend on eudev-dev
This commit is contained in:
parent
c77214bb49
commit
211cf411be
@ -2,20 +2,17 @@
|
|||||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||||
pkgname=plymouth
|
pkgname=plymouth
|
||||||
pkgver=0.9.2
|
pkgver=0.9.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="graphical bootsplash on linux"
|
pkgdesc="graphical bootsplash on linux"
|
||||||
url="http://www.freedesktop.org/wiki/Software/Plymouth"
|
url="http://www.freedesktop.org/wiki/Software/Plymouth"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
depends=""
|
depends=""
|
||||||
depends_dev="pango-dev
|
depends_dev="pango-dev gtk+3.0-dev libpng-dev libdrm-dev eudev-dev"
|
||||||
gtk+3.0-dev
|
|
||||||
libpng-dev
|
|
||||||
libdrm-dev"
|
|
||||||
makedepends="$depends_dev docbook-xsl autoconf automake libtool"
|
makedepends="$depends_dev docbook-xsl autoconf automake libtool"
|
||||||
install=""
|
install=""
|
||||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-themes $pkgname-x11:_render $pkgname-drm:_render"
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-themes $pkgname-x11:_render $pkgname-drm:_render"
|
||||||
source="http://www.freedesktop.org/software/plymouth/releases/plymouth-$pkgver.tar.bz2
|
source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.bz2
|
||||||
plymouth-rpmatch.patch
|
plymouth-rpmatch.patch
|
||||||
plymouth-git-master-20170123.patch
|
plymouth-git-master-20170123.patch
|
||||||
"
|
"
|
||||||
@ -23,7 +20,7 @@ source="http://www.freedesktop.org/software/plymouth/releases/plymouth-$pkgver.t
|
|||||||
builddir="$srcdir"/plymouth-$pkgver
|
builddir="$srcdir"/plymouth-$pkgver
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare || return 1
|
default_prepare
|
||||||
autoreconf -f -i -s
|
autoreconf -f -i -s
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -34,14 +31,13 @@ build() {
|
|||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--infodir=/usr/share/info \
|
--infodir=/usr/share/info \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--with-system-root-install \
|
--with-system-root-install
|
||||||
|| return 1
|
make
|
||||||
make || return 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install || return 1
|
make DESTDIR="$pkgdir" install
|
||||||
|
|
||||||
rm -f "$pkgdir"/usr/lib/plymouth/*.la
|
rm -f "$pkgdir"/usr/lib/plymouth/*.la
|
||||||
}
|
}
|
||||||
@ -54,15 +50,10 @@ themes() {
|
|||||||
_render() {
|
_render() {
|
||||||
local _name=${subpkgname#${pkgname}-}
|
local _name=${subpkgname#${pkgname}-}
|
||||||
mkdir -p "$subpkgdir"/usr/lib/plymouth/renderers
|
mkdir -p "$subpkgdir"/usr/lib/plymouth/renderers
|
||||||
mv "$pkgdir"/usr/lib/plymouth/renderers/$_name.so "$subpkgdir"/usr/lib/plymouth/renderers
|
mv "$pkgdir"/usr/lib/plymouth/renderers/$_name.so \
|
||||||
|
"$subpkgdir"/usr/lib/plymouth/renderers
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums="ff420994deb7ea203df678df92e7ab7d plymouth-0.9.2.tar.bz2
|
|
||||||
7d342aa2f011833647f1c696007b190c plymouth-rpmatch.patch
|
|
||||||
d3451ffd12270bdbdaf563c64580addc plymouth-git-master-20170123.patch"
|
|
||||||
sha256sums="2f0ce82042cf9c7eadd2517a1f74c8a85fa8699781d9f294a06eade29fbed57f plymouth-0.9.2.tar.bz2
|
|
||||||
2281bffcd64de8c2e675656d21b26b0a74fa997af52e941fe6f356d8d4362e37 plymouth-rpmatch.patch
|
|
||||||
cdbaa71a099bbb75d669db0c581770611ebd82dc5506ae7934cb4b64afdbd7bb plymouth-git-master-20170123.patch"
|
|
||||||
sha512sums="89356eb8326504fbf3155de262ce15de0847f0a0e6d157d873cf1dea9af464a6cb9e11d7143ee9a595b217a2487060b5835eba5ac142c3cd6d66689deb272e60 plymouth-0.9.2.tar.bz2
|
sha512sums="89356eb8326504fbf3155de262ce15de0847f0a0e6d157d873cf1dea9af464a6cb9e11d7143ee9a595b217a2487060b5835eba5ac142c3cd6d66689deb272e60 plymouth-0.9.2.tar.bz2
|
||||||
ec1c32ddf7ee418ef1b5d173040db464193d9bca3fd85d5c3a8d2ee13ba1218947f7c9f39c403d3ccced70be28b2c7328e82dc8f967e9bdeea1651dee4be2dc7 plymouth-rpmatch.patch
|
ec1c32ddf7ee418ef1b5d173040db464193d9bca3fd85d5c3a8d2ee13ba1218947f7c9f39c403d3ccced70be28b2c7328e82dc8f967e9bdeea1651dee4be2dc7 plymouth-rpmatch.patch
|
||||||
6545c29190b9cf04df0284a73c26ec7d14fddf2c4d7a8f3dff5242b49fafda24ee2aeab54b44b19deb9228707816b6b3779ea8bec7b742020cb1f7e2ca64b509 plymouth-git-master-20170123.patch"
|
6545c29190b9cf04df0284a73c26ec7d14fddf2c4d7a8f3dff5242b49fafda24ee2aeab54b44b19deb9228707816b6b3779ea8bec7b742020cb1f7e2ca64b509 plymouth-git-master-20170123.patch"
|
||||||
|
Loading…
Reference in New Issue
Block a user