mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 08:34:46 +02:00
37 lines
1.5 KiB
Text
37 lines
1.5 KiB
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=alpine-conf
|
|
pkgver=3.19.2
|
|
pkgrel=0
|
|
pkgdesc="Alpine configuration management scripts"
|
|
url="https://git.alpinelinux.org/alpine-conf/about"
|
|
arch="all"
|
|
license="MIT"
|
|
depends="openrc>=0.24.1-r6 busybox>=1.26.1-r3"
|
|
checkdepends="kyua sfdisk"
|
|
source="https://gitlab.alpinelinux.org/alpine/alpine-conf/-/archive/$pkgver/alpine-conf-$pkgver.tar.gz
|
|
0001-setup-wayland-base-explicit-start-cgroups-and-dbus.patch
|
|
0002-setup-desktop-add-xfce-wayland.patch
|
|
0003-setup-desktop-prefer-dark-gtk-theme-for-xfce.patch
|
|
"
|
|
|
|
build() {
|
|
make PREFIX="/usr" VERSION=$pkgver-r$pkgrel
|
|
}
|
|
|
|
package() {
|
|
make install PREFIX="/usr" DESTDIR="$pkgdir"
|
|
for i in commit exclude include status update; do
|
|
ln -s lbu "$pkgdir"/usr/sbin/lbu_$i
|
|
done
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
sha512sums="
|
|
c004aa89a7a1a9e6d0a4797e93fc34feffb76501572c66a2cef7038c10f997509addb8280e0d3be40a0539ed41ae7bf1898fbd6b1feaade42bcc1a60ce1364cc alpine-conf-3.19.2.tar.gz
|
|
4fa71a670ad336dbf0b5a0b200b10d7efff32695388915d222d18a4bee0c5ed8736f3eb385a53409582beb0e041284d169764402c62524ba5aaf220db8c8fcdf 0001-setup-wayland-base-explicit-start-cgroups-and-dbus.patch
|
|
f5af8070f229a01fb4439b10eb285a6684e49f88680b64cb1a24f50ed1c0a92752ace443f4bccc60dbf8b30450bdcde88dcb572a61cb6bf8de0eab3df9a3bb81 0002-setup-desktop-add-xfce-wayland.patch
|
|
8c835d80db5b076cd5854a2d0548c609a4cd8297ae47bde395ed59c4e83646b1bdd751bccea460da66da4939c9cdd4f06166c37ff69662bbe96420a6ee34a99c 0003-setup-desktop-prefer-dark-gtk-theme-for-xfce.patch
|
|
"
|