diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template index e99efb97c0..2655f47c29 100644 --- a/srcpkgs/firefox-esr/template +++ b/srcpkgs/firefox-esr/template @@ -30,7 +30,6 @@ conflicts="firefox>=0" build_options="alsa dbus gtk3 rust pulseaudio startup_notification xscreensaver" build_options_default="alsa dbus gtk3 pulseaudio startup_notification xscreensaver" -desc_option_gtk3="Build the GTK+3 toolkit UI" desc_option_rust="Build rust components" case "$XBPS_TARGET_MACHINE" in diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index c7f6a34c0e..0970e9f2bb 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -28,8 +28,6 @@ conflicts="firefox-esr>=0" build_options="alsa dbus gtk3 pulseaudio startup_notification xscreensaver" build_options_default="alsa dbus gtk3 pulseaudio startup_notification xscreensaver" -desc_option_gtk3="Build the GTK+3 toolkit UI" - post_extract() { case "$XBPS_TARGET_MACHINE" in *-musl) diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template index ffbd62f3c5..2208a95e1d 100644 --- a/srcpkgs/icecat/template +++ b/srcpkgs/icecat/template @@ -26,8 +26,6 @@ depends="nss>=3.29 desktop-file-utils hicolor-icon-theme" build_options="alsa dbus gtk3 pulseaudio startup_notification xscreensaver" build_options_default="alsa dbus gtk3 pulseaudio startup_notification xscreensaver" -desc_option_gtk3="Build the GTK+3 toolkit UI" - # CFLAGS and CXXFLAGS to set work around code which gcc6 would # otherwise regard as out-of-specification and allow it to produce a # working program. diff --git a/srcpkgs/spacefm/template b/srcpkgs/spacefm/template index d75faee961..f1bdae3482 100644 --- a/srcpkgs/spacefm/template +++ b/srcpkgs/spacefm/template @@ -3,7 +3,6 @@ pkgname=spacefm version=1.0.5 revision=1 build_options="gtk3" -desc_option_gtk3="Build for GTK3" build_style=gnu-configure conf_files="/etc/spacefm/spacefm.conf" hostmakedepends="pkg-config intltool" diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index 014a681ef7..d50419d693 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -28,7 +28,6 @@ depends="nss>=3.27 desktop-file-utils hicolor-icon-theme" build_options="alsa dbus gtk3 rust pulseaudio startup_notification xscreensaver" build_options_default="alsa dbus gtk3 pulseaudio startup_notification xscreensaver" -desc_option_gtk3="Build the GTK+3 toolkit UI" desc_option_rust="Build rust components" case "$XBPS_TARGET_MACHINE" in diff --git a/srcpkgs/vimb/template b/srcpkgs/vimb/template index 6cd51fe5b9..2b73065878 100644 --- a/srcpkgs/vimb/template +++ b/srcpkgs/vimb/template @@ -2,6 +2,7 @@ pkgname=vimb version=2.12 revision=1 +build_options="gtk3" build_style=gnu-makefile hostmakedepends="pkg-config" makedepends="$(vopt_if gtk3 webkitgtk-devel webkitgtk2-devel)" @@ -12,9 +13,6 @@ homepage="http://fanglingsu.github.io/vimb" distfiles="https://github.com/fanglingsu/vimb/archive/${version}.tar.gz" checksum=2443a27d625ff2a7aa7e7b694ec853e25dbdcb33b7c681c98c8fe81b1833b0b7 -build_options="gtk3" -desc_option_gtk3="Use GTK+3" - do_build() { make ${makejobs} CC=$CC $(vopt_if gtk3 GTK=3) }