srcpkgs: remove gtk3 build option description
Now defined in common/options.description.
This commit is contained in:
parent
e543c56a4f
commit
b84590a7ea
6 changed files with 1 additions and 10 deletions
|
@ -30,7 +30,6 @@ conflicts="firefox>=0"
|
||||||
build_options="alsa dbus gtk3 rust pulseaudio startup_notification xscreensaver"
|
build_options="alsa dbus gtk3 rust pulseaudio startup_notification xscreensaver"
|
||||||
build_options_default="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"
|
|
||||||
desc_option_rust="Build rust components"
|
desc_option_rust="Build rust components"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
|
@ -28,8 +28,6 @@ conflicts="firefox-esr>=0"
|
||||||
build_options="alsa dbus gtk3 pulseaudio startup_notification xscreensaver"
|
build_options="alsa dbus gtk3 pulseaudio startup_notification xscreensaver"
|
||||||
build_options_default="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() {
|
post_extract() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
|
|
|
@ -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="alsa dbus gtk3 pulseaudio startup_notification xscreensaver"
|
||||||
build_options_default="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
|
# CFLAGS and CXXFLAGS to set work around code which gcc6 would
|
||||||
# otherwise regard as out-of-specification and allow it to produce a
|
# otherwise regard as out-of-specification and allow it to produce a
|
||||||
# working program.
|
# working program.
|
||||||
|
|
|
@ -3,7 +3,6 @@ pkgname=spacefm
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_options="gtk3"
|
build_options="gtk3"
|
||||||
desc_option_gtk3="Build for GTK3"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/spacefm/spacefm.conf"
|
conf_files="/etc/spacefm/spacefm.conf"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
|
|
|
@ -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="alsa dbus gtk3 rust pulseaudio startup_notification xscreensaver"
|
||||||
build_options_default="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"
|
|
||||||
desc_option_rust="Build rust components"
|
desc_option_rust="Build rust components"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
pkgname=vimb
|
pkgname=vimb
|
||||||
version=2.12
|
version=2.12
|
||||||
revision=1
|
revision=1
|
||||||
|
build_options="gtk3"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="$(vopt_if gtk3 webkitgtk-devel webkitgtk2-devel)"
|
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"
|
distfiles="https://github.com/fanglingsu/vimb/archive/${version}.tar.gz"
|
||||||
checksum=2443a27d625ff2a7aa7e7b694ec853e25dbdcb33b7c681c98c8fe81b1833b0b7
|
checksum=2443a27d625ff2a7aa7e7b694ec853e25dbdcb33b7c681c98c8fe81b1833b0b7
|
||||||
|
|
||||||
build_options="gtk3"
|
|
||||||
desc_option_gtk3="Use GTK+3"
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CC=$CC $(vopt_if gtk3 GTK=3)
|
make ${makejobs} CC=$CC $(vopt_if gtk3 GTK=3)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue