Adopt new base-devel meta-package
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ae4fc40589
commit
a088a0e5a3
1 changed files with 4 additions and 8 deletions
12
PKGBUILD
12
PKGBUILD
|
@ -7,7 +7,7 @@ pkgname=(
|
||||||
luzifer-gui
|
luzifer-gui
|
||||||
luzifer-lenovo-gui
|
luzifer-lenovo-gui
|
||||||
)
|
)
|
||||||
pkgver=0.8.0
|
pkgver=0.9.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='System configuration for @luzifer systems'
|
pkgdesc='System configuration for @luzifer systems'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -108,16 +108,12 @@ package_luzifer-base() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_luzifer-devel() {
|
package_luzifer-devel() {
|
||||||
# Start with Archlinux base-devel group (pacman -Sg base-devel | cut -d ' ' -f 2 | xargs | fold -sw 72)
|
# Start with Archlinux base-devel meta-package and my base-package
|
||||||
depends=(
|
depends=(
|
||||||
autoconf automake binutils bison fakeroot file findutils flex gawk gcc
|
luzifer-base
|
||||||
gettext grep groff gzip libtool m4 make pacman patch pkgconf sed sudo
|
base-devel
|
||||||
texinfo which
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Apply my base package
|
|
||||||
depends+=(luzifer-base)
|
|
||||||
|
|
||||||
# Add dev specific tools
|
# Add dev specific tools
|
||||||
depends+=(
|
depends+=(
|
||||||
autopep8
|
autopep8
|
||||||
|
|
Loading…
Reference in a new issue