From 0c7d4ed4aabe5bd39039f1472c97f45231a11226 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sat, 10 Aug 2024 15:34:34 +0200 Subject: [PATCH] srcpkgs/*: drop quotes in build_style fields --- srcpkgs/acpica-utils/template | 2 +- srcpkgs/ansible/template | 2 +- srcpkgs/blender/template | 2 +- srcpkgs/cc65/template | 2 +- srcpkgs/chrpath/template | 2 +- srcpkgs/dmd2.081/template | 4 ++-- srcpkgs/docker-cli/template | 2 +- srcpkgs/espeakup/template | 2 +- srcpkgs/ffmpeg/template | 2 +- srcpkgs/filter_audio/template | 2 +- srcpkgs/geis/template | 2 +- srcpkgs/gerbil/template | 2 +- srcpkgs/git-remote-hg/template | 2 +- srcpkgs/grml-rescueboot/template | 2 +- srcpkgs/gtklp/template | 2 +- srcpkgs/haskell-language-server/template | 2 +- srcpkgs/kicad-doc/template | 2 +- srcpkgs/libarchive/template | 2 +- srcpkgs/libfishsound/template | 2 +- srcpkgs/libimagequant/template | 2 +- srcpkgs/liboggz/template | 2 +- srcpkgs/lilypond/template | 2 +- srcpkgs/lilyterm/template | 2 +- srcpkgs/linphone/template | 2 +- srcpkgs/liquidwar/template | 2 +- srcpkgs/lrzip/template | 2 +- srcpkgs/mawk/template | 2 +- srcpkgs/mirage/template | 2 +- srcpkgs/mtr/template | 2 +- srcpkgs/nasa-wallpaper/template | 2 +- srcpkgs/net-tools/template | 2 +- srcpkgs/ocaml/template | 2 +- srcpkgs/ocs-url/template | 2 +- srcpkgs/openra/template | 2 +- srcpkgs/peframe/template | 2 +- srcpkgs/perl-Locale-PO/template | 2 +- srcpkgs/pymol/template | 2 +- srcpkgs/python3-click-threading/template | 2 +- srcpkgs/python3-click/template | 2 +- srcpkgs/python3-exifread/template | 2 +- srcpkgs/python3-musicbrainzngs/template | 2 +- srcpkgs/python3-neovim/template | 2 +- srcpkgs/python3-poetry-core/template | 2 +- srcpkgs/python3-pyfiglet/template | 2 +- srcpkgs/python3-tkinter/template | 2 +- srcpkgs/python3.11/template | 2 +- srcpkgs/python3/template | 2 +- srcpkgs/rbenv/template | 2 +- srcpkgs/rbw/template | 2 +- srcpkgs/runit/template | 2 +- srcpkgs/rust-bindgen/template | 2 +- srcpkgs/sacc/template | 2 +- srcpkgs/scons/template | 2 +- srcpkgs/sklogw/template | 2 +- srcpkgs/slurm/template | 2 +- srcpkgs/spt/template | 2 +- srcpkgs/ssh-audit/template | 2 +- srcpkgs/sunxi-tools/template | 2 +- srcpkgs/sv-netmount/template | 2 +- srcpkgs/sway-audio-idle-inhibit/template | 2 +- srcpkgs/t1utils/template | 2 +- srcpkgs/texi2html/template | 2 +- srcpkgs/texlive-bibtexextra/template | 2 +- srcpkgs/texlive-core/template | 2 +- srcpkgs/texlive-fontsextra/template | 2 +- srcpkgs/texlive-formatsextra/template | 2 +- srcpkgs/texlive-games/template | 2 +- srcpkgs/texlive-humanities/template | 2 +- srcpkgs/texlive-langchinese/template | 2 +- srcpkgs/texlive-langcyrillic/template | 2 +- srcpkgs/texlive-langextra/template | 2 +- srcpkgs/texlive-langgreek/template | 2 +- srcpkgs/texlive-langjapanese/template | 2 +- srcpkgs/texlive-langkorean/template | 2 +- srcpkgs/texlive-latexextra/template | 2 +- srcpkgs/texlive-music/template | 2 +- srcpkgs/texlive-pictures/template | 2 +- srcpkgs/texlive-pstricks/template | 2 +- srcpkgs/texlive-publishers/template | 2 +- srcpkgs/texlive-science/template | 2 +- srcpkgs/tlpui/template | 2 +- srcpkgs/urxvtconfig/template | 2 +- srcpkgs/volta/template | 2 +- srcpkgs/wavemon/template | 2 +- srcpkgs/wicd/template | 2 +- srcpkgs/xcalib/template | 2 +- srcpkgs/xfig/template | 2 +- srcpkgs/xosd/template | 2 +- srcpkgs/xsel/template | 2 +- 89 files changed, 90 insertions(+), 90 deletions(-) diff --git a/srcpkgs/acpica-utils/template b/srcpkgs/acpica-utils/template index e756c1814279bc..fab44269aefb67 100644 --- a/srcpkgs/acpica-utils/template +++ b/srcpkgs/acpica-utils/template @@ -2,7 +2,7 @@ pkgname=acpica-utils version=20230628 revision=1 -build_style="gnu-makefile" +build_style=gnu-makefile make_use_env=yes make_build_args="NOWERROR=TRUE BITS=${XBPS_TARGET_WORDSIZE}" hostmakedepends="flex" diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 095e62d4e870d7..4b941def9396e9 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -2,7 +2,7 @@ pkgname=ansible version=9.4.0 revision=1 -build_style="python3-pep517" +build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" depends="ansible-core" short_desc="Simple deployment, configuration management and execution framework" diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template index 7e321a9ad525cd..fce793abe64d07 100644 --- a/srcpkgs/blender/template +++ b/srcpkgs/blender/template @@ -3,7 +3,7 @@ pkgname=blender version=4.0.2 revision=3 archs="x86_64* ppc64*" -build_style="cmake" +build_style=cmake pycompile_dirs="usr/share/blender/${version%.*}/scripts" configure_args="-DWITH_INSTALL_PORTABLE=OFF -DWITH_PYTHON_INSTALL=OFF -DWITH_JACK=ON -DWITH_CODEC_FFMPEG=ON -DWITH_CODEC_SNDFILE=ON -DWITH_OPENMP=ON diff --git a/srcpkgs/cc65/template b/srcpkgs/cc65/template index 272095267b2b9e..b10bbfaabbdbdb 100644 --- a/srcpkgs/cc65/template +++ b/srcpkgs/cc65/template @@ -2,7 +2,7 @@ pkgname=cc65 version=2.19 revision=1 -build_style="gnu-makefile" +build_style=gnu-makefile make_use_env=yes short_desc="Freeware C compiler for 6502 based systems" maintainer="Nathaniel Barragan " diff --git a/srcpkgs/chrpath/template b/srcpkgs/chrpath/template index a31c2176598b77..95434133eb04f1 100644 --- a/srcpkgs/chrpath/template +++ b/srcpkgs/chrpath/template @@ -2,7 +2,7 @@ pkgname=chrpath version=0.16 revision=3 -build_style="gnu-configure" +build_style=gnu-configure short_desc="Change or delete the rpath or runpath in ELF files" maintainer="Orphaned " license="GPL-2.0-or-later" diff --git a/srcpkgs/dmd2.081/template b/srcpkgs/dmd2.081/template index 793de3fc379379..9dba6cacd5b671 100644 --- a/srcpkgs/dmd2.081/template +++ b/srcpkgs/dmd2.081/template @@ -86,10 +86,10 @@ do_install() { dmd2.081-doc_package() { short_desc="Documentation for D programming language (dummy package)" - build_style="meta" + build_style=meta } libphobos2.081_package() { short_desc+=" - standard library (dummy package)" - build_style="meta" + build_style=meta } diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template index c40de3fc1c398f..a33d815c99e368 100644 --- a/srcpkgs/docker-cli/template +++ b/srcpkgs/docker-cli/template @@ -45,7 +45,7 @@ post_install() { } docker_package() { - build_style="meta" + build_style=meta short_desc="Docker container runtime" depends="${sourcepkg}>=${version}_${revision} moby tini" } diff --git a/srcpkgs/espeakup/template b/srcpkgs/espeakup/template index 6cbc9d0da5529a..7ffe1ccca1ba07 100644 --- a/srcpkgs/espeakup/template +++ b/srcpkgs/espeakup/template @@ -2,7 +2,7 @@ pkgname=espeakup version=0.80 revision=2 -build_style="gnu-makefile" +build_style=gnu-makefile makedepends="libespeak-ng-devel" short_desc="Lightweight connector for espeak and speakup" maintainer="Rui Abreu Ferreira " diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template index 6b36bcfc98137f..3418685ac7b465 100644 --- a/srcpkgs/ffmpeg/template +++ b/srcpkgs/ffmpeg/template @@ -237,6 +237,6 @@ ffmpeg-devel_package() { ffplay_package() { short_desc="Simple video player using FFmpeg and SDL2 (transitional dummy package)" - build_style="meta" + build_style=meta depends="ffplay6" } diff --git a/srcpkgs/filter_audio/template b/srcpkgs/filter_audio/template index 0ab19be440a37c..ebdede26d72b1d 100644 --- a/srcpkgs/filter_audio/template +++ b/srcpkgs/filter_audio/template @@ -6,7 +6,7 @@ short_desc="Lightweight audio filtering library for Tox" maintainer="Stefan Mühlinghaus " license="3-clause-BSD" homepage="https://github.com/irungentoo/filter_audio/" -build_style="gnu-makefile" +build_style=gnu-makefile distfiles="https://github.com/irungentoo/filter_audio/archive/v${version}.tar.gz" checksum=fb135592c5133c3b4b664da18f988f58609db912f204059abe16277df044a366 replaces="filteraudio-git>=0" diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template index abfa953943423f..16d8cd83b1d000 100644 --- a/srcpkgs/geis/template +++ b/srcpkgs/geis/template @@ -2,7 +2,7 @@ pkgname=geis version=2.2.17 revision=12 -build_style="gnu-configure" +build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config python3-devel" makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel" diff --git a/srcpkgs/gerbil/template b/srcpkgs/gerbil/template index cf1fdccf509bdf..08a16a079b87b0 100644 --- a/srcpkgs/gerbil/template +++ b/srcpkgs/gerbil/template @@ -3,7 +3,7 @@ pkgname=gerbil version=0.18.1 revision=1 _gitrev="23c30a6062cd7e63f9d85300ce01585bb9035d2d" -build_style="configure" +build_style=configure configure_args="--prefix=/usr/lib/gerbil --enable-march=" hostmakedepends="git tar" makedepends="openssl-devel sqlite-devel zlib-devel" diff --git a/srcpkgs/git-remote-hg/template b/srcpkgs/git-remote-hg/template index a6da46ee093fd7..d0d2e84cdf9780 100644 --- a/srcpkgs/git-remote-hg/template +++ b/srcpkgs/git-remote-hg/template @@ -2,7 +2,7 @@ pkgname=git-remote-hg version=1.0.3.2 revision=1 -build_style="gnu-makefile" +build_style=gnu-makefile make_build_target="prefix=/usr doc" make_install_target="prefix=/usr install-doc" hostmakedepends="asciidoc" diff --git a/srcpkgs/grml-rescueboot/template b/srcpkgs/grml-rescueboot/template index 8a695aee03800f..e2fc68a3c650db 100644 --- a/srcpkgs/grml-rescueboot/template +++ b/srcpkgs/grml-rescueboot/template @@ -3,7 +3,7 @@ pkgname=grml-rescueboot version=0.6.1 revision=1 archs="i686 x86_64" -build_style="gnu-makefile" +build_style=gnu-makefile conf_files="/etc/default/grml-rescueboot" make_dirs="/boot/grml 0755 root root" depends="grub" diff --git a/srcpkgs/gtklp/template b/srcpkgs/gtklp/template index a50d8cd59e90d6..d5ed666f27c3bf 100644 --- a/srcpkgs/gtklp/template +++ b/srcpkgs/gtklp/template @@ -2,7 +2,7 @@ pkgname=gtklp version=1.3.4 revision=2 -build_style="gnu-configure" +build_style=gnu-configure configure_args="--enable-ssl --with-cups-config=${XBPS_CROSS_BASE}/usr/bin/cups-config" hostmakedepends="automake libtool pkg-config gettext" makedepends="openssl-devel gtk+-devel cups-devel" diff --git a/srcpkgs/haskell-language-server/template b/srcpkgs/haskell-language-server/template index 709fb30791a9f7..ad3004988aa3b7 100644 --- a/srcpkgs/haskell-language-server/template +++ b/srcpkgs/haskell-language-server/template @@ -2,7 +2,7 @@ pkgname=haskell-language-server version=1.8.0.0 revision=1 -build_style="haskell-stack" +build_style=haskell-stack make_build_args="--stack-yaml stack-lts19.yaml --flag=haskell-language-server:-dynamic" makedepends="ncurses-devel ncurses-libtinfo-devel icu-devel zlib-devel" short_desc="Integration of ghcide and haskell-ide-engine" diff --git a/srcpkgs/kicad-doc/template b/srcpkgs/kicad-doc/template index 6d31986987cb31..8ae4c7d60d03f0 100644 --- a/srcpkgs/kicad-doc/template +++ b/srcpkgs/kicad-doc/template @@ -100,5 +100,5 @@ kicad-library_package() { short_desc="${short_desc/documentation/all libraries}" depends="kicad-footprints>=${version}_${revision} kicad-packages3D>=${version}_${revision} kicad-symbols>=${version}_${revision} kicad-templates>=${version}_${revision}" - build_style="meta" + build_style=meta } diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index d50dc06d7e484c..354339a8cd2968 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -57,7 +57,7 @@ bsdtar_package() { bsdunzip_package() { reverts="20160115_1 20160115_2" - build_style="meta" + build_style=meta short_desc="BSD utilities using libarchive (transitional dummy package)" depends="bsdtar>=${version}_${revision}" } diff --git a/srcpkgs/libfishsound/template b/srcpkgs/libfishsound/template index 9ae8face1979d6..239041986caef1 100644 --- a/srcpkgs/libfishsound/template +++ b/srcpkgs/libfishsound/template @@ -2,7 +2,7 @@ pkgname=libfishsound version=1.0.0 revision=3 -build_style="gnu-configure" +build_style=gnu-configure configure_args="--enable-static=no" hostmakedepends="pkg-config doxygen" makedepends="libflac-devel speex-devel libvorbis-devel liboggz-devel libsndfile-devel" diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index b1941c36bf15b9..e23c155d85a227 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -3,7 +3,7 @@ pkgname=libimagequant version=4.3.1 revision=1 build_wrksrc="imagequant-sys" -build_style="cargo" +build_style=cargo hostmakedepends="cargo-c" short_desc="Palette quantization library" maintainer="Leah Neukirchen " diff --git a/srcpkgs/liboggz/template b/srcpkgs/liboggz/template index 02417b0985b496..691efbc791c0bd 100644 --- a/srcpkgs/liboggz/template +++ b/srcpkgs/liboggz/template @@ -2,7 +2,7 @@ pkgname="liboggz" version="1.1.1" revision=1 -build_style="gnu-configure" +build_style=gnu-configure hostmakedepends="doxygen" makedepends="libogg-devel" short_desc="Inspect, edit and validate Ogg files" diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template index 622930eab4c3ee..fa830eaa0f63f0 100644 --- a/srcpkgs/lilypond/template +++ b/srcpkgs/lilypond/template @@ -4,7 +4,7 @@ pkgname=lilypond version=2.24.3 revision=1 build_wrksrc="build" -build_style="gnu-configure" +build_style=gnu-configure configure_script="../configure" configure_args="--disable-documentation ac_cv_func_isinf=yes" make_install_args="vimdir=/usr/share/vim/vimfiles" diff --git a/srcpkgs/lilyterm/template b/srcpkgs/lilyterm/template index e81db9c9683200..057b4e07708386 100644 --- a/srcpkgs/lilyterm/template +++ b/srcpkgs/lilyterm/template @@ -3,7 +3,7 @@ pkgname=lilyterm _githash=faf1254f46049edfb1fd6e9191e78b1b23b9c51d version=0.9.9.4+20190725 revision=1 -build_style="gnu-makefile" +build_style=gnu-makefile hostmakedepends="pkg-config gettext" makedepends="vte3-devel gtk+3-devel" short_desc="Fast and lightweight terminal emulator based off of libvte" diff --git a/srcpkgs/linphone/template b/srcpkgs/linphone/template index 4332c80a69a2d7..51738994f797f7 100644 --- a/srcpkgs/linphone/template +++ b/srcpkgs/linphone/template @@ -2,7 +2,7 @@ pkgname=linphone version=5.2.111 revision=1 -build_style="cmake" +build_style=cmake configure_args="-DENABLE_STRICT=FALSE -DENABLE_ADVANCED_IM=FALSE -DENABLE_DB_STORAGE=TRUE -DENABLE_LIME=NO -DENABLE_LIME_X3DH=NO -DENABLE_UNIT_TESTS=NO diff --git a/srcpkgs/liquidwar/template b/srcpkgs/liquidwar/template index cf6f74ff77471b..3eb960ad8573b7 100644 --- a/srcpkgs/liquidwar/template +++ b/srcpkgs/liquidwar/template @@ -2,7 +2,7 @@ pkgname=liquidwar version=5.6.5 revision=1 -build_style="gnu-configure" +build_style=gnu-configure make_build_args="GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar" make_install_args="GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar" make_install_target="install_nolink" diff --git a/srcpkgs/lrzip/template b/srcpkgs/lrzip/template index afc7475bf96d67..844bb5be6d0d5f 100644 --- a/srcpkgs/lrzip/template +++ b/srcpkgs/lrzip/template @@ -2,7 +2,7 @@ pkgname=lrzip version=0.651 revision=1 -build_style="gnu-configure" +build_style=gnu-configure hostmakedepends="perl automake libtool" makedepends="zlib-devel bzip2-devel lzo-devel liblz4-devel" short_desc="Multi-threaded compression using rzip/lzma, lzo, and zpaq" diff --git a/srcpkgs/mawk/template b/srcpkgs/mawk/template index bb5074a58af67c..81549d134a435a 100644 --- a/srcpkgs/mawk/template +++ b/srcpkgs/mawk/template @@ -2,7 +2,7 @@ pkgname=mawk version=1.3.4.20240622 revision=1 -build_style="gnu-configure" +build_style=gnu-configure short_desc="Interpreter for the AWK Programming Language" maintainer="Orphaned " license="GPL-2.0-only" diff --git a/srcpkgs/mirage/template b/srcpkgs/mirage/template index 5324e8ad83bf9c..288fcf85c422e0 100644 --- a/srcpkgs/mirage/template +++ b/srcpkgs/mirage/template @@ -2,7 +2,7 @@ pkgname=mirage version=0.11.1 revision=3 -build_style="python3-module" +build_style=python3-module hostmakedepends="python3-setuptools gettext glib-devel" makedepends="python3-devel libX11-devel" depends="python3-gobject gtk+3 libgexiv2" diff --git a/srcpkgs/mtr/template b/srcpkgs/mtr/template index bd9d28ab78f745..a249afc0f5672a 100644 --- a/srcpkgs/mtr/template +++ b/srcpkgs/mtr/template @@ -2,7 +2,7 @@ pkgname=mtr version=0.95 revision=2 -build_style="gnu-configure" +build_style=gnu-configure hostmakedepends="automake pkg-config gtk+3-devel" makedepends="ncurses-devel gtk+3-devel libcap-devel" depends="libcap-progs" diff --git a/srcpkgs/nasa-wallpaper/template b/srcpkgs/nasa-wallpaper/template index 7b0ef34cfb75a3..7d02e664d6fbef 100644 --- a/srcpkgs/nasa-wallpaper/template +++ b/srcpkgs/nasa-wallpaper/template @@ -2,7 +2,7 @@ pkgname=nasa-wallpaper version=2.1.1 revision=1 -build_style="cargo" +build_style=cargo hostmakedepends="pkg-config" makedepends="openssl-devel" short_desc="Change your desktop background with a NASA image" diff --git a/srcpkgs/net-tools/template b/srcpkgs/net-tools/template index b320c3183b322a..fda1497810ffb4 100644 --- a/srcpkgs/net-tools/template +++ b/srcpkgs/net-tools/template @@ -2,7 +2,7 @@ pkgname=net-tools version=2.10 revision=1 -build_style="gnu-makefile" +build_style=gnu-makefile make_use_env=yes short_desc="Basic networking tools" maintainer="0x5c " diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index 3dc3de418f4d70..8100b7907920d0 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -2,7 +2,7 @@ pkgname=ocaml version=5.2.0 revision=1 -build_style="gnu-configure" +build_style=gnu-configure configure_args="--with-pic --libdir=/usr/lib/ocaml" makedepends="libzstd-devel" depends="${makedepends}" diff --git a/srcpkgs/ocs-url/template b/srcpkgs/ocs-url/template index fd76eee398b7cc..33a8108b3f6851 100644 --- a/srcpkgs/ocs-url/template +++ b/srcpkgs/ocs-url/template @@ -3,7 +3,7 @@ pkgname=ocs-url version=3.1.0 revision=2 create_wrksrc=yes -build_style="qmake" +build_style=qmake hostmakedepends="qt5-qmake kdeclarative-devel qt5-svg-devel qt5-declarative-devel" makedepends="qt5-svg-devel kdeclarative-devel qt5-declarative-devel" depends="qt5-quickcontrols" diff --git a/srcpkgs/openra/template b/srcpkgs/openra/template index 50b2020a410d4a..13fad8c4f7a1d1 100644 --- a/srcpkgs/openra/template +++ b/srcpkgs/openra/template @@ -2,7 +2,7 @@ pkgname=openra version=20231010 revision=1 -build_style="gnu-makefile" +build_style=gnu-makefile make_install_target="install install-linux-shortcuts install-linux-appdata" make_build_args="RUNTIME=mono TARGETPLATFORM=unix-generic" make_install_args="RUNTIME=mono TARGETPLATFORM=unix-generic" diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template index f94cb2f9ccbda0..31c43da7342180 100644 --- a/srcpkgs/peframe/template +++ b/srcpkgs/peframe/template @@ -2,7 +2,7 @@ pkgname=peframe version=6.0.3 revision=7 -build_style="python3-module" +build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pefile python3-magic python3-M2Crypto python3-virustotal-api python3-yara python3-oletools" diff --git a/srcpkgs/perl-Locale-PO/template b/srcpkgs/perl-Locale-PO/template index 71a13545775fa8..4cd38a779e937f 100644 --- a/srcpkgs/perl-Locale-PO/template +++ b/srcpkgs/perl-Locale-PO/template @@ -2,7 +2,7 @@ pkgname=perl-Locale-PO version=0.27 revision=4 -build_style="perl-module" +build_style=perl-module hostmakedepends="perl perl-File-Slurp" makedepends="${hostmakedepends}" depends="${hostmakedepends}" diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template index ea761e5afd06d9..743121352d960b 100644 --- a/srcpkgs/pymol/template +++ b/srcpkgs/pymol/template @@ -2,7 +2,7 @@ pkgname=pymol version=2.5.0 revision=7 -build_style="python3-module" +build_style=python3-module build_helper="numpy" hostmakedepends="python3-setuptools" makedepends="freetype-devel glew-devel glm libfreeglut-devel libgomp-devel diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template index d05914f20245c5..126b1997f7d764 100644 --- a/srcpkgs/python3-click-threading/template +++ b/srcpkgs/python3-click-threading/template @@ -2,7 +2,7 @@ pkgname=python3-click-threading version=0.5.0 revision=3 -build_style="python3-module" +build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-click" checkdepends="$depends python3-pytest" diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template index f595b6f0c017b1..2107d907d78722 100644 --- a/srcpkgs/python3-click/template +++ b/srcpkgs/python3-click/template @@ -2,7 +2,7 @@ pkgname=python3-click version=8.1.7 revision=2 -build_style="python3-module" +build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-pytest" diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template index 9cb9e4a4f1e53c..ff03a310f9b2d1 100644 --- a/srcpkgs/python3-exifread/template +++ b/srcpkgs/python3-exifread/template @@ -2,7 +2,7 @@ pkgname=python3-exifread version=2.3.2 revision=4 -build_style="python3-module" +build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" short_desc="Python module to extract Exif metadata (Python3)" diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template index 4ea0496f53d056..0365c268c358cd 100644 --- a/srcpkgs/python3-musicbrainzngs/template +++ b/srcpkgs/python3-musicbrainzngs/template @@ -2,7 +2,7 @@ pkgname=python3-musicbrainzngs version=0.7.1 revision=4 -build_style="python3-module" +build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" short_desc="Python3 bindings for the Musicbrainz NGS webservice interface" diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template index be2fd507e9c508..20bcf9517dd11d 100644 --- a/srcpkgs/python3-neovim/template +++ b/srcpkgs/python3-neovim/template @@ -2,7 +2,7 @@ pkgname=python3-neovim version=0.5.0 revision=1 -build_style="python3-module" +build_style=python3-module hostmakedepends="python3-setuptools" depends="neovim python3-greenlet python3-msgpack" short_desc="Python3 client for Neovim" diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template index 60d1d99b686fd0..882c00213aa4de 100644 --- a/srcpkgs/python3-poetry-core/template +++ b/srcpkgs/python3-poetry-core/template @@ -2,7 +2,7 @@ pkgname=python3-poetry-core version=1.9.0 revision=1 -build_style="python3-pep517" +build_style=python3-pep517 depends="python3" checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent python3-pytest-mock python3-tomli-w" diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template index cc2c3e76bbdbd6..83cdce4f4c2114 100644 --- a/srcpkgs/python3-pyfiglet/template +++ b/srcpkgs/python3-pyfiglet/template @@ -2,7 +2,7 @@ pkgname=python3-pyfiglet version=0.8.0 revision=6 -build_style="python3-module" +build_style=python3-module pycompile_module="pyfiglet" hostmakedepends="python3-setuptools" depends="python3" diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template index fed382d62ee2a5..7f05e9c40cd32b 100644 --- a/srcpkgs/python3-tkinter/template +++ b/srcpkgs/python3-tkinter/template @@ -10,7 +10,7 @@ _desc="Python programming language" pkgname=python3-tkinter version=3.12.5 revision=1 -build_style="gnu-configure" +build_style=gnu-configure configure_args="--enable-shared --enable-ipv6 --enable-optimizations --enable-loadable-sqlite-extensions --with-computed-gotos --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi diff --git a/srcpkgs/python3.11/template b/srcpkgs/python3.11/template index e3da70812446de..312535d6627f8d 100644 --- a/srcpkgs/python3.11/template +++ b/srcpkgs/python3.11/template @@ -2,7 +2,7 @@ pkgname=python3.11 version=3.11.9 revision=1 -build_style="gnu-configure" +build_style=gnu-configure configure_args="--enable-shared --enable-ipv6 --enable-optimizations --enable-loadable-sqlite-extensions --with-computed-gotos --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index bf8ff4c2175fa9..91b0dbd0f176dd 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -5,7 +5,7 @@ pkgname=python3 version=3.12.5 revision=1 -build_style="gnu-configure" +build_style=gnu-configure configure_args="--enable-shared --enable-ipv6 --enable-optimizations --enable-loadable-sqlite-extensions --with-computed-gotos --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi diff --git a/srcpkgs/rbenv/template b/srcpkgs/rbenv/template index 04c8b99272d0d8..ff611b78ceff62 100644 --- a/srcpkgs/rbenv/template +++ b/srcpkgs/rbenv/template @@ -2,7 +2,7 @@ pkgname=rbenv version=1.3.0 revision=1 -build_style="configure" +build_style=configure configure_script="src/configure" make_build_args="-C" make_build_target="src" diff --git a/srcpkgs/rbw/template b/srcpkgs/rbw/template index 39d9cff1ffb0d6..0a5b096496f6eb 100644 --- a/srcpkgs/rbw/template +++ b/srcpkgs/rbw/template @@ -3,7 +3,7 @@ pkgname=rbw version=1.12.1 revision=1 archs="x86_64* i686* aarch64* arm*" # ring -build_style="cargo" +build_style=cargo build_helper="qemu" depends="pinentry" short_desc="Unofficial command-line client for Bitwarden" diff --git a/srcpkgs/runit/template b/srcpkgs/runit/template index eb436f5bae0b95..2ed38288f21509 100644 --- a/srcpkgs/runit/template +++ b/srcpkgs/runit/template @@ -3,7 +3,7 @@ pkgname=runit version=2.1.2 revision=15 build_wrksrc="${pkgname}-${version}/src" -build_style="gnu-makefile" +build_style=gnu-makefile short_desc="UNIX init scheme with service supervision" maintainer="Orphaned " license="BSD-3-Clause" diff --git a/srcpkgs/rust-bindgen/template b/srcpkgs/rust-bindgen/template index 5c82eca4712ee7..f19ba14363b01c 100644 --- a/srcpkgs/rust-bindgen/template +++ b/srcpkgs/rust-bindgen/template @@ -2,7 +2,7 @@ pkgname=rust-bindgen version=0.69.4 revision=1 -build_style="cargo" +build_style=cargo configure_args="--bins" make_install_args="--path bindgen-cli" depends="libclang" diff --git a/srcpkgs/sacc/template b/srcpkgs/sacc/template index ffd3ddb439bdd6..0ea8919c94977e 100644 --- a/srcpkgs/sacc/template +++ b/srcpkgs/sacc/template @@ -2,7 +2,7 @@ pkgname=sacc version=1.07 revision=2 -build_style="gnu-makefile" +build_style=gnu-makefile makedepends="ncurses-devel libtls-devel" short_desc="Terminal gopher client" maintainer="Quentin Rameau " diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template index 40f7326c7e6488..031234eb1bd84a 100644 --- a/srcpkgs/scons/template +++ b/srcpkgs/scons/template @@ -2,7 +2,7 @@ pkgname=scons version=4.7.0 revision=1 -build_style="python3-module" +build_style=python3-module make_install_args="--install-data=/usr/share/man/man1/" hostmakedepends="python3 python3-setuptools" depends="python3" diff --git a/srcpkgs/sklogw/template b/srcpkgs/sklogw/template index 51679b2cee186d..c570449880535c 100644 --- a/srcpkgs/sklogw/template +++ b/srcpkgs/sklogw/template @@ -8,7 +8,7 @@ license="MIT" homepage="https://framagit.org/xant0me/cache_dns" distfiles="https://framagit.org/xant0me/cache_dns/repository/archive.tar.gz?ref=v${version}>sklogw-${version}.tar.gz" checksum="7f28ab7f6b9a1cee4f16a49c3314b72f6bb192c3e4a119d4a3aa0de300e80b04" -build_style="gnu-makefile" +build_style=gnu-makefile broken="Source can no longer be downloaded. No mirror available." post_install() { diff --git a/srcpkgs/slurm/template b/srcpkgs/slurm/template index 0c3e9a258fad79..8aa9b5e12d8cca 100644 --- a/srcpkgs/slurm/template +++ b/srcpkgs/slurm/template @@ -2,7 +2,7 @@ pkgname=slurm version=0.4.4 revision=1 -build_style="meson" +build_style=meson makedepends="ncurses-devel" short_desc="Yet another network load monitor" maintainer="Leah Neukirchen " diff --git a/srcpkgs/spt/template b/srcpkgs/spt/template index e6139c88aaafa3..953b648c2512c8 100644 --- a/srcpkgs/spt/template +++ b/srcpkgs/spt/template @@ -7,7 +7,7 @@ maintainer="Inokentiy Babushkin " license="ISC" hostmakedepends="pkg-config" makedepends="libnotify-devel glib-devel" -build_style="gnu-makefile" +build_style=gnu-makefile homepage="https://github.com/pickfire/spt" distfiles="https://github.com/pickfire/${pkgname}/archive/${version}.tar.gz" checksum=7ca59ad833f86fc41c1cad3d0835b8ce64682a33cc27a22c042a7e7bd09ab582 diff --git a/srcpkgs/ssh-audit/template b/srcpkgs/ssh-audit/template index 07e2634d1994e1..d82878bc363481 100644 --- a/srcpkgs/ssh-audit/template +++ b/srcpkgs/ssh-audit/template @@ -2,7 +2,7 @@ pkgname=ssh-audit version=3.2.0 revision=1 -build_style="python3-module" +build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-pytest" diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template index 001d8385124889..b3a606ae862786 100644 --- a/srcpkgs/sunxi-tools/template +++ b/srcpkgs/sunxi-tools/template @@ -3,7 +3,7 @@ pkgname=sunxi-tools reverts="20140125_1 20150226_1 20150226_2 20150226_3 20150526_1" version=1.4.2 revision=1 -build_style="gnu-makefile" +build_style=gnu-makefile make_build_target="tools misc" make_install_target="install-tools install-misc" hostmakedepends="pkg-config" diff --git a/srcpkgs/sv-netmount/template b/srcpkgs/sv-netmount/template index 126157fe70d8af..44402d6993bc22 100644 --- a/srcpkgs/sv-netmount/template +++ b/srcpkgs/sv-netmount/template @@ -2,7 +2,7 @@ pkgname=sv-netmount version=0.1 revision=3 -build_style="meta" +build_style=meta short_desc="Service to mount/umount network filesystems from fstab" maintainer="Olivier Mauras " license="GPL-2.0-or-later" diff --git a/srcpkgs/sway-audio-idle-inhibit/template b/srcpkgs/sway-audio-idle-inhibit/template index 9f43dc541aabb8..c013ea15280d67 100644 --- a/srcpkgs/sway-audio-idle-inhibit/template +++ b/srcpkgs/sway-audio-idle-inhibit/template @@ -2,7 +2,7 @@ pkgname=sway-audio-idle-inhibit version=0.1.1 revision=2 -build_style="meson" +build_style=meson hostmakedepends="pkg-config wayland-devel" makedepends="wayland-protocols wayland-devel pulseaudio-devel" short_desc="Prevent swayidle from sleeping when audio is playing" diff --git a/srcpkgs/t1utils/template b/srcpkgs/t1utils/template index ec240292a45690..87e11b6a9175cd 100644 --- a/srcpkgs/t1utils/template +++ b/srcpkgs/t1utils/template @@ -2,7 +2,7 @@ pkgname=t1utils version=1.42 revision=1 -build_style="gnu-configure" +build_style=gnu-configure short_desc="Type 1 font utilities" maintainer="newbluemoon " license="custom:Click" diff --git a/srcpkgs/texi2html/template b/srcpkgs/texi2html/template index 762ca6c34ecd31..c3f812f7aac630 100644 --- a/srcpkgs/texi2html/template +++ b/srcpkgs/texi2html/template @@ -2,7 +2,7 @@ pkgname=texi2html version=5.0 revision=2 -build_style="gnu-configure" +build_style=gnu-configure hostmakedepends="perl" depends="perl" short_desc="Open Source Texinfo to HTML Conversion Script" diff --git a/srcpkgs/texlive-bibtexextra/template b/srcpkgs/texlive-bibtexextra/template index ff62911eeb9939..3fa711d3d45f41 100644 --- a/srcpkgs/texlive-bibtexextra/template +++ b/srcpkgs/texlive-bibtexextra/template @@ -2,7 +2,7 @@ pkgname=texlive-bibtexextra version=2023.66579 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Additional BibTeX styles and bibliography databases" maintainer="fosslinux " diff --git a/srcpkgs/texlive-core/template b/srcpkgs/texlive-core/template index f8a93e76beb9de..f6af04026c1ff5 100644 --- a/srcpkgs/texlive-core/template +++ b/srcpkgs/texlive-core/template @@ -2,7 +2,7 @@ pkgname=texlive-core version=2023.66587 revision=1 -build_style="texmf" +build_style=texmf short_desc="TeX Live - core texmf distribution" maintainer="fosslinux " license="GPL-2.0-or-later" diff --git a/srcpkgs/texlive-fontsextra/template b/srcpkgs/texlive-fontsextra/template index 75095b60cceb2e..2e1a048e8ecf49 100644 --- a/srcpkgs/texlive-fontsextra/template +++ b/srcpkgs/texlive-fontsextra/template @@ -2,7 +2,7 @@ pkgname=texlive-fontsextra version=2023.66328 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - All sorts of extra fonts" maintainer="fosslinux " diff --git a/srcpkgs/texlive-formatsextra/template b/srcpkgs/texlive-formatsextra/template index a26144b087b5e9..fce09e09311075 100644 --- a/srcpkgs/texlive-formatsextra/template +++ b/srcpkgs/texlive-formatsextra/template @@ -2,7 +2,7 @@ pkgname=texlive-formatsextra version=2023.66186 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Collection of extra TeX 'formats'" maintainer="fosslinux " diff --git a/srcpkgs/texlive-games/template b/srcpkgs/texlive-games/template index f73f47547f8705..d430d43b02a9e2 100644 --- a/srcpkgs/texlive-games/template +++ b/srcpkgs/texlive-games/template @@ -2,7 +2,7 @@ pkgname=texlive-games version=2023.66190 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Typesetting board games" maintainer="fosslinux " diff --git a/srcpkgs/texlive-humanities/template b/srcpkgs/texlive-humanities/template index eb2f7ae79a744b..e3005c98102302 100644 --- a/srcpkgs/texlive-humanities/template +++ b/srcpkgs/texlive-humanities/template @@ -2,7 +2,7 @@ pkgname=texlive-humanities version=2023.65502 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core texlive-latexextra texlive-pictures" short_desc="TeX Live - Packages for humanities, law, linguistics, etc" maintainer="fosslinux " diff --git a/srcpkgs/texlive-langchinese/template b/srcpkgs/texlive-langchinese/template index fdcd78cd5c2d18..a35fc004958a12 100644 --- a/srcpkgs/texlive-langchinese/template +++ b/srcpkgs/texlive-langchinese/template @@ -2,7 +2,7 @@ pkgname=texlive-langchinese version=2023.66188 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Chinese" maintainer="fosslinux " diff --git a/srcpkgs/texlive-langcyrillic/template b/srcpkgs/texlive-langcyrillic/template index 85aa1defe41c62..c6b7d50afdd852 100644 --- a/srcpkgs/texlive-langcyrillic/template +++ b/srcpkgs/texlive-langcyrillic/template @@ -2,7 +2,7 @@ pkgname=texlive-langcyrillic version=2023.64588 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Cyrillic text" maintainer="fosslinux " diff --git a/srcpkgs/texlive-langextra/template b/srcpkgs/texlive-langextra/template index 09b0d9bf227160..7c313ba7ef109a 100644 --- a/srcpkgs/texlive-langextra/template +++ b/srcpkgs/texlive-langextra/template @@ -2,7 +2,7 @@ pkgname=texlive-langextra version=2023.66225 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core texlive-latexextra" short_desc="TeX Live - Packages for a bunch of extra languages" maintainer="fosslinux " diff --git a/srcpkgs/texlive-langgreek/template b/srcpkgs/texlive-langgreek/template index 5df3a177468ea7..d11a798574309a 100644 --- a/srcpkgs/texlive-langgreek/template +++ b/srcpkgs/texlive-langgreek/template @@ -2,7 +2,7 @@ pkgname=texlive-langgreek version=2023.66513 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Greek" maintainer="fosslinux " diff --git a/srcpkgs/texlive-langjapanese/template b/srcpkgs/texlive-langjapanese/template index d21163ed900b90..bd1c50408f3b82 100644 --- a/srcpkgs/texlive-langjapanese/template +++ b/srcpkgs/texlive-langjapanese/template @@ -2,7 +2,7 @@ pkgname=texlive-langjapanese version=2023.66482 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Japanese" maintainer="fosslinux " diff --git a/srcpkgs/texlive-langkorean/template b/srcpkgs/texlive-langkorean/template index 017f2443a6488b..17497efd3fe448 100644 --- a/srcpkgs/texlive-langkorean/template +++ b/srcpkgs/texlive-langkorean/template @@ -2,7 +2,7 @@ pkgname=texlive-langkorean version=2023.66513 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Fonts and macro packages for typesetting Korean" maintainer="fosslinux " diff --git a/srcpkgs/texlive-latexextra/template b/srcpkgs/texlive-latexextra/template index 9f6a24d04b3d34..ed380ab8ae8932 100644 --- a/srcpkgs/texlive-latexextra/template +++ b/srcpkgs/texlive-latexextra/template @@ -2,7 +2,7 @@ pkgname=texlive-latexextra version=2023.66551 revision=1 -build_style="texmf" +build_style=texmf depends="perl-File-Which python3-Pygments texlive-core texlive-pictures" short_desc="TeX Live - Collection of LaTeX addon packages" maintainer="fosslinux " diff --git a/srcpkgs/texlive-music/template b/srcpkgs/texlive-music/template index e278a0b851b46d..667eea3c6996fd 100644 --- a/srcpkgs/texlive-music/template +++ b/srcpkgs/texlive-music/template @@ -2,7 +2,7 @@ pkgname=texlive-music version=2023.66278 revision=1 -build_style="texmf" +build_style=texmf depends="fontforge python3 texlive-core" short_desc="TeX Live - Music typesetting packages" maintainer="fosslinux " diff --git a/srcpkgs/texlive-pictures/template b/srcpkgs/texlive-pictures/template index 9674677a47a0b4..a596bdafb7c221 100644 --- a/srcpkgs/texlive-pictures/template +++ b/srcpkgs/texlive-pictures/template @@ -2,7 +2,7 @@ pkgname=texlive-pictures version=2023.66549 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Packages for drawing graphics" maintainer="fosslinux " diff --git a/srcpkgs/texlive-pstricks/template b/srcpkgs/texlive-pstricks/template index e2f1c0f8edbb1d..2c53a22f994a6f 100644 --- a/srcpkgs/texlive-pstricks/template +++ b/srcpkgs/texlive-pstricks/template @@ -2,7 +2,7 @@ pkgname=texlive-pstricks version=2023.66115 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Additional PSTricks packages" maintainer="fosslinux " diff --git a/srcpkgs/texlive-publishers/template b/srcpkgs/texlive-publishers/template index 2a9677a20075e7..8fe3e662828721 100644 --- a/srcpkgs/texlive-publishers/template +++ b/srcpkgs/texlive-publishers/template @@ -2,7 +2,7 @@ pkgname=texlive-publishers version=2023.66550 revision=1 -build_style="texmf" +build_style=texmf short_desc="TeX Live - Classes and packages for certain publishers" maintainer="fosslinux " license="GPL-2.0-or-later" diff --git a/srcpkgs/texlive-science/template b/srcpkgs/texlive-science/template index 951d4cba6adc73..bf5100f9e70ebe 100644 --- a/srcpkgs/texlive-science/template +++ b/srcpkgs/texlive-science/template @@ -2,7 +2,7 @@ pkgname=texlive-science version=2023.66461 revision=1 -build_style="texmf" +build_style=texmf depends="texlive-core" short_desc="TeX Live - Typesetting for mathematics and science disciplines" maintainer="fosslinux " diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template index cf24c24db6f578..cadd832b4960f2 100644 --- a/srcpkgs/tlpui/template +++ b/srcpkgs/tlpui/template @@ -2,7 +2,7 @@ pkgname=tlpui version=1.6.4 revision=1 -build_style="python3-pep517" +build_style=python3-pep517 hostmakedepends="python3-poetry-core" depends="gtk+3 tlp python3-gobject python3-yaml" short_desc="GTK user interface for TLP" diff --git a/srcpkgs/urxvtconfig/template b/srcpkgs/urxvtconfig/template index 11d2cbc0bef992..79cb751448253f 100644 --- a/srcpkgs/urxvtconfig/template +++ b/srcpkgs/urxvtconfig/template @@ -3,7 +3,7 @@ pkgname=urxvtconfig version=1.0 revision=3 build_wrksrc="source" -build_style="qmake" +build_style=qmake makedepends="libmagick-devel libXft-devel qt5-devel" short_desc="GUI tool for configuration of the rxvt-unicode terminal emulator" maintainer="Orphaned " diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template index 41aa2436e7f051..fd39a1b7fa09b4 100644 --- a/srcpkgs/volta/template +++ b/srcpkgs/volta/template @@ -3,7 +3,7 @@ pkgname=volta version=1.1.1 revision=1 archs="x86_64" # Due to volta pulling pre-built binaries later. Evil. -build_style="cargo" +build_style=cargo hostmakedepends="pkg-config" makedepends="openssl-devel" short_desc="JavaScript tool version sync helper" diff --git a/srcpkgs/wavemon/template b/srcpkgs/wavemon/template index 62223a35bd1935..ab9fda15f561f0 100644 --- a/srcpkgs/wavemon/template +++ b/srcpkgs/wavemon/template @@ -2,7 +2,7 @@ pkgname=wavemon version=0.9.6 revision=1 -build_style="gnu-configure" +build_style=gnu-configure hostmakedepends="pkg-config" makedepends="ncurses-devel libnl3-devel" short_desc="Ncurses-based monitoring application for wireless network devices" diff --git a/srcpkgs/wicd/template b/srcpkgs/wicd/template index e376f45988d858..90d3bf0cd6b59a 100644 --- a/srcpkgs/wicd/template +++ b/srcpkgs/wicd/template @@ -3,7 +3,7 @@ pkgname=wicd version=1.7.4 revision=9 _ver=$version+tb2+2019.09.18git2e0ba579-1 -build_style="python3-module" +build_style=python3-module hostmakedepends="python3-setuptools python3-Babel" depends="dbus-glib dhclient ethtool net-tools python3-dbus python3-gobject python3-urwid wireless_tools wpa_supplicant" diff --git a/srcpkgs/xcalib/template b/srcpkgs/xcalib/template index dcddda5e97fe6b..1257f84fb7a528 100644 --- a/srcpkgs/xcalib/template +++ b/srcpkgs/xcalib/template @@ -2,7 +2,7 @@ pkgname=xcalib version=0.8 revision=5 -build_style="gnu-makefile" +build_style=gnu-makefile makedepends="libX11-devel libXxf86vm-devel" short_desc="Tiny monitor calibration loader for X.org" maintainer="Orphaned " diff --git a/srcpkgs/xfig/template b/srcpkgs/xfig/template index 13b8db6d26c77c..7290e420c449e1 100644 --- a/srcpkgs/xfig/template +++ b/srcpkgs/xfig/template @@ -2,7 +2,7 @@ pkgname=xfig version=3.2.9 revision=1 -build_style="gnu-configure" +build_style=gnu-configure hostmakedepends="fig2dev ghostscript netpbm" makedepends="freetype-devel libXaw-devel libXaw3d-devel libXft-devel libXi-devel libXmu-devel libXpm-devel libXt-devel diff --git a/srcpkgs/xosd/template b/srcpkgs/xosd/template index 73a6e272bb2eb8..164bfdf7e1f748 100644 --- a/srcpkgs/xosd/template +++ b/srcpkgs/xosd/template @@ -2,7 +2,7 @@ pkgname=xosd version=2.2.14 revision=1 -build_style="gnu-configure" +build_style=gnu-configure hostmakedepends="pkg-config" makedepends="gtk+3-devel" short_desc="Simple tool to display shaped text on your X display" diff --git a/srcpkgs/xsel/template b/srcpkgs/xsel/template index ce7e19271d2e46..e55f82bc0cd723 100644 --- a/srcpkgs/xsel/template +++ b/srcpkgs/xsel/template @@ -2,7 +2,7 @@ pkgname=xsel version=1.2.1 revision=1 -build_style="gnu-configure" +build_style=gnu-configure hostmakedepends="autoconf automake pkg-config" makedepends="libXt-devel" short_desc="Command-line getting and setting the contents of the X selection"