hplip: add missing dependency also for hplip-gui
Commit dda0442eae
added python3-distro
dependency, but only for main package hplip. hplip-gui should have it
too.
This commit is contained in:
parent
0ae2acf9db
commit
0734be8e35
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hplip'
|
# Template file for 'hplip'
|
||||||
pkgname=hplip
|
pkgname=hplip
|
||||||
version=3.19.12
|
version=3.19.12
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="usr/share/hplip"
|
pycompile_dirs="usr/share/hplip"
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -70,7 +70,7 @@ do_install() {
|
||||||
|
|
||||||
hplip-gui_package() {
|
hplip-gui_package() {
|
||||||
depends="python3-gobject python3-dbus desktop-file-utils
|
depends="python3-gobject python3-dbus desktop-file-utils
|
||||||
foomatic-db foomatic-db-engine python3-PyQt5-dbus"
|
foomatic-db foomatic-db-engine python3-distro python3-PyQt5-dbus"
|
||||||
short_desc+=" (with GUI)"
|
short_desc+=" (with GUI)"
|
||||||
conflicts="hplip"
|
conflicts="hplip"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in New Issue