From d882406da0d0b3441617bc6ae4fe6aa030422f99 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 1 Oct 2022 15:45:20 -0400 Subject: [PATCH 1/5] libratbag: update to 0.16, adopt. --- srcpkgs/libratbag/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libratbag/template b/srcpkgs/libratbag/template index 370d670157f6..92645dd99eb7 100644 --- a/srcpkgs/libratbag/template +++ b/srcpkgs/libratbag/template @@ -1,6 +1,6 @@ # Template file for 'libratbag' pkgname=libratbag -version=0.15 +version=0.16 revision=1 build_style=meson configure_args="-Dtests=false -Dsystemd-unit-dir='' @@ -11,11 +11,11 @@ makedepends="elogind-devel eudev-libudev-devel libglib-devel libevdev-devel depends="dbus python3-evdev python3-gobject" checkdepends="python3-gobject python3-evdev" short_desc="DBus daemon to configure gaming mice" -maintainer="bra1nwave " +maintainer="classabbyamp " license="MIT" homepage="https://github.com/libratbag/libratbag" distfiles="https://github.com/libratbag/libratbag/archive/v${version}.tar.gz" -checksum=9e6ad8d54daef8cc0f44784bdde9bf5a3879d8a66d11e0b990b87266f81f7329 +checksum=c70b6a259693216e6a57ec3087496e8d6df01d4425b7a06592872b7b123e5fcc post_install() { vsv ratbagd From 1a8338e15b0395361e3a46311a2f3b02da6125cd Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 1 Oct 2022 15:46:08 -0400 Subject: [PATCH 2/5] piper: update to 0.7, adopt. --- srcpkgs/piper/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template index 21333273a406..00e3146b9ad0 100644 --- a/srcpkgs/piper/template +++ b/srcpkgs/piper/template @@ -1,7 +1,7 @@ # Template file for 'piper' pkgname=piper -version=0.6 -revision=3 +version=0.7 +revision=1 build_style=meson hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml python3-evdev python3-cairo python3-gobject" @@ -9,11 +9,11 @@ makedepends="python3-devel python3-gobject-devel" depends="libratbag gtk+3 python3-lxml python3-evdev python3-cairo python3-gobject" checkdepends="flake8" short_desc="GTK application to configure gaming mice" -maintainer="bra1nwave " +maintainer="classabbyamp " license="GPL-2.0-or-later" homepage="https://github.com/libratbag/piper" distfiles="https://github.com/libratbag/piper/archive/${version}.tar.gz" -checksum=aa2fb9b63cd926067bdf2842013169e279fe2a159e8575f392fc1f042cdec001 +checksum=65e5058e7d722c463e810de6d9ae79ad7ebf8979f099fec5bcd26c5098a89ded if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args="-Dtests=false" From ed19caf3b5d796b935bf8d50ba826bead9080050 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 1 Oct 2022 15:50:59 -0400 Subject: [PATCH 3/5] gpredict: adopt, fix licence spdx, add changelog --- srcpkgs/gpredict/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gpredict/template b/srcpkgs/gpredict/template index 0c750c9ab0c0..2088f6a96f56 100644 --- a/srcpkgs/gpredict/template +++ b/srcpkgs/gpredict/template @@ -6,9 +6,10 @@ build_style=gnu-configure hostmakedepends="pkg-config intltool" makedepends="libcurl-devel glib-devel gtk+3-devel goocanvas-devel" short_desc="Real-time satellite tracking and orbit prediction application" -maintainer="bra1nwave " -license="GPL-2-or-later" +maintainer="classabbyamp " +license="GPL-2.0-or-later" homepage="http://gpredict.oz9aec.net/" +changelog="https://raw.githubusercontent.com/csete/gpredict/master/NEWS" distfiles="https://github.com/csete/gpredict/releases/download/v${version}/${pkgname}-${version}.tar.bz2" checksum=e759c4bae0b17b202a7c0f8281ff016f819b502780d3e77b46fe8767e7498e43 From d7407c071be6f2ccec5cf43dc5ff66705cae4a51 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 30 Sep 2022 20:51:16 -0400 Subject: [PATCH 4/5] srcpkgs/: adopt several of brainwave's packages --- srcpkgs/SoapyRTLSDR/template | 2 +- srcpkgs/SoapySDR/template | 2 +- srcpkgs/gqrx/template | 2 +- srcpkgs/multimon-ng/template | 2 +- srcpkgs/sxhkd/template | 2 +- srcpkgs/vitetris/template | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/SoapyRTLSDR/template b/srcpkgs/SoapyRTLSDR/template index 346b4f625f7c..4f7f699e93ee 100644 --- a/srcpkgs/SoapyRTLSDR/template +++ b/srcpkgs/SoapyRTLSDR/template @@ -7,7 +7,7 @@ build_style=cmake hostmakedepends="pkg-config" makedepends="SoapySDR-devel librtlsdr-devel" short_desc="SoapySDR module for RTL-SDR" -maintainer="bra1nwave " +maintainer="classabbyamp " license="MIT" homepage="https://github.com/pothosware/SoapyRTLSDR" distfiles="${homepage}/archive/soapy-rtlsdr-${version}.tar.gz" diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template index 5d20a91a7bc8..3fb76a00990f 100644 --- a/srcpkgs/SoapySDR/template +++ b/srcpkgs/SoapySDR/template @@ -9,7 +9,7 @@ hostmakedepends="doxygen swig python3" makedepends="python3-devel" depends="python3" short_desc="Vendor and platform neutral SDR support library" -maintainer="bra1nwave " +maintainer="classabbyamp " license="BSL-1.0" homepage="https://github.com/pothosware/SoapySDR" changelog="https://raw.githubusercontent.com/pothosware/SoapySDR/master/Changelog.txt" diff --git a/srcpkgs/gqrx/template b/srcpkgs/gqrx/template index 280ffced8bb8..2561d1cb7f95 100644 --- a/srcpkgs/gqrx/template +++ b/srcpkgs/gqrx/template @@ -10,7 +10,7 @@ makedepends="gnuradio-devel gnuradio-osmosdr-devel pulseaudio-devel qt5-svg-deve alsa-lib-devel jack-devel qt5-tools $(vopt_if portaudio portaudio-devel)" depends="desktop-file-utils" short_desc="Software defined radio receiver powered by GNU Radio and Qt" -maintainer="bra1nwave " +maintainer="classabbyamp " license="GPL-3.0-or-later" homepage="https://gqrx.dk" changelog="https://raw.githubusercontent.com/gqrx-sdr/gqrx/master/resources/news.txt" diff --git a/srcpkgs/multimon-ng/template b/srcpkgs/multimon-ng/template index 80c0689d5197..92e0082be0c3 100644 --- a/srcpkgs/multimon-ng/template +++ b/srcpkgs/multimon-ng/template @@ -7,7 +7,7 @@ configure_args="-DX11_SUPPORT=$(vopt_if x11 ON OFF) -DPULSE_AUDIO_SUPPORT=$(vopt_if pulseaudio ON OFF)" makedepends="$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if x11 libX11-devel)" short_desc="Digital transmission decoder" -maintainer="bra1nwave " +maintainer="classabbyamp " license="GPL-2.0-or-later" homepage="https://github.com/EliasOenal/multimon-ng" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/sxhkd/template b/srcpkgs/sxhkd/template index 5df1bb0039e4..65c960de9626 100644 --- a/srcpkgs/sxhkd/template +++ b/srcpkgs/sxhkd/template @@ -6,7 +6,7 @@ build_style=gnu-makefile make_use_env=yes makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel" short_desc="Simple X HotKey Daemon" -maintainer="bra1nwave " +maintainer="classabbyamp " license="BSD-2-Clause" homepage="https://github.com/baskerville/sxhkd" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/vitetris/template b/srcpkgs/vitetris/template index 833a3cb491ee..e6478ae9797d 100644 --- a/srcpkgs/vitetris/template +++ b/srcpkgs/vitetris/template @@ -7,7 +7,7 @@ configure_args="--prefix=/usr --with-ncurses --without-x" make_dirs="/var/games/vitetris 0755 root users" makedepends="ncurses-devel" short_desc="Terminal-based Tetris clone" -maintainer="bra1nwave " +maintainer="classabbyamp " license="BSD-2-Clause" homepage="http://www.victornils.net/tetris/" distfiles="https://github.com/vicgeralds/vitetris/archive/v${version}.tar.gz" From aeb094f6f1f15395420a110ba59f4603b2f23899 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 30 Sep 2022 20:53:05 -0400 Subject: [PATCH 5/5] srcpkgs/: orphan brainwave's packages they have not been active on github since October 2020 --- srcpkgs/SoapyAirspy/template | 2 +- srcpkgs/SoapyHackRF/template | 2 +- srcpkgs/SoapyUHD/template | 2 +- srcpkgs/WoeUSB/template | 2 +- srcpkgs/ahoviewer/template | 2 +- srcpkgs/airspy/template | 2 +- srcpkgs/cheat/template | 2 +- srcpkgs/ecm-tools/template | 2 +- srcpkgs/fceux/template | 2 +- srcpkgs/freeciv/template | 2 +- srcpkgs/gnuradio-osmosdr/template | 2 +- srcpkgs/gpodder/template | 2 +- srcpkgs/hackrf/template | 2 +- srcpkgs/imv/template | 2 +- srcpkgs/inxi/template | 2 +- srcpkgs/jxrlib/template | 2 +- srcpkgs/lbzip2/template | 2 +- srcpkgs/libfilezilla/template | 2 +- srcpkgs/libmwaw/template | 2 +- srcpkgs/libtecla/template | 4 ++-- srcpkgs/log4cpp/template | 2 +- srcpkgs/lzlib/template | 2 +- srcpkgs/mgba/template | 2 +- srcpkgs/milkytracker/template | 2 +- srcpkgs/nestopia/template | 2 +- srcpkgs/opentoonz/template | 2 +- srcpkgs/platformio/template | 2 +- srcpkgs/plzip/template | 2 +- srcpkgs/pmbootstrap/template | 2 +- srcpkgs/python3-Cheroot/template | 2 +- srcpkgs/python3-CherryPy/template | 2 +- srcpkgs/python3-Levenshtein/template | 2 +- srcpkgs/python3-Whoosh/template | 2 +- srcpkgs/python3-apsw/template | 2 +- srcpkgs/python3-css-parser/template | 2 +- srcpkgs/python3-deprecation/template | 2 +- srcpkgs/python3-html5-parser/template | 2 +- srcpkgs/python3-jaraco.classes/template | 2 +- srcpkgs/python3-jaraco.collections/template | 2 +- srcpkgs/python3-jaraco.functools/template | 2 +- srcpkgs/python3-jaraco.text/template | 2 +- srcpkgs/python3-libevdev/template | 2 +- srcpkgs/python3-marisa-trie/template | 2 +- srcpkgs/python3-marshmallow/template | 2 +- srcpkgs/python3-mygpoclient/template | 2 +- srcpkgs/python3-oauthlib/template | 2 +- srcpkgs/python3-podcastparser/template | 2 +- srcpkgs/python3-requests-oauthlib/template | 2 +- srcpkgs/python3-semanticversion/template | 2 +- srcpkgs/python3-simplebayes/template | 2 +- srcpkgs/python3-tqdm/template | 2 +- srcpkgs/qmltermwidget/template | 2 +- srcpkgs/rapydscript-ng/template | 2 +- srcpkgs/schismtracker/template | 2 +- srcpkgs/stcgal/template | 3 +-- srcpkgs/sysexxer-ng/template | 2 +- srcpkgs/vidcutter/template | 2 +- srcpkgs/welle-io/template | 2 +- srcpkgs/xdo/template | 2 +- srcpkgs/xssstate/template | 4 ++-- srcpkgs/xwallpaper/template | 2 +- 61 files changed, 63 insertions(+), 64 deletions(-) diff --git a/srcpkgs/SoapyAirspy/template b/srcpkgs/SoapyAirspy/template index 23a2e71fc54c..029a27443ae9 100644 --- a/srcpkgs/SoapyAirspy/template +++ b/srcpkgs/SoapyAirspy/template @@ -7,7 +7,7 @@ build_style=cmake hostmakedepends="pkg-config" makedepends="SoapySDR-devel libairspy-devel" short_desc="SoapySDR module for Airspy" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/pothosware/SoapyAirspy" distfiles="${homepage}/archive/soapy-airspy-${version}.tar.gz" diff --git a/srcpkgs/SoapyHackRF/template b/srcpkgs/SoapyHackRF/template index 854c5c8395f8..c67aef8218ab 100644 --- a/srcpkgs/SoapyHackRF/template +++ b/srcpkgs/SoapyHackRF/template @@ -7,7 +7,7 @@ build_style=cmake hostmakedepends="pkg-config" makedepends="SoapySDR-devel libhackrf-devel" short_desc="SoapySDR module for HackRF" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/pothosware/SoapyHackRF" distfiles="${homepage}/archive/soapy-hackrf-${version}.tar.gz" diff --git a/srcpkgs/SoapyUHD/template b/srcpkgs/SoapyUHD/template index 90f51db7b9c6..57e1fb436a2f 100644 --- a/srcpkgs/SoapyUHD/template +++ b/srcpkgs/SoapyUHD/template @@ -7,7 +7,7 @@ build_style=cmake hostmakedepends="pkg-config" makedepends="SoapySDR-devel uhd-devel" short_desc="SoapySDR module for Ettus UHD" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/pothosware/SoapyUHD" distfiles="${homepage}/archive/soapy-uhd-${version}.tar.gz" diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template index 4b8a4892dec5..32298bc2f32f 100644 --- a/srcpkgs/WoeUSB/template +++ b/srcpkgs/WoeUSB/template @@ -8,7 +8,7 @@ hostmakedepends="automake gettext libtool" makedepends="wxWidgets-gtk3-devel" depends="WoeUSB-cli" short_desc="Create a Windows USB stick installer from a real Windows DVD or image" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/slacka/WoeUSB" distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz" diff --git a/srcpkgs/ahoviewer/template b/srcpkgs/ahoviewer/template index a231be63f6aa..27aa75d2589f 100644 --- a/srcpkgs/ahoviewer/template +++ b/srcpkgs/ahoviewer/template @@ -10,7 +10,7 @@ makedepends="gtkmm2-devel glibmm-devel libconfig++-devel libcurl-devel gst-plugins-bad1-devel wayland-devel" depends="gst-plugins-bad1 gst-plugins-good1" short_desc="GTK2 image viewer, manga reader, and booru browser" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/ahodesuka/ahoviewer" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/airspy/template b/srcpkgs/airspy/template index c259679d8ddd..8c6720dd2076 100644 --- a/srcpkgs/airspy/template +++ b/srcpkgs/airspy/template @@ -8,7 +8,7 @@ hostmakedepends="pkg-config" makedepends="libusb-devel" _desc="Tiny and efficient software defined radio (SDR)" short_desc="${_desc} - tools" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://airspy.com/" distfiles="https://github.com/airspy/airspyone_host/archive/v${version}.tar.gz" diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template index 9cc2e0d9ffad..dc87b3274c50 100644 --- a/srcpkgs/cheat/template +++ b/srcpkgs/cheat/template @@ -5,7 +5,7 @@ revision=1 build_style=go go_import_path="github.com/cheat/cheat/cmd/cheat" short_desc="Create and view interactive cheatsheets on the command-line" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/cheat/cheat" distfiles="https://github.com/cheat/cheat/archive/refs/tags/${version}.tar.gz" diff --git a/srcpkgs/ecm-tools/template b/srcpkgs/ecm-tools/template index 45de34539903..195fbee51a09 100644 --- a/srcpkgs/ecm-tools/template +++ b/srcpkgs/ecm-tools/template @@ -4,7 +4,7 @@ version=1.0.3 revision=1 build_style=gnu-makefile short_desc="Error Code Modeler" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/alucryd/ecm-tools" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/fceux/template b/srcpkgs/fceux/template index 2ef6d264ee8b..f36f49f86af3 100644 --- a/srcpkgs/fceux/template +++ b/srcpkgs/fceux/template @@ -7,7 +7,7 @@ build_style=cmake hostmakedepends="pkg-config qt5-qmake qt5-host-tools" makedepends="zlib-devel lua51-devel SDL2-devel qt5-devel minizip-devel" short_desc="All in one NES/Famicom Emulator" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://fceux.com/web/home.html" distfiles="https://github.com/TASVideos/fceux/archive/fceux-${version}.tar.gz" diff --git a/srcpkgs/freeciv/template b/srcpkgs/freeciv/template index b12f158c0d12..aaafa7dab557 100644 --- a/srcpkgs/freeciv/template +++ b/srcpkgs/freeciv/template @@ -8,7 +8,7 @@ hostmakedepends="pkg-config" makedepends="SDL2_gfx-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel gtk+3-devel libcurl-devel lua53-devel" short_desc="Free and Open Source empire-building strategy game - server/data" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://freeciv.org/" changelog="https://freeciv.fandom.com/wiki/NEWS-${version}" diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template index a79c832ba457..6c97b517e483 100644 --- a/srcpkgs/gnuradio-osmosdr/template +++ b/srcpkgs/gnuradio-osmosdr/template @@ -10,7 +10,7 @@ hostmakedepends="pkg-config gnuradio python3" makedepends="SoapySDR-devel gnuradio-devel libairspy-devel libhackrf-devel librtlsdr-devel python3-pybind11" short_desc="GNU Radio source block for rtlsdr, hackrf and airspy" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://osmocom.org/projects/gr-osmosdr/wiki/GrOsmoSDR" distfiles="https://github.com/osmocom/gr-osmosdr/archive/${_githash}.tar.gz" diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template index 79e6bcb07d23..2669a2fb4ef0 100644 --- a/srcpkgs/gpodder/template +++ b/srcpkgs/gpodder/template @@ -10,7 +10,7 @@ checkdepends="${depends} python3-MiniMock python3-coverage desktop-file-utils python3-pytest python3-pytest-httpserver python3-pytest-cov python3-requests which" short_desc="Podcast client" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/gpodder/gpodder" distfiles="https://github.com/gpodder/gpodder/archive/${version}.tar.gz" diff --git a/srcpkgs/hackrf/template b/srcpkgs/hackrf/template index 9bd653451bb1..9e756967f44c 100644 --- a/srcpkgs/hackrf/template +++ b/srcpkgs/hackrf/template @@ -8,7 +8,7 @@ hostmakedepends="pkg-config" makedepends="libusb-devel fftw-devel" _desc="Low cost software defined radio (SDR) platform" short_desc="${_desc} - tools" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://greatscottgadgets.com/hackrf/" distfiles="https://github.com/mossmann/hackrf/releases/download/v${version}/${pkgname}-${version}.tar.xz" diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template index c2a14a14a031..1fc992842739 100644 --- a/srcpkgs/imv/template +++ b/srcpkgs/imv/template @@ -10,7 +10,7 @@ makedepends="cmocka-devel freeimage-devel glu-devel librsvg-devel libheif-devel depends="desktop-file-utils" conf_files="/etc/imv_config" short_desc="Image viewer for X11/Wayland" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later, MIT" homepage="https://sr.ht/~exec64/imv/" changelog="https://git.sr.ht/~exec64/imv/blob/master/CHANGELOG" diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template index 9bfc1831f109..c92d2956ec27 100644 --- a/srcpkgs/inxi/template +++ b/srcpkgs/inxi/template @@ -6,7 +6,7 @@ wrksrc="inxi-${version}-1" depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr procps-ng" short_desc="Full featured system information script" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://smxi.org/docs/inxi.htm" changelog="https://raw.githubusercontent.com/smxi/inxi/master/inxi.changelog" diff --git a/srcpkgs/jxrlib/template b/srcpkgs/jxrlib/template index 48f02dceab61..dc6f206c96aa 100644 --- a/srcpkgs/jxrlib/template +++ b/srcpkgs/jxrlib/template @@ -4,7 +4,7 @@ version=0.2.2 revision=1 build_style=cmake short_desc="Open source implementation of jpegxr" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/glencoesoftware/jxrlib" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/lbzip2/template b/srcpkgs/lbzip2/template index c6973fe171b5..89cc1b5a4433 100644 --- a/srcpkgs/lbzip2/template +++ b/srcpkgs/lbzip2/template @@ -4,7 +4,7 @@ version=2.5 revision=2 build_style=gnu-configure short_desc="Parallel bzip2 compression utility" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://lbzip2.org/" distfiles="http://archive.lbzip2.org/lbzip2-${version}.tar.gz" diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template index d518f9c9f30f..e151b518a658 100644 --- a/srcpkgs/libfilezilla/template +++ b/srcpkgs/libfilezilla/template @@ -8,7 +8,7 @@ configure_args="--disable-static" hostmakedepends="gettext pkg-config" makedepends="nettle-devel gnutls-devel" short_desc="Small and modern C++ library, which offers some basic functionalities" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://lib.filezilla-project.org/" changelog="https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?view=co" diff --git a/srcpkgs/libmwaw/template b/srcpkgs/libmwaw/template index 2fbd52ce634f..50cc8ec247bb 100644 --- a/srcpkgs/libmwaw/template +++ b/srcpkgs/libmwaw/template @@ -7,7 +7,7 @@ configure_args="--disable-werror" hostmakedepends="pkg-config doxygen" makedepends="boost-devel zlib-devel librevenge-devel" short_desc="Import library for legacy Mac documents" -maintainer="bra1nwave " +maintainer="Orphaned " license="LGPL-2.1-or-later, MPL-2.0" homepage="https://sourceforge.net/projects/libmwaw/" distfiles="${SOURCEFORGE_SITE}/libmwaw/libmwaw/${pkgname}-${version}/${pkgname}-${version}.tar.xz" diff --git a/srcpkgs/libtecla/template b/srcpkgs/libtecla/template index 7055a50a638a..36b75c1fd0c2 100644 --- a/srcpkgs/libtecla/template +++ b/srcpkgs/libtecla/template @@ -6,8 +6,8 @@ wrksrc=${pkgname} build_style=gnu-configure makedepends="ncurses-devel" short_desc="Provides interactive command line editing facilities" -maintainer="bra1nwave " -license="MIT/X11" +maintainer="Orphaned " +license="MIT, X11" homepage="http://www.astro.caltech.edu/~mcs/tecla" distfiles="${homepage}/${pkgname}-${version}.tar.gz" checksum=f2757cc55040859fcf8f59a0b7b26e0184a22bece44ed9568a4534a478c1ee1a diff --git a/srcpkgs/log4cpp/template b/srcpkgs/log4cpp/template index d202e4fc2a49..06ab51c20780 100644 --- a/srcpkgs/log4cpp/template +++ b/srcpkgs/log4cpp/template @@ -7,7 +7,7 @@ build_style=gnu-configure configure_args="--disable-static --without-idsa" makedepends="libnsl-devel" short_desc="Library of C++ classes for flexible logging" -maintainer="bra1nwave " +maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="http://log4cpp.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/log4cpp/log4cpp-${version}.tar.gz" diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template index 763eab5d6eaf..0b1ac3c5b006 100644 --- a/srcpkgs/lzlib/template +++ b/srcpkgs/lzlib/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-static" short_desc="Compression library for the lzip file format" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSD-2-Clause" homepage="https://www.nongnu.org/lzip/lzlib" distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/mgba/template b/srcpkgs/mgba/template index a9babfe5f8e0..0adbbbeb80ee 100644 --- a/srcpkgs/mgba/template +++ b/srcpkgs/mgba/template @@ -7,7 +7,7 @@ hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils" makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel libzip-devel qt5-multimedia-devel qt5-tools-devel" short_desc="Game Boy Advance emulator written in C" -maintainer="bra1nwave " +maintainer="Orphaned " license="MPL-2.0" homepage="https://www.mgba.io/" changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES" diff --git a/srcpkgs/milkytracker/template b/srcpkgs/milkytracker/template index 7c81a0645a73..58545646b8a9 100644 --- a/srcpkgs/milkytracker/template +++ b/srcpkgs/milkytracker/template @@ -7,7 +7,7 @@ build_style=cmake makedepends="SDL2-devel zlib-devel jack-devel alsa-lib-devel rtmidi-devel" depends="libjack rtmidi" short_desc="Fast Tracker II inspired music tracker" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-only" homepage="http://milkytracker.titandemo.org/" distfiles="https://github.com/milkytracker/MilkyTracker/archive/v${version}.tar.gz" diff --git a/srcpkgs/nestopia/template b/srcpkgs/nestopia/template index 2529421987aa..6d2b21903248 100644 --- a/srcpkgs/nestopia/template +++ b/srcpkgs/nestopia/template @@ -8,7 +8,7 @@ hostmakedepends="autoconf-archive automake pkg-config" makedepends="SDL2-devel gtk+3-devel libao-devel libarchive-devel" depends="desktop-file-utils hicolor-icon-theme" short_desc="Portable NES/Famicom emulator written in C++" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-only" homepage="http://0ldsk00l.ca/nestopia/" changelog="https://raw.githubusercontent.com/0ldsk00l/nestopia/master/ChangeLog" diff --git a/srcpkgs/opentoonz/template b/srcpkgs/opentoonz/template index 0452c1e68d09..ee9f7603f55f 100644 --- a/srcpkgs/opentoonz/template +++ b/srcpkgs/opentoonz/template @@ -11,7 +11,7 @@ makedepends="qt5-devel qt5-svg-devel qt5-script-devel qt5-tools-devel qt5-multim libusb-devel SDL2-devel libmypaint-devel boost-devel libfreeglut-devel openblas-devel qt5-serialport-devel libopencv-devel" short_desc="Full-featured 2D animation creation software" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://opentoonz.github.io/e/" distfiles="https://github.com/opentoonz/opentoonz/archive/v${version}.tar.gz" diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template index 9dbceafd89f5..a962cf04c600 100644 --- a/srcpkgs/platformio/template +++ b/srcpkgs/platformio/template @@ -13,7 +13,7 @@ depends="python3-bottle python3-click python3-colorama python3-marshmallow checkdepends="python3-pytest python3-jsondiff python3-wheel python3-pip python3-Twisted python3-certifi git python3-zeroconf $depends" short_desc="Ecosystem for embedded development" -maintainer="bra1nwave " +maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/platformio/platformio-core" changelog="https://raw.githubusercontent.com/platformio/platformio-core/develop/HISTORY.rst" diff --git a/srcpkgs/plzip/template b/srcpkgs/plzip/template index cb1b9d404aae..d13c450ec56e 100644 --- a/srcpkgs/plzip/template +++ b/srcpkgs/plzip/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure makedepends="lzlib-devel" short_desc="Multi-threaded compressor using the lzip file format" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://www.nongnu.org/lzip/plzip" distfiles="${NONGNU_SITE}/lzip/plzip/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template index b325ea472c7e..61d6d96804ad 100644 --- a/srcpkgs/pmbootstrap/template +++ b/srcpkgs/pmbootstrap/template @@ -6,7 +6,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="git openssl python3" short_desc="PostmarketOS's chroot, build and flash tool" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://postmarketos.org" distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz" diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template index 8b20763967e3..7e8dccd85bd1 100644 --- a/srcpkgs/python3-Cheroot/template +++ b/srcpkgs/python3-Cheroot/template @@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools_scm" depends="python3-setuptools python3-six python3-more-itertools python3-jaraco.functools" short_desc="High-performance, pure-Python HTTP server (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/cherrypy/cheroot" changelog="https://github.com/cherrypy/cheroot/blob/master/CHANGES.rst" diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template index 5ee9191d5851..fd8e7b10f5c4 100644 --- a/srcpkgs/python3-CherryPy/template +++ b/srcpkgs/python3-CherryPy/template @@ -12,7 +12,7 @@ depends="python3-more-itertools python3-Cheroot python3-portend checkdepends="${depends} python3-path python3-requests python3-requests-toolbelt python3-pytest" short_desc="Object-oriented HTTP framework (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://cherrypy.dev" changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/main/CHANGES.rst" diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template index bc1f3107c9d4..d69f49a80e0b 100644 --- a/srcpkgs/python3-Levenshtein/template +++ b/srcpkgs/python3-Levenshtein/template @@ -8,7 +8,7 @@ hostmakedepends="python3-devel python3-setuptools" makedepends="python3-devel" depends="python3" short_desc="Functions for computation of distance and string similarity (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://pypi.org/project/python-Levenshtein/" distfiles="${PYPI_SITE}/p/python-Levenshtein/python-Levenshtein-${version}.tar.gz" diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template index 0a81d4ace717..60f58c7147e3 100644 --- a/srcpkgs/python3-Whoosh/template +++ b/srcpkgs/python3-Whoosh/template @@ -8,7 +8,7 @@ hostmakedepends="python3-devel python3-setuptools" makedepends="python3-devel" depends="python3" short_desc="Full-text indexing and searching library (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSD-2-Clause" homepage="https://bitbucket.org/mchaput/whoosh/wiki/Home" distfiles="${PYPI_SITE}/W/Whoosh/Whoosh-${version}.tar.gz" diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template index 63ef7ba76597..2a163e060890 100644 --- a/srcpkgs/python3-apsw/template +++ b/srcpkgs/python3-apsw/template @@ -10,7 +10,7 @@ makedepends="python3-devel sqlite-devel" depends="python3" checkdepends="python3-pytest $makedepends" short_desc="Another Python SQLite Wrapper (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="Zlib" homepage="https://github.com/rogerbinns/apsw" changelog="https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/changes.rst" diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template index 5ded34efd010..65d87553c263 100644 --- a/srcpkgs/python3-css-parser/template +++ b/srcpkgs/python3-css-parser/template @@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-chardet" short_desc="CSS related utilities (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="LGPL-3.0-or-later" homepage="https://github.com/ebook-utils/css-parser" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template index a8b859309adf..52f8401576a4 100644 --- a/srcpkgs/python3-deprecation/template +++ b/srcpkgs/python3-deprecation/template @@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools" depends="python3-packaging" checkdepends="${depends}" short_desc="Library to handle automated deprecations" -maintainer="bra1nwave " +maintainer="Orphaned " license="Apache-2.0" homepage="https://deprecation.readthedocs.io/en/latest/" distfiles="${PYPI_SITE}/d/deprecation/deprecation-${version}.tar.gz" diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template index 8eeb03ca7337..f270cd93446e 100644 --- a/srcpkgs/python3-html5-parser/template +++ b/srcpkgs/python3-html5-parser/template @@ -9,7 +9,7 @@ makedepends="python3-devel libxml2-devel" depends="python3-chardet python3-lxml python3-BeautifulSoup4" checkdepends="$depends" short_desc="Fast C-based HTML5 parsing (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="Apache-2.0" homepage="https://html5-parser.readthedocs.io/" distfiles="${PYPI_SITE}/h/html5-parser/html5-parser-${version}.tar.gz" diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template index bcfad68459eb..f0805e3a7ded 100644 --- a/srcpkgs/python3-jaraco.classes/template +++ b/srcpkgs/python3-jaraco.classes/template @@ -7,7 +7,7 @@ build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" depends="python3-more-itertools" short_desc="Utility functions for Python class constructs (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/jaraco/jaraco.classes" changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst" diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template index a2837b11066d..daff756579e1 100644 --- a/srcpkgs/python3-jaraco.collections/template +++ b/srcpkgs/python3-jaraco.collections/template @@ -8,7 +8,7 @@ hostmakedepends="python3-wheel python3-setuptools_scm" depends="python3-jaraco.classes python3-jaraco.text" checkdepends="${depends} python3-pytest-xdist" short_desc="Collection of objects similar to stdlib by jaraco (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/jaraco/jaraco.collections" changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst" diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template index 6c72f44b4409..bfa1dba7af4a 100644 --- a/srcpkgs/python3-jaraco.functools/template +++ b/srcpkgs/python3-jaraco.functools/template @@ -9,7 +9,7 @@ hostmakedepends="python3-wheel python3-setuptools_scm" depends="python3-more-itertools" checkdepends="${depends} python3-pytest python3-jaraco.classes" short_desc="Functools like those found in stdlib (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/jaraco/jaraco.functools" changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst" diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template index f63d4e0a8459..cc91beba6b8c 100644 --- a/srcpkgs/python3-jaraco.text/template +++ b/srcpkgs/python3-jaraco.text/template @@ -9,7 +9,7 @@ depends="python3-jaraco.functools python3-jaraco.context python3-autocommand python3-inflect python3-more-itertools" checkdepends="$depends python3-pytest" short_desc="Module for text manipulation (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/jaraco/jaraco.text" changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst" diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template index 6b0a293015c2..933b06a3d09f 100644 --- a/srcpkgs/python3-libevdev/template +++ b/srcpkgs/python3-libevdev/template @@ -9,7 +9,7 @@ hostmakedepends="python3-setuptools" depends="python3 libevdev" checkdepends="python3-pytest libevdev" short_desc="Python3 wrapper around the libevdev C library" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://gitlab.freedesktop.org/libevdev/python-libevdev" distfiles="${homepage}/-/archive/${version}/${version}.tar.gz" diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template index f43e8b744e2b..3b68dafc7159 100644 --- a/srcpkgs/python3-marisa-trie/template +++ b/srcpkgs/python3-marisa-trie/template @@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools python3-Cython" makedepends="python3-devel" depends="python3" short_desc="Static memory-efficient Trie-like structures (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/pytries/marisa-trie" changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.rst" diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template index 326728b29d13..ee5f375647d6 100644 --- a/srcpkgs/python3-marshmallow/template +++ b/srcpkgs/python3-marshmallow/template @@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-pytest python3-simplejson python3-pytz" short_desc="Library for converting complex datatypes (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/marshmallow-code/marshmallow" changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CHANGELOG.rst" diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template index 4c329f799243..67844e56f371 100644 --- a/srcpkgs/python3-mygpoclient/template +++ b/srcpkgs/python3-mygpoclient/template @@ -7,7 +7,7 @@ build_style=python3-module hostmakedepends="python3-devel" depends="python3" short_desc="Client Library for gpodder.net (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/gpodder/mygpoclient" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template index 3a3cb5ac2232..f7101af7bc5f 100644 --- a/srcpkgs/python3-oauthlib/template +++ b/srcpkgs/python3-oauthlib/template @@ -7,7 +7,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" short_desc="Implementation of the OAuth request-signing logic (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/oauthlib/oauthlib" distfiles="${PYPI_SITE}/o/oauthlib/oauthlib-${version}.tar.gz" diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template index 83b0010656be..93a739bad440 100644 --- a/srcpkgs/python3-podcastparser/template +++ b/srcpkgs/python3-podcastparser/template @@ -8,7 +8,7 @@ hostmakedepends="python3-devel" depends="python3" checkdepends="python3-nose python3-coverage" short_desc="Simplified, fast RSS parsing library (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="ISC" homepage="https://github.com/gpodder/podcastparser" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template index 7b5da65ea221..6c2265baa618 100644 --- a/srcpkgs/python3-requests-oauthlib/template +++ b/srcpkgs/python3-requests-oauthlib/template @@ -7,7 +7,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-oauthlib" short_desc="OAuthlib authentication support for Requests (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="ISC" homepage="https://github.com/requests/requests-oauthlib" changelog="https://raw.githubusercontent.com/requests/requests-oauthlib/master/HISTORY.rst" diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template index f4c94f2e52df..049ac702ad57 100644 --- a/srcpkgs/python3-semanticversion/template +++ b/srcpkgs/python3-semanticversion/template @@ -7,7 +7,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" short_desc="Semantic version comparison (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/rbarrois/python-semanticversion/" changelog="https://raw.githubusercontent.com/rbarrois/python-semanticversion/master/ChangeLog" diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template index d4c823f508b5..7c1116d9f76a 100644 --- a/srcpkgs/python3-simplebayes/template +++ b/srcpkgs/python3-simplebayes/template @@ -7,7 +7,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" short_desc="Bayesian text classifier (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/hickeroar/simplebayes" distfiles="${PYPI_SITE}/s/simplebayes/simplebayes-${version}.tar.gz" diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template index 138ede2b4bd1..c4f5267576fc 100644 --- a/srcpkgs/python3-tqdm/template +++ b/srcpkgs/python3-tqdm/template @@ -7,7 +7,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools" short_desc="Fast, extensible progress bar for Python and CLI (Python3)" -maintainer="bra1nwave " +maintainer="Orphaned " license="MPL-2.0, MIT" homepage="https://tqdm.github.io/" distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz" diff --git a/srcpkgs/qmltermwidget/template b/srcpkgs/qmltermwidget/template index 8a5b2fa230eb..1bb0592c94e1 100644 --- a/srcpkgs/qmltermwidget/template +++ b/srcpkgs/qmltermwidget/template @@ -6,7 +6,7 @@ build_style=qmake hostmakedepends="qt5-host-tools qt5-qmake" makedepends="qt5-devel qt5-declarative-devel" short_desc="QML port of qtermwidget" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/Swordfish90/qmltermwidget" distfiles="${homepage}/archive/${version}.tar.gz" diff --git a/srcpkgs/rapydscript-ng/template b/srcpkgs/rapydscript-ng/template index b885a0b6dc1e..1d5f4faab2c6 100644 --- a/srcpkgs/rapydscript-ng/template +++ b/srcpkgs/rapydscript-ng/template @@ -5,7 +5,7 @@ revision=3 hostmakedepends="nodejs" depends="nodejs" short_desc="Transpiler for a Python like language to JavaScript" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/kovidgoyal/rapydscript-ng" changelog="https://raw.githubusercontent.com/kovidgoyal/rapydscript-ng/master/CHANGELOG.md" diff --git a/srcpkgs/schismtracker/template b/srcpkgs/schismtracker/template index 8aeece8e44dc..434f8cd2d5ad 100644 --- a/srcpkgs/schismtracker/template +++ b/srcpkgs/schismtracker/template @@ -6,7 +6,7 @@ build_style=gnu-configure hostmakedepends="automake SDL-devel" makedepends="SDL-devel libXv-devel" short_desc="Sample-based music composition tool" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://schismtracker.org" distfiles="https://github.com/schismtracker/schismtracker/archive/${version}.tar.gz" diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template index 5f01ac715c49..f825acfcfc50 100644 --- a/srcpkgs/stcgal/template +++ b/srcpkgs/stcgal/template @@ -3,11 +3,10 @@ pkgname=stcgal version=1.6 revision=4 build_style=python3-module -pycompile_module="stcgal" hostmakedepends="python3-setuptools" depends="python3-pyserial python3-setuptools python3-tqdm" short_desc="STC MCU ISP flash tool" -maintainer="bra1nwave " +maintainer="Orphaned " license="MIT" homepage="https://github.com/grigorig/stcgal" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/sysexxer-ng/template b/srcpkgs/sysexxer-ng/template index 18b2a6e776a6..c05b54fdbcf7 100644 --- a/srcpkgs/sysexxer-ng/template +++ b/srcpkgs/sysexxer-ng/template @@ -6,7 +6,7 @@ build_style=cmake hostmakedepends="pkg-config gettext" makedepends="boost-devel fltk-devel jack-devel libev-devel ncurses-devel rtmidi-devel" short_desc="Universal tool to exchange MIDI system-exclusive data" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSL-1.0" homepage="https://github.com/linuxmao-org/sysexxer-ng" distfiles="${homepage}/releases/download/v${version}/sysexxer-ng-${version}.tar.gz" diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template index c507c132a19d..40693bd97ece 100644 --- a/srcpkgs/vidcutter/template +++ b/srcpkgs/vidcutter/template @@ -8,7 +8,7 @@ makedepends="mpv-devel python3-devel" depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo python3-PyOpenGL python3-PyQt5 python3-setuptools" short_desc="Video cutter and joiner based on FFmpeg" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/ozmartian/vidcutter" distfiles="https://github.com/ozmartian/vidcutter/archive/refs/tags/${version}.tar.gz" diff --git a/srcpkgs/welle-io/template b/srcpkgs/welle-io/template index 18e83f59dc0d..a23f2c308293 100644 --- a/srcpkgs/welle-io/template +++ b/srcpkgs/welle-io/template @@ -13,7 +13,7 @@ makedepends="$(vopt_if airspy libairspy-devel) $(vopt_if rtlsdr librtlsdr-devel) lame-devel alsa-lib-devel faad2-devel mpg123-devel" depends="qt5-graphicaleffects" short_desc="DAB/DAB+ Software Defined Radio (SDR)" -maintainer="bra1nwave " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://www.welle.io/" distfiles="https://github.com/AlbrechtL/welle.io/archive/v${version}.tar.gz" diff --git a/srcpkgs/xdo/template b/srcpkgs/xdo/template index 8f63746ea125..8d18111169d2 100644 --- a/srcpkgs/xdo/template +++ b/srcpkgs/xdo/template @@ -5,7 +5,7 @@ revision=3 build_style=gnu-makefile makedepends="libxcb-devel xcb-util-wm-devel" short_desc="Small X utility to perform elementary actions on windows" -maintainer="bra1nwave " +maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/baskerville/xdo" distfiles="https://github.com/baskerville/${pkgname}/archive/${version}.tar.gz" diff --git a/srcpkgs/xssstate/template b/srcpkgs/xssstate/template index b62fea7ae0d3..bf8132c5fdd3 100644 --- a/srcpkgs/xssstate/template +++ b/srcpkgs/xssstate/template @@ -5,8 +5,8 @@ revision=1 build_style=gnu-makefile make_build_args="INCS=-I." makedepends="libX11-devel libXScrnSaver-devel" -short_desc="A simple tool to retrieve the X screensaver state" -maintainer="bra1nwave " +short_desc="Simple tool to retrieve the X screensaver state" +maintainer="Orphaned " license="MIT" homepage="http://tools.suckless.org/x/xssstate" distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz" diff --git a/srcpkgs/xwallpaper/template b/srcpkgs/xwallpaper/template index 2e6c7de64d15..628f43ff5211 100644 --- a/srcpkgs/xwallpaper/template +++ b/srcpkgs/xwallpaper/template @@ -7,7 +7,7 @@ hostmakedepends="automake pkg-config" makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel libXpm-devel pixman-devel xcb-util-image-devel" short_desc="Wallpaper setting utility for X" -maintainer="bra1nwave " +maintainer="Orphaned " license="ISC" homepage="https://github.com/stoeckmann/xwallpaper" distfiles="https://github.com/stoeckmann/xwallpaper/archive/v${version}.tar.gz"