Deprecate luzifer-devel

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-02-23 22:13:33 +01:00
parent 26eb34c492
commit 28beb7e9f8
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -7,7 +7,7 @@ pkgname=(
luzifer-gui
luzifer-lenovo-gui
)
pkgver=0.13.17
pkgver=0.14.0
pkgrel=1
pkgdesc='System configuration for @luzifer systems'
arch=(any)
@ -20,6 +20,7 @@ rootdir=${PWD}
package_luzifer-base() {
provides=(vim vi)
conflicts=(vim vi)
replaces=(luzifer-devel)
install=luzifer-base.install
# Build on former base package
@ -120,13 +121,10 @@ package_luzifer-base() {
python-requests
)
cp -a "$rootdir/base/"* "$pkgdir"
}
# Add development tooling
package_luzifer-devel() {
# Start with Archlinux base-devel meta-package and my base-package
depends=(
luzifer-base
depends+=(
base-devel
)
@ -140,6 +138,12 @@ package_luzifer-devel() {
shfmt
vim-go-tools
)
cp -a "$rootdir/base/"* "$pkgdir"
}
package_luzifer-devel() {
depends=(luzifer-base)
}
package_luzifer-gui() {