mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
linux-driver-management: move sddm setup to examples
do not overwrite sddm file
This commit is contained in:
parent
3f9bde5ba9
commit
746f730e9f
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux-driver-management'
|
# Template file for 'linux-driver-management'
|
||||||
pkgname=linux-driver-management
|
pkgname=linux-driver-management
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
revision=2
|
revision=3
|
||||||
# Tests require unpackaged umockdev
|
# Tests require unpackaged umockdev
|
||||||
# https://github.com/martinpitt/umockdev
|
# https://github.com/martinpitt/umockdev
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -23,6 +23,11 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" glib-devel"
|
hostmakedepends+=" glib-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
mkdir -p ${DESTDIR}/usr/share/examples/sddm/scripts
|
||||||
|
mv ${DESTDIR}/usr/share/sddm/scripts/Xsetup ${DESTDIR}/usr/share/examples/sddm/scripts/Xsetup
|
||||||
|
}
|
||||||
|
|
||||||
linux-driver-management-devel_package() {
|
linux-driver-management-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - Development files"
|
short_desc+=" - Development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue