mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
audacious-plugins: switch default UI to Qt5
This commit is contained in:
parent
c6f5aeb09f
commit
b5c6878608
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'audacious-plugins'
|
# Template file for 'audacious-plugins'
|
||||||
pkgname=audacious-plugins
|
pkgname=audacious-plugins
|
||||||
version=4.0
|
version=4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
|
configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
|
||||||
hostmakedepends="gettext pkg-config"
|
hostmakedepends="gettext pkg-config"
|
||||||
|
@ -19,7 +19,7 @@ distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.ta
|
||||||
checksum=e1ad3223c7833f167642563f3c30c68d292b1a457c9f0159fdedd58e575e3ee4
|
checksum=e1ad3223c7833f167642563f3c30c68d292b1a457c9f0159fdedd58e575e3ee4
|
||||||
|
|
||||||
build_options="gtk qt"
|
build_options="gtk qt"
|
||||||
build_options_default="gtk"
|
build_options_default="qt"
|
||||||
desc_option_gtk="Enable support for the GTK+2 GUI toolkit"
|
desc_option_gtk="Enable support for the GTK+2 GUI toolkit"
|
||||||
vopt_conflict gtk qt
|
vopt_conflict gtk qt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue