mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
network-manager-applet: fix broken dependency for subpkgs.
This commit is contained in:
parent
81e764f744
commit
c4195834b6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'network-manager-applet'
|
# Template file for 'network-manager-applet'
|
||||||
pkgname=network-manager-applet
|
pkgname=network-manager-applet
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --without-bluetooth
|
configure_args="--disable-static --without-bluetooth
|
||||||
|
@ -40,7 +40,7 @@ libnm-gtk_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
network-manager-applet-devel_package() {
|
network-manager-applet-devel_package() {
|
||||||
depends="gtk+3-devel NetworkManager-devel>=${version}
|
depends="gtk+3-devel NetworkManager-devel>=1.0
|
||||||
libnm-gtk>=${version}_${revision}"
|
libnm-gtk>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue