From andrew.clemons at gmail.com Mon May 1 10:43:06 2023 From: andrew.clemons at gmail.com (Andrew Clemons) Date: Mon, 1 May 2023 19:43:06 +0900 Subject: [Slackbuilds-users] remove wheel slackbuild In-Reply-To: References: <632475ba-4c79-462a-03ef-3c034c7753bc@slackbuilds.org> <20230430184054.461f595c5de6920ee72dd88f@laposte.net> Message-ID: On 1/05/23 07:16, fourtysixandtwo wrote: > Arnaud's tests backup my findings and why I didn't create a > python2-wheel and suggest the removal of the old wheel slackbuild > sooner rather than later. It's just not needed and would only cause a > conflict (/usr/bin/wheel) with python3-wheel. And we don't need more > wxPython-like conflicts! > > The other two builds (rencode and pynacl) that have those same > warnings need to be split/renamed, but also build just fine despite > the wheel missing warning. (as mentioned in my PR) > > My testing included comparing the build log and packages between no > wheel , old wheel slackbuild, and just python3-wheel installed. There > is no difference except the warning and functionality tests are > successful. (except for python2-automat which seems to be broken and > more testing would be moot given Arnaud planning it's removal) > > So I suggest removing the 3 commits to "fix wheel dependency" sitting > in Andrew's branch and we remove the old wheel slackbuild. > It's just not needed That is not quite true. The reason we see the warning is because there is no python2 version of wheel and pip is downloading it as root. Take pynacl for example: ``` # ls -A /var/lib/pkgtools/packages/*SBo* /var/lib/pkgtools/packages/cffi-1.13.2-x86_64-1_SBo /var/lib/pkgtools/packages/python3-flit_core-3.8.0-x86_64-2_SBo /var/lib/pkgtools/packages/python3-wheel-0.40.0-x86_64-1_SBo /var/lib/pkgtools/packages/pycparser-2.19-x86_64-1_SBo /var/lib/pkgtools/packages/python3-installer-0.5.1-x86_64-1_SBo # unshare -n bash pynacl.SlackBuild [...] WARNING: The wheel package is not available. DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/wheel/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/wheel/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/wheel/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/wheel/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/wheel/ ERROR: Could not find a version that satisfies the requirement wheel (from versions: none) ERROR: No matching distribution found for wheel Traceback (most recent call last): File "setup.py", line 264, in "Programming Language :: Python :: 3.8", File "/usr/lib64/python2.7/site-packages/setuptools/__init__.py", line 144, in setup _install_setup_requires(attrs) File "/usr/lib64/python2.7/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 721, in fetch_build_eggs replace_conflicting=True, File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 782, in resolve replace_conflicting=replace_conflicting File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 1065, in best_match return self.obtain(req, installer) File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 1077, in obtain return installer(requirement) File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 777, in fetch_build_egg return fetch_build_egg(self, req) File "/usr/lib64/python2.7/site-packages/setuptools/installer.py", line 130, in fetch_build_egg raise DistutilsError(str(e)) distutils.errors.DistutilsError: Command '['/usr/bin/python2', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpgyzsUE', '--quiet', 'wheel']' returned non-zero exit status 1 ``` If network access is allowed, sure it builds, but wheel _is_ needed and it falls back to having pip download it. It's the same situation for all three of the builds I fixed: python/rencode python/python2-automat python/pynacl -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From peter at peter-dambier.de Mon May 1 14:07:14 2023 From: peter at peter-dambier.de (Peter Dambier) Date: Mon, 1 May 2023 16:07:14 +0200 Subject: [Slackbuilds-users] fvwm3 woring for Slackware 15.0 32 bit Message-ID: <20230501160714.056013e1.peter@peter-dambier.de> Hi fellow slackbuilders, I built google-go-lang first and installed it. Reading fvwm3.info I only downloaded fvwm3-1.0.6a.tar.gz and built and installed. I am runninq xdg so I unpacked startfvwm3.gz into .xsession in my user directory. Loging in fvwm3 comes up without any obvious problems. The README on Slackbuilds.org may be missleading with lots to download. Cheers Peter From sbolokanov at abv.bg Mon May 1 15:01:36 2023 From: sbolokanov at abv.bg (=?utf-8?B?0KEuINCR0L7Qu9C+0LrQsNC90LDRgNGK?=) Date: Mon, 1 May 2023 18:01:36 +0300 (EEST) Subject: [Slackbuilds-users] icecast at SBo In-Reply-To: <07ae874a-fe87-2fc7-8d5e-fd67529e5d93@mos6581.de> References: <1695743664.1753703.1682460233858@nm51.abv.bg> <07ae874a-fe87-2fc7-8d5e-fd67529e5d93@mos6581.de> Message-ID: <1432355170.1820270.1682953296817@nm53.abv.bg> Hello. Since I use icecast for a small private radio, I've asked marc if I can take over it and he has granted me his permission. I will make a PR soon(ish). Regards, -- ?. ?. ?????????? >-------- ?????????? ????? -------- >??: Marcel Saegebarth marc at mos6581.de >???????: Re: icecast at SBo >??: ?. ?????????? >????????? ??: 01.05.2023 17:06 > >Greetings. > >Sorry for the late response. > >I don't maintain any script anymore since a couple of years. >Feel free to grab them. > >Best >-marc > >Am 26.04.2023 um 00:03 schrieb ?. ??????????: >> Hello there. >> >> For a while now there has been a newer version of icecast - 2.4.4. >> >> Do you still use icecast? If not I would like to pick up maintaining the >> script. >> >> Best regards, >> >> -- ?. ?. ?????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: From erich.public at protonmail.com Mon May 1 15:04:00 2023 From: erich.public at protonmail.com (Erich Ritz) Date: Mon, 01 May 2023 15:04:00 +0000 Subject: [Slackbuilds-users] Including runit script with slackbuild? In-Reply-To: References: Message-ID: <-4afGW_ydoAzfm-F5SxEpkHsDBeJ3ya0tm1kUykSqQ7qEHg6Bwkw25BTxbG-LQU2gpasEVdYQ08qlfRzaa5te2ywfap9KeBZwHiTsAYm_fU=@protonmail.com> ------- Original Message ------- On Friday, April 28th, 2023 at 8:20 AM, Jeremy Hansen wrote: > On Tue, Apr 25, 2023, 4:56 AM Charadon via SlackBuilds-users wrote: > > > Hey all, > > > > I want to include runit scripts with my earlyoom slackbuild. What's the > > policy with it? Do I have to include an environment variable like > > RUNIT=YES so the user can choose if they want it, or can I just include it? > > > > - Charadon > > > If it's part of the program, I'd probably include it in the default location. Pat does the same thing with systemd scripts.? He won't modify a package to remove functionality that others might choose to later use simply to save a few KB. > > If it isn't included with the program by default, that is more up to you. It may not be a bad idea to include it in the doc directory with a note in the README that it's available if someone wants to incorporate it, or using Chris's idea of keeping scripts in a separate repo. > > Jeremy > > ? https://www.linuxquestions.org/questions/slackware-14/systemd-creeping-into-slackware-4175614385/#post5762104 On a similar note 2 programs I maintain (bat and dust) include fish completion files. I include them with the SBo package, even though I don't use fish, because I noticed a few other programs I use also include fish completion files and it doesn't hurt to include them. As someone who doesn't use runit, I certainly wouldn't mind having the runit scripts included as long as they don't interfere with anything else (I assume they wouldn't). Erich From fourtysixandtwo at sliderr.net Tue May 2 08:19:57 2023 From: fourtysixandtwo at sliderr.net (fourtysixandtwo) Date: Tue, 2 May 2023 02:19:57 -0600 Subject: [Slackbuilds-users] remove wheel slackbuild In-Reply-To: References: <632475ba-4c79-462a-03ef-3c034c7753bc@slackbuilds.org> <20230430184054.461f595c5de6920ee72dd88f@laposte.net> Message-ID: Thanks Andrew. I thought I'd done that, but obviously not..doh! I've submitted python2-wheel (minus usr/bin/wheel) and tested building those three builds against it successfully. That will be better than keeping the wheel slackbuild around. Attached are the dep changes I used for those 3 slackbuilds. Cheers On Mon, May 1, 2023 at 4:43?AM Andrew Clemons wrote: > On 1/05/23 07:16, fourtysixandtwo wrote: > > Arnaud's tests backup my findings and why I didn't create a > > python2-wheel and suggest the removal of the old wheel slackbuild > > sooner rather than later. It's just not needed and would only cause a > > conflict (/usr/bin/wheel) with python3-wheel. And we don't need more > > wxPython-like conflicts! > > > > The other two builds (rencode and pynacl) that have those same > > warnings need to be split/renamed, but also build just fine despite > > the wheel missing warning. (as mentioned in my PR) > > > > My testing included comparing the build log and packages between no > > wheel , old wheel slackbuild, and just python3-wheel installed. There > > is no difference except the warning and functionality tests are > > successful. (except for python2-automat which seems to be broken and > > more testing would be moot given Arnaud planning it's removal) > > > > So I suggest removing the 3 commits to "fix wheel dependency" sitting > > in Andrew's branch and we remove the old wheel slackbuild. > > > It's just not needed > > That is not quite true. > > The reason we see the warning is because there is no python2 version of > wheel and pip is downloading it as root. > > Take pynacl for example: > > ``` > # ls -A /var/lib/pkgtools/packages/*SBo* > /var/lib/pkgtools/packages/cffi-1.13.2-x86_64-1_SBo > /var/lib/pkgtools/packages/python3-flit_core-3.8.0-x86_64-2_SBo > /var/lib/pkgtools/packages/python3-wheel-0.40.0-x86_64-1_SBo > /var/lib/pkgtools/packages/pycparser-2.19-x86_64-1_SBo > /var/lib/pkgtools/packages/python3-installer-0.5.1-x86_64-1_SBo > > # unshare -n bash pynacl.SlackBuild > [...] > WARNING: The wheel package is not available. > DEPRECATION: Python 2.7 reached the end of its life on January 1st, > 2020. Please upgrade your Python as Python 2.7 is no longer maintained. > A future version of pip will drop support for Python 2.7. More details > about Python 2 support in pip, can be found at > https://pip.pypa.io/en/latest/development/release-process/#python-2-support > WARNING: Retrying (Retry(total=4, connect=None, read=None, > redirect=None, status=None)) after connection broken by > 'NewConnectionError(' > object at 0x7f6c213b07d0>: Failed to establish a new connection: [Errno > -3] Temporary failure in name resolution',)': /simple/wheel/ > WARNING: Retrying (Retry(total=3, connect=None, read=None, > redirect=None, status=None)) after connection broken by > 'NewConnectionError(' > object at 0x7f6c213b0e10>: Failed to establish a new connection: [Errno > -3] Temporary failure in name resolution',)': /simple/wheel/ > WARNING: Retrying (Retry(total=2, connect=None, read=None, > redirect=None, status=None)) after connection broken by > 'NewConnectionError(' > object at 0x7f6c213b0d50>: Failed to establish a new connection: [Errno > -3] Temporary failure in name resolution',)': /simple/wheel/ > WARNING: Retrying (Retry(total=1, connect=None, read=None, > redirect=None, status=None)) after connection broken by > 'NewConnectionError(' > object at 0x7f6c213b0a10>: Failed to establish a new connection: [Errno > -3] Temporary failure in name resolution',)': /simple/wheel/ > WARNING: Retrying (Retry(total=0, connect=None, read=None, > redirect=None, status=None)) after connection broken by > 'NewConnectionError(' > object at 0x7f6c213b0c50>: Failed to establish a new connection: [Errno > -3] Temporary failure in name resolution',)': /simple/wheel/ > ERROR: Could not find a version that satisfies the requirement wheel > (from versions: none) > ERROR: No matching distribution found for wheel > Traceback (most recent call last): > File "setup.py", line 264, in > "Programming Language :: Python :: 3.8", > File "/usr/lib64/python2.7/site-packages/setuptools/__init__.py", > line 144, in setup > _install_setup_requires(attrs) > File "/usr/lib64/python2.7/site-packages/setuptools/__init__.py", > line 139, in _install_setup_requires > dist.fetch_build_eggs(dist.setup_requires) > File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line > 721, in fetch_build_eggs > replace_conflicting=True, > File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 782, in resolve > replace_conflicting=replace_conflicting > File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 1065, in best_match > return self.obtain(req, installer) > File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 1077, in obtain > return installer(requirement) > File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line > 777, in fetch_build_egg > return fetch_build_egg(self, req) > File "/usr/lib64/python2.7/site-packages/setuptools/installer.py", > line 130, in fetch_build_egg > raise DistutilsError(str(e)) > distutils.errors.DistutilsError: Command '['/usr/bin/python2', '-m', > 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', > '/tmp/tmpgyzsUE', '--quiet', 'wheel']' returned non-zero exit status 1 > ``` > > If network access is allowed, sure it builds, but wheel _is_ needed and > it falls back to having pip download it. > > It's the same situation for all three of the builds I fixed: > > python/rencode > python/python2-automat > python/pynacl > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: python2-wheel-dep-changes.diff Type: text/x-patch Size: 1536 bytes Desc: not available URL: From zsd+slackbuilds at jdvb.ca Wed May 3 20:37:40 2023 From: zsd+slackbuilds at jdvb.ca (Jim) Date: Wed, 3 May 2023 17:37:40 -0300 Subject: [Slackbuilds-users] gnumeric and goffice slackbuilds are a couple of versions behind Message-ID: Hi, I ran into a bug in gnumeric and noticed that gnumeric and goffice are both a couple of versions behind. Any chance of an update coming down the pipe soon? Thanks. Jim From richard at aaazen.com Thu May 4 01:44:07 2023 From: richard at aaazen.com (Richard Narron) Date: Wed, 3 May 2023 18:44:07 -0700 (PDT) Subject: [Slackbuilds-users] PDCurses is now included in THE 4.0 (The Hessling Editor) Message-ID: <1b2a602f-49af-4c4-affe-48e6a077f04e@aaazen.com> PDCurses is now included in the distribution source of THE 4.0 and is not needed as a separate package anymore. Mark Hessling is one of the original authors of PDCurses. It can be dropped as a package for Slackware 15.0 if no one else is using it. From slackbuilds at schoepfer.info Fri May 5 09:42:55 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Fri, 05 May 2023 11:42:55 +0200 Subject: [Slackbuilds-users] Adjust "find" in SBo templates? Message-ID: Hi, in newer SlackBuilds Pat seems to like "find" with \+, instead of \; e.g. in https://ftp.osuosl.org/pub/slackware/slackware64-current/source/l/gtk4/gtk4.SlackBuild How about adjusting the templates in http://slackbuilds.org/templates/ ? The benefit: it's more fast. Johannes From willysr at slackbuilds.org Fri May 5 14:14:29 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 5 May 2023 21:14:29 +0700 Subject: [Slackbuilds-users] gnumeric and goffice slackbuilds are a couple of versions behind In-Reply-To: References: Message-ID: > I ran into a bug in gnumeric and noticed that gnumeric and goffice are both > a couple of versions behind. > > Any chance of an update coming down the pipe soon? If you are using it, please consider of taking over maintainership of these two scripts. i have talked to Robby about this and he gave his approval. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From urchlay at slackware.uk Fri May 5 18:42:49 2023 From: urchlay at slackware.uk (B. Watson) Date: Fri, 5 May 2023 14:42:49 -0400 (EDT) Subject: [Slackbuilds-users] Adjust "find" in SBo templates? In-Reply-To: References: Message-ID: On Fri, 5 May 2023, Franzen via SlackBuilds-users wrote: > in newer SlackBuilds Pat seems to like "find" with \+, instead of \; > e.g. in > https://ftp.osuosl.org/pub/slackware/slackware64-current/source/l/gtk4/gtk4.SlackBuild > How about adjusting the templates in http://slackbuilds.org/templates/ ? I vote for this. I've been doing it in my own scripts for a few years now. > The benefit: it's more fast. Yes. However... Very rarely, it can cause a problem: sometimes a tarball ships with a broken symlink in it. If this happens, the find with + will fail, making the script exit due to -e (where the find with ; would not). If that happens, you add a "|| true" to the end of the find command to keep it from exiting, or else you put an rm command before the find, to remove the offending bad link. From willysr at slackbuilds.org Sat May 6 01:49:16 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 6 May 2023 08:49:16 +0700 Subject: [Slackbuilds-users] Updates - 20230506.1 Message-ID: <0f7f0cad-7dc2-1fa8-c029-3bfa9ce2a556@slackbuilds.org> Sat May 6 01:29:37 UTC 2023 academic/ngspice: Remove openmpi from REQUIRES. academic/stellarium: Updated for version 23.1. academic/zotero-gtk2: Added (Collect and share research sources) academic/zotero: Updated for version 6.0.26. audio/icecast: Updated for version 2.4.4 + new maintainer. audio/ncspot: Updated for version 0.13.2. audio/pulsemixer: Fix github tarball handling. audio/whipper: Update REQUIRES. desktop/SwayNotificationCenter: Updated for version 0.8.0. desktop/evilwm: Updated for version 1.4.2. New maintainer. desktop/gtklock-playerctl-module: Added (mediaplayer in gtklock) desktop/gtklock-powerbar-module: Added (power controls on gtklock) desktop/gtklock-userinfo-module: Added (user info on gtklock) desktop/gtklock: Added (screen locker for Wayland) desktop/murrine-themes: Updated for version 2.99.11. desktop/nwg-panel: Updated for version 0.9.0. desktop/todoman: update to version 4.2.1 desktop/xfce4-i3-workspaces-plugin: Added (A workspaces plugin) development/bacon: Added (BASIC to C translator) development/bluefish: Added GTK2 option, updated for version 2.2.13 development/mysql-workbench: Updated for version 8.0.33. development/neovim-remote: Update REQUIRES. development/nodejs: Updated for version 20.1.0. development/pcbasic: Added (GW-BASIC interpreter) development/rarian: Updated for version 0.8.3. development/rstudio-desktop: Use binary repackaging. development/rustup: Updated for version 1.25.0. development/universal-ctags: Updated for version p6.0.20230430.0 development/vscode-bin: Updated for version 1.78.0. games/ags: updated for version 3.6.0.48 games/enigma-marbles: Added (puzzle game using marbles) games/sauerbraten: Updated for version 2020_12_29 games/vcmi: updated for version 1.2.1 graphics/darktable: Updated for version 4.2.1. graphics/graphviz: updated for version 8.0.5 graphics/lensfun03: Added (photographic lens info database). ham/qt-dab: Updated for version 5.3. libraries/Impacket: Update DEPs libraries/antlr4: Updated for version 4.11.1. libraries/greenlet: Updated for version 2.0.2. libraries/gss-ntlmssp: Added (GSSAPI Mechanism / implements NTLMSSP) libraries/hyperscan: Updated for version 5.4.2 libraries/libheif: Updated for version 1.16.1. libraries/libjwt: Updated for version 1.15.3. libraries/libslirp: Updated for version 4.7.0. libraries/libsmbios: New maintainer. libraries/mysql-connector-c++: Updated for version 8.0.33. libraries/python2-ruamel.yaml: Added (Py2 YAML 1.2 parser/emitter) libraries/python3-ruamel.yaml: Added (Py3 YAML 1.2 parser/emitter) libraries/unixODBC: Updated for version 2.3.11. misc/fcitx5-mcbopomofo: Updated for version 2.5.1. multimedia/spotify: Updated for version 1.2.9.743. network/Electrum: Updated for version 4.4.2. network/brave-browser: Updated for version 1.51.110. network/gallery-dl: Updated for version 1.25.3. network/haproxy: Updated for 2.7.7. Enabled Prometheus exporter. network/imapfilter: Updated for version 2.8.1. network/mpop: Updated for version 1.4.18. New maintainer. network/syncthing: Updated for version 1.23.4. network/vdirsyncer: update to version 0.19.1 network/vivaldi: Updated for version 6.0.2979.18. network/whalebird: Update for 5.0.4 network/whalebird: Update for 5.0.5 network/yt-dlp: Document optional deps. network/zoom-linux: Updated for version 5.14.7.2928. office/MasterPDFEditor4: Added (PDF Editor) office/atril: Updated for version 1.26.1. office/kuro-legacy: Correct broken symlink. office/paps: Updated for version 0.8.0, fix src-to-paps. office/wps-office: Updated for v 11.1.0.11698.XA. New maintainer. perl/perl-Cwd-Guard: Added (Temporary changing working directory) perl/perl-Devel-CheckCompiler: Added (Check compiler's availability) perl/perl-File-Copy-Recursive-Reduced: Added (Recursive copy files) perl/perl-Module-Build-Tiny: Updated for version 0.045. perl/perl-Module-Build-XSUtil: Added (perl Module::Build::XSUtil) perl/perl-Module-Build: Updated for version 0.4234. perl/perl-Sub-Name: Updated for version 0.27. perl/perl-data-mesaagepack: Updated for version 1.02. perl/perl-file-slurper: update for version 0.014 perl/perl-http-tiny: update for version 0.082 python/asn1crypto: Remove asn1crypto python/cryptography: Update DEPs python/git-fame: Updated for version 2.0.1. python/ipython: Update for 8.13.1 python/ipython: Update for 8.13.2 python/py: Remove py python/pyasn1: Remove pyasn1 python/pynacl: Update wheel dependency. python/pysnmp: Update DEPs python/pytest: Update DEPs python/python-argopt: Updated for version 0.8.2. python/python-gmpy2: Removed. python/python2-automat: Update wheel dependency. python/python2-cryptography: Update DEPs python/python2-keyczar: Update DEPs python/python2-mpmath: Added (arithmetic library) python/python2-neovim: Added (Python client for Neovim) python/python2-pdfrw: Added (python2 library to r/w PDF files) python/python2-pyasn1-modules: Fix slack-desc to pass sbolint. python/python2-wheel: Added (A built-package format for Python) python/python3-diff-match-patch: Update for 20230430 python/python3-dulwich: updated for version 0.21.5 python/python3-gast: Update for 0.5.4 python/python3-klein: Updated for version 23.5.0. python/python3-mpmath: Added (arithmetic library) python/python3-neovim: Added (Python client for Neovim) python/python3-paste: updated for version 3.5.3 python/python3-pdfrw: Added (python3 library to r/w PDF files) python/python3-pyasn1-modules: Fix slack-desc to pass sbolint. python/python3-pytest: Update DEPs python/python3-pythran: Updated for version 0.13.1. python/python3-regex: Update for 2023.5.5 python/python3-rsa: Update DEPs python/python3-statsmodels: Updated for version 0.14.0. python/python3-xlib: update for version 0.33 python/rencode: Update wheel dependency. python/rsa: Update DEPs python/tox: Update DEPs python/yapf: update to version 0.33.0 system/brightnessctl: Added (cli device brightness control) system/clamav: Updated for version 1.1.0. system/fzf: Updated for version 0.40.0 system/gnome-pkgtool: Added (A GTK+ front-end to pkgtool) system/kapacitor: Updated for version 1.6.6 system/lxgw-wenkai-fonts: Updated for version 1.300. system/lxgw-wenkai-gb-fonts: Updated for version 1.000. system/lxgw-wenkai-tc-fonts: Updated for version 1.000. system/musl: Updated for version 1.2.4. system/openrazer-daemon: Updated for version 3.6.0. system/openrazer-kernel: Updated for version 3.6.0. system/polychromatic: Updated for version 0.8.1. system/prometheus: Updated to version 2.43.1 system/razergenie: Updated for version 1.0.0. system/telegraf: Updated for version 1.26.2 system/ti99sim: Added (emulator for TI-99/4A computer) system/vice: Fix vice.info.gz, bad options. system/wine-staging: Updated for version 8.7. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From ozan.turkyilmaz at gmail.com Sat May 6 18:30:21 2023 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sat, 6 May 2023 21:30:21 +0300 Subject: [Slackbuilds-users] ltrace sourse returns 404 Message-ID: Hello All, ltrace source returns 404. regards, Ozan -------------- next part -------------- An HTML attachment was scrubbed... URL: From urchlay at slackware.uk Sat May 6 19:59:30 2023 From: urchlay at slackware.uk (B. Watson) Date: Sat, 6 May 2023 15:59:30 -0400 (EDT) Subject: [Slackbuilds-users] ltrace sourse returns 404 In-Reply-To: References: Message-ID: <8f47d7e-ad43-449a-82a3-f2e35e1c380@slackware.uk> On Sat, 6 May 2023, Ozan T?rky?lmaz wrote: > Hello All, > > ltrace source returns 404. > > regards, > Ozan > > For now, use: https://slackware.uk/sbosrcarch/by-md5/b/3/b3dd199af8f18637f7d4ef97fdfb9d14/ltrace_0.7.3.orig.tar.bz2 https://slackware.uk/sbosrcarch/by-md5/c/4/c4b0aa923d25b5828720157fd99c3a20/ltrace_0.7.3-6.debian.tar.xz Will be fixed in the next weekly update. From slackbuilds at schoepfer.info Sun May 7 11:21:14 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Sun, 07 May 2023 13:21:14 +0200 Subject: [Slackbuilds-users] ngspice does not depend on openmpi In-Reply-To: References: <4309a711c4b15f9511424da9941239c1@schoepfer.info> <689d362df4413772786a7faa6ea28022@schoepfer.info> <69d314b7-5370-f7af-e3e6-ea96eeaeb657@linux.com> <3d7e45ce3a895265179ca9a1d3921fa6@schoepfer.info> Message-ID: <9b2c14e8b996e9a1e58562dff3889c96@schoepfer.info> For the record, the maintainer has removed openmpi from REQUIRES, Thanks! From 414N at slacky.it Sun May 7 14:30:03 2023 From: 414N at slacky.it (414N) Date: Sun, 7 May 2023 16:30:03 +0200 Subject: [Slackbuilds-users] New terminator-2.x package Message-ID: <0f1b9065-fe3b-7673-fa62-f55ea79a56a7@slacky.it> Greetings, after several requests I updated the terminator SlackBuild to build upon the new project sources on github[1]. You can find the updated SlackBuild package attached to this message. I'd like to request some feedback from those interested in this package before officially submitting it regarding the following major changes: - I decided to build the package exclusively for python3 seeing as python2 is now unmaintained and python3 is natively supported by the project; - the package requires the pytest-runner dependency only at build time for unit tests. I found no way to disable running those tests using setuptools, so I had to add this dependency to the package .info file, even if useless at runtime. I would also like to thank ??????????, David and Leonardo who, in time, sent me several info, revisions or improvements of my SlackBuild script for the 1.x versions. [1]: https://github.com/gnome-terminator/terminator Kindest regards -- Alan Alberghini SBo clone: https://github.com/414n/slackbuilds.org -------------- next part -------------- A non-text attachment was scrubbed... Name: terminator.tar.gz Type: application/gzip Size: 3069 bytes Desc: not available URL: From slackbuilds at schoepfer.info Sun May 7 16:11:26 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Sun, 07 May 2023 18:11:26 +0200 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: <20230507170315.4cc5623ecee62919314f9c93@gmx.com> References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> Message-ID: <11b86f01a0afe41f09750db5335470b2@schoepfer.info> Hi, see the mails below, the scripts https://slackbuilds.org/advsearch.php?q=leo+c&stype=maint are up for grabs. I'll take Qogir-icon-theme. Johannes -------- Originalnachricht -------- Betreff: Re: Qogir-icon-theme on SBo Datum: 2023-05-07 17:03 Von: Leonardo Citrolo An: Franzen Hi there, I'm afraid not; actually, I stopped using Slackware Linux more that 2 years ago, and I havent't got any Slackware installations left, not even VMs. If you'd like to take over maintenance of this or other SlackBuilds of mine, please do so. Cheers Leo On Sun, 07 May 2023 13:37:47 +0200 Franzen wrote: > Hi, > > the version of Qogir-icon-theme is almost 3 years old, do you plan to > submit an update? > > Cheers, > > Johannes From urchlay at slackware.uk Sun May 7 17:06:24 2023 From: urchlay at slackware.uk (B. Watson) Date: Sun, 7 May 2023 13:06:24 -0400 (EDT) Subject: [Slackbuilds-users] ltrace sourse returns 404 In-Reply-To: References: Message-ID: On Sat, 6 May 2023, Ozan T?rky?lmaz wrote: > Hello All, > > ltrace source returns 404. https://git.slackbuilds.org/slackbuilds/patch/?id=b9af3d3c0ba827db34dbd85f98bae2717f82fba6 It's kinda silly, the only changes between the _6 and _6.4 debian patches are in the debian-specific control files, not the actual code of ltrace. From arnaud.garcia-fernandez at laposte.net Sun May 7 18:22:42 2023 From: arnaud.garcia-fernandez at laposte.net (Arnaud) Date: Sun, 07 May 2023 18:22:42 +0000 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: <11b86f01a0afe41f09750db5335470b2@schoepfer.info> References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> Message-ID: <8EAD133A-602D-4E35-B6C6-65B42600AC59@laposte.net> I didn't see that. Well, I'm willing ti take over dbgl, dbgl-legacy and dosbox-x, since I also maintain dosbox/dev. - Yth. Le 7 mai 2023 16:11:26 UTC, Franzen via SlackBuilds-users a ?crit?: >Hi, > >see the mails below, the scripts https://slackbuilds.org/advsearch.php?q=leo+c&stype=maint are up for grabs. >I'll take Qogir-icon-theme. > >Johannes > > > >-------- Originalnachricht -------- >Betreff: Re: Qogir-icon-theme on SBo >Datum: 2023-05-07 17:03 >Von: Leonardo Citrolo >An: Franzen > >Hi there, >I'm afraid not; actually, I stopped using Slackware Linux more that 2 years ago, and I havent't got any Slackware installations left, not even VMs. >If you'd like to take over maintenance of this or other SlackBuilds of mine, please do so. >Cheers >Leo > >On Sun, 07 May 2023 13:37:47 +0200 >Franzen wrote: > >> Hi, >> >> the version of Qogir-icon-theme is almost 3 years old, do you plan to >> submit an update? >> >> Cheers, >> >> Johannes >_______________________________________________ >SlackBuilds-users mailing list >SlackBuilds-users at slackbuilds.org >https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >FAQ - https://slackbuilds.org/faq/ > -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From didier at slint.fr Sun May 7 19:47:29 2023 From: didier at slint.fr (Didier Spaier) Date: Sun, 7 May 2023 21:47:29 +0200 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: <11b86f01a0afe41f09750db5335470b2@schoepfer.info> References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> Message-ID: <8365111d-9bb9-98b4-91f9-6b11f792a487@slint.fr> Hi Johannes and all, Le 07/05/2023 ? 18:11, Franzen via SlackBuilds-users a ?crit?: > https://slackbuilds.org/advsearch.php?q=leo+c&stype=maint are up for grabs. > I'll take Qogir-icon-theme. > > Johannes As it happens I recently included it in Slint, upgraded: http://slackware.uk/slint/x86_64/slint-15.0/source/Qogir-icon-theme/ Cheers, Didier From ozan.turkyilmaz at gmail.com Sun May 7 20:34:11 2023 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sun, 7 May 2023 23:34:11 +0300 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: <8365111d-9bb9-98b4-91f9-6b11f792a487@slint.fr> References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> <8365111d-9bb9-98b4-91f9-6b11f792a487@slint.fr> Message-ID: Hey All, I'll take thunar-custom-actions. Regards, Ozan > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fourtysixandtwo at sliderr.net Sun May 7 20:55:55 2023 From: fourtysixandtwo at sliderr.net (fourtysixandtwo) Date: Sun, 7 May 2023 14:55:55 -0600 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> <8365111d-9bb9-98b4-91f9-6b11f792a487@slint.fr> Message-ID: I'll take the following to rename/remove python2 unless someone else wants/uses them. python-iso3166 python-iso639 pyqt-distutils xlsx2csv cheers On Sun, May 7, 2023 at 2:34?PM Ozan T?rky?lmaz wrote: > Hey All, > > I'll take thunar-custom-actions. > > Regards, > Ozan > >> >> _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From urchlay at slackware.uk Sun May 7 22:09:46 2023 From: urchlay at slackware.uk (B. Watson) Date: Sun, 7 May 2023 18:09:46 -0400 (EDT) Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: <11b86f01a0afe41f09750db5335470b2@schoepfer.info> References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> Message-ID: <58e48f47-b74c-da52-e46-1abc9683ec1b@slackware.uk> And I'll take pqiv. Maybe one or two others if nobody grabs them. From slackbuilds at schoepfer.info Mon May 8 04:29:36 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Mon, 08 May 2023 06:29:36 +0200 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: <8365111d-9bb9-98b4-91f9-6b11f792a487@slint.fr> References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> <8365111d-9bb9-98b4-91f9-6b11f792a487@slint.fr> Message-ID: > As it happens I recently included it in Slint, upgraded: > http://slackware.uk/slint/x86_64/slint-15.0/source/Qogir-icon-theme/ Thanks! The find -L ... on this sources takes forever on my old hardware, and spits thousand "chmod: cannot operate on dangling symlink './links/22/actions/fileview-preview.svg" I changed it to chmod -R u+w,go-w,a+rX-st . and it's ready under one second. There are also some duplicate files(not much, but anyway), to replace them by symlinks i added: LASTSIZE=x find $PKG -type f -printf '%s %p\n' | sort -n | while read -r SIZE FILE; do # symlinks alse need some bytes, don't link under 10 bytes if [ "$SIZE" -gt 10 -a "$SIZE" == "$LASTSIZE" ]; then if [ "$(sha512sum $FILE | cut -d' ' -f1)" \ == "$(sha512sum $LASTFILE | cut -d' ' -f1)" ] ; then ln -srf $FILE $LASTFILE fi fi LASTSIZE="$SIZE"; LASTFILE="$FILE" done Johannes From didier at slint.fr Mon May 8 06:02:42 2023 From: didier at slint.fr (Didier Spaier) Date: Mon, 8 May 2023 08:02:42 +0200 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> <8365111d-9bb9-98b4-91f9-6b11f792a487@slint.fr> Message-ID: <2b8d04e3-d9e2-8de7-7405-45952812c144@slint.fr> Le 08/05/2023 ? 06:29, Franzen via SlackBuilds-users a ?crit?: > The find -L ... on this sources takes forever on my old hardware, and spits > thousand > "chmod: cannot operate on dangling symlink > './links/22/actions/fileview-preview.svg" > I changed it to > chmod -R u+w,go-w,a+rX-st . > and it's ready under one second. > > There are also some duplicate files(not much, but anyway), to replace them by > symlinks i added: > LASTSIZE=x > find $PKG -type f -printf '%s %p\n' | sort -n | > while read -r SIZE FILE; do > ? # symlinks alse need some bytes, don't link under 10 bytes > ? if [ "$SIZE" -gt 10 -a "$SIZE" == "$LASTSIZE" ]; then > ??? if [ "$(sha512sum $FILE | cut -d' ' -f1)" \ > ????? == "$(sha512sum $LASTFILE | cut -d' ' -f1)" ] ; then > ????? ln -srf $FILE $LASTFILE > ??? fi > ? fi > ? LASTSIZE="$SIZE"; LASTFILE="$FILE" > done Thanks Johannes, I will take your changes. As an aside, I included this package in Slint so users be able to add XFCE-4.18 as packaged by George Vlahavas in http://slackware.uk/salix/x86_64/xfce4.18-15.0/ (with the same look) trying just this command: slapt-get --install-set xfce Cheers, Didier From duncan_roe at optusnet.com.au Tue May 9 01:47:33 2023 From: duncan_roe at optusnet.com.au (Duncan Roe) Date: Tue, 9 May 2023 11:47:33 +1000 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: <2b8d04e3-d9e2-8de7-7405-45952812c144@slint.fr> References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> <8365111d-9bb9-98b4-91f9-6b11f792a487@slint.fr> <2b8d04e3-d9e2-8de7-7405-45952812c144@slint.fr> Message-ID: On Mon, May 08, 2023 at 08:02:42AM +0200, Didier Spaier wrote: > Le 08/05/2023 ? 06:29, Franzen via SlackBuilds-users a ?crit?: > > The find -L ... on this sources takes forever on my old hardware, and spits > > thousand > > "chmod: cannot operate on dangling symlink > > './links/22/actions/fileview-preview.svg" > > I changed it to > > chmod -R u+w,go-w,a+rX-st . > > and it's ready under one second. > > > > There are also some duplicate files(not much, but anyway), to replace them by > > symlinks i added: > > LASTSIZE=x > > find $PKG -type f -printf '%s %p\n' | sort -n | > > while read -r SIZE FILE; do > > ? # symlinks alse need some bytes, don't link under 10 bytes > > ? if [ "$SIZE" -gt 10 -a "$SIZE" == "$LASTSIZE" ]; then > > ??? if [ "$(sha512sum $FILE | cut -d' ' -f1)" \ > > ????? == "$(sha512sum $LASTFILE | cut -d' ' -f1)" ] ; then > > ????? ln -srf $FILE $LASTFILE > > ??? fi > > ? fi > > ? LASTSIZE="$SIZE"; LASTFILE="$FILE" > > done > > Thanks Johannes, I will take your changes. > > As an aside, I included this package in Slint so users be able to add XFCE-4.18 > as packaged by George Vlahavas in > http://slackware.uk/salix/x86_64/xfce4.18-15.0/ (with the same look) trying just > this command: > slapt-get --install-set xfce > > Cheers, > Didier > I'm a little concerned by the comment "symlinks alse need some bytes, don't link under 10 bytes" Files occupy a multiple of 4K bytes. So replacing a 1-byte file with a symlink will usually save 4KB. Occasionally it will bump the directory size by 4KB so there is no saving. I suggest symlinking should be unconditional. Cheers ... Duncan. From dave at slackbuilds.org Tue May 9 08:18:29 2023 From: dave at slackbuilds.org (Dave) Date: Tue, 9 May 2023 09:18:29 +0100 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> <8365111d-9bb9-98b4-91f9-6b11f792a487@slint.fr> <2b8d04e3-d9e2-8de7-7405-45952812c144@slint.fr> Message-ID: 09/05/23 11:47, Duncan Roe : > On Mon, May 08, 2023 at 08:02:42AM +0200, Didier Spaier wrote: > > Le 08/05/2023 ? 06:29, Franzen via SlackBuilds-users a ?crit?: > > > The find -L ... on this sources takes forever on my old hardware, and spits > > > thousand > > > "chmod: cannot operate on dangling symlink > > > './links/22/actions/fileview-preview.svg" > > > I changed it to > > > chmod -R u+w,go-w,a+rX-st . > > > and it's ready under one second. > > > > > > There are also some duplicate files(not much, but anyway), to replace them by > > > symlinks i added: > > > LASTSIZE=x > > > find $PKG -type f -printf '%s %p\n' | sort -n | > > > while read -r SIZE FILE; do > > > ? # symlinks alse need some bytes, don't link under 10 bytes > > > ? if [ "$SIZE" -gt 10 -a "$SIZE" == "$LASTSIZE" ]; then > > > ??? if [ "$(sha512sum $FILE | cut -d' ' -f1)" \ > > > ????? == "$(sha512sum $LASTFILE | cut -d' ' -f1)" ] ; then > > > ????? ln -srf $FILE $LASTFILE > > > ??? fi > > > ? fi > > > ? LASTSIZE="$SIZE"; LASTFILE="$FILE" > > > done > > > > Thanks Johannes, I will take your changes. > > > > As an aside, I included this package in Slint so users be able to add XFCE-4.18 > > as packaged by George Vlahavas in > > http://slackware.uk/salix/x86_64/xfce4.18-15.0/ (with the same look) trying just > > this command: > > slapt-get --install-set xfce > > > > Cheers, > > Didier > > > I'm a little concerned by the comment > > "symlinks alse need some bytes, don't link under 10 bytes" > > Files occupy a multiple of 4K bytes. So replacing a 1-byte file with a symlink > will usually save 4KB. Occasionally it will bump the directory size by 4KB so > there is no saving. > > I suggest symlinking should be unconditional. > > Cheers ... Duncan. Isn't this is more about source code that contain symlinks with non-existent endpoints and file system loops? In our case, when we changed modes and ownership of files in a directory it really makes no difference to follow a symlink to a file/directory that the find command will eventually come to anyway (if the target is inside the source tarball). I can't see a problem with leaving out the -L myself, but perhaps I'm missing something? Dave -- sbo-maintainer-tools (sbolint, sbopkglint): https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/ SBo templates: https://slackbuilds.org/templates/ How to format github downloads: https://slackbuilds.org/GITHUB_URLs.txt From sb at rbn.im Tue May 9 19:44:57 2023 From: sb at rbn.im (Ruben Schuller) Date: Tue, 9 May 2023 21:44:57 +0200 Subject: [Slackbuilds-users] neovim in search of better maintainer Message-ID: <20230509214457.476e615a@kiwi.kuchen> Hi list! I constantly miss neovim updates as I don't really use it anymore. If someone is interested in taking it, _please_ do so! Kind regards Ruben From alik at ejik.org Tue May 9 21:37:32 2023 From: alik at ejik.org (Alexander Verbovetsky) Date: Wed, 10 May 2023 00:37:32 +0300 Subject: [Slackbuilds-users] neovim in search of better maintainer In-Reply-To: <20230509214457.476e615a@kiwi.kuchen> References: <20230509214457.476e615a@kiwi.kuchen> Message-ID: On Tue, May 09, 2023 at 09:44:57PM +0200, Ruben Schuller wrote: > I constantly miss neovim updates as I don't really use it anymore. If > someone is interested in taking it, _please_ do so! I use it and I'd like to take it, but to update it one needs to update luajit to version 2.1.0_beta3. (Note that this is not a bleeding edge release, both versions 2.0.5 and 2.1.0_beta3 appeared six years ago.) Without this upgrade, I don't see how I can maintain neovim. Best regards, Alexander From sbo at linuxgalaxy.org Tue May 9 23:13:33 2023 From: sbo at linuxgalaxy.org (KB_SBo) Date: Tue, 09 May 2023 23:13:33 +0000 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: <11b86f01a0afe41f09750db5335470b2@schoepfer.info> References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> Message-ID: On 5/7/23 09:11, Franzen via SlackBuilds-users wrote: > Hi, > > see the mails below, the scripts > https://slackbuilds.org/advsearch.php?q=leo+c&stype=maint are up for > grabs. > I'll take Qogir-icon-theme. > > Johannes > > > > -------- Originalnachricht -------- > Betreff: Re: Qogir-icon-theme on SBo > Datum: 2023-05-07 17:03 > Von: Leonardo Citrolo > An: Franzen > > Hi there, > I'm afraid not; actually, I stopped using Slackware Linux more that 2 > years ago, and I havent't got any Slackware installations left, not even > VMs. > If you'd like to take over maintenance of this or other SlackBuilds of > mine, please do so. > Cheers > Leo I'll grab the following if no one else has yet - I haven't seen any mention yet here or on pending/approved: Desktop > gkrellm-themes Games > pipewalker -kb From dchmelik at gmail.com Wed May 10 05:20:33 2023 From: dchmelik at gmail.com (dchmelik at gmail.com) Date: Tue, 9 May 2023 22:20:33 -0700 Subject: [Slackbuilds-users] version updates/bumps? Message-ID: <2eaf5cdb-44ac-1d4f-fa68-cfee5d6f46fd@gmail.com> Many/all of these could use version updates/bumps: birdtray, bubblewrap, cabextract, capstone, checkbashisms, chkrootkit, cmark, colorama, colordiff, configobj, cssselect2, detox, discord, dos2unix, eiskaltdcpp, exiftool, faad2, fdupes, gdl, gmic, heimdall, hexedit, hidapi, hstr, hwinfo, hwloc, icoutils, idea, img2pdf, inkscape, jdk11, jsoncpp, lbench, libass, libb64, libcdr, libmediainfo, libmicrohttpd, libminizip, libmp4v2, libnfs, libreoffice (binary), libstatgrab, libtorrent-rasterbar, libx86emu, lua, lua-mpack, luajit, lxml, minidb, msgpack-c, msgpack-python, multibootusb, nicotine+, numactl, openmpi, p7zip, pdsh, perl-html-parser, pkgdiff, pstoedit, python-keyring, python-magic, pytz, qdirstat, qemu, scour, scribus, secretstorage, smmap2, snappy, sqlcipher, tbb, tellico, tinycss2, transmission, unhide, unoconv, unrar, unrtf, vifm, wine, wpebackend-fdo, x264, xdg-dbus-proxy, xsel, yara, yarn. ??? It's possible some require changes to compiling, and a few/couple only have newer commit/beta releases so may be ruled out.? Most were updated in alienBOB's and/or slackers' repositories, though I don't know the slackers person maintains same here (maybe not).? I version-bumped discord, eiskaltdcpp (though from git and also had to disable lua in SlackBuild), lbench, nicotine+, 'telegram', transmission, wine, and successfully used downloaded latest source code to build and use them.? I don't know anything still uses jdk11 (since jdk20+) but it's one I've been version bumping for maybe over a year and never heard from the maintainer (but too advanced for me to maintain).? I think the wine and transmission maintainers are part of the staff of this mailing list and just have a large number of packages to worry about... wine is in the process, and I version-bumped transmission the last four times but he always updates in reasonable time. ??? I'm not so concerned with these actually getting version bumps (nor offering to maintain) as much as I'm concerned that many haven't had updates since Slackware 14.n so seems some maintainers permanently quit without ever telling SBo, which perhaps it's about time to investigate in detail... and surely there are dozens other builds I don't use but others do that they may suspect same. From urchlay at slackware.uk Wed May 10 06:53:36 2023 From: urchlay at slackware.uk (B. Watson) Date: Wed, 10 May 2023 02:53:36 -0400 (EDT) Subject: [Slackbuilds-users] version updates/bumps? In-Reply-To: <2eaf5cdb-44ac-1d4f-fa68-cfee5d6f46fd@gmail.com> References: <2eaf5cdb-44ac-1d4f-fa68-cfee5d6f46fd@gmail.com> Message-ID: <2be5f6c1-1f58-e7a0-7158-fbddd89d6414@slackware.uk> On Tue, 9 May 2023, dchmelik at gmail.com wrote: > Many/all of these could use version updates/bumps: You have pkgdiff in your list, but it's at 1.7.2 and I don't see anything newer here: https://github.com/lvc/pkgdiff/tags/ transmission is being worked on now. If you're wondering whether a maintainer has silently disappeared, you can clone the repo and do a 'git log --author=' to see that user's commit history. If the first entry is older than a year or two, that maintainer might be MIA. Stuff in your list that has dependees (other builds that require it) needs to be tested against all those dependees by its maintainer. I mention this because we've had at least one bad update that broke a lot of things in the last couple of months. Won't point any fingers, not trying to call anyone out, I just want to mention that it pays to be careful. From davidnchmelik at gmail.com Wed May 10 07:02:01 2023 From: davidnchmelik at gmail.com (David Chmelik) Date: Wed, 10 May 2023 00:02:01 -0700 Subject: [Slackbuilds-users] version updates/bumps? In-Reply-To: <2be5f6c1-1f58-e7a0-7158-fbddd89d6414@slackware.uk> References: <2eaf5cdb-44ac-1d4f-fa68-cfee5d6f46fd@gmail.com> <2be5f6c1-1f58-e7a0-7158-fbddd89d6414@slackware.uk> Message-ID: <9507f851-22ea-ab23-51bc-18cea372eb40@gmail.com> On 5/9/23 11:53 PM, B. Watson wrote: > On Tue, 9 May 2023, dchmelik at gmail.com wrote: >> Many/all of these could use version updates/bumps: > > You have pkgdiff in your list, but it's at 1.7.2 and I don't see anything > newer here: https://github.com/lvc/pkgdiff/tags/ I got pkgdiff-1.8.0dev from Slackers, but whoever maintains it (and SBo) may not want to update it to such version... if they have time, worth looking into, but may not be stable; I'm trying it but haven't needed it yet so don't know if it's stable or not. > transmission is being worked on now. > > If you're wondering whether a maintainer has silently disappeared, you > can clone the repo and do a 'git log --author=' to see that > user's commit history. If the first entry is older than a year or two, > that maintainer might be MIA. > > Stuff in your list that has dependees (other builds that require it) > needs to be tested against all those dependees by its maintainer. I > mention this because we've had at least one bad update that broke a > lot of things in the last couple of months. Won't point any fingers, > not trying to call anyone out, I just want to mention that it pays to > be careful. Thanks. From urchlay at slackware.uk Wed May 10 08:03:06 2023 From: urchlay at slackware.uk (B. Watson) Date: Wed, 10 May 2023 04:03:06 -0400 (EDT) Subject: [Slackbuilds-users] version updates/bumps? In-Reply-To: <9507f851-22ea-ab23-51bc-18cea372eb40@gmail.com> References: <2eaf5cdb-44ac-1d4f-fa68-cfee5d6f46fd@gmail.com> <2be5f6c1-1f58-e7a0-7158-fbddd89d6414@slackware.uk> <9507f851-22ea-ab23-51bc-18cea372eb40@gmail.com> Message-ID: On Wed, 10 May 2023, David Chmelik wrote: > I got pkgdiff-1.8.0dev from Slackers, but whoever maintains it (and SBo) may > not want to update it to such version... if they have time, worth looking > into, but may not be stable; I'm trying it but haven't needed it yet so don't > know if it's stable or not. I don't know who or what Slackers is, in this context... I looked for pkgdiff on repology.org, I did find one distro that claims to have 1.8, but going to their page and hitting the "download" link results in 404 (because it's a nonexistent tag on github). Repology: https://repology.org//project/pkgdiff/versions The supposed 1.8 distro page: http://freshcode.club/projects/pkgdiff To me, it looks like anyone who packages anything newer than 1.7.2 is packaging a random git commit, not a stable release. Looks like there's some activity upstream, but no release yet. From alik at ejik.org Wed May 10 11:17:55 2023 From: alik at ejik.org (Alexander Verbovetsky) Date: Wed, 10 May 2023 14:17:55 +0300 Subject: [Slackbuilds-users] version updates/bumps? In-Reply-To: <2eaf5cdb-44ac-1d4f-fa68-cfee5d6f46fd@gmail.com> References: <2eaf5cdb-44ac-1d4f-fa68-cfee5d6f46fd@gmail.com> Message-ID: On Tue, May 09, 2023 at 10:20:33PM -0700, dchmelik at gmail.com wrote: > Many/all of these could use version updates/bumps: [...], exiftool The SBo version of exiftool (12.60) is the most recent _production_ version, other versions are considered development, see https://exiftool.sourceforge.net/history.html The list of production versions is here: https://metacpan.org/author/EXIFTOOL/releases Best regards, Alexander From erich.public at protonmail.com Wed May 10 13:46:50 2023 From: erich.public at protonmail.com (Erich Ritz) Date: Wed, 10 May 2023 13:46:50 +0000 Subject: [Slackbuilds-users] slackbuilds up for grabs In-Reply-To: References: <19cf65c23d85b9947786b61bf15b3434@schoepfer.info> <20230507170315.4cc5623ecee62919314f9c93@gmx.com> <11b86f01a0afe41f09750db5335470b2@schoepfer.info> Message-ID: ------- Original Message ------- On Tuesday, May 9th, 2023 at 6:13 PM, KB_SBo wrote: > > > > On 5/7/23 09:11, Franzen via SlackBuilds-users wrote: > > > Hi, > > > > see the mails below, the scripts > > https://slackbuilds.org/advsearch.php?q=leo+c&stype=maint are up for > > grabs. > > I'll take Qogir-icon-theme. > > > > Johannes > > > > -------- Originalnachricht -------- > > Betreff: Re: Qogir-icon-theme on SBo > > Datum: 2023-05-07 17:03 > > Von: Leonardo Citrololeoc at gmx.com > > An: Franzenslackbuilds at schoepfer.info > > > > Hi there, > > I'm afraid not; actually, I stopped using Slackware Linux more that 2 > > years ago, and I havent't got any Slackware installations left, not even > > VMs. > > If you'd like to take over maintenance of this or other SlackBuilds of > > mine, please do so. > > Cheers > > Leo > > > I'll grab the following if no one else has yet - I haven't seen any > mention yet here or on pending/approved: > > Desktop > gkrellm-themes > > Games > pipewalker > Since upstream pipewalker was last updated 2012-03-19 I feel it's worth pointing out the same game mechanics are available in Slackware's knetwalk package (/usr/bin/knetwalk) and SBo's games/puzzles package (/usr/bin/puzzles-net). It appears pipewalker has more themes, however. Erich > > -kb > > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ From zsd+slackbuilds at jdvb.ca Wed May 10 16:13:47 2023 From: zsd+slackbuilds at jdvb.ca (Jim) Date: Wed, 10 May 2023 13:13:47 -0300 Subject: [Slackbuilds-users] Virtualbox Message-ID: The current SlackBuild is for 6.1.34. 6.1.44 came out in April, but is EOL in December. V 7 is now up to 7.0.8. Does anyone know about any problems with upgrading to a newer version? Thanks. Jim From sb at rbn.im Wed May 10 21:26:51 2023 From: sb at rbn.im (Ruben Schuller) Date: Wed, 10 May 2023 23:26:51 +0200 Subject: [Slackbuilds-users] neovim in search of better maintainer In-Reply-To: References: <20230509214457.476e615a@kiwi.kuchen> Message-ID: <20230510232651.3d9dc99b@kiwi.kuchen> 2023-05-10 Alexander Verbovetsky : > On Tue, May 09, 2023 at 09:44:57PM +0200, Ruben Schuller wrote: > > I constantly miss neovim updates as I don't really use it anymore. > > If someone is interested in taking it, _please_ do so! > > I use it and I'd like to take it, but to update it one needs to update > luajit to version 2.1.0_beta3. > > (Note that this is not a bleeding edge release, both versions 2.0.5 > and 2.1.0_beta3 appeared six years ago.) > > Without this upgrade, I don't see how I can maintain neovim. Didn't stumble upon this problem as I never tried to update recently :P I can't do anything about the luajit SlackBuild though, except for CCing the maintainer here. I'd like to have someone else maintain neovim. I never used it as much as I thought I will. So, anyone stepping forward would be greatly appreciated! Cheers Ruben From alik at ejik.org Wed May 10 21:53:00 2023 From: alik at ejik.org (Alexander Verbovetsky) Date: Thu, 11 May 2023 00:53:00 +0300 Subject: [Slackbuilds-users] neovim in search of better maintainer In-Reply-To: <20230510232651.3d9dc99b@kiwi.kuchen> References: <20230509214457.476e615a@kiwi.kuchen> <20230510232651.3d9dc99b@kiwi.kuchen> Message-ID: On Wed, May 10, 2023 at 11:26:51PM +0200, Ruben Schuller wrote: > 2023-05-10 Alexander Verbovetsky : > > > On Tue, May 09, 2023 at 09:44:57PM +0200, Ruben Schuller wrote: > > > I constantly miss neovim updates as I don't really use it anymore. > > > If someone is interested in taking it, _please_ do so! > > > > I use it and I'd like to take it, but to update it one needs to update > > luajit to version 2.1.0_beta3. > > > > (Note that this is not a bleeding edge release, both versions 2.0.5 > > and 2.1.0_beta3 appeared six years ago.) > > > > Without this upgrade, I don't see how I can maintain neovim. > > Didn't stumble upon this problem as I never tried to update recently > :P I can't do anything about the luajit SlackBuild though, except for > CCing the maintainer here. I can't do anything about it either. Neovim's upstream changed the luajit version with release 0.5.0 two years ago. In fact, according to repology, all major distributions moved to luajit 2.1.0_beta3, so this should be safe. Best regards, Alexander From sb at rbn.im Thu May 11 12:04:23 2023 From: sb at rbn.im (Ruben Schuller) Date: Thu, 11 May 2023 14:04:23 +0200 Subject: [Slackbuilds-users] neovim in search of better maintainer In-Reply-To: References: <20230509214457.476e615a@kiwi.kuchen> <20230510232651.3d9dc99b@kiwi.kuchen> Message-ID: <20230511140423.3997147e@kiwi.kuchen> 2023-05-11 Alexander Verbovetsky : > On Wed, May 10, 2023 at 11:26:51PM +0200, Ruben Schuller wrote: > > 2023-05-10 Alexander Verbovetsky : > > > > > On Tue, May 09, 2023 at 09:44:57PM +0200, Ruben Schuller wrote: > > > > I constantly miss neovim updates as I don't really use it > > > > anymore. If someone is interested in taking it, _please_ do so! > > > > > > > > > > I use it and I'd like to take it, but to update it one needs to > > > update luajit to version 2.1.0_beta3. > > > > > > (Note that this is not a bleeding edge release, both versions > > > 2.0.5 and 2.1.0_beta3 appeared six years ago.) > > > > > > Without this upgrade, I don't see how I can maintain neovim. > > > > Didn't stumble upon this problem as I never tried to update recently > > :P I can't do anything about the luajit SlackBuild though, except > > for CCing the maintainer here. > > I can't do anything about it either. Neovim's upstream changed the > luajit version with release 0.5.0 two years ago. In fact, according to > repology, all major distributions moved to luajit 2.1.0_beta3, so this > should be safe. Have you tried to build neovim on a clean machine? The current version on SBo is 0.8.1 .. I'm a bit confused now :) Maybe neovim ships it's own luajit, it does ship other lua stuff. Cheers Ruben From alik at ejik.org Thu May 11 13:22:48 2023 From: alik at ejik.org (Alexander Verbovetsky) Date: Thu, 11 May 2023 16:22:48 +0300 Subject: [Slackbuilds-users] neovim in search of better maintainer In-Reply-To: <20230511140423.3997147e@kiwi.kuchen> References: <20230509214457.476e615a@kiwi.kuchen> <20230510232651.3d9dc99b@kiwi.kuchen> <20230511140423.3997147e@kiwi.kuchen> Message-ID: On Thu, May 11, 2023 at 02:04:23PM +0200, Ruben Schuller wrote: > 2023-05-11 Alexander Verbovetsky : > > > On Wed, May 10, 2023 at 11:26:51PM +0200, Ruben Schuller wrote: > > > 2023-05-10 Alexander Verbovetsky : > > > > > > > On Tue, May 09, 2023 at 09:44:57PM +0200, Ruben Schuller wrote: > > > > > I constantly miss neovim updates as I don't really use it > > > > > anymore. If someone is interested in taking it, _please_ do so! > > > > > > > > > > > > > I use it and I'd like to take it, but to update it one needs to > > > > update luajit to version 2.1.0_beta3. > > > > > > > > (Note that this is not a bleeding edge release, both versions > > > > 2.0.5 and 2.1.0_beta3 appeared six years ago.) > > > > > > > > Without this upgrade, I don't see how I can maintain neovim. > > > > > > Didn't stumble upon this problem as I never tried to update recently > > > :P I can't do anything about the luajit SlackBuild though, except > > > for CCing the maintainer here. > > > > I can't do anything about it either. Neovim's upstream changed the > > luajit version with release 0.5.0 two years ago. In fact, according to > > repology, all major distributions moved to luajit 2.1.0_beta3, so this > > should be safe. > > Have you tried to build neovim on a clean machine? The current version > on SBo is 0.8.1 .. I'm a bit confused now :) I always building on a clean chroot. I had the luajit problem (lua: not enough memory) with the current version also, it's not happen every time, but happens and rather often. > Maybe neovim ships it's own luajit, it does ship other lua stuff. It's a very interesting idea, it doesn't ship with the SlackBuild as it is now, but maybe it could ship. I'll try to figure it out. Best regards, Alexander From fourtysixandtwo at sliderr.net Thu May 11 21:03:58 2023 From: fourtysixandtwo at sliderr.net (fourtysixandtwo) Date: Thu, 11 May 2023 15:03:58 -0600 Subject: [Slackbuilds-users] MD5SUM error python3-debugpy Message-ID: python3-debugpy: MD5SUM check for debugpy-1.6.7.tar.gz ... FAILED! Expected: a5fa42316f03e2dd71339875643db9e9 Found: 71f70f440a93c077ea878cee0cc8adba -------------- next part -------------- An HTML attachment was scrubbed... URL: From alik at ejik.org Fri May 12 00:43:14 2023 From: alik at ejik.org (Alexander Verbovetsky) Date: Fri, 12 May 2023 03:43:14 +0300 Subject: [Slackbuilds-users] neovim in search of better maintainer In-Reply-To: References: <20230509214457.476e615a@kiwi.kuchen> <20230510232651.3d9dc99b@kiwi.kuchen> <20230511140423.3997147e@kiwi.kuchen> Message-ID: On Thu, May 11, 2023 at 04:22:48PM +0300, Alexander Verbovetsky wrote: > On Thu, May 11, 2023 at 02:04:23PM +0200, Ruben Schuller wrote: > > 2023-05-11 Alexander Verbovetsky : > > > > > On Wed, May 10, 2023 at 11:26:51PM +0200, Ruben Schuller wrote: > > > > 2023-05-10 Alexander Verbovetsky : > > > > > > > > > On Tue, May 09, 2023 at 09:44:57PM +0200, Ruben Schuller wrote: > > > > > > I constantly miss neovim updates as I don't really use it > > > > > > anymore. If someone is interested in taking it, _please_ do so! > > > > > > > > > > > > > > > > I use it and I'd like to take it, but to update it one needs to > > > > > update luajit to version 2.1.0_beta3. > > > > > > > > > > (Note that this is not a bleeding edge release, both versions > > > > > 2.0.5 and 2.1.0_beta3 appeared six years ago.) > > > > > > > > > > Without this upgrade, I don't see how I can maintain neovim. > > > > > > > > Didn't stumble upon this problem as I never tried to update recently > > > > :P I can't do anything about the luajit SlackBuild though, except > > > > for CCing the maintainer here. > > > > > > I can't do anything about it either. Neovim's upstream changed the > > > luajit version with release 0.5.0 two years ago. In fact, according to > > > repology, all major distributions moved to luajit 2.1.0_beta3, so this > > > should be safe. > > > > Have you tried to build neovim on a clean machine? The current version > > on SBo is 0.8.1 .. I'm a bit confused now :) > > I always building on a clean chroot. I had the luajit problem (lua: not > enough memory) with the current version also, it's not happen every > time, but happens and rather often. > > > Maybe neovim ships it's own luajit, it does ship other lua stuff. > > It's a very interesting idea, it doesn't ship with the SlackBuild as it > is now, but maybe it could ship. I'll try to figure it out. This works! So, I'll prepare a new version of neovim. Best regards, Alexander From alik at ejik.org Fri May 12 02:06:30 2023 From: alik at ejik.org (Alexander Verbovetsky) Date: Fri, 12 May 2023 05:06:30 +0300 Subject: [Slackbuilds-users] python3-neovim and python3-pynvim Message-ID: Hello, I think the scripts python3-neovim and python3-pynvim are duplicates. (python3-neovim is the result of split of python-neovim). Best regards, Alexander From ml at mareichelt.com Fri May 12 14:47:04 2023 From: ml at mareichelt.com (Markus Reichelt) Date: Fri, 12 May 2023 16:47:04 +0200 Subject: [Slackbuilds-users] abandoned scripts up for grabs In-Reply-To: <288b66a8-026a-ea7f-5963-cf47dba9cf8a@beauxbead.com> References: <288b66a8-026a-ea7f-5963-cf47dba9cf8a@beauxbead.com> Message-ID: <20230512144704.GA25393@pc21.mareichelt.com> * Shelldweller wrote: > Network/i2pd (lots of current development, compiles and runs fine) since nobody else has taken over since, in correspondance with shelldweller I take over i2pd and have submitted an update Best, Markus From rshepard at appl-ecosys.com Fri May 12 16:12:07 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Fri, 12 May 2023 09:12:07 -0700 (PDT) Subject: [Slackbuilds-users] How to add runtime option to application? Message-ID: The qgis version in the SBo repo is far out of date; I just wrote to the maintainer asking for help compiling the latest version (3.30.2) so it includes grass gis. The SBo build script has a stanza to include grass as a compiled-in option, and my script modification didn't work (but I sucessfully built 3.30.2 yesterday). I want to try adding it as a runtime option. The command that xfce4 put in the panel launcher is `qgis %F'. Where on that command line would I put a runtime option, and what is the syntax I use? TIA, Rich From sb at rbn.im Fri May 12 18:34:40 2023 From: sb at rbn.im (Ruben Schuller) Date: Fri, 12 May 2023 20:34:40 +0200 Subject: [Slackbuilds-users] neovim in search of better maintainer In-Reply-To: References: <20230509214457.476e615a@kiwi.kuchen> <20230510232651.3d9dc99b@kiwi.kuchen> <20230511140423.3997147e@kiwi.kuchen> Message-ID: <20230512203440.2cc7c801@kiwi.kuchen> 2023-05-12 Alexander Verbovetsky : > On Thu, May 11, 2023 at 04:22:48PM +0300, Alexander Verbovetsky wrote: > > On Thu, May 11, 2023 at 02:04:23PM +0200, Ruben Schuller wrote: > > > 2023-05-11 Alexander Verbovetsky : > > > > > > > On Wed, May 10, 2023 at 11:26:51PM +0200, Ruben Schuller wrote: > > > > > > > > > 2023-05-10 Alexander Verbovetsky : > > > > > > > > > > > On Tue, May 09, 2023 at 09:44:57PM +0200, Ruben Schuller > > > > > > wrote: > > > > > > > I constantly miss neovim updates as I don't really use it > > > > > > > anymore. If someone is interested in taking it, _please_ > > > > > > > do so! > > > > > > > > > > > > I use it and I'd like to take it, but to update it one > > > > > > needs to update luajit to version 2.1.0_beta3. > > > > > > > > > > > > (Note that this is not a bleeding edge release, both > > > > > > versions 2.0.5 and 2.1.0_beta3 appeared six years ago.) > > > > > > > > > > > > Without this upgrade, I don't see how I can maintain > > > > > > neovim. > > > > > > > > > > Didn't stumble upon this problem as I never tried to update > > > > > recently :P I can't do anything about the luajit SlackBuild > > > > > though, except for CCing the maintainer here. > > > > > > > > I can't do anything about it either. Neovim's upstream changed > > > > the luajit version with release 0.5.0 two years ago. In fact, > > > > according to repology, all major distributions moved to luajit > > > > 2.1.0_beta3, so this should be safe. > > > > > > Have you tried to build neovim on a clean machine? The current > > > version on SBo is 0.8.1 .. I'm a bit confused now :) > > > > I always building on a clean chroot. I had the luajit problem (lua: > > not enough memory) with the current version also, it's not happen > > every time, but happens and rather often. > > > > > Maybe neovim ships it's own luajit, it does ship other lua stuff. > > > > > > > It's a very interesting idea, it doesn't ship with the SlackBuild > > as it is now, but maybe it could ship. I'll try to figure it out. > > This works! So, I'll prepare a new version of neovim. Great, thanks! So long Ruben From rshepard at appl-ecosys.com Fri May 12 20:55:19 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Fri, 12 May 2023 13:55:19 -0700 (PDT) Subject: [Slackbuilds-users] How to add runtime option to application? In-Reply-To: References: Message-ID: <60239e73-45da-bc88-c075-48f1e0379036@appl-ecosys.com> On Fri, 12 May 2023, Rich Shepard wrote: > The qgis version in the SBo repo is far out of date; I just wrote to the > maintainer asking for help compiling the latest version (3.30.2) so it > includes grass gis. The SBo build script has a stanza to include grass as a > compiled-in option, and my script modification didn't work (but I > sucessfully built 3.30.2 yesterday). I want to try adding it as a runtime > option. The command that xfce4 put in the panel launcher is `qgis %F'. Where > on that command line would I put a runtime option, and what is the syntax I > use? I just learned that qgis is no longer being maintained. I have neither the knowledge of cmake nor of maintaining a SBo package. I cannot figure out how to have the build find grass in /usr/local/bin/. Has anyone offered to resume maitenance of this tool? Rich From dave at slackbuilds.org Fri May 12 22:00:21 2023 From: dave at slackbuilds.org (Dave) Date: Fri, 12 May 2023 23:00:21 +0100 Subject: [Slackbuilds-users] How to add runtime option to application? In-Reply-To: <60239e73-45da-bc88-c075-48f1e0379036@appl-ecosys.com> References: <60239e73-45da-bc88-c075-48f1e0379036@appl-ecosys.com> Message-ID: 12/05/23 13:55, Rich Shepard : > On Fri, 12 May 2023, Rich Shepard wrote: > > > The qgis version in the SBo repo is far out of date; I just wrote to the > > maintainer asking for help compiling the latest version (3.30.2) so it > > includes grass gis. The SBo build script has a stanza to include grass as a > > compiled-in option, and my script modification didn't work (but I > > sucessfully built 3.30.2 yesterday). I want to try adding it as a runtime > > option. The command that xfce4 put in the panel launcher is `qgis %F'. Where > > on that command line would I put a runtime option, and what is the syntax I > > use? > > I just learned that qgis is no longer being maintained. I have neither the > knowledge of cmake nor of maintaining a SBo package. I cannot figure out how > to have the build find grass in /usr/local/bin/. > > Has anyone offered to resume maitenance of this tool? > > Rich /usr/local/bin should already be in $PATH before /usr/bin 'echo $PATH' should show it. For your original question, assuming that there is a qgis.desktop file in /usr/share/applications, you could try making a copy of it in ~/.local/share/applications/ and modify the 'Exec' line inside to add the options you need. If there is a local (~/.local/share) .desktop file with the same name as the global (/usr/share) one, then the local one is used. NOTE untested, and I'm not familiar with qgis or it's options, so you'll need to test to see what works. You might also need to restart xfce for the local .desktop file to be 'seen' by the menu. Dave -- sbo-maintainer-tools (sbolint, sbopkglint): https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/ SBo templates: https://slackbuilds.org/templates/ How to format github downloads: https://slackbuilds.org/GITHUB_URLs.txt From sbo at linuxgalaxy.org Sat May 13 01:02:16 2023 From: sbo at linuxgalaxy.org (KB_SBo) Date: Sat, 13 May 2023 01:02:16 +0000 Subject: [Slackbuilds-users] orphaned buildscripts Message-ID: All: While assisting a friend in getting some software compiled, he emailed the currently listed SBo maintainer: > Benjamin Trigona-Harany, the former qgis maintainer, wrote that he dropped > all his SBo packages two years ago. Therefore it looks like these are all up for grabs: ----------------------------- academic/ITK academic/Shark academic/cld2 audio/minimodem desktop/kwalletcli desktop/screenkey desktop/vim-qt development/Sphinx development/cunit development/eovim development/neovim-qt games/VASSAL gis/Fiona gis/Geohash gis/OTB gis/OWSLib gis/SFCGAL gis/cligj gis/geographiclib-python gis/geojson gis/geopandas gis/geopy gis/gj2ascii gis/laszip gis/mapnik gis/merkaartor gis/osm2pgrouting gis/osm2pgsql gis/ossim gis/pdal gis/pgrouting gis/pgsql-ogr-fdw gis/pktools gis/pointcloud gis/polyline gis/postgis gis/python-mapnik gis/qgis gis/rasterio gis/saga-gis gis/whitebox-tools gis/xplanet graphics/exact-image libraries/hdf libraries/libkml libraries/libpqxx libraries/libversion libraries/stfl multimedia/xawtv network/megatools network/tornado office/basket office/tellico python/affine python/async_generator python/backcall python/backports-abc python/munch python/numexpr python/pycld2 python/python-emoji python/python3-gitdb2 python/python3-pexpect python/python3-ptyprocess python/python3-smmap2 python/simplegeneric python/snuggs python/sphinxcontrib-applehelp python/sphinxcontrib-devhelp python/sphinxcontrib-htmlhelp python/sphinxcontrib-jsmath python/sphinxcontrib-qthelp python/sphinxcontrib-serializinghtml python/sphinxcontrib-websupport python/timehash system/pspg system/skim system/thinkfan system/vagrant ------------------------------ I'll take: academic/ITK academic/Shark gis/OTB gis/OWSLib gis/qgis gis/postgis gis/ossim gis/xplanet system/thinkfan From slack at giand.it Sat May 13 05:15:37 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Sat, 13 May 2023 07:15:37 +0200 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: References: Message-ID: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> Il 13/05/23 03:02, KB_SBo ha scritto: > All: > > While assisting a friend in getting some software compiled, he emailed > the currently listed SBo maintainer: > >> Benjamin Trigona-Harany, the former qgis maintainer, wrote that he dropped >> all his SBo packages two years ago. The following are slackbuilds that I use. I can take them. academic/Shark gis/OTB gis/SFCGAL libraries/libkml -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From willysr at slackbuilds.org Sat May 13 10:06:44 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 13 May 2023 17:06:44 +0700 Subject: [Slackbuilds-users] MD5SUM error python3-debugpy In-Reply-To: References: Message-ID: > python3-debugpy: > MD5SUM check for debugpy-1.6.7.tar.gz ... FAILED! > Expected: a5fa42316f03e2dd71339875643db9e9 > Found: 71f70f440a93c077ea878cee0cc8adba Thanks fixed in my branch -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From slack at giand.it Sat May 13 14:11:18 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Sat, 13 May 2023 16:11:18 +0200 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> References: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> Message-ID: <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> Il 13/05/23 07:15, Giancarlo Dess? ha scritto: > Il 13/05/23 03:02, KB_SBo ha scritto: >> All: >> >> While assisting a friend in getting some software compiled, he emailed >> the currently listed SBo maintainer: >> >>> Benjamin Trigona-Harany, the former qgis maintainer, wrote that he >>> dropped >>> all his SBo packages two years ago. > > The following are slackbuilds that I use. I can take them. > > academic/Shark > gis/OTB > gis/SFCGAL > libraries/libkml > > I can take also?? /gis/xplanet -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From slack at giand.it Sat May 13 14:30:27 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Sat, 13 May 2023 16:30:27 +0200 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> References: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> Message-ID: Il 13/05/23 16:11, Giancarlo Dess? ha scritto: > > Il 13/05/23 07:15, Giancarlo Dess? ha scritto: >> Il 13/05/23 03:02, KB_SBo ha scritto: >>> All: >>> >>> While assisting a friend in getting some software compiled, he emailed >>> the currently listed SBo maintainer: >>> >>>> Benjamin Trigona-Harany, the former qgis maintainer, wrote that he >>>> dropped >>>> all his SBo packages two years ago. >> >> The following are slackbuilds that I use. I can take them. >> >> academic/Shark >> gis/OTB >> gis/SFCGAL >> libraries/libkml >> >> > I can take also?? /gis/xplanet > Sorry, I got wrong in my previous posts because I've included some packages already taken by KB_SBo Fix my list, I'll take these: gis/saga-gis gis/SFCGAL gis/xplanet libraries/libkml I reserve to take some more by the category gis or academic if remaining orphaned -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From rshepard at appl-ecosys.com Sat May 13 14:56:11 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sat, 13 May 2023 07:56:11 -0700 (PDT) Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: References: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> Message-ID: On Sat, 13 May 2023, Giancarlo Dess? wrote: > I reserve to take some more by the category gis or academic if remaining > orphaned I've used grass since 1997 (building from source) and am trying to use qgis. I could take those with help learning how to maintain packages. I just downloaded all the templates, yet need to learn how to diagnose and fix issues when the build doesn't work as expected. Now my qgis issue is that its plugin manager says the 'grass gis provider' is installed, but using the qgis browser I cannot navigate to the grass database to access my project maps. With your patient understanding of my ignorance, I'll learn how to keep grass and qgis up to date on the SBo repo. Rich From willysr at slackbuilds.org Sat May 13 15:01:01 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 13 May 2023 22:01:01 +0700 Subject: [Slackbuilds-users] Updates - 20230513.1 Message-ID: <59d2d0ee-ca4e-38cc-b435-39a29d79d012@slackbuilds.org> Sat May 13 12:28:22 UTC 2023 .mailmap updated academic/boinc: Fix rc.boinc variables, remove extraneous characters academic/hyphy: Updated for version 2.5.50. academic/io_lib: Updated for version 1.15.0. academic/mafft: Updated for version 7.520. academic/meme-suite: Updated for version 5.5.2. academic/staden: A few enhancements. accessibility/xsel: Updated for version 1.2.1. audio/whipper: Update REQUIRES. audio/yabridge: Updated for version 5.0.5 desktop/UltimateDailyWallpaper: Updated for version 3.2.3. desktop/caja: Added (file manager for the MATE desktop) desktop/cheese: Update REQUIRES. desktop/dbgl: Updated for version 0.97, new maintainer. desktop/gkrellm-themes: New maintainer desktop/gnome-control-center: Updated for version 41.7. desktop/marco: Added (window manager for the MATE desktop) desktop/mate-desktop: Added (libmate-desktop library for MATE) desktop/mate-menus: Added (menu library and files for MATE) desktop/mate-panel: Added (panel for the MATE desktop) desktop/mate-screensaver: Added (screensaver for the MATE desktop) desktop/mate-session-manager: Added (session manager for MATE) desktop/mate-settings-daemon: Added (settings daemon for MATE) desktop/mint-l-icons: Added (Mint Linux icon theme). desktop/mint-l-theme: Added (Linux Mint theme). desktop/mint-themes: Updated for version 2.0.9. desktop/mint-y-icons: Updated for version 1.6.4. desktop/nwg-look: Updated for version 0.2.2. desktop/nwg-panel: Updated for version 0.9.2. desktop/nwg-shell: Update REQUIRES. development/CImg: Updated for version 3.2.4 development/apache-maven: Updated for version 3.9.2. development/bas55: Updated for version 2.0. development/bascat: Added (detokenizer for BBC BASIC programs) development/beautysh: Updated for version 6.2.1, new maintainer. development/cgdb: Updated for version 0.8.0. New maintainer. development/dfsimage: Added (BBC micro floppy disk images utility) development/gdb-dashboard: Added (An advanced gdb python interface) development/github-cli: Updated for version 2.29.0. development/hhvm: Updated for version 4.153.4 development/jupyter-ipykernel: Updated for version 6.23.0. development/jupyter-nbclassic: Updated for version 1.0.0. development/jupyter-nbconvert: Updated for version 7.4.0. development/kakoune: Updated for version 2022.10.31, new maintainer. development/ltrace: Updated for version 0.7.3_6.4. development/neovim: Updated for version 0.9.0. development/nodeenv: Added (Node.js virtual environment) development/php82: Updated for version 8.2.6 development/poedit: Updated for version 3.3. development/python3-pyqt-distutils: Added (distutils extension) development/rarian: Updated for version 0.8.4. development/rstudio-desktop: Move /usr/lib to /usr/lib64 development/rust16: Updated for version 1.68.1. development/universal-ctags: Updated for version p6.0.20230507.0 development/vscode-bin: Updated for version 1.78.2. development/xxd-standalone: Updated for version 9.0.1383. games/chessx: Fix GUI issues. games/pipewalker: New maintainer git/ignore: Ignore AppImages graphics/SweetHome3D: Updated for version 7.1. graphics/chafa: Updated for version 1.12.4. graphics/darktable: Use cmake rpath support. graphics/lensfun03: Remove ld.so.conf.d. graphics/pqiv: Updated for version 2.12, new maintainer. graphics/tikzit: Added (a graphical tool for creating TikZ graphics) graphics/ueberzug: Updated for version 18.1.9, new maintainer. graphics/ueberzugpp: Added (replacement for ueberzug written in C++) libraries/configobj: Updated for version 5.0.8. libraries/dpdk: Added (libs and drivers for fast packet processing) libraries/ghc_filesystem: Fix tests libraries/goffice: Updated for version 0.10.55. New maintainer. libraries/granite: Added (Granite is a companion for GTK and GLib.) libraries/imlib2: Updated for version 1.11.1. libraries/libbpf: Added (kernel-agnostic library for BPF programs) libraries/libjodycode: Updated for version 2.0. libraries/libmatekbd: Added (fork of libgnomekbd for MATE desktop) libraries/libmatemixer: Added (mixer library) libraries/libmateweather: Added (fork of libgnomeweather for MATE) libraries/libmediainfo: Updated for version 23.04. libraries/libopenshot-audio: Updated for version 0.3.2 libraries/libopenshot: Updated for version 0.3.2 libraries/libowfat: Updated for version 0.33. libraries/libsoup3: Updated for version 3.4.2. libraries/nDPI: Added (deep packet inspection library) libraries/python-ruamel.yaml: Removed at maintainer's request. libraries/qt-avif-image-plugin: Updated for version 0.5.3. libraries/tomlplusplus:Fix tests libraries/webrtc-audio-processing: Added (AudioProcessing module) misc/KeePass: Updated for version 2.53.1. misc/gprename: Updated for version 20230429. misc/pokemon-colorscripts: Added (Pokemon terminal images) misc/rdfind: Added (a tool to find duplicate files) multimedia/ffmpegfs: Updated for version 2.13. multimedia/filebot: Updated for version 5.0.2. multimedia/mediainfo: Update for version 23.04 multimedia/openshot: Upgraded for version 3.1.1 multimedia/plexmediaserver: Updated for V. 1.32.1.6999_91e1e2e2c. multimedia/svt-av1: Updated for version 1.5.0. network/Electrum: Updated for version 4.4.3. network/FireWorks: REQUIRES updated for renamed python deps. network/MEGAcmd: Updated for version 1.6.3. network/brave-browser: Updated for version 1.51.114. network/catgirl: Add -rpath. Simplify strip/man lines. network/discord: Updated for version 0.0.27. network/dropbox: Updated for version 173.4.6706. network/element-desktop: Updated for version 1.11.31. network/gallery-dl: Updated for version 1.25.4. network/i2pd: Updated for version 2.47.0. New maintainer. network/jitsi-meet-desktop: Updated for version 2023.5.0. network/libressl: Add -rpath. Remove ld.so file+do(un)inst.sh. network/microsoft-edge: update 113.0.1774.42 network/mpop: Remove template comment to pass sbolint. network/pounce: Add -rpath. Simplify strip line. network/protonmail-bridge: Updated for version 3.1.3. network/qutebrowser-bin: Update pdfjs. network/signal-desktop: Updated for version 6.17.1. network/slack: Updated for version 4.32.122. network/transmission: Updated for version 4.0.3. network/webex: Updated for version 43.5.0.26155 office/LibreOffice: Updated for version 7.5.3.2 office/etmtk: REQUIRES updated for renamed python deps. office/gnumeric: Updated for version 1.12.55. New maintainer. office/khard: REQUIRES updated for renamed python deps. office/python3-xlsx2csv: Added (xlsx to csv converter) office/wps-office: Remove ld.so.conf.d/ files. perl/MoarVM: Updated for version 2023.04. perl/nqp: Updated for version 2023.04. perl/perl-Glib-Object-Introspection: Downgrade to v0.049. perl/perl-Mojolicious: Updated for version 9.32. perl/perl-Sidef: Updated for version 23.05. perl/rakudo: Updated for version 2023.04. python/mypy: Updated for version 1.3.0. python/python-mpmath: Removed at maintainer's request. python/python-neovim: Removed at maintainer's reqest. python/python-pdfrw: Removed at maintainer's reqest. python/python2-atomicwrites: Added (library for atomic file writes) python/python2-docopt: Added (CLI description language) python/python2-pycdio: Added (Python 2 interface to libcdio) python/python2-sympy: REQUIRES updated for renamed python deps. python/python3-atomicwrites: Added (library for atomic file writes) python/python3-build: Updated for version 0.10.0, new maintainer. python/python3-debugpy: Update MD5SUM. python/python3-docopt: Added (CLI description language) python/python3-iso3166: Added (Standalone ISO 3166-1 country defs) python/python3-iso639: Added (ISO 639 library for Python) python/python3-pycdio: Added (Python 3 interface to libcdio) python/python3-pyjwt: Update for version 2.7.0. python/python3-sympy: REQUIRES updated for renamed python deps. ruby/ruby-build: Updated for version 20230512. system/CNS11643-font: Updated for version 20230323. New Maintainer. system/Solaar: Updated for version 1.1.9. system/bottom: Updated for version 0.9.0. system/cabextract: Updated for version 1.11. system/chkrootkit: Updated for version 0.57. system/colord-gtk: Updated for version 0.3.0. New maintainer. system/dosbox-x: Updated for version 2023.05.01, new maintainer. system/dust: Updated for version 0.8.6. system/edk2-ovmf: Added (Secure Boot enabled UEFI firmware for Qemu) system/fatrace: Updated for version 0.17.0, new maintainer. system/jdupes: Updated for version 1.23.0. system/jenkins: Updated for version 2.387.3. system/ksar: Added (Java-based GUI for sar/acct/sysstat) system/letsencrypt: Updated for version 2.6.0. system/netdata: Updated for version 1.39.0. system/openzfs: Add dracut support. system/pax-utils: Fix shebang line in lddtree. system/rdiff-backup: Updated for version 2.2.5 system/redis-py: Updated for version 4.5.5. system/v4l2loopback: Updated for version 0.12.7 system/vifm: Updated for version 0.13. system/watchdog: Fix MAINTAINER. system/wine: Updated for version 8.0.1. system/xarchiver: Updated for version 0.5.4.21 system/xen: Updated for version 4.17.1. system/xiccd: Added (xiccdxiccd is a bridge between colord and X.) +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From slack at giand.it Sat May 13 16:23:55 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Sat, 13 May 2023 18:23:55 +0200 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: References: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> Message-ID: <6047ae49-4be4-d990-0f37-9719716c092c@giand.it> Il 13/05/23 16:56, Rich Shepard ha scritto: > On Sat, 13 May 2023, Giancarlo Dess? wrote: > >> I reserve to take some more by the category gis or academic if >> remaining orphaned > > I've used grass since 1997 (building from source) and am trying to use > qgis. > I could take those with help learning how to maintain packages. I just > downloaded all the templates, yet need to learn how to diagnose and fix > issues when the build doesn't work as expected. > > Now my qgis issue is that its plugin manager says the 'grass gis > provider' > is installed, but using the qgis browser I cannot navigate to the grass > database to access my project maps. > > With your patient understanding of my ignorance, I'll learn how to keep > grass and qgis up to date on the SBo repo. > > Rich > > Sorry, I can't help you: I never used qgis with support to grass since former versions (compatible with Slackware 14.2+) due many problems with qgis against QScintilla and PyQt5 with Qt5 installed via slackbuild. I solved these issues only when Pat included in qt5 in current (14.2+). I used qgis mainly to open a map in ECW format and I don't need Grass for this (support to ECW formats is given by gdal). The mantainer is now KB_SBo. Please wait him, surely he's more expert than me :-) -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From sbolokanov at abv.bg Sat May 13 18:00:46 2023 From: sbolokanov at abv.bg (=?utf-8?B?0KEuINCR0L7Qu9C+0LrQsNC90LDRgNGK?=) Date: Sat, 13 May 2023 21:00:46 +0300 (EEST) Subject: [Slackbuilds-users] feh maintainer, no response Message-ID: <1650998357.2693495.1684000846671@nm51.abv.bg> Hello, Contacted the 'feh' maintainer on 19.04. No response. Shall I push update with next batch of updates for my scripts? -- ?. ?. ?????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at slackbuilds.org Sat May 13 18:08:36 2023 From: dave at slackbuilds.org (Dave) Date: Sat, 13 May 2023 19:08:36 +0100 Subject: [Slackbuilds-users] feh maintainer, no response In-Reply-To: <1650998357.2693495.1684000846671@nm51.abv.bg> References: <1650998357.2693495.1684000846671@nm51.abv.bg> Message-ID: 13/05/23 21:00, ?. ?????????? : > Hello, > > Contacted the 'feh' maintainer on 19.04. No response. > > Shall I push update with next batch of updates for my scripts? That should OK. Dave -- sbo-maintainer-tools (sbolint, sbopkglint): https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/ SBo templates: https://slackbuilds.org/templates/ How to format github downloads: https://slackbuilds.org/GITHUB_URLs.txt From urchlay at slackware.uk Sat May 13 18:12:55 2023 From: urchlay at slackware.uk (B. Watson) Date: Sat, 13 May 2023 14:12:55 -0400 (EDT) Subject: [Slackbuilds-users] feh maintainer, no response In-Reply-To: <1650998357.2693495.1684000846671@nm51.abv.bg> References: <1650998357.2693495.1684000846671@nm51.abv.bg> Message-ID: <12b5513b-864f-ca78-79c6-3b47e9a4d05b@slackware.uk> On Sat, 13 May 2023, ?. ?????????? wrote: > Hello, > > Contacted the 'feh' maintainer on 19.04. No response. > > Shall I push update with next batch of updates for my scripts? Do you mind holding off on that for a week? Hunter aka orbea has been with us for a while, let me see if I can reach him. From sbolokanov at abv.bg Sat May 13 18:22:57 2023 From: sbolokanov at abv.bg (=?utf-8?B?0KEuINCR0L7Qu9C+0LrQsNC90LDRgNGK?=) Date: Sat, 13 May 2023 21:22:57 +0300 (EEST) Subject: [Slackbuilds-users] feh maintainer, no response In-Reply-To: <12b5513b-864f-ca78-79c6-3b47e9a4d05b@slackware.uk> References: <1650998357.2693495.1684000846671@nm51.abv.bg> <12b5513b-864f-ca78-79c6-3b47e9a4d05b@slackware.uk> Message-ID: <1502234398.2693755.1684002177767@nm51.abv.bg> Fine by me. -- ?. ?. ?????????? >-------- ?????????? ????? -------- >??: "B. Watson" urchlay at slackware.uk >???????: Re: [Slackbuilds-users] feh maintainer, no response >??: "SlackBuilds.org Users List" >????????? ??: 13.05.2023 21:12 > > > >On Sat, 13 May 2023, ?. ?????????? wrote: > >> Hello, >> >> Contacted the 'feh' maintainer on 19.04. No response. >> >> Shall I push update with next batch of updates for my scripts? > > Do you mind holding off on that for a week? Hunter aka orbea has been > with us for a while, let me see if I can reach him. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbolokanov at abv.bg Sat May 13 18:31:44 2023 From: sbolokanov at abv.bg (=?utf-8?B?0KEuINCR0L7Qu9C+0LrQsNC90LDRgNGK?=) Date: Sat, 13 May 2023 21:31:44 +0300 (EEST) Subject: [Slackbuilds-users] feh maintainer, no response In-Reply-To: <12b5513b-864f-ca78-79c6-3b47e9a4d05b@slackware.uk> References: <1650998357.2693495.1684000846671@nm51.abv.bg> <12b5513b-864f-ca78-79c6-3b47e9a4d05b@slackware.uk> Message-ID: <356422628.2693839.1684002704449@nm51.abv.bg> >-------- ?????????? ????? -------- >??: "B. Watson" urchlay at slackware.uk >???????: Re: [Slackbuilds-users] feh maintainer, no response >??: "SlackBuilds.org Users List" >????????? ??: 13.05.2023 21:12 > Do you mind holding off on that for a week? Hunter aka orbea has been > with us for a while, let me see if I can reach him. Oopsy! Looks like I got a reply, but honestly I totally forgot about it... Anyway from orbea orbea at riseup.net >: "Please do, my Slackware system has been broken for a while and I don't have any hardware for a new install." -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbo at linuxgalaxy.org Sat May 13 18:44:09 2023 From: sbo at linuxgalaxy.org (KB_SBo) Date: Sat, 13 May 2023 18:44:09 +0000 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: References: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> Message-ID: <9f420c90-8264-7f19-543c-8167c81edc20@linuxgalaxy.org> On 5/13/23 07:30, Giancarlo Dess? wrote: > > Il 13/05/23 16:11, Giancarlo Dess? ha scritto: >> >> Il 13/05/23 07:15, Giancarlo Dess? ha scritto: >>> Il 13/05/23 03:02, KB_SBo ha scritto: >>>> All: >>>> >>>> While assisting a friend in getting some software compiled, he emailed >>>> the currently listed SBo maintainer: >>>> >>>>> Benjamin Trigona-Harany, the former qgis maintainer, wrote that he >>>>> dropped >>>>> all his SBo packages two years ago. >>> >>> The following are slackbuilds that I use. I can take them. >>> >>> academic/Shark >>> gis/OTB >>> gis/SFCGAL >>> libraries/libkml >>> >>> >> I can take also?? /gis/xplanet >> > > Sorry, I got wrong in my previous posts because I've included some > packages already taken by KB_SBo > > Fix my list, I'll take these: > > gis/saga-gis > gis/SFCGAL > gis/xplanet > libraries/libkml > > I reserve to take some more by the category gis or academic if remaining > orphaned > Giancarlo, If you are interested, take as many orphaned gis/ an academic/ as you like! The qgis and some deps, I grabbed to help out Rich and I'll be working on those today. I also took gis/xplanet, but may not have time to do an update for awhile. If you want xplanet, take it. -kb From slack at giand.it Sat May 13 19:54:54 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Sat, 13 May 2023 21:54:54 +0200 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: <9f420c90-8264-7f19-543c-8167c81edc20@linuxgalaxy.org> References: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> <9f420c90-8264-7f19-543c-8167c81edc20@linuxgalaxy.org> Message-ID: <04960661-d3fe-9724-c4da-43880068bba9@giand.it> Il 13/05/23 20:44, KB_SBo ha scritto: > On 5/13/23 07:30, Giancarlo Dess? wrote: >> Il 13/05/23 16:11, Giancarlo Dess? ha scritto: >>> Il 13/05/23 07:15, Giancarlo Dess? ha scritto: >>>> Il 13/05/23 03:02, KB_SBo ha scritto: >>>>> All: >>>>> >>>>> While assisting a friend in getting some software compiled, he emailed >>>>> the currently listed SBo maintainer: >>>>> >>>>>> Benjamin Trigona-Harany, the former qgis maintainer, wrote that he >>>>>> dropped >>>>>> all his SBo packages two years ago. >>>> The following are slackbuilds that I use. I can take them. >>>> >>>> academic/Shark >>>> gis/OTB >>>> gis/SFCGAL >>>> libraries/libkml >>>> >>>> >>> I can take also?? /gis/xplanet >>> >> Sorry, I got wrong in my previous posts because I've included some >> packages already taken by KB_SBo >> >> Fix my list, I'll take these: >> >> gis/saga-gis >> gis/SFCGAL >> gis/xplanet >> libraries/libkml >> >> I reserve to take some more by the category gis or academic if remaining >> orphaned >> > Giancarlo, > > If you are interested, take as many orphaned gis/ an academic/ as you > like! The qgis and some deps, I grabbed to help out Rich and I'll be > working on those today. > > I also took gis/xplanet, but may not have time to do an update for > awhile. If you want xplanet, take it. > > -kb > > Thanks KB. At the moment I'm working on saga-gis. I adapted the slackbuild to the last release and it works fine in my system, but cmake does not find an optional dependency, so I'm testing the build with various configurations. After saga-gis I try SFCGAL and then xplanet if is not still updated. -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From lramos.prof at yahoo.com.br Sun May 14 13:08:45 2023 From: lramos.prof at yahoo.com.br (Luiz Carlos Ramos) Date: Sun, 14 May 2023 10:08:45 -0300 Subject: [Slackbuilds-users] Updates - 20230513.1 In-Reply-To: <59d2d0ee-ca4e-38cc-b435-39a29d79d012@slackbuilds.org> References: <59d2d0ee-ca4e-38cc-b435-39a29d79d012@slackbuilds.org> Message-ID: Willy, in the mysql-workbench script, there is a small issue with this command: 215 SONAME="$(readelf -d "${LIBRARY}" | grep -Po '(?<=(Library soname: \[)).*(?=\])')" It doesn't play well when it runs in environments with different languages. The return of readelf returns localized strings for "Library" and this makes the whole thing ultimately fail. One workaround tested here is to place LANG=C somewhere, even typing in the shell before calling the script. Anyway, I would vote for placing it somewhere inside the script. Here I put it before the "for" loop which begins at line 213. Hope it helps, Luiz Ramos S?o Paulo - Brazil lramos dot prof at yahoo dot com dot br On Sat, May 13, 2023 at 10:01:01PM +0700, Willy Sudiarto Raharjo wrote: > Sat May 13 12:28:22 UTC 2023 > .mailmap updated > academic/boinc: Fix rc.boinc variables, remove extraneous characters > academic/hyphy: Updated for version 2.5.50. > academic/io_lib: Updated for version 1.15.0. > academic/mafft: Updated for version 7.520. > academic/meme-suite: Updated for version 5.5.2. > academic/staden: A few enhancements. > accessibility/xsel: Updated for version 1.2.1. > audio/whipper: Update REQUIRES. > audio/yabridge: Updated for version 5.0.5 > desktop/UltimateDailyWallpaper: Updated for version 3.2.3. > desktop/caja: Added (file manager for the MATE desktop) > desktop/cheese: Update REQUIRES. > desktop/dbgl: Updated for version 0.97, new maintainer. > desktop/gkrellm-themes: New maintainer > desktop/gnome-control-center: Updated for version 41.7. > desktop/marco: Added (window manager for the MATE desktop) > desktop/mate-desktop: Added (libmate-desktop library for MATE) > desktop/mate-menus: Added (menu library and files for MATE) > desktop/mate-panel: Added (panel for the MATE desktop) > desktop/mate-screensaver: Added (screensaver for the MATE desktop) > desktop/mate-session-manager: Added (session manager for MATE) > desktop/mate-settings-daemon: Added (settings daemon for MATE) > desktop/mint-l-icons: Added (Mint Linux icon theme). > desktop/mint-l-theme: Added (Linux Mint theme). > desktop/mint-themes: Updated for version 2.0.9. > desktop/mint-y-icons: Updated for version 1.6.4. > desktop/nwg-look: Updated for version 0.2.2. > desktop/nwg-panel: Updated for version 0.9.2. > desktop/nwg-shell: Update REQUIRES. > development/CImg: Updated for version 3.2.4 > development/apache-maven: Updated for version 3.9.2. > development/bas55: Updated for version 2.0. > development/bascat: Added (detokenizer for BBC BASIC programs) > development/beautysh: Updated for version 6.2.1, new maintainer. > development/cgdb: Updated for version 0.8.0. New maintainer. > development/dfsimage: Added (BBC micro floppy disk images utility) > development/gdb-dashboard: Added (An advanced gdb python interface) > development/github-cli: Updated for version 2.29.0. > development/hhvm: Updated for version 4.153.4 > development/jupyter-ipykernel: Updated for version 6.23.0. > development/jupyter-nbclassic: Updated for version 1.0.0. > development/jupyter-nbconvert: Updated for version 7.4.0. > development/kakoune: Updated for version 2022.10.31, new maintainer. > development/ltrace: Updated for version 0.7.3_6.4. > development/neovim: Updated for version 0.9.0. > development/nodeenv: Added (Node.js virtual environment) > development/php82: Updated for version 8.2.6 > development/poedit: Updated for version 3.3. > development/python3-pyqt-distutils: Added (distutils extension) > development/rarian: Updated for version 0.8.4. > development/rstudio-desktop: Move /usr/lib to /usr/lib64 > development/rust16: Updated for version 1.68.1. > development/universal-ctags: Updated for version p6.0.20230507.0 > development/vscode-bin: Updated for version 1.78.2. > development/xxd-standalone: Updated for version 9.0.1383. > games/chessx: Fix GUI issues. > games/pipewalker: New maintainer > git/ignore: Ignore AppImages > graphics/SweetHome3D: Updated for version 7.1. > graphics/chafa: Updated for version 1.12.4. > graphics/darktable: Use cmake rpath support. > graphics/lensfun03: Remove ld.so.conf.d. > graphics/pqiv: Updated for version 2.12, new maintainer. > graphics/tikzit: Added (a graphical tool for creating TikZ graphics) > graphics/ueberzug: Updated for version 18.1.9, new maintainer. > graphics/ueberzugpp: Added (replacement for ueberzug written in C++) > libraries/configobj: Updated for version 5.0.8. > libraries/dpdk: Added (libs and drivers for fast packet processing) > libraries/ghc_filesystem: Fix tests > libraries/goffice: Updated for version 0.10.55. New maintainer. > libraries/granite: Added (Granite is a companion for GTK and GLib.) > libraries/imlib2: Updated for version 1.11.1. > libraries/libbpf: Added (kernel-agnostic library for BPF programs) > libraries/libjodycode: Updated for version 2.0. > libraries/libmatekbd: Added (fork of libgnomekbd for MATE desktop) > libraries/libmatemixer: Added (mixer library) > libraries/libmateweather: Added (fork of libgnomeweather for MATE) > libraries/libmediainfo: Updated for version 23.04. > libraries/libopenshot-audio: Updated for version 0.3.2 > libraries/libopenshot: Updated for version 0.3.2 > libraries/libowfat: Updated for version 0.33. > libraries/libsoup3: Updated for version 3.4.2. > libraries/nDPI: Added (deep packet inspection library) > libraries/python-ruamel.yaml: Removed at maintainer's request. > libraries/qt-avif-image-plugin: Updated for version 0.5.3. > libraries/tomlplusplus:Fix tests > libraries/webrtc-audio-processing: Added (AudioProcessing module) > misc/KeePass: Updated for version 2.53.1. > misc/gprename: Updated for version 20230429. > misc/pokemon-colorscripts: Added (Pokemon terminal images) > misc/rdfind: Added (a tool to find duplicate files) > multimedia/ffmpegfs: Updated for version 2.13. > multimedia/filebot: Updated for version 5.0.2. > multimedia/mediainfo: Update for version 23.04 > multimedia/openshot: Upgraded for version 3.1.1 > multimedia/plexmediaserver: Updated for V. 1.32.1.6999_91e1e2e2c. > multimedia/svt-av1: Updated for version 1.5.0. > network/Electrum: Updated for version 4.4.3. > network/FireWorks: REQUIRES updated for renamed python deps. > network/MEGAcmd: Updated for version 1.6.3. > network/brave-browser: Updated for version 1.51.114. > network/catgirl: Add -rpath. Simplify strip/man lines. > network/discord: Updated for version 0.0.27. > network/dropbox: Updated for version 173.4.6706. > network/element-desktop: Updated for version 1.11.31. > network/gallery-dl: Updated for version 1.25.4. > network/i2pd: Updated for version 2.47.0. New maintainer. > network/jitsi-meet-desktop: Updated for version 2023.5.0. > network/libressl: Add -rpath. Remove ld.so file+do(un)inst.sh. > network/microsoft-edge: update 113.0.1774.42 > network/mpop: Remove template comment to pass sbolint. > network/pounce: Add -rpath. Simplify strip line. > network/protonmail-bridge: Updated for version 3.1.3. > network/qutebrowser-bin: Update pdfjs. > network/signal-desktop: Updated for version 6.17.1. > network/slack: Updated for version 4.32.122. > network/transmission: Updated for version 4.0.3. > network/webex: Updated for version 43.5.0.26155 > office/LibreOffice: Updated for version 7.5.3.2 > office/etmtk: REQUIRES updated for renamed python deps. > office/gnumeric: Updated for version 1.12.55. New maintainer. > office/khard: REQUIRES updated for renamed python deps. > office/python3-xlsx2csv: Added (xlsx to csv converter) > office/wps-office: Remove ld.so.conf.d/ files. > perl/MoarVM: Updated for version 2023.04. > perl/nqp: Updated for version 2023.04. > perl/perl-Glib-Object-Introspection: Downgrade to v0.049. > perl/perl-Mojolicious: Updated for version 9.32. > perl/perl-Sidef: Updated for version 23.05. > perl/rakudo: Updated for version 2023.04. > python/mypy: Updated for version 1.3.0. > python/python-mpmath: Removed at maintainer's request. > python/python-neovim: Removed at maintainer's reqest. > python/python-pdfrw: Removed at maintainer's reqest. > python/python2-atomicwrites: Added (library for atomic file writes) > python/python2-docopt: Added (CLI description language) > python/python2-pycdio: Added (Python 2 interface to libcdio) > python/python2-sympy: REQUIRES updated for renamed python deps. > python/python3-atomicwrites: Added (library for atomic file writes) > python/python3-build: Updated for version 0.10.0, new maintainer. > python/python3-debugpy: Update MD5SUM. > python/python3-docopt: Added (CLI description language) > python/python3-iso3166: Added (Standalone ISO 3166-1 country defs) > python/python3-iso639: Added (ISO 639 library for Python) > python/python3-pycdio: Added (Python 3 interface to libcdio) > python/python3-pyjwt: Update for version 2.7.0. > python/python3-sympy: REQUIRES updated for renamed python deps. > ruby/ruby-build: Updated for version 20230512. > system/CNS11643-font: Updated for version 20230323. New Maintainer. > system/Solaar: Updated for version 1.1.9. > system/bottom: Updated for version 0.9.0. > system/cabextract: Updated for version 1.11. > system/chkrootkit: Updated for version 0.57. > system/colord-gtk: Updated for version 0.3.0. New maintainer. > system/dosbox-x: Updated for version 2023.05.01, new maintainer. > system/dust: Updated for version 0.8.6. > system/edk2-ovmf: Added (Secure Boot enabled UEFI firmware for Qemu) > system/fatrace: Updated for version 0.17.0, new maintainer. > system/jdupes: Updated for version 1.23.0. > system/jenkins: Updated for version 2.387.3. > system/ksar: Added (Java-based GUI for sar/acct/sysstat) > system/letsencrypt: Updated for version 2.6.0. > system/netdata: Updated for version 1.39.0. > system/openzfs: Add dracut support. > system/pax-utils: Fix shebang line in lddtree. > system/rdiff-backup: Updated for version 2.2.5 > system/redis-py: Updated for version 4.5.5. > system/v4l2loopback: Updated for version 0.12.7 > system/vifm: Updated for version 0.13. > system/watchdog: Fix MAINTAINER. > system/wine: Updated for version 8.0.1. > system/xarchiver: Updated for version 0.5.4.21 > system/xen: Updated for version 4.17.1. > system/xiccd: Added (xiccdxiccd is a bridge between colord and X.) > +--------------------------+ > > > -- > Willy Sudiarto Raharjo > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From lenardrspencer at gmail.com Sun May 14 21:51:14 2023 From: lenardrspencer at gmail.com (Lenard Spencer) Date: Sun, 14 May 2023 17:51:14 -0400 Subject: [Slackbuilds-users] Can't upload nvidia-driver.tar.gz Message-ID: I'm trying to resubmit the nvidia packages, but there is apparently a stray nvidia-driver.tar.gz in there (not listed in pending) and it will not let me submit. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at slackbuilds.org Sun May 14 21:58:34 2023 From: dave at slackbuilds.org (Dave) Date: Sun, 14 May 2023 22:58:34 +0100 Subject: [Slackbuilds-users] Can't upload nvidia-driver.tar.gz In-Reply-To: References: Message-ID: 14/05/23 17:51, Lenard Spencer : > I'm trying to resubmit the nvidia packages, but there is apparently a stray > nvidia-driver.tar.gz in there (not listed in pending) and it will not let > me submit. Thanks in advance. Hi Lenard, Removed. Can you try again please? Dave -- sbo-maintainer-tools (sbolint, sbopkglint): https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/ SBo templates: https://slackbuilds.org/templates/ How to format github downloads: https://slackbuilds.org/GITHUB_URLs.txt From lenardrspencer at gmail.com Sun May 14 22:12:10 2023 From: lenardrspencer at gmail.com (Lenard Spencer) Date: Sun, 14 May 2023 18:12:10 -0400 Subject: [Slackbuilds-users] Can't upload nvidia-driver.tar.gz In-Reply-To: References: Message-ID: Got it Thanks! On Sun, May 14, 2023, 17:58 Dave wrote: > 14/05/23 17:51, > Lenard Spencer : > > I'm trying to resubmit the nvidia packages, but there is apparently a > stray > > nvidia-driver.tar.gz in there (not listed in pending) and it will not let > > me submit. Thanks in advance. > > > Hi Lenard, > > Removed. Can you try again please? > > Dave > > -- > sbo-maintainer-tools (sbolint, sbopkglint): > https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/ > > SBo templates: > https://slackbuilds.org/templates/ > > How to format github downloads: > https://slackbuilds.org/GITHUB_URLs.txt > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dpross1100 at msn.com Mon May 15 04:42:10 2023 From: dpross1100 at msn.com (Daniel Prosser) Date: Mon, 15 May 2023 00:42:10 -0400 Subject: [Slackbuilds-users] Updates - 20230513.1 In-Reply-To: <59d2d0ee-ca4e-38cc-b435-39a29d79d012@slackbuilds.org> References: <59d2d0ee-ca4e-38cc-b435-39a29d79d012@slackbuilds.org> Message-ID: I'm getting an md5sum mismatch for system/v4l2loopback. > md5sum v4l2loopback-0.12.7.tar.gz c3f043931e4d196754ad61346496ccde > echo $MD5SUM 4b0aaae5dd8c4f5dd0f9e2142e92e390 Dan On 5/13/23 11:01, Willy Sudiarto Raharjo wrote: > Sat May 13 12:28:22 UTC 2023 > .mailmap updated > academic/boinc: Fix rc.boinc variables, remove extraneous characters > academic/hyphy: Updated for version 2.5.50. > academic/io_lib: Updated for version 1.15.0. > academic/mafft: Updated for version 7.520. > academic/meme-suite: Updated for version 5.5.2. > academic/staden: A few enhancements. > accessibility/xsel: Updated for version 1.2.1. > audio/whipper: Update REQUIRES. > audio/yabridge: Updated for version 5.0.5 > desktop/UltimateDailyWallpaper: Updated for version 3.2.3. > desktop/caja: Added (file manager for the MATE desktop) > desktop/cheese: Update REQUIRES. > desktop/dbgl: Updated for version 0.97, new maintainer. > desktop/gkrellm-themes: New maintainer > desktop/gnome-control-center: Updated for version 41.7. > desktop/marco: Added (window manager for the MATE desktop) > desktop/mate-desktop: Added (libmate-desktop library for MATE) > desktop/mate-menus: Added (menu library and files for MATE) > desktop/mate-panel: Added (panel for the MATE desktop) > desktop/mate-screensaver: Added (screensaver for the MATE desktop) > desktop/mate-session-manager: Added (session manager for MATE) > desktop/mate-settings-daemon: Added (settings daemon for MATE) > desktop/mint-l-icons: Added (Mint Linux icon theme). > desktop/mint-l-theme: Added (Linux Mint theme). > desktop/mint-themes: Updated for version 2.0.9. > desktop/mint-y-icons: Updated for version 1.6.4. > desktop/nwg-look: Updated for version 0.2.2. > desktop/nwg-panel: Updated for version 0.9.2. > desktop/nwg-shell: Update REQUIRES. > development/CImg: Updated for version 3.2.4 > development/apache-maven: Updated for version 3.9.2. > development/bas55: Updated for version 2.0. > development/bascat: Added (detokenizer for BBC BASIC programs) > development/beautysh: Updated for version 6.2.1, new maintainer. > development/cgdb: Updated for version 0.8.0. New maintainer. > development/dfsimage: Added (BBC micro floppy disk images utility) > development/gdb-dashboard: Added (An advanced gdb python interface) > development/github-cli: Updated for version 2.29.0. > development/hhvm: Updated for version 4.153.4 > development/jupyter-ipykernel: Updated for version 6.23.0. > development/jupyter-nbclassic: Updated for version 1.0.0. > development/jupyter-nbconvert: Updated for version 7.4.0. > development/kakoune: Updated for version 2022.10.31, new maintainer. > development/ltrace: Updated for version 0.7.3_6.4. > development/neovim: Updated for version 0.9.0. > development/nodeenv: Added (Node.js virtual environment) > development/php82: Updated for version 8.2.6 > development/poedit: Updated for version 3.3. > development/python3-pyqt-distutils: Added (distutils extension) > development/rarian: Updated for version 0.8.4. > development/rstudio-desktop: Move /usr/lib to /usr/lib64 > development/rust16: Updated for version 1.68.1. > development/universal-ctags: Updated for version p6.0.20230507.0 > development/vscode-bin: Updated for version 1.78.2. > development/xxd-standalone: Updated for version 9.0.1383. > games/chessx: Fix GUI issues. > games/pipewalker: New maintainer > git/ignore: Ignore AppImages > graphics/SweetHome3D: Updated for version 7.1. > graphics/chafa: Updated for version 1.12.4. > graphics/darktable: Use cmake rpath support. > graphics/lensfun03: Remove ld.so.conf.d. > graphics/pqiv: Updated for version 2.12, new maintainer. > graphics/tikzit: Added (a graphical tool for creating TikZ graphics) > graphics/ueberzug: Updated for version 18.1.9, new maintainer. > graphics/ueberzugpp: Added (replacement for ueberzug written in C++) > libraries/configobj: Updated for version 5.0.8. > libraries/dpdk: Added (libs and drivers for fast packet processing) > libraries/ghc_filesystem: Fix tests > libraries/goffice: Updated for version 0.10.55. New maintainer. > libraries/granite: Added (Granite is a companion for GTK and GLib.) > libraries/imlib2: Updated for version 1.11.1. > libraries/libbpf: Added (kernel-agnostic library for BPF programs) > libraries/libjodycode: Updated for version 2.0. > libraries/libmatekbd: Added (fork of libgnomekbd for MATE desktop) > libraries/libmatemixer: Added (mixer library) > libraries/libmateweather: Added (fork of libgnomeweather for MATE) > libraries/libmediainfo: Updated for version 23.04. > libraries/libopenshot-audio: Updated for version 0.3.2 > libraries/libopenshot: Updated for version 0.3.2 > libraries/libowfat: Updated for version 0.33. > libraries/libsoup3: Updated for version 3.4.2. > libraries/nDPI: Added (deep packet inspection library) > libraries/python-ruamel.yaml: Removed at maintainer's request. > libraries/qt-avif-image-plugin: Updated for version 0.5.3. > libraries/tomlplusplus:Fix tests > libraries/webrtc-audio-processing: Added (AudioProcessing module) > misc/KeePass: Updated for version 2.53.1. > misc/gprename: Updated for version 20230429. > misc/pokemon-colorscripts: Added (Pokemon terminal images) > misc/rdfind: Added (a tool to find duplicate files) > multimedia/ffmpegfs: Updated for version 2.13. > multimedia/filebot: Updated for version 5.0.2. > multimedia/mediainfo: Update for version 23.04 > multimedia/openshot: Upgraded for version 3.1.1 > multimedia/plexmediaserver: Updated for V. 1.32.1.6999_91e1e2e2c. > multimedia/svt-av1: Updated for version 1.5.0. > network/Electrum: Updated for version 4.4.3. > network/FireWorks: REQUIRES updated for renamed python deps. > network/MEGAcmd: Updated for version 1.6.3. > network/brave-browser: Updated for version 1.51.114. > network/catgirl: Add -rpath. Simplify strip/man lines. > network/discord: Updated for version 0.0.27. > network/dropbox: Updated for version 173.4.6706. > network/element-desktop: Updated for version 1.11.31. > network/gallery-dl: Updated for version 1.25.4. > network/i2pd: Updated for version 2.47.0. New maintainer. > network/jitsi-meet-desktop: Updated for version 2023.5.0. > network/libressl: Add -rpath. Remove ld.so file+do(un)inst.sh. > network/microsoft-edge: update 113.0.1774.42 > network/mpop: Remove template comment to pass sbolint. > network/pounce: Add -rpath. Simplify strip line. > network/protonmail-bridge: Updated for version 3.1.3. > network/qutebrowser-bin: Update pdfjs. > network/signal-desktop: Updated for version 6.17.1. > network/slack: Updated for version 4.32.122. > network/transmission: Updated for version 4.0.3. > network/webex: Updated for version 43.5.0.26155 > office/LibreOffice: Updated for version 7.5.3.2 > office/etmtk: REQUIRES updated for renamed python deps. > office/gnumeric: Updated for version 1.12.55. New maintainer. > office/khard: REQUIRES updated for renamed python deps. > office/python3-xlsx2csv: Added (xlsx to csv converter) > office/wps-office: Remove ld.so.conf.d/ files. > perl/MoarVM: Updated for version 2023.04. > perl/nqp: Updated for version 2023.04. > perl/perl-Glib-Object-Introspection: Downgrade to v0.049. > perl/perl-Mojolicious: Updated for version 9.32. > perl/perl-Sidef: Updated for version 23.05. > perl/rakudo: Updated for version 2023.04. > python/mypy: Updated for version 1.3.0. > python/python-mpmath: Removed at maintainer's request. > python/python-neovim: Removed at maintainer's reqest. > python/python-pdfrw: Removed at maintainer's reqest. > python/python2-atomicwrites: Added (library for atomic file writes) > python/python2-docopt: Added (CLI description language) > python/python2-pycdio: Added (Python 2 interface to libcdio) > python/python2-sympy: REQUIRES updated for renamed python deps. > python/python3-atomicwrites: Added (library for atomic file writes) > python/python3-build: Updated for version 0.10.0, new maintainer. > python/python3-debugpy: Update MD5SUM. > python/python3-docopt: Added (CLI description language) > python/python3-iso3166: Added (Standalone ISO 3166-1 country defs) > python/python3-iso639: Added (ISO 639 library for Python) > python/python3-pycdio: Added (Python 3 interface to libcdio) > python/python3-pyjwt: Update for version 2.7.0. > python/python3-sympy: REQUIRES updated for renamed python deps. > ruby/ruby-build: Updated for version 20230512. > system/CNS11643-font: Updated for version 20230323. New Maintainer. > system/Solaar: Updated for version 1.1.9. > system/bottom: Updated for version 0.9.0. > system/cabextract: Updated for version 1.11. > system/chkrootkit: Updated for version 0.57. > system/colord-gtk: Updated for version 0.3.0. New maintainer. > system/dosbox-x: Updated for version 2023.05.01, new maintainer. > system/dust: Updated for version 0.8.6. > system/edk2-ovmf: Added (Secure Boot enabled UEFI firmware for Qemu) > system/fatrace: Updated for version 0.17.0, new maintainer. > system/jdupes: Updated for version 1.23.0. > system/jenkins: Updated for version 2.387.3. > system/ksar: Added (Java-based GUI for sar/acct/sysstat) > system/letsencrypt: Updated for version 2.6.0. > system/netdata: Updated for version 1.39.0. > system/openzfs: Add dracut support. > system/pax-utils: Fix shebang line in lddtree. > system/rdiff-backup: Updated for version 2.2.5 > system/redis-py: Updated for version 4.5.5. > system/v4l2loopback: Updated for version 0.12.7 > system/vifm: Updated for version 0.13. > system/watchdog: Fix MAINTAINER. > system/wine: Updated for version 8.0.1. > system/xarchiver: Updated for version 0.5.4.21 > system/xen: Updated for version 4.17.1. > system/xiccd: Added (xiccdxiccd is a bridge between colord and X.) > +--------------------------+ > > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From sbo at linuxgalaxy.org Mon May 15 16:32:08 2023 From: sbo at linuxgalaxy.org (KB_SBo) Date: Mon, 15 May 2023 16:32:08 +0000 Subject: [Slackbuilds-users] Updates - 20230513.1 In-Reply-To: References: <59d2d0ee-ca4e-38cc-b435-39a29d79d012@slackbuilds.org> Message-ID: <5626b870-96b0-60dd-c41c-7a757e0ca03a@linuxgalaxy.org> On 5/14/23 21:42, Daniel Prosser wrote: > I'm getting an md5sum mismatch for system/v4l2loopback. > > > md5sum v4l2loopback-0.12.7.tar.gz > c3f043931e4d196754ad61346496ccde > > > echo $MD5SUM > 4b0aaae5dd8c4f5dd0f9e2142e92e390 Oops. I'll push the fix to my branch. -kb From slack at giand.it Mon May 15 21:04:17 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Mon, 15 May 2023 23:04:17 +0200 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: <04960661-d3fe-9724-c4da-43880068bba9@giand.it> References: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> <9f420c90-8264-7f19-543c-8167c81edc20@linuxgalaxy.org> <04960661-d3fe-9724-c4da-43880068bba9@giand.it> Message-ID: Il 13/05/23 21:54, Giancarlo Dess? ha scritto: > > Il 13/05/23 20:44, KB_SBo ha scritto: >> On 5/13/23 07:30, Giancarlo Dess? wrote: >>> Il 13/05/23 16:11, Giancarlo Dess? ha scritto: >>>> Il 13/05/23 07:15, Giancarlo Dess? ha scritto: >>>>> Il 13/05/23 03:02, KB_SBo ha scritto: >>>>>> All: >>>>>> >>>>>> While assisting a friend in getting some software compiled, he >>>>>> emailed >>>>>> the currently listed SBo maintainer: >>>>>> >>>>>>> Benjamin Trigona-Harany, the former qgis maintainer, wrote that he >>>>>>> dropped >>>>>>> all his SBo packages two years ago. >>>>> The following are slackbuilds that I use. I can take them. >>>>> >>>>> academic/Shark >>>>> gis/OTB >>>>> gis/SFCGAL >>>>> libraries/libkml >>>>> >>>>> >>>> I can take also?? /gis/xplanet >>>> >>> Sorry, I got wrong in my previous posts because I've included some >>> packages already taken by KB_SBo >>> >>> Fix my list, I'll take these: >>> >>> gis/saga-gis >>> gis/SFCGAL >>> gis/xplanet >>> libraries/libkml >>> >>> I reserve to take some more by the category gis or academic if >>> remaining >>> orphaned >>> >> Giancarlo, >> >> If you are interested, take as many orphaned gis/ an academic/ as you >> like!? The qgis and some deps, I grabbed to help out Rich and I'll be >> working on those today. >> >> I also took gis/xplanet, but may not have time to do an update for >> awhile.? If you want xplanet, take it. >> >> -kb >> >> > Thanks KB. At the moment I'm working on saga-gis. I adapted the > slackbuild to the last release and it works fine in my system, but > cmake does not find an optional dependency, so I'm testing the build > with various configurations. After saga-gis I try SFCGAL and then > xplanet if is not still updated. > I saw that some packages do not need updates, because I think the authors have dropped the development (for example xplanet). I grabbed also *pdal*, the update is almost ready, but I'm studying how to install automatically various optional dependencies if detected: unlike gdal, pdal enables various plugins only if users set explicitly respectives flags in cmake (DBUILD_PLUGIN_X=ON). Some dependencies have no slackbuilds in SBo, so they have to be created next time. -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From or_slackbuilds-users_mlist_2023-04-21 at lockywolf.net Tue May 16 01:47:41 2023 From: or_slackbuilds-users_mlist_2023-04-21 at lockywolf.net (Lockywolf) Date: Tue, 16 May 2023 09:47:41 +0800 Subject: [Slackbuilds-users] txrequests fails to build Message-ID: <87r0rh3v0y.fsf@laptop.lockywolf.net> #+begin_src Traceback (most recent call last): File "setup.py", line 6, in import txrequests File "/tmp/SBo/txrequests-0.9.6/txrequests/__init__.py", line 30, in from .sessions import Session File "/tmp/SBo/txrequests-0.9.6/txrequests/sessions.py", line 24, in from twisted.internet import defer, reactor File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 32, in from twisted.logger import Logger File "/usr/lib64/python2.7/site-packages/twisted/logger/__init__.py", line 102, in from ._logger import Logger, _loggerFor File "/usr/lib64/python2.7/site-packages/twisted/logger/_logger.py", line 274, in _log = Logger() File "/usr/lib64/python2.7/site-packages/twisted/logger/_logger.py", line 70, in __init__ from ._global import globalLogPublisher File "/usr/lib64/python2.7/site-packages/twisted/logger/_global.py", line 16, in from ._buffer import LimitedHistoryLogObserver File "/usr/lib64/python2.7/site-packages/twisted/logger/_buffer.py", line 11, in from zope.interface import implementer File "/usr/lib64/python2.7/site-packages/zope/interface/__init__.py", line 53, in from zope.interface.interface import Interface File "/usr/lib64/python2.7/site-packages/zope/interface/interface.py", line 660, in {'__slots__': ()} File "/usr/lib64/python2.7/site-packages/zope/interface/interface.py", line 641, in __new__ kind = type.__new__(cls, name, bases, attrs) TypeError: a new-style class can't have only classic bases Failures: txrequests: txrequests.SlackBuild return non-zero #+end_src Has anyone seen this problem before? -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop) From ozan.turkyilmaz at gmail.com Tue May 16 06:39:33 2023 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Tue, 16 May 2023 09:39:33 +0300 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: References: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> <9f420c90-8264-7f19-543c-8167c81edc20@linuxgalaxy.org> <04960661-d3fe-9724-c4da-43880068bba9@giand.it> Message-ID: Giancarlo Dess? , 16 May 2023 Sal, 00:04 tarihinde ?unu yazd?: > > I grabbed also *pdal*, the update is almost ready, but I'm studying how > to install automatically various optional dependencies if detected: > unlike gdal, pdal enables various plugins only if users set explicitly > respectives flags in cmake (DBUILD_PLUGIN_X=ON). Some dependencies have > no slackbuilds in SBo, so they have to be created next time. > Usually Maintainers put shell variables which are set by the builder. But you can check them yourself inside the script using pkg-config or checking the existence of a library .so file. Regards, Ozan -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.willing at linux.com Tue May 16 12:38:09 2023 From: chris.willing at linux.com (Christoph Willing) Date: Tue, 16 May 2023 22:38:09 +1000 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: References: Message-ID: <4edde9c3-05e3-203c-4030-1054420bcf26@linux.com> On 13/5/23 11:02, KB_SBo wrote: > All: > > While assisting a friend in getting some software compiled, he emailed > the currently listed SBo maintainer: > >> Benjamin Trigona-Harany, the former qgis maintainer, wrote that he dropped >> all his SBo packages two years ago. > > Therefore it looks like these are all up for grabs: > > ----------------------------- > network/tornado I'm not using tornado at the moment but some time ago I used it intensively on a large project and so, for sentimental reasons, I wouldn't like it to disappear from SBo. The existing version on SBo dates back to 2018 and uses python2. The latest available version properly uses python3 and this is the version I would want to maintain. However the existing (python2) version is depended on by some other SlackBuilds (libraries/toro, system/salt, python/tornado_systemd, system/graphterm, libraries/python2-matplotlib, system/butterfly), so I guess the python2 version of tornado would need to stay around for their benefit. I'd like to propose that I create and maintain a new SlackBuild for python3-tornado while the existing tornado could be renamed as python2-tornado or even remain as is (assuming someone else steps in to take it over). chris From erich.public at protonmail.com Tue May 16 13:34:01 2023 From: erich.public at protonmail.com (Erich Ritz) Date: Tue, 16 May 2023 13:34:01 +0000 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: <4edde9c3-05e3-203c-4030-1054420bcf26@linux.com> References: <4edde9c3-05e3-203c-4030-1054420bcf26@linux.com> Message-ID: ------- Original Message ------- On Tuesday, May 16th, 2023 at 7:38 AM, Christoph Willing wrote: > > > > On 13/5/23 11:02, KB_SBo wrote: > > > All: > > > > While assisting a friend in getting some software compiled, he emailed > > the currently listed SBo maintainer: > > > > > Benjamin Trigona-Harany, the former qgis maintainer, wrote that he dropped > > > all his SBo packages two years ago. > > > > Therefore it looks like these are all up for grabs: > > > > ----------------------------- > > > network/tornado > > > I'm not using tornado at the moment but some time ago I used it > intensively on a large project and so, for sentimental reasons, I > wouldn't like it to disappear from SBo. > > The existing version on SBo dates back to 2018 and uses python2. The > latest available version properly uses python3 and this is the version I > would want to maintain. > > However the existing (python2) version is depended on by some other > SlackBuilds (libraries/toro, system/salt, python/tornado_systemd, > system/graphterm, libraries/python2-matplotlib, system/butterfly), so I > guess the python2 version of tornado would need to stay around for their > benefit. > > I'd like to propose that I create and maintain a new SlackBuild for > python3-tornado while the existing tornado could be renamed as > python2-tornado or even remain as is (assuming someone else steps in to > take it over). python3-tornado already exists on SBo. Looks like tornado is the python2-only version. Erich > > > chris > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ From matteo.bernardini at gmail.com Tue May 16 13:57:16 2023 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Tue, 16 May 2023 15:57:16 +0200 Subject: [Slackbuilds-users] qemu updates roadmap In-Reply-To: <6f165e62-f59a-0500-1e30-3be6ad9736f8@linuxgalaxy.org> References: <6f165e62-f59a-0500-1e30-3be6ad9736f8@linuxgalaxy.org> Message-ID: Hi Edward, here I'm building qemu 8.0.0 and virtiofsd like this (actually I see no issue in using the bundled meson) https://ponce.cc/slackware/testing/virtiofsd/ https://ponce.cc/slackware/testing/qemu/ if you don't want it I'll submit virtiofsd to SBo. Matteo Il giorno lun 24 apr 2023 alle ore 02:13 KB_SBo ha scritto: > All, > > I'm going to hold off on qemu-8.0 for a bit and just bump to qemu-7.2.1 > > > 1. For 8.0, virtiofsd is now an external dependency. This built with > rust, of which I know absolutely nothing about. Since this may take me > awhile to do (wtf is a 'cargo'?), if anyone has a burning desire to add > virtiofsd to SBo, have at it! > > 2. Slackware 15.0 meson-0.59.4 is too old. qemu has an internal > meson-0.61.5 that is currently used for 7.2.x, but I think using the > system meson is better for consistency. > > 3. libslirp and a few others will be made hard dependencies to have > those handy features available by default. Also, libslirp could use bump > to version 4.7.0 (maintainer cc:'ed) > > > -Ed > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From slack at giand.it Tue May 16 17:03:58 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Tue, 16 May 2023 19:03:58 +0200 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: References: <60193ad8-b2a9-1428-275c-9f3be0fc84ca@giand.it> <92bd6032-03d1-e588-0d5a-1a6dfa33d9e1@giand.it> <9f420c90-8264-7f19-543c-8167c81edc20@linuxgalaxy.org> <04960661-d3fe-9724-c4da-43880068bba9@giand.it> Message-ID: Il 16/05/23 08:39, Ozan T?rky?lmaz ha scritto: > > > Giancarlo Dess? , 16 May 2023 Sal, 00:04 tarihinde > ?unu yazd?: > > > I grabbed also *pdal*, the update is almost ready, but I'm > studying how > to install automatically various optional dependencies if detected: > unlike gdal, pdal enables various plugins only if users set > explicitly > respectives flags in cmake (DBUILD_PLUGIN_X=ON). Some dependencies > have > no slackbuilds in SBo, so they have to be created next time. > > > Usually Maintainers put shell variables which are set by the builder. > But you can check them > yourself inside the script using pkg-config or checking the existence > of a library .so file. > > Regards, > Ozan Yes, but I think that a switchable optional dependency through an environment variable can be useful and notify it in README. Some source check optional dependencies with cmake and enable them automatically in the build if detected. This is done for example by gdal: his source include a powerful autodetecting process so the slackbuild does not require to set environment variables. Other applications, like ffmpeg for example, do not check if an optional dependency is installed, so their build require to enable manually the feature by adding manually specific flags to cmake. PDAL has a similar behavior: the build of plugins is disabled by default in the source. If not considered that in a slackbuild, the package will be installed with limited features, but in some cases this is very important: tools like gdal or pdal are needed to read/write geo/spatial datasets in formats not common. For example, the IceBridge format is used only for data released by a single subproject of NASA. PDAL is able to manage it but this feature is not added by default. I would implement the slackbuild to extend automatically the features of the package if supported by the system. Users may disable them if not required passing an environment variable and/or not installing an optional dependency. -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From bobfunk11 at gmail.com Tue May 16 18:20:53 2023 From: bobfunk11 at gmail.com (Bob Funk) Date: Tue, 16 May 2023 13:20:53 -0500 Subject: [Slackbuilds-users] xvfb-run source is 404 Message-ID: Hello. It looks like sometime in the last few weeks the source for xvfb-run version 1.19.2 has been removed. Examining the upstream host, the only available versions are now 1.20.4, 1.20.11, or 21.1.7. It seems trivial to update to a newer version. I tested the build with 21.1.7 and it worked fine here with just updating the version number. I emailed the maintainer about it 72 hours ago and have just been getting undeliverable mail pingbacks every 24 hours. I guess the maintainer's mail server no longer exists. Would be nice to see this fixed, since my mutter build depends on xvfb-run. If this mass email reaches the maintainer then please submit an updated version. Just needs a version bump is all. I can also submit a fixed build and takeover maintenance if this guy is AWOL. Regards, Bob Funk -------------- next part -------------- An HTML attachment was scrubbed... URL: From urchlay at slackware.uk Tue May 16 19:43:02 2023 From: urchlay at slackware.uk (B. Watson) Date: Tue, 16 May 2023 15:43:02 -0400 (EDT) Subject: [Slackbuilds-users] xvfb-run source is 404 In-Reply-To: References: Message-ID: <28603f7-b961-7ba1-6ed-c03dcbf86fbb@slackware.uk> On Tue, 16 May 2023, Bob Funk wrote: > I can also submit a fixed build and takeover maintenance if this guy is AWOL. If he doesn't respond on the mailing list within 3 days, feel free to take over. If you look at the git log, Jan F. Chadima's last activity was in October of 2020. So I don't expect to hear from him (her?) in the next 3 days, either. If we don't, then all these builds will have to be considered abandoned: https://slackbuilds.org/advsearch.php?stype=maint&q=Chadima From urchlay at slackware.uk Tue May 16 19:47:51 2023 From: urchlay at slackware.uk (B. Watson) Date: Tue, 16 May 2023 15:47:51 -0400 (EDT) Subject: [Slackbuilds-users] xvfb-run source is 404 In-Reply-To: References: Message-ID: On Tue, 16 May 2023, Bob Funk wrote: > It looks like sometime in the last few weeks the source for xvfb-run version 1.19.2 has been removed. > > Examining the upstream host, the only available versions are now 1.20.4, 1.20.11, or 21.1.7. It seems trivial to update to a newer version. I > tested the build with 21.1.7 and it worked fine here with just updating the version number. Forgot to mention. Anyone needing the older source can find a copy here: https://slackware.uk/sbosrcarch/by-md5/4/b/4b467ff96d94ad07b5550d052466449c/xvfb_1.19.2-1+deb9u5_i386.deb From ml at mareichelt.com Tue May 16 20:32:15 2023 From: ml at mareichelt.com (Markus Reichelt) Date: Tue, 16 May 2023 22:32:15 +0200 Subject: [Slackbuilds-users] BuildScripts up for grabs In-Reply-To: References: Message-ID: <20230516203215.GD29533@pc21.mareichelt.com> * Markus Reichelt via SlackBuilds-users wrote: > onioncat I'll keep onioncat -- Markus From chris.willing at linux.com Tue May 16 21:41:38 2023 From: chris.willing at linux.com (Christoph Willing) Date: Wed, 17 May 2023 07:41:38 +1000 Subject: [Slackbuilds-users] orphaned buildscripts In-Reply-To: References: <4edde9c3-05e3-203c-4030-1054420bcf26@linux.com> Message-ID: On 16/5/23 23:34, Erich Ritz wrote: > ------- Original Message ------- > On Tuesday, May 16th, 2023 at 7:38 AM, Christoph Willing wrote: > > >> >> >> >> On 13/5/23 11:02, KB_SBo wrote: >> >>> All: >>> >>> While assisting a friend in getting some software compiled, he emailed >>> the currently listed SBo maintainer: >>> >>>> Benjamin Trigona-Harany, the former qgis maintainer, wrote that he dropped >>>> all his SBo packages two years ago. >>> >>> Therefore it looks like these are all up for grabs: >>> >>> ----------------------------- >> >>> network/tornado >> >> >> I'm not using tornado at the moment but some time ago I used it >> intensively on a large project and so, for sentimental reasons, I >> wouldn't like it to disappear from SBo. >> >> The existing version on SBo dates back to 2018 and uses python2. The >> latest available version properly uses python3 and this is the version I >> would want to maintain. >> >> However the existing (python2) version is depended on by some other >> SlackBuilds (libraries/toro, system/salt, python/tornado_systemd, >> system/graphterm, libraries/python2-matplotlib, system/butterfly), so I >> guess the python2 version of tornado would need to stay around for their >> benefit. >> >> I'd like to propose that I create and maintain a new SlackBuild for >> python3-tornado while the existing tornado could be renamed as >> python2-tornado or even remain as is (assuming someone else steps in to >> take it over). > > python3-tornado already exists on SBo. Looks like tornado is the python2-only version. > Thanks Erich, I should have checked. chris From artourter at gmail.com Tue May 16 21:48:36 2023 From: artourter at gmail.com (Greg Tourte) Date: Tue, 16 May 2023 22:48:36 +0100 Subject: [Slackbuilds-users] Botan 3.0.0 support In-Reply-To: References: <20230430193042.GG3369@pc21.mareichelt.com> Message-ID: Hi, Keepassxc 2.7.5 has been released with Botan3 support (it compiles and works fine with both botan 2 and 3). I will submit the updated slackibuild this week. BTW, looking at Botan it looks like Botan 2 and 3 can coexist. the libraries are names libbotan-2.so.* and libbotan-3-.so.*. the only common file is the botan binary but that can easily be fixed by calling them botan2 and botan3 maybe? cheers Greg On Sun, 30 Apr 2023 at 23:03, Greg Tourte wrote: > Looks like upstream have started adding support to botan3 for keepasscx in > the main branch on github. I will play around, see how well it works and > report back. > > Thanks for the heads up. > > Cheers > > Greg > > On Sun, 30 Apr 2023 at 20:30, Markus Reichelt wrote: > >> Hi, >> >> just wanted to drop this info in here: >> >> Botan 3.0.0 has been released https://github.com/randombit/botan/tags >> >> the Botan devel & announce mailinglists are still nonfunctional. Jack >> has other priorities, and will fix this eventually (=don't hold your >> breath). >> >> keepassxc & CoreCtrl both depend on Botan2 and fail to compile with >> Botan3. I've contacted keepassxc folks in their libera dev chan & >> the CoreCtrl coder per email. >> >> Respective maintainers are encouraged to check on progress :-) >> >> fwiw, the Botan buildscript also works with Botan 3.0.0 as-is (use >> VERSION=) >> >> Regards, >> Markus >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From slack at giand.it Thu May 18 17:02:53 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Thu, 18 May 2023 19:02:53 +0200 Subject: [Slackbuilds-users] This mail is a test Message-ID: <4b57e40c-dcf8-eb37-f1b9-701c949079bf@giand.it> Sorry, I did not receive messages from the ML since a few days ago. I sent this mail for testing -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From droidbittin at gmail.com Thu May 18 17:14:55 2023 From: droidbittin at gmail.com (Luna Jernberg) Date: Thu, 18 May 2023 19:14:55 +0200 Subject: [Slackbuilds-users] This mail is a test In-Reply-To: <4b57e40c-dcf8-eb37-f1b9-701c949079bf@giand.it> References: <4b57e40c-dcf8-eb37-f1b9-701c949079bf@giand.it> Message-ID: Testing back On Thu, May 18, 2023 at 7:03?PM Giancarlo Dess? wrote: > > Sorry, I did not receive messages from the ML since a few days ago. I > sent this mail for testing > > -- > ********************************************************* > Giancarlo Dess? > https://www.giand.it > > Slackware Linux... because it works! > ********************************************************* > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From slack at giand.it Thu May 18 17:29:51 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Thu, 18 May 2023 19:29:51 +0200 Subject: [Slackbuilds-users] This mail is a test In-Reply-To: References: <4b57e40c-dcf8-eb37-f1b9-701c949079bf@giand.it> Message-ID: <390b742a-66d0-7678-0d55-ec1d6f6c58ea@giand.it> Il 18/05/23 19:14, Luna Jernberg ha scritto: > Testing back Thanks :-) > > On Thu, May 18, 2023 at 7:03?PM Giancarlo Dess? wrote: >> Sorry, I did not receive messages from the ML since a few days ago. I >> sent this mail for testing >> >> -- >> ********************************************************* >> Giancarlo Dess? >> https://www.giand.it >> >> Slackware Linux... because it works! >> ********************************************************* >> >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - https://slackbuilds.org/faq/ >> > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From bobfunk11 at gmail.com Fri May 19 12:34:00 2023 From: bobfunk11 at gmail.com (Bob Funk) Date: Fri, 19 May 2023 07:34:00 -0500 Subject: [Slackbuilds-users] xvfb-run source is 404 In-Reply-To: References: Message-ID: Still no word back from the maintainer and the email gave up bouncing to a nonexistent address. I'll get an updated build for xvfb-run submitted tonight or tomorrow by the latest. Either way it'll be hitting the next update cycle. Unfortunately the rest of the list of slackbuilds that are potentially un-maintained from Jan F Chadima are builds for things I don't use. I prefer to maintain builds for software I actively use, or software that is a dependency of something that I actively use. Cheers, Bob On Tue, May 16, 2023 at 2:47?PM B. Watson wrote: > > > On Tue, 16 May 2023, Bob Funk wrote: > > > It looks like sometime in the last few weeks the source for xvfb-run > version 1.19.2 has been removed. > > > > Examining the upstream host, the only available versions are now 1.20.4, > 1.20.11, or 21.1.7. It seems trivial to update to a newer version. I > > tested the build with 21.1.7 and it worked fine here with just updating > the version number. > > Forgot to mention. Anyone needing the older source can find a copy here: > > > https://slackware.uk/sbosrcarch/by-md5/4/b/4b467ff96d94ad07b5550d052466449c/xvfb_1.19.2-1+deb9u5_i386.deb > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at osh.id.au Fri May 19 13:04:13 2023 From: lists at osh.id.au (David O'Shaughnessy) Date: Fri, 19 May 2023 21:04:13 +0800 Subject: [Slackbuilds-users] Virtualbox In-Reply-To: References: Message-ID: I'm not too sure why the maintainer is not pushing an update, probably busy? There are some of the maintainer's build scripts here though that are updated: https://repo.liwjatan.org/pprkut/15.0/source/ https://repo.liwjatan.org/pprkut/current/source/ On Thu, 11 May 2023, at 12:13 AM, Jim wrote: > The current SlackBuild is for 6.1.34. > 6.1.44 came out in April, but is EOL in December. > V 7 is now up to 7.0.8. > > Does anyone know about any problems with upgrading to a newer version? > > Thanks. > Jim > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ From artourter at gmail.com Fri May 19 13:31:08 2023 From: artourter at gmail.com (Greg Tourte) Date: Fri, 19 May 2023 14:31:08 +0100 Subject: [Slackbuilds-users] new submission for ecCodes Message-ID: Hi, Yesterday I submitted a new script through the upload form, for which I received an acknowledgement as usual, but now there is no traces of it in either pending nor approved. This is a new dependency for cdo (for which I send an update as a PR on github). Do I need to resubmit it? Cheers Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: From artourter at gmail.com Fri May 19 13:31:56 2023 From: artourter at gmail.com (Greg Tourte) Date: Fri, 19 May 2023 14:31:56 +0100 Subject: [Slackbuilds-users] new submission for ecCodes In-Reply-To: References: Message-ID: Ah just saw the email from dave... never mind On Fri, 19 May 2023 at 14:31, Greg Tourte wrote: > Hi, > > Yesterday I submitted a new script through the upload form, for which I > received an acknowledgement as usual, but now there is no traces of it in > either pending nor approved. This is a new dependency for cdo (for which I > send an update as a PR on github). > > Do I need to resubmit it? > > Cheers > > Greg > -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sat May 20 04:57:36 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 20 May 2023 11:57:36 +0700 Subject: [Slackbuilds-users] Updates - 20230520.1 Message-ID: <86b5f262-28f6-20d4-4a91-56dd699415a4@slackbuilds.org> Sat May 20 04:18:53 UTC 2023 academic/CAFS_divergence: Fix ARCH section. academic/CAPS_coevolution: Fix ARCH section. academic/Gblocks: Fix ARCH section. academic/amd: Align with template. academic/amplifx: Fix ARCH section. academic/arpack-ng: Align with template. academic/btf: Align with template. academic/camd: Align with template. academic/cblas: Align with template. academic/ccolamd: Align with template. academic/cdo: Updated for version 2.2.0. academic/cholmod: Align with template. academic/colamd: Align with template. academic/colin: Use template TMP assignment. academic/csparse: Align with template. academic/cxsparse: Align with template. academic/fiji: Fix ARCH section. academic/finchtv: Fix ARCH section. academic/gresistor: Align with template. academic/klu: Align with template. academic/lapacke: Align with template. academic/ldl: Align with template. academic/megax: Fix and mv ARCH sect. academic/metis: Align with template. academic/ncbi-blast: Fix and mv ARCH sect. academic/octave: Align with template. academic/plus42: Updated for version 1.0.19. academic/pyfits: Align with template. academic/python2-kiwisolver: Align with template. academic/python2-scipy: Align with template. academic/python3-scipy: Align with template. academic/qrupdate: Align with template. academic/rbio: Align with template. academic/seqkit: Fix ARCH sect. academic/spidey: Fix and mv ARCH sect. academic/spqr: Align with template. academic/suitesparseconfig: Align with template. academic/ucsc-blat: Fix and mv ARCH sect, http->https. academic/umfpack: Align with template. academic/xoscope: Align with template. academic/xsimd: Updated for version 11.1.0. audio/TiMidity++: Align with template. audio/easymp3gain: Fix ARCH section. Change to i586. audio/freepats: Align with template. audio/pipewire-native-jack: Align with template. audio/sonata: Align with template. desktop/dbgl-legacy: New maintainer, builds from source. desktop/ee: Align with template. desktop/engrampa: Added (archive manager for the MATE desktop) desktop/gnome-screenshot: slack-desc nitpick. desktop/mate-desktop-environment: Added (continuation of GNOME 2) desktop/mate-media: Added (media tools for the MATE desktop) desktop/mate-power-manager: Added (power session daemon for MATE) desktop/mate-screensaver: Updated for version 1.26.2. desktop/mate-session-manager: Updated for version 1.26.1. desktop/mate-settings-daemon: Updated for version 1.26.1. desktop/mate-terminal: Added (terminal emulator for MATE) desktop/mate-utils: Added (various utilities for the MATE desktop) desktop/nwg-dock: Updated for version 0.3.4. desktop/rss-guard: Align with template. desktop/thunar-custom-actions: Change of maintainer desktop/todoman: change atomicwrites to python3-atomicwrites desktop/vinagre: Added (remote desktop viewer for GNOME) development/Pivy: Align with template. development/amazon-corretto: Align with template. development/cpan2tgz: Align with template. development/cppunit: Align with template. development/cudatoolkit: Fix ARCH sect. amd symlinks. development/d-tools: Updated for version 2.103.1 development/dis6502: Updated for version 0.15+2857fc3_20180311. development/dmd: Updated for version 2.103.1 development/ecl: Align with template. development/elixir: Align with template. development/erlang-otp: Align with template. development/gcc5: Fix -march for i486, keep sbolint quiet. development/gcc5: slack-desc nitpick. development/icon: Align with template. development/jdk: Align with template. development/jupyter-ipykernel: Updated for version 6.23.1. development/kForth-32: Fix SlackBuild. development/kForth-64: Fix SlackBuild. development/nickle: Align with template. development/nodejs: Updated for version 20.2.0. development/noweb: Align with template. development/numpy-legacy: Align with template. development/openjdk8: Updated for version 8u372. development/poedit: Updated for version 3.3.1. development/postman: Updated for version 10.14.0. development/pycharm: Updated for version 2023.1.2.231.9011.38. development/python2-cycler: Align with template. development/python2-numpy: Align with template. development/python3-cycler: Align with template. development/python3-matplotlib: Align with template. development/python3-numpy: Align with template. development/python3-pyqt-distutils: SRCNAM changes. development/reuse-tool: Updated for version 1.1.2. development/rstudio-desktop: Update for 2023.03.1+446 development/sdcc: Align with template. development/spyder: change atomicwrites to python3-atomicwrites development/squeak-vm: Align with template. development/udis86: Align with template. development/universal-ctags: Updated for version p6.0.20230514.0 development/xmake: Updated for version 2.7.9. games/UrbanTerror: Fix ARCH section and symlinks. games/boosteroid: Align with template. games/crispy-doom: Updated for version 6.0. games/emulationstation-de: slack-desc nitpick. games/etlegacy: ARCH->i586, add SRCARCH. games/ffgo: Align with template. games/fgo: Align with template. games/hatari: Align with template. games/hatari_tos_roms: Align with template. games/lbreakouthd: Updated for version 1.1.3. games/lutris: Align with template. games/lutris: Updated for version 0.5.13. games/mame: Align with template. games/smokinguns: Copy SlackBuild to docs, i386->i586, http->https. games/worldofpadman: ARCH->i586, add SRCARCH. gis/eccodes: Added (ECMWF en/decoding library for GRIB, BUFR, GTS) gis/gpsbabel: Align with template. gis/python3-basemap: Updated for version 1.3.7. gis/pytrainer: Align with template. gis/saga-gis: Align with template. graphics/Blender: Align with template. graphics/exif: Align with template. graphics/gbdfed: Align with template. graphics/ipe: slack-desc nitpick. graphics/lilypond: Align with template. graphics/mftrace: Align with template. graphics/peek: Align with template. graphics/potrace: Align with template. graphics/tuxpaint-stamps: Updated for version 2023.05.19. graphics/tuxpaint: Updated for version 0.9.30. graphics/ueberzugpp: Updated for version 2.8.3. graphics/vuescan: Updated MD5SUMs. graphics/xdot: Align with template. haskell/haskell-optparse-applicative: slack-desc nitpick. libraries/CondConfigParser: Align with template. libraries/batinfo: Align with template. libraries/blas: Align with template. libraries/gamemode: Added (Optimise Linux system performance) libraries/gtkdatabox: Align with template. libraries/gtkglarea: Align with template. libraries/highway: Updated for version 1.0.4. libraries/jogamp: Added (Java libraries for 3D Graphics/Multimedia) libraries/lapack: Align with template. libraries/libavif: Updated for version 20230512_94352e0. libraries/libcurl-gnutls: Align with template. libraries/libfabric: Updated for version 1.18.0. libraries/libfastjson: Updated for version 1.2304.0. libraries/libgweather4: Align with template. libraries/libjodycode: Updated for version 2.0.1. libraries/libmatekbd: Updated for version 1.26.1. libraries/libmateweather: Updated for version 1.26.1. libraries/libmysofa: Updated for version 1.3.1. libraries/libpng-legacy12: Change to i586. libraries/libsrtp2: Added (Secure RTP libraries version 2) libraries/libvdpau-va-gl: Align with template. libraries/libyuv: Updated for version 20230107_62af467. libraries/luaexpat: Updated for version 1.5.1 libraries/luasec: Updated for version 1.3.1 libraries/luasocket: Updated for version 3.1.0 libraries/microsoft-gsl: Added (C++ Core Guidelines Support Library) libraries/moddb: Added (navigate ModDB purely programmatically) libraries/nghttp3: Added (RFC9114 HTTP/3 implementation over QUIC) libraries/ngtcp2: Added (quic library) libraries/ode: Align with template. libraries/opencl-amd: Align with template. libraries/pangox-compat: Align with template. libraries/python2-matplotlib: Align with template. libraries/python3-CherryPy: SRCNAM changes. libraries/python3-plumbum: SRCNAM changes. libraries/python3-pymdstat: Updated for version 0.4.3. libraries/python3-rpyc: SRCNAM changes. libraries/python3-zc.lockfile: SRCNAM changes. libraries/squish: Align with template. libraries/usrsctp: Added (a userland SCTP stack) libraries/virtualpg: slack-desc nitpick. libraries/xblas: Align with template. misc/fcitx5-mcbopomofo: Updated for version 2.5.2. misc/goldencheetah: Align with template. misc/ibus-table-chinese: ARCH=noarch. Remove unused CFLAGS etc.. misc/pokemon-colorscripts: Switch to noarch. misc/rbutil: Align with template. misc/rmlint: Added (filesystem linter and deduplifier) multimedia/gnash: Align with template. multimedia/haruna: Updated for version 0.11.0. multimedia/huludesktop: Move/modify ARCH and move DEBARCH section. multimedia/inputstream.adaptive: Updated for version 20.3.8. multimedia/kvazaar: Updated for version 2.2.0. multimedia/openh264: Updated for version 2.3.1. network/armcord: Updated for version 3.2.0. network/arno-iptables-firewall: Align with template. network/bottle: Align with template. network/brave-browser: Updated for version 1.51.118. network/curl-quic: Added (command line URL data transfer tool) network/dino: Added (a simple Jabber client supporting video calls) network/librewolf: Updated for 112.0.2 network/microsoft-edge: Updated for version 113.0.1774.50. network/neomutt: Updated for version 20230517. network/netperf: Align with template. network/nxclient: ADD SRCARCH. Fix synlinks. network/onioncat: Updated for version 4.11.0. network/openfortivpn: Updated for version 1.20.3 network/privoxy: Align with template. network/prosody: Updated for version 0.12.3 network/proxychains-ng: Added (TCP and DNS through proxy server) network/proxychains: Updated for version 4.16. network/psi-plus: Align with template. network/python3-CherryMusic: SRCNAM changes. network/python3-PyRSS2Gen: SRCNAM changes. network/rtl8821ce: Align with template. network/tor-browser: Updated for version 12.0.6. network/tor: Updated for version 0.4.7.13 network/viber: Move/modify ARCH section. Strip. network/vivaldi: Updated for version 6.0.2979.22. network/webex: Fix ARCH section. network/wendzelnntpd: Align with template, use CFLAGS, fix docs. network/zeek: Updated for version 5.0.8. network/zsync: slack-desc nitpick. office/adobe-reader-fontpacks: Add SRCARCH to avoid lint errors. office/adobe-reader: Add SRCARCH to avoid lint errors. office/bibclean: Added (cleaner and pretty-printer for bibtex) office/catdvi: Added (dvi fallback for recoll) office/keepassxc: Updated for version 2.7.5. office/khal: change atomicwrites to python3-atomicwrites office/khard: change atomicwrites to python3-atomicwrites office/openoffice.org: Add submenu support. office/python3-xlsx2csv: SRCNAM changes. office/semantik: Updated for version 1.2.10. office/t-prot: Update DOWNLOAD. perl/perl-gnome2-canvas: slack-desc nitpick. python/RBTools: Align with template. python/atomicwrites: Remove atomicwrites python/click-didyoumean: Align with template. python/click-repl: Align with template. python/cppy: Align with template. python/django-sass: Align with template. python/email-validator: Updated for version 2.0.0.post2. python/feedgenerator: Updated for version 2.1.0. python/hachoir: Align with template. python/jaraco-packaging: Align with template. python/license-expression: Updated for version 30.1.0. python/npm: Align with template. python/optional-django: Align with template. python/pathtools3: Align with template. python/pathtools: Align with template. python/py3sensors: Align with template. python/pyblake2: Align with template. python/pycdio: Removed by request of maintainer. python/pynacl: Align with template. python/pysass: Align with template. python/pytest: change atomicwrites to python2-atomicwrites python/python-debian: Updated for version 0.1.49. python/python-socks: Update for 2.3.0 python/python-uritemplate: Align with template. python/python-webpack: Align with template. python/python2-docopt: SRCNAM changes. python/python2-elib.intl: Align with template. python/python2-mpd: Align with template. python/python2-psutil: Updated for version 5.9.5. python/python2-wheel: SRCNAM changes. python/python3-APScheduler: SRCNAM changes. python/python3-Flask-Babel: SRCNAM changes. python/python3-Flask-Bcrypt: SRCNAM changes. python/python3-Flask-Compress: SRCNAM changes. python/python3-Flask-Cors: SRCNAM changes. python/python3-Flask-Dance: Updated for version 7.0.0. python/python3-Flask-Login: SRCNAM changes. python/python3-Flask-Mail: SRCNAM changes. python/python3-Flask-Principal: SRCNAM changes. python/python3-Flask-RESTX: SRCNAM changes. python/python3-Flask-SQLAlchemy: SRCNAM changes. python/python3-Flask-Security-Too: SRCNAM changes. python/python3-Flask-WTF: SRCNAM changes. python/python3-WTForms: SRCNAM changes. python/python3-aiosignal: Added (callbacks in asyncio projects) python/python3-alembic: Updated for version 1.11.1. python/python3-aniso8601: SRCNAM changes. python/python3-async-timeout: Added (asyncio-compatible timeout) python/python3-autocommand: SRCNAM changes. python/python3-babelfish: SRCNAM changes. python/python3-blinker: SRCNAM changes. python/python3-calver: SRCNAM changes. python/python3-cattrs: SRCNAM changes. python/python3-characteristic: ARCH->i586. python/python3-cheroot: SRCNAM changes. python/python3-confuse: SRCNAM changes. python/python3-docker: Updated for version 6.1.2. python/python3-dockerpty: SRCNAM changes. python/python3-docopt: SRCNAM changes. python/python3-dotenv: SRCNAM changes. python/python3-editables: SRCNAM changes. python/python3-exceptiongroup: SRCNAM changes. python/python3-filetype: SRCNAM changes. python/python3-flask-paginate: SRCNAM changes. python/python3-flit: SRCNAM changes. python/python3-flit_core: SRCNAM changes. python/python3-flit_scm: SRCNAM changes. python/python3-frozenlist: Added (list-like structure) python/python3-glances: SRCNAM changes. python/python3-guessit: SRCNAM changes. python/python3-h11: SRCNAM changes. python/python3-hatch_fancy_pypi_readme: SRCNAM changes. python/python3-hatch_vcs: SRCNAM changes. python/python3-hatchling: Updated for version 1.17.0. python/python3-httpcore: SRCNAM changes. python/python3-httpx: SRCNAM changes. python/python3-inflect: SRCNAM changes. python/python3-iso3166: SRCNAM changes. python/python3-iso639: SRCNAM changes. python/python3-jaraco.classes: SRCNAM changes. python/python3-jaraco.collections: SRCNAM changes. python/python3-jaraco.context: SRCNAM changes. python/python3-jaraco.functools: SRCNAM changes. python/python3-jaraco.text: SRCNAM changes. python/python3-json5: Updated for version 0.9.14. python/python3-jsonschema: SRCNAM changes. python/python3-kiwisolver: Align with template. python/python3-libtmux: SRCNAM changes. python/python3-loguru: Updated for version 0.7.0. python/python3-markdown-it-py: SRCNAM changes. python/python3-mat2: Added (A metadata removal tool) python/python3-mdurl: SRCNAM changes. python/python3-mediafile: SRCNAM changes. python/python3-more-itertools: SRCNAM changes. python/python3-netifaces: SRCNAM changes. python/python3-pathspec: SRCNAM changes. python/python3-poetry-core: SRCNAM changes. python/python3-portend: SRCNAM changes. python/python3-psutil: Updated for version 5.9.5. python/python3-py-cpuinfo: SRCNAM changes. python/python3-pydantic: SRCNAM changes. python/python3-pynzb: SRCNAM changes. python/python3-pyproject-hooks: SRCNAM changes. python/python3-pyusb: slack-desc nitpick. python/python3-rebulk: SRCNAM changes. python/python3-requests-cache: SRCNAM changes. python/python3-rfc3986: SRCNAM changes. python/python3-rich: Updated for version 13.3.5. python/python3-socks: Added (SOCKS proxy connector for aiohttp) python/python3-teletype: SRCNAM changes. python/python3-tempora: Updated for version 5.2.2. python/python3-texttable: SRCNAM changes. python/python3-tomli_w: SRCNAM changes. python/python3-tornado: Updated for version 6.3.2. python/python3-trove-classifiers: Updated for version 2023.5.2. python/python3-ujson: SRCNAM changes. python/python3-url-normalize: SRCNAM changes. python/python3-watchdog: Align with template. python/python3-websocket-client: SRCNAM changes. python/python3-wheel: SRCNAM changes. python/python3-yarl: Added (Yet another URL library) python/python3-zxcvbn-python: SRCNAM changes. python/pytz-deprecation-shim: SRCNAM changes. python/pyusb: Align with template. python/pywal: slack-desc nitpick. python/reedsolo: Align with template. python/rst-linker: Align with template. python/rst: Align with template. python/scikit-umfpack: Align with template. python/sphinx-rtd-theme: Align with template. python/sqlalchemy-migrate: Align with template. python/subprocess32: Align with template. python/tempita: Align with template. python/tzdata: SRCNAM changes. python/vine: Align with template. python/workbook: Align with template. python/xlutils: Align with template. python/yarl: Update for 1.9.2 system/CNS11643-font: Modify configs and README. system/Iosevka-aile: Updated for version 22.1.2. system/Iosevka-etoile: Updated for version 22.1.2. system/SavvyCAN: slack-desc nitpick. system/acpi_call: Align with template. system/atop: Updated for version 2.9.0. system/bogofilter: Align with template. system/bottom: Updated for version 0.9.1. system/btrbk: Align with template. system/conky: Updated for version 1.19.2. system/containerd: Updated for version 1.6.21 system/docker-cli: Updated for version 23.0.6. system/docker-proxy: Updated for version 20230425_3f00484. system/docker: Updated for version 23.0.6. system/edk2-ovmf: Fix .json files. system/f3: Align with template. system/fwupd: Build efi-binary. system/hivex: Updated for version 1.3.23. system/hstr: Updated for version 3.1 system/intel-microcode: Update to version 20230512 system/limine: updated for version 4.20230503.0 system/mbuffer: Added (a tool for buffering data streams) system/memkind: Remove 32bit support. system/memtest86+: Align with template. system/memtest86: Align with template. system/netdata: Updated for version 1.39.1. system/nvidia-kernel: Align with template. system/nvidia-kernel: Updated for version 525.105.17. system/nvidia-legacy340-kernel: Align with template. system/nvidia-legacy390-kernel: Align with template. system/nvidia-legacy470-kernel: Align with template. system/nvidia-legacy470-kernel: Updated for version 470.182.03. system/nvidia-open-kernel: Align with template. system/nvidia-open-kernel: Updated for version 525.116.03. system/oracle-instantclient-basic: Modify ARCH rules, csh profile. system/oracle-instantclient-devel: ARCH=noarch, SDL READMDE/LICENSE system/pixma: Align with template. system/pmdk: Updated for version 1.13.0. system/pomed-light: Updated for version 1.52lw system/prometheus: Updated to version 2.44.0 system/python3-docker-compose: SRCNAM changes. system/rEFInd: Updated for version 0.14.2. system/rar: Fix ARCH section. system/refind-bin: Added (An EFI boot manager utility) system/rmw: Updated for version 0.9.1. system/rsyslog: Updated for version 8.2304.0. system/runc: Updated for version 1.1.7. system/samsung-mfp-drivers: ADD SRCARCH to stop linter warnings. system/sarasa-gothic: Updated for version 0.40.7. system/sbo-maintainer-tools: Updated for version 0.8.0. system/sdltrs: Updated for version 1.2.9a+20230517_29980234. system/skim: Updated for version 0.10.4, new maintainer. system/slpkg: Updated for version 4.8.5. system/stress-ng: Align with template. system/supervisor: Align with template. system/swtpm: Update README. system/trs80-roms: Updated for version 20230516. system/uhubctl: slack-desc nitpick. system/usbview: Align with template. system/v4l2loopback: Fix md5sum system/vhba-module: Align with template. system/virtualbox-kernel: Align with template. system/xtrs: Fix window close button. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Sat May 20 11:37:31 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 20 May 2023 18:37:31 +0700 Subject: [Slackbuilds-users] Burp version upgrade In-Reply-To: References: Message-ID: <3481e70d-4bbd-84d7-8de1-4dd3d2993bce@slackbuilds.org> > Just a little note that Burp could do with a little version bump from > 2.1.32 to 2.4.0 - if possible. I'm happy to give a hand if it helps :-) Idlemoor is inactive at this moment if you can help by testing new version, please feel free to send PR or MR via github/gitlab -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Sat May 20 11:39:32 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 20 May 2023 18:39:32 +0700 Subject: [Slackbuilds-users] xvfb-run source is 404 In-Reply-To: References: Message-ID: > I can also submit a fixed build and takeover maintenance if this guy is > AWOL. Please do send it :) -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From zsd+slackbuilds at jdvb.ca Sat May 20 19:27:23 2023 From: zsd+slackbuilds at jdvb.ca (Jim) Date: Sat, 20 May 2023 16:27:23 -0300 Subject: [Slackbuilds-users] Virtualbox In-Reply-To: References: Message-ID: For anyone who is listening and cares... See below On Fri, May 19, 2023 at 21:04 (+0800), David O'Shaughnessy wrote: > I'm not too sure why the maintainer is not pushing an update, probably busy? Probably! > There are some of the maintainer's build scripts here though that are updated: > https://repo.liwjatan.org/pprkut/15.0/source/ > https://repo.liwjatan.org/pprkut/current/source/ I have edited the virtualbox slackbuilds, info files and patch file for virtualbox to 6.1.44 (6.1.44a, more specifically) virtualbox-kernel to 6.1.40 (latest and greatest, it seems) virtualbox-extension-pack to 6.1.44 and built and (lightly) tested the results and all seems to be fine. I don't want to pull the rug out from under the feet of the current maintainer, but if he or someone in SBo management-land wants the updated files, please let me know and I'll package them up and send them off. For that matter, should anyone else want them I'll be happy to package them up and send them off. Cheers. Jim > On Thu, 11 May 2023, at 12:13 AM, Jim wrote: >> The current SlackBuild is for 6.1.34. >> 6.1.44 came out in April, but is EOL in December. >> V 7 is now up to 7.0.8. >> Does anyone know about any problems with upgrading to a newer version? >> Thanks. >> Jim From urchlay at slackware.uk Sat May 20 19:50:31 2023 From: urchlay at slackware.uk (B. Watson) Date: Sat, 20 May 2023 15:50:31 -0400 (EDT) Subject: [Slackbuilds-users] Builds up for grabs Message-ID: <78a672-d43e-f074-8edc-7cd4d9501@slackware.uk> I got an email from Rodrigo Gimenez, he's unable to maintain his builds. These are: multimedia/castnow development/nwjs desktop/variety office/xreader Any takers? None of these builds are listed as dependencies for anything else, so if nobody wants them, they'll eventually go away. From pprkut at slackbuilds.org Sat May 20 20:39:51 2023 From: pprkut at slackbuilds.org (Heinz Wiesinger) Date: Sat, 20 May 2023 22:39:51 +0200 Subject: [Slackbuilds-users] Virtualbox In-Reply-To: References: Message-ID: <2459773.XAFRqVoOGU@amaterasu.liwjatan.org> On Saturday, 20 May 2023 21:27:23 CEST Jim wrote: > For anyone who is listening and cares... > > See below > > On Fri, May 19, 2023 at 21:04 (+0800), David O'Shaughnessy wrote: > > I'm not too sure why the maintainer is not pushing an update, probably > > busy? > Probably! > > > There are some of the maintainer's build scripts here though that are > > updated: https://repo.liwjatan.org/pprkut/15.0/source/ > > https://repo.liwjatan.org/pprkut/current/source/ > > I have edited the virtualbox slackbuilds, info files and patch file for > virtualbox to 6.1.44 (6.1.44a, more specifically) > virtualbox-kernel to 6.1.40 (latest and greatest, it seems) > virtualbox-extension-pack to 6.1.44 > and built and (lightly) tested the results and all seems to be fine. > > I don't want to pull the rug out from under the feet of the current > maintainer, but if he or someone in SBo management-land wants the updated > files, please let me know and I'll package them up and send them off. > > For that matter, should anyone else want them I'll be happy to package them > up and send them off. Hi there! I'm still alive, but indeed rather busy. I was hoping things would have cleared up by now, but alas... I updated to 6.1.44 in my repo just this week, doing the same for SBo is on my TODO list. However, can't provide any timeline :-/ Is there a specific feature/bugfix you *need* from the newer version though? Generally, the version on SBo should work "just fine". If it's just about running the "latest and greatest", you should be able to fetch the SlackBuild from my -current or 15.0 repo (or even the packages). I don't typically update my scripts on SBo anymore unless there's a specific reason. Grs, Heinz -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: This is a digitally signed message part. URL: From lists at osh.id.au Sun May 21 14:45:33 2023 From: lists at osh.id.au (David O'Shaughnessy) Date: Sun, 21 May 2023 22:45:33 +0800 Subject: [Slackbuilds-users] Virtualbox In-Reply-To: <2459773.XAFRqVoOGU@amaterasu.liwjatan.org> References: <2459773.XAFRqVoOGU@amaterasu.liwjatan.org> Message-ID: <00ee75c2-f06b-47e6-b06d-342f534bf45e@app.fastmail.com> Hi Heinz, I'm pretty sure the version of VirtualBox on SBo (6.1.34) is borked for some particular Windows version, I had endless problems until I updated to virtualbox-6.1.40 from your repo. I think at a minimum the soon to be EOL(?) 6.x branch should be updated to the latest, just for compatibility. As for 7.x, if you're not up for it right now then I suppose someone else could submit a VirtualBox 7.x build script if they really cared to. -- Dave On Sun, 21 May 2023, at 4:39 AM, Heinz Wiesinger wrote: > Hi there! I'm still alive, but indeed rather busy. I was hoping things would > have cleared up by now, but alas... > > I updated to 6.1.44 in my repo just this week, doing the same for SBo is on my > TODO list. However, can't provide any timeline :-/ > > Is there a specific feature/bugfix you *need* from the newer version though? > Generally, the version on SBo should work "just fine". If it's just about > running the "latest and greatest", you should be able to fetch the SlackBuild > from my -current or 15.0 repo (or even the packages). I don't typically update > my scripts on SBo anymore unless there's a specific reason. > > Grs, > Heinz > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > > Attachments: > * signature.asc From dn2010 at gmail.com Sun May 21 15:16:00 2023 From: dn2010 at gmail.com (Daniil Bratashov) Date: Sun, 21 May 2023 19:16:00 +0400 Subject: [Slackbuilds-users] Updates - 20230520.1 In-Reply-To: <86b5f262-28f6-20d4-4a91-56dd699415a4@slackbuilds.org> References: <86b5f262-28f6-20d4-4a91-56dd699415a4@slackbuilds.org> Message-ID: It seems that the python3-pyproject-hooks should be now added as dependency for a number of python3 libraries - build of python3-editables or python3-hatchling is broken on my system. WBR, Daniil Bratashov. On Sat, May 20, 2023 at 8:57?AM Willy Sudiarto Raharjo wrote: > > Sat May 20 04:18:53 UTC 2023 > academic/CAFS_divergence: Fix ARCH section. > academic/CAPS_coevolution: Fix ARCH section. > academic/Gblocks: Fix ARCH section. > academic/amd: Align with template. > academic/amplifx: Fix ARCH section. > academic/arpack-ng: Align with template. > academic/btf: Align with template. > academic/camd: Align with template. > academic/cblas: Align with template. > academic/ccolamd: Align with template. > academic/cdo: Updated for version 2.2.0. > academic/cholmod: Align with template. > academic/colamd: Align with template. > academic/colin: Use template TMP assignment. > academic/csparse: Align with template. > academic/cxsparse: Align with template. > academic/fiji: Fix ARCH section. > academic/finchtv: Fix ARCH section. > academic/gresistor: Align with template. > academic/klu: Align with template. > academic/lapacke: Align with template. > academic/ldl: Align with template. > academic/megax: Fix and mv ARCH sect. > academic/metis: Align with template. > academic/ncbi-blast: Fix and mv ARCH sect. > academic/octave: Align with template. > academic/plus42: Updated for version 1.0.19. > academic/pyfits: Align with template. > academic/python2-kiwisolver: Align with template. > academic/python2-scipy: Align with template. > academic/python3-scipy: Align with template. > academic/qrupdate: Align with template. > academic/rbio: Align with template. > academic/seqkit: Fix ARCH sect. > academic/spidey: Fix and mv ARCH sect. > academic/spqr: Align with template. > academic/suitesparseconfig: Align with template. > academic/ucsc-blat: Fix and mv ARCH sect, http->https. > academic/umfpack: Align with template. > academic/xoscope: Align with template. > academic/xsimd: Updated for version 11.1.0. > audio/TiMidity++: Align with template. > audio/easymp3gain: Fix ARCH section. Change to i586. > audio/freepats: Align with template. > audio/pipewire-native-jack: Align with template. > audio/sonata: Align with template. > desktop/dbgl-legacy: New maintainer, builds from source. > desktop/ee: Align with template. > desktop/engrampa: Added (archive manager for the MATE desktop) > desktop/gnome-screenshot: slack-desc nitpick. > desktop/mate-desktop-environment: Added (continuation of GNOME 2) > desktop/mate-media: Added (media tools for the MATE desktop) > desktop/mate-power-manager: Added (power session daemon for MATE) > desktop/mate-screensaver: Updated for version 1.26.2. > desktop/mate-session-manager: Updated for version 1.26.1. > desktop/mate-settings-daemon: Updated for version 1.26.1. > desktop/mate-terminal: Added (terminal emulator for MATE) > desktop/mate-utils: Added (various utilities for the MATE desktop) > desktop/nwg-dock: Updated for version 0.3.4. > desktop/rss-guard: Align with template. > desktop/thunar-custom-actions: Change of maintainer > desktop/todoman: change atomicwrites to python3-atomicwrites > desktop/vinagre: Added (remote desktop viewer for GNOME) > development/Pivy: Align with template. > development/amazon-corretto: Align with template. > development/cpan2tgz: Align with template. > development/cppunit: Align with template. > development/cudatoolkit: Fix ARCH sect. amd symlinks. > development/d-tools: Updated for version 2.103.1 > development/dis6502: Updated for version 0.15+2857fc3_20180311. > development/dmd: Updated for version 2.103.1 > development/ecl: Align with template. > development/elixir: Align with template. > development/erlang-otp: Align with template. > development/gcc5: Fix -march for i486, keep sbolint quiet. > development/gcc5: slack-desc nitpick. > development/icon: Align with template. > development/jdk: Align with template. > development/jupyter-ipykernel: Updated for version 6.23.1. > development/kForth-32: Fix SlackBuild. > development/kForth-64: Fix SlackBuild. > development/nickle: Align with template. > development/nodejs: Updated for version 20.2.0. > development/noweb: Align with template. > development/numpy-legacy: Align with template. > development/openjdk8: Updated for version 8u372. > development/poedit: Updated for version 3.3.1. > development/postman: Updated for version 10.14.0. > development/pycharm: Updated for version 2023.1.2.231.9011.38. > development/python2-cycler: Align with template. > development/python2-numpy: Align with template. > development/python3-cycler: Align with template. > development/python3-matplotlib: Align with template. > development/python3-numpy: Align with template. > development/python3-pyqt-distutils: SRCNAM changes. > development/reuse-tool: Updated for version 1.1.2. > development/rstudio-desktop: Update for 2023.03.1+446 > development/sdcc: Align with template. > development/spyder: change atomicwrites to python3-atomicwrites > development/squeak-vm: Align with template. > development/udis86: Align with template. > development/universal-ctags: Updated for version p6.0.20230514.0 > development/xmake: Updated for version 2.7.9. > games/UrbanTerror: Fix ARCH section and symlinks. > games/boosteroid: Align with template. > games/crispy-doom: Updated for version 6.0. > games/emulationstation-de: slack-desc nitpick. > games/etlegacy: ARCH->i586, add SRCARCH. > games/ffgo: Align with template. > games/fgo: Align with template. > games/hatari: Align with template. > games/hatari_tos_roms: Align with template. > games/lbreakouthd: Updated for version 1.1.3. > games/lutris: Align with template. > games/lutris: Updated for version 0.5.13. > games/mame: Align with template. > games/smokinguns: Copy SlackBuild to docs, i386->i586, http->https. > games/worldofpadman: ARCH->i586, add SRCARCH. > gis/eccodes: Added (ECMWF en/decoding library for GRIB, BUFR, GTS) > gis/gpsbabel: Align with template. > gis/python3-basemap: Updated for version 1.3.7. > gis/pytrainer: Align with template. > gis/saga-gis: Align with template. > graphics/Blender: Align with template. > graphics/exif: Align with template. > graphics/gbdfed: Align with template. > graphics/ipe: slack-desc nitpick. > graphics/lilypond: Align with template. > graphics/mftrace: Align with template. > graphics/peek: Align with template. > graphics/potrace: Align with template. > graphics/tuxpaint-stamps: Updated for version 2023.05.19. > graphics/tuxpaint: Updated for version 0.9.30. > graphics/ueberzugpp: Updated for version 2.8.3. > graphics/vuescan: Updated MD5SUMs. > graphics/xdot: Align with template. > haskell/haskell-optparse-applicative: slack-desc nitpick. > libraries/CondConfigParser: Align with template. > libraries/batinfo: Align with template. > libraries/blas: Align with template. > libraries/gamemode: Added (Optimise Linux system performance) > libraries/gtkdatabox: Align with template. > libraries/gtkglarea: Align with template. > libraries/highway: Updated for version 1.0.4. > libraries/jogamp: Added (Java libraries for 3D Graphics/Multimedia) > libraries/lapack: Align with template. > libraries/libavif: Updated for version 20230512_94352e0. > libraries/libcurl-gnutls: Align with template. > libraries/libfabric: Updated for version 1.18.0. > libraries/libfastjson: Updated for version 1.2304.0. > libraries/libgweather4: Align with template. > libraries/libjodycode: Updated for version 2.0.1. > libraries/libmatekbd: Updated for version 1.26.1. > libraries/libmateweather: Updated for version 1.26.1. > libraries/libmysofa: Updated for version 1.3.1. > libraries/libpng-legacy12: Change to i586. > libraries/libsrtp2: Added (Secure RTP libraries version 2) > libraries/libvdpau-va-gl: Align with template. > libraries/libyuv: Updated for version 20230107_62af467. > libraries/luaexpat: Updated for version 1.5.1 > libraries/luasec: Updated for version 1.3.1 > libraries/luasocket: Updated for version 3.1.0 > libraries/microsoft-gsl: Added (C++ Core Guidelines Support Library) > libraries/moddb: Added (navigate ModDB purely programmatically) > libraries/nghttp3: Added (RFC9114 HTTP/3 implementation over QUIC) > libraries/ngtcp2: Added (quic library) > libraries/ode: Align with template. > libraries/opencl-amd: Align with template. > libraries/pangox-compat: Align with template. > libraries/python2-matplotlib: Align with template. > libraries/python3-CherryPy: SRCNAM changes. > libraries/python3-plumbum: SRCNAM changes. > libraries/python3-pymdstat: Updated for version 0.4.3. > libraries/python3-rpyc: SRCNAM changes. > libraries/python3-zc.lockfile: SRCNAM changes. > libraries/squish: Align with template. > libraries/usrsctp: Added (a userland SCTP stack) > libraries/virtualpg: slack-desc nitpick. > libraries/xblas: Align with template. > misc/fcitx5-mcbopomofo: Updated for version 2.5.2. > misc/goldencheetah: Align with template. > misc/ibus-table-chinese: ARCH=noarch. Remove unused CFLAGS etc.. > misc/pokemon-colorscripts: Switch to noarch. > misc/rbutil: Align with template. > misc/rmlint: Added (filesystem linter and deduplifier) > multimedia/gnash: Align with template. > multimedia/haruna: Updated for version 0.11.0. > multimedia/huludesktop: Move/modify ARCH and move DEBARCH section. > multimedia/inputstream.adaptive: Updated for version 20.3.8. > multimedia/kvazaar: Updated for version 2.2.0. > multimedia/openh264: Updated for version 2.3.1. > network/armcord: Updated for version 3.2.0. > network/arno-iptables-firewall: Align with template. > network/bottle: Align with template. > network/brave-browser: Updated for version 1.51.118. > network/curl-quic: Added (command line URL data transfer tool) > network/dino: Added (a simple Jabber client supporting video calls) > network/librewolf: Updated for 112.0.2 > network/microsoft-edge: Updated for version 113.0.1774.50. > network/neomutt: Updated for version 20230517. > network/netperf: Align with template. > network/nxclient: ADD SRCARCH. Fix synlinks. > network/onioncat: Updated for version 4.11.0. > network/openfortivpn: Updated for version 1.20.3 > network/privoxy: Align with template. > network/prosody: Updated for version 0.12.3 > network/proxychains-ng: Added (TCP and DNS through proxy server) > network/proxychains: Updated for version 4.16. > network/psi-plus: Align with template. > network/python3-CherryMusic: SRCNAM changes. > network/python3-PyRSS2Gen: SRCNAM changes. > network/rtl8821ce: Align with template. > network/tor-browser: Updated for version 12.0.6. > network/tor: Updated for version 0.4.7.13 > network/viber: Move/modify ARCH section. Strip. > network/vivaldi: Updated for version 6.0.2979.22. > network/webex: Fix ARCH section. > network/wendzelnntpd: Align with template, use CFLAGS, fix docs. > network/zeek: Updated for version 5.0.8. > network/zsync: slack-desc nitpick. > office/adobe-reader-fontpacks: Add SRCARCH to avoid lint errors. > office/adobe-reader: Add SRCARCH to avoid lint errors. > office/bibclean: Added (cleaner and pretty-printer for bibtex) > office/catdvi: Added (dvi fallback for recoll) > office/keepassxc: Updated for version 2.7.5. > office/khal: change atomicwrites to python3-atomicwrites > office/khard: change atomicwrites to python3-atomicwrites > office/openoffice.org: Add submenu support. > office/python3-xlsx2csv: SRCNAM changes. > office/semantik: Updated for version 1.2.10. > office/t-prot: Update DOWNLOAD. > perl/perl-gnome2-canvas: slack-desc nitpick. > python/RBTools: Align with template. > python/atomicwrites: Remove atomicwrites > python/click-didyoumean: Align with template. > python/click-repl: Align with template. > python/cppy: Align with template. > python/django-sass: Align with template. > python/email-validator: Updated for version 2.0.0.post2. > python/feedgenerator: Updated for version 2.1.0. > python/hachoir: Align with template. > python/jaraco-packaging: Align with template. > python/license-expression: Updated for version 30.1.0. > python/npm: Align with template. > python/optional-django: Align with template. > python/pathtools3: Align with template. > python/pathtools: Align with template. > python/py3sensors: Align with template. > python/pyblake2: Align with template. > python/pycdio: Removed by request of maintainer. > python/pynacl: Align with template. > python/pysass: Align with template. > python/pytest: change atomicwrites to python2-atomicwrites > python/python-debian: Updated for version 0.1.49. > python/python-socks: Update for 2.3.0 > python/python-uritemplate: Align with template. > python/python-webpack: Align with template. > python/python2-docopt: SRCNAM changes. > python/python2-elib.intl: Align with template. > python/python2-mpd: Align with template. > python/python2-psutil: Updated for version 5.9.5. > python/python2-wheel: SRCNAM changes. > python/python3-APScheduler: SRCNAM changes. > python/python3-Flask-Babel: SRCNAM changes. > python/python3-Flask-Bcrypt: SRCNAM changes. > python/python3-Flask-Compress: SRCNAM changes. > python/python3-Flask-Cors: SRCNAM changes. > python/python3-Flask-Dance: Updated for version 7.0.0. > python/python3-Flask-Login: SRCNAM changes. > python/python3-Flask-Mail: SRCNAM changes. > python/python3-Flask-Principal: SRCNAM changes. > python/python3-Flask-RESTX: SRCNAM changes. > python/python3-Flask-SQLAlchemy: SRCNAM changes. > python/python3-Flask-Security-Too: SRCNAM changes. > python/python3-Flask-WTF: SRCNAM changes. > python/python3-WTForms: SRCNAM changes. > python/python3-aiosignal: Added (callbacks in asyncio projects) > python/python3-alembic: Updated for version 1.11.1. > python/python3-aniso8601: SRCNAM changes. > python/python3-async-timeout: Added (asyncio-compatible timeout) > python/python3-autocommand: SRCNAM changes. > python/python3-babelfish: SRCNAM changes. > python/python3-blinker: SRCNAM changes. > python/python3-calver: SRCNAM changes. > python/python3-cattrs: SRCNAM changes. > python/python3-characteristic: ARCH->i586. > python/python3-cheroot: SRCNAM changes. > python/python3-confuse: SRCNAM changes. > python/python3-docker: Updated for version 6.1.2. > python/python3-dockerpty: SRCNAM changes. > python/python3-docopt: SRCNAM changes. > python/python3-dotenv: SRCNAM changes. > python/python3-editables: SRCNAM changes. > python/python3-exceptiongroup: SRCNAM changes. > python/python3-filetype: SRCNAM changes. > python/python3-flask-paginate: SRCNAM changes. > python/python3-flit: SRCNAM changes. > python/python3-flit_core: SRCNAM changes. > python/python3-flit_scm: SRCNAM changes. > python/python3-frozenlist: Added (list-like structure) > python/python3-glances: SRCNAM changes. > python/python3-guessit: SRCNAM changes. > python/python3-h11: SRCNAM changes. > python/python3-hatch_fancy_pypi_readme: SRCNAM changes. > python/python3-hatch_vcs: SRCNAM changes. > python/python3-hatchling: Updated for version 1.17.0. > python/python3-httpcore: SRCNAM changes. > python/python3-httpx: SRCNAM changes. > python/python3-inflect: SRCNAM changes. > python/python3-iso3166: SRCNAM changes. > python/python3-iso639: SRCNAM changes. > python/python3-jaraco.classes: SRCNAM changes. > python/python3-jaraco.collections: SRCNAM changes. > python/python3-jaraco.context: SRCNAM changes. > python/python3-jaraco.functools: SRCNAM changes. > python/python3-jaraco.text: SRCNAM changes. > python/python3-json5: Updated for version 0.9.14. > python/python3-jsonschema: SRCNAM changes. > python/python3-kiwisolver: Align with template. > python/python3-libtmux: SRCNAM changes. > python/python3-loguru: Updated for version 0.7.0. > python/python3-markdown-it-py: SRCNAM changes. > python/python3-mat2: Added (A metadata removal tool) > python/python3-mdurl: SRCNAM changes. > python/python3-mediafile: SRCNAM changes. > python/python3-more-itertools: SRCNAM changes. > python/python3-netifaces: SRCNAM changes. > python/python3-pathspec: SRCNAM changes. > python/python3-poetry-core: SRCNAM changes. > python/python3-portend: SRCNAM changes. > python/python3-psutil: Updated for version 5.9.5. > python/python3-py-cpuinfo: SRCNAM changes. > python/python3-pydantic: SRCNAM changes. > python/python3-pynzb: SRCNAM changes. > python/python3-pyproject-hooks: SRCNAM changes. > python/python3-pyusb: slack-desc nitpick. > python/python3-rebulk: SRCNAM changes. > python/python3-requests-cache: SRCNAM changes. > python/python3-rfc3986: SRCNAM changes. > python/python3-rich: Updated for version 13.3.5. > python/python3-socks: Added (SOCKS proxy connector for aiohttp) > python/python3-teletype: SRCNAM changes. > python/python3-tempora: Updated for version 5.2.2. > python/python3-texttable: SRCNAM changes. > python/python3-tomli_w: SRCNAM changes. > python/python3-tornado: Updated for version 6.3.2. > python/python3-trove-classifiers: Updated for version 2023.5.2. > python/python3-ujson: SRCNAM changes. > python/python3-url-normalize: SRCNAM changes. > python/python3-watchdog: Align with template. > python/python3-websocket-client: SRCNAM changes. > python/python3-wheel: SRCNAM changes. > python/python3-yarl: Added (Yet another URL library) > python/python3-zxcvbn-python: SRCNAM changes. > python/pytz-deprecation-shim: SRCNAM changes. > python/pyusb: Align with template. > python/pywal: slack-desc nitpick. > python/reedsolo: Align with template. > python/rst-linker: Align with template. > python/rst: Align with template. > python/scikit-umfpack: Align with template. > python/sphinx-rtd-theme: Align with template. > python/sqlalchemy-migrate: Align with template. > python/subprocess32: Align with template. > python/tempita: Align with template. > python/tzdata: SRCNAM changes. > python/vine: Align with template. > python/workbook: Align with template. > python/xlutils: Align with template. > python/yarl: Update for 1.9.2 > system/CNS11643-font: Modify configs and README. > system/Iosevka-aile: Updated for version 22.1.2. > system/Iosevka-etoile: Updated for version 22.1.2. > system/SavvyCAN: slack-desc nitpick. > system/acpi_call: Align with template. > system/atop: Updated for version 2.9.0. > system/bogofilter: Align with template. > system/bottom: Updated for version 0.9.1. > system/btrbk: Align with template. > system/conky: Updated for version 1.19.2. > system/containerd: Updated for version 1.6.21 > system/docker-cli: Updated for version 23.0.6. > system/docker-proxy: Updated for version 20230425_3f00484. > system/docker: Updated for version 23.0.6. > system/edk2-ovmf: Fix .json files. > system/f3: Align with template. > system/fwupd: Build efi-binary. > system/hivex: Updated for version 1.3.23. > system/hstr: Updated for version 3.1 > system/intel-microcode: Update to version 20230512 > system/limine: updated for version 4.20230503.0 > system/mbuffer: Added (a tool for buffering data streams) > system/memkind: Remove 32bit support. > system/memtest86+: Align with template. > system/memtest86: Align with template. > system/netdata: Updated for version 1.39.1. > system/nvidia-kernel: Align with template. > system/nvidia-kernel: Updated for version 525.105.17. > system/nvidia-legacy340-kernel: Align with template. > system/nvidia-legacy390-kernel: Align with template. > system/nvidia-legacy470-kernel: Align with template. > system/nvidia-legacy470-kernel: Updated for version 470.182.03. > system/nvidia-open-kernel: Align with template. > system/nvidia-open-kernel: Updated for version 525.116.03. > system/oracle-instantclient-basic: Modify ARCH rules, csh profile. > system/oracle-instantclient-devel: ARCH=noarch, SDL READMDE/LICENSE > system/pixma: Align with template. > system/pmdk: Updated for version 1.13.0. > system/pomed-light: Updated for version 1.52lw > system/prometheus: Updated to version 2.44.0 > system/python3-docker-compose: SRCNAM changes. > system/rEFInd: Updated for version 0.14.2. > system/rar: Fix ARCH section. > system/refind-bin: Added (An EFI boot manager utility) > system/rmw: Updated for version 0.9.1. > system/rsyslog: Updated for version 8.2304.0. > system/runc: Updated for version 1.1.7. > system/samsung-mfp-drivers: ADD SRCARCH to stop linter warnings. > system/sarasa-gothic: Updated for version 0.40.7. > system/sbo-maintainer-tools: Updated for version 0.8.0. > system/sdltrs: Updated for version 1.2.9a+20230517_29980234. > system/skim: Updated for version 0.10.4, new maintainer. > system/slpkg: Updated for version 4.8.5. > system/stress-ng: Align with template. > system/supervisor: Align with template. > system/swtpm: Update README. > system/trs80-roms: Updated for version 20230516. > system/uhubctl: slack-desc nitpick. > system/usbview: Align with template. > system/v4l2loopback: Fix md5sum > system/vhba-module: Align with template. > system/virtualbox-kernel: Align with template. > system/xtrs: Fix window close button. > +--------------------------+ > > > -- > Willy Sudiarto Raharjo > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From fourtysixandtwo at sliderr.net Sun May 21 16:00:40 2023 From: fourtysixandtwo at sliderr.net (fourtysixandtwo) Date: Sun, 21 May 2023 10:00:40 -0600 Subject: [Slackbuilds-users] Updates - 20230520.1 In-Reply-To: References: <86b5f262-28f6-20d4-4a91-56dd699415a4@slackbuilds.org> Message-ID: Hi Daniil, That should already happen via python3-build. If you are using sbopkg, have you rebuilt the queues lately? Here's the queue I see: # cat /var/lib/sbopkg/queues/python3-editables.sqf python3-flit_core python3-installer python3-wheel python3-pyproject-hooks python3-build python3-editables It also works fine with sbotools and slpkg on my build VM. Cheers On Sun, May 21, 2023 at 9:16?AM Daniil Bratashov wrote: > It seems that the python3-pyproject-hooks should be now added as > dependency for a number of python3 libraries - build of > python3-editables or python3-hatchling is broken on my system. > > WBR, Daniil Bratashov. > > On Sat, May 20, 2023 at 8:57?AM Willy Sudiarto Raharjo > wrote: > > > > Sat May 20 04:18:53 UTC 2023 > > academic/CAFS_divergence: Fix ARCH section. > > academic/CAPS_coevolution: Fix ARCH section. > > academic/Gblocks: Fix ARCH section. > > academic/amd: Align with template. > > academic/amplifx: Fix ARCH section. > > academic/arpack-ng: Align with template. > > academic/btf: Align with template. > > academic/camd: Align with template. > > academic/cblas: Align with template. > > academic/ccolamd: Align with template. > > academic/cdo: Updated for version 2.2.0. > > academic/cholmod: Align with template. > > academic/colamd: Align with template. > > academic/colin: Use template TMP assignment. > > academic/csparse: Align with template. > > academic/cxsparse: Align with template. > > academic/fiji: Fix ARCH section. > > academic/finchtv: Fix ARCH section. > > academic/gresistor: Align with template. > > academic/klu: Align with template. > > academic/lapacke: Align with template. > > academic/ldl: Align with template. > > academic/megax: Fix and mv ARCH sect. > > academic/metis: Align with template. > > academic/ncbi-blast: Fix and mv ARCH sect. > > academic/octave: Align with template. > > academic/plus42: Updated for version 1.0.19. > > academic/pyfits: Align with template. > > academic/python2-kiwisolver: Align with template. > > academic/python2-scipy: Align with template. > > academic/python3-scipy: Align with template. > > academic/qrupdate: Align with template. > > academic/rbio: Align with template. > > academic/seqkit: Fix ARCH sect. > > academic/spidey: Fix and mv ARCH sect. > > academic/spqr: Align with template. > > academic/suitesparseconfig: Align with template. > > academic/ucsc-blat: Fix and mv ARCH sect, http->https. > > academic/umfpack: Align with template. > > academic/xoscope: Align with template. > > academic/xsimd: Updated for version 11.1.0. > > audio/TiMidity++: Align with template. > > audio/easymp3gain: Fix ARCH section. Change to i586. > > audio/freepats: Align with template. > > audio/pipewire-native-jack: Align with template. > > audio/sonata: Align with template. > > desktop/dbgl-legacy: New maintainer, builds from source. > > desktop/ee: Align with template. > > desktop/engrampa: Added (archive manager for the MATE desktop) > > desktop/gnome-screenshot: slack-desc nitpick. > > desktop/mate-desktop-environment: Added (continuation of GNOME 2) > > desktop/mate-media: Added (media tools for the MATE desktop) > > desktop/mate-power-manager: Added (power session daemon for MATE) > > desktop/mate-screensaver: Updated for version 1.26.2. > > desktop/mate-session-manager: Updated for version 1.26.1. > > desktop/mate-settings-daemon: Updated for version 1.26.1. > > desktop/mate-terminal: Added (terminal emulator for MATE) > > desktop/mate-utils: Added (various utilities for the MATE desktop) > > desktop/nwg-dock: Updated for version 0.3.4. > > desktop/rss-guard: Align with template. > > desktop/thunar-custom-actions: Change of maintainer > > desktop/todoman: change atomicwrites to python3-atomicwrites > > desktop/vinagre: Added (remote desktop viewer for GNOME) > > development/Pivy: Align with template. > > development/amazon-corretto: Align with template. > > development/cpan2tgz: Align with template. > > development/cppunit: Align with template. > > development/cudatoolkit: Fix ARCH sect. amd symlinks. > > development/d-tools: Updated for version 2.103.1 > > development/dis6502: Updated for version 0.15+2857fc3_20180311. > > development/dmd: Updated for version 2.103.1 > > development/ecl: Align with template. > > development/elixir: Align with template. > > development/erlang-otp: Align with template. > > development/gcc5: Fix -march for i486, keep sbolint quiet. > > development/gcc5: slack-desc nitpick. > > development/icon: Align with template. > > development/jdk: Align with template. > > development/jupyter-ipykernel: Updated for version 6.23.1. > > development/kForth-32: Fix SlackBuild. > > development/kForth-64: Fix SlackBuild. > > development/nickle: Align with template. > > development/nodejs: Updated for version 20.2.0. > > development/noweb: Align with template. > > development/numpy-legacy: Align with template. > > development/openjdk8: Updated for version 8u372. > > development/poedit: Updated for version 3.3.1. > > development/postman: Updated for version 10.14.0. > > development/pycharm: Updated for version 2023.1.2.231.9011.38. > > development/python2-cycler: Align with template. > > development/python2-numpy: Align with template. > > development/python3-cycler: Align with template. > > development/python3-matplotlib: Align with template. > > development/python3-numpy: Align with template. > > development/python3-pyqt-distutils: SRCNAM changes. > > development/reuse-tool: Updated for version 1.1.2. > > development/rstudio-desktop: Update for 2023.03.1+446 > > development/sdcc: Align with template. > > development/spyder: change atomicwrites to python3-atomicwrites > > development/squeak-vm: Align with template. > > development/udis86: Align with template. > > development/universal-ctags: Updated for version p6.0.20230514.0 > > development/xmake: Updated for version 2.7.9. > > games/UrbanTerror: Fix ARCH section and symlinks. > > games/boosteroid: Align with template. > > games/crispy-doom: Updated for version 6.0. > > games/emulationstation-de: slack-desc nitpick. > > games/etlegacy: ARCH->i586, add SRCARCH. > > games/ffgo: Align with template. > > games/fgo: Align with template. > > games/hatari: Align with template. > > games/hatari_tos_roms: Align with template. > > games/lbreakouthd: Updated for version 1.1.3. > > games/lutris: Align with template. > > games/lutris: Updated for version 0.5.13. > > games/mame: Align with template. > > games/smokinguns: Copy SlackBuild to docs, i386->i586, http->https. > > games/worldofpadman: ARCH->i586, add SRCARCH. > > gis/eccodes: Added (ECMWF en/decoding library for GRIB, BUFR, GTS) > > gis/gpsbabel: Align with template. > > gis/python3-basemap: Updated for version 1.3.7. > > gis/pytrainer: Align with template. > > gis/saga-gis: Align with template. > > graphics/Blender: Align with template. > > graphics/exif: Align with template. > > graphics/gbdfed: Align with template. > > graphics/ipe: slack-desc nitpick. > > graphics/lilypond: Align with template. > > graphics/mftrace: Align with template. > > graphics/peek: Align with template. > > graphics/potrace: Align with template. > > graphics/tuxpaint-stamps: Updated for version 2023.05.19. > > graphics/tuxpaint: Updated for version 0.9.30. > > graphics/ueberzugpp: Updated for version 2.8.3. > > graphics/vuescan: Updated MD5SUMs. > > graphics/xdot: Align with template. > > haskell/haskell-optparse-applicative: slack-desc nitpick. > > libraries/CondConfigParser: Align with template. > > libraries/batinfo: Align with template. > > libraries/blas: Align with template. > > libraries/gamemode: Added (Optimise Linux system performance) > > libraries/gtkdatabox: Align with template. > > libraries/gtkglarea: Align with template. > > libraries/highway: Updated for version 1.0.4. > > libraries/jogamp: Added (Java libraries for 3D Graphics/Multimedia) > > libraries/lapack: Align with template. > > libraries/libavif: Updated for version 20230512_94352e0. > > libraries/libcurl-gnutls: Align with template. > > libraries/libfabric: Updated for version 1.18.0. > > libraries/libfastjson: Updated for version 1.2304.0. > > libraries/libgweather4: Align with template. > > libraries/libjodycode: Updated for version 2.0.1. > > libraries/libmatekbd: Updated for version 1.26.1. > > libraries/libmateweather: Updated for version 1.26.1. > > libraries/libmysofa: Updated for version 1.3.1. > > libraries/libpng-legacy12: Change to i586. > > libraries/libsrtp2: Added (Secure RTP libraries version 2) > > libraries/libvdpau-va-gl: Align with template. > > libraries/libyuv: Updated for version 20230107_62af467. > > libraries/luaexpat: Updated for version 1.5.1 > > libraries/luasec: Updated for version 1.3.1 > > libraries/luasocket: Updated for version 3.1.0 > > libraries/microsoft-gsl: Added (C++ Core Guidelines Support Library) > > libraries/moddb: Added (navigate ModDB purely programmatically) > > libraries/nghttp3: Added (RFC9114 HTTP/3 implementation over QUIC) > > libraries/ngtcp2: Added (quic library) > > libraries/ode: Align with template. > > libraries/opencl-amd: Align with template. > > libraries/pangox-compat: Align with template. > > libraries/python2-matplotlib: Align with template. > > libraries/python3-CherryPy: SRCNAM changes. > > libraries/python3-plumbum: SRCNAM changes. > > libraries/python3-pymdstat: Updated for version 0.4.3. > > libraries/python3-rpyc: SRCNAM changes. > > libraries/python3-zc.lockfile: SRCNAM changes. > > libraries/squish: Align with template. > > libraries/usrsctp: Added (a userland SCTP stack) > > libraries/virtualpg: slack-desc nitpick. > > libraries/xblas: Align with template. > > misc/fcitx5-mcbopomofo: Updated for version 2.5.2. > > misc/goldencheetah: Align with template. > > misc/ibus-table-chinese: ARCH=noarch. Remove unused CFLAGS etc.. > > misc/pokemon-colorscripts: Switch to noarch. > > misc/rbutil: Align with template. > > misc/rmlint: Added (filesystem linter and deduplifier) > > multimedia/gnash: Align with template. > > multimedia/haruna: Updated for version 0.11.0. > > multimedia/huludesktop: Move/modify ARCH and move DEBARCH section. > > multimedia/inputstream.adaptive: Updated for version 20.3.8. > > multimedia/kvazaar: Updated for version 2.2.0. > > multimedia/openh264: Updated for version 2.3.1. > > network/armcord: Updated for version 3.2.0. > > network/arno-iptables-firewall: Align with template. > > network/bottle: Align with template. > > network/brave-browser: Updated for version 1.51.118. > > network/curl-quic: Added (command line URL data transfer tool) > > network/dino: Added (a simple Jabber client supporting video calls) > > network/librewolf: Updated for 112.0.2 > > network/microsoft-edge: Updated for version 113.0.1774.50. > > network/neomutt: Updated for version 20230517. > > network/netperf: Align with template. > > network/nxclient: ADD SRCARCH. Fix synlinks. > > network/onioncat: Updated for version 4.11.0. > > network/openfortivpn: Updated for version 1.20.3 > > network/privoxy: Align with template. > > network/prosody: Updated for version 0.12.3 > > network/proxychains-ng: Added (TCP and DNS through proxy server) > > network/proxychains: Updated for version 4.16. > > network/psi-plus: Align with template. > > network/python3-CherryMusic: SRCNAM changes. > > network/python3-PyRSS2Gen: SRCNAM changes. > > network/rtl8821ce: Align with template. > > network/tor-browser: Updated for version 12.0.6. > > network/tor: Updated for version 0.4.7.13 > > network/viber: Move/modify ARCH section. Strip. > > network/vivaldi: Updated for version 6.0.2979.22. > > network/webex: Fix ARCH section. > > network/wendzelnntpd: Align with template, use CFLAGS, fix docs. > > network/zeek: Updated for version 5.0.8. > > network/zsync: slack-desc nitpick. > > office/adobe-reader-fontpacks: Add SRCARCH to avoid lint errors. > > office/adobe-reader: Add SRCARCH to avoid lint errors. > > office/bibclean: Added (cleaner and pretty-printer for bibtex) > > office/catdvi: Added (dvi fallback for recoll) > > office/keepassxc: Updated for version 2.7.5. > > office/khal: change atomicwrites to python3-atomicwrites > > office/khard: change atomicwrites to python3-atomicwrites > > office/openoffice.org: Add submenu support. > > office/python3-xlsx2csv: SRCNAM changes. > > office/semantik: Updated for version 1.2.10. > > office/t-prot: Update DOWNLOAD. > > perl/perl-gnome2-canvas: slack-desc nitpick. > > python/RBTools: Align with template. > > python/atomicwrites: Remove atomicwrites > > python/click-didyoumean: Align with template. > > python/click-repl: Align with template. > > python/cppy: Align with template. > > python/django-sass: Align with template. > > python/email-validator: Updated for version 2.0.0.post2. > > python/feedgenerator: Updated for version 2.1.0. > > python/hachoir: Align with template. > > python/jaraco-packaging: Align with template. > > python/license-expression: Updated for version 30.1.0. > > python/npm: Align with template. > > python/optional-django: Align with template. > > python/pathtools3: Align with template. > > python/pathtools: Align with template. > > python/py3sensors: Align with template. > > python/pyblake2: Align with template. > > python/pycdio: Removed by request of maintainer. > > python/pynacl: Align with template. > > python/pysass: Align with template. > > python/pytest: change atomicwrites to python2-atomicwrites > > python/python-debian: Updated for version 0.1.49. > > python/python-socks: Update for 2.3.0 > > python/python-uritemplate: Align with template. > > python/python-webpack: Align with template. > > python/python2-docopt: SRCNAM changes. > > python/python2-elib.intl: Align with template. > > python/python2-mpd: Align with template. > > python/python2-psutil: Updated for version 5.9.5. > > python/python2-wheel: SRCNAM changes. > > python/python3-APScheduler: SRCNAM changes. > > python/python3-Flask-Babel: SRCNAM changes. > > python/python3-Flask-Bcrypt: SRCNAM changes. > > python/python3-Flask-Compress: SRCNAM changes. > > python/python3-Flask-Cors: SRCNAM changes. > > python/python3-Flask-Dance: Updated for version 7.0.0. > > python/python3-Flask-Login: SRCNAM changes. > > python/python3-Flask-Mail: SRCNAM changes. > > python/python3-Flask-Principal: SRCNAM changes. > > python/python3-Flask-RESTX: SRCNAM changes. > > python/python3-Flask-SQLAlchemy: SRCNAM changes. > > python/python3-Flask-Security-Too: SRCNAM changes. > > python/python3-Flask-WTF: SRCNAM changes. > > python/python3-WTForms: SRCNAM changes. > > python/python3-aiosignal: Added (callbacks in asyncio projects) > > python/python3-alembic: Updated for version 1.11.1. > > python/python3-aniso8601: SRCNAM changes. > > python/python3-async-timeout: Added (asyncio-compatible timeout) > > python/python3-autocommand: SRCNAM changes. > > python/python3-babelfish: SRCNAM changes. > > python/python3-blinker: SRCNAM changes. > > python/python3-calver: SRCNAM changes. > > python/python3-cattrs: SRCNAM changes. > > python/python3-characteristic: ARCH->i586. > > python/python3-cheroot: SRCNAM changes. > > python/python3-confuse: SRCNAM changes. > > python/python3-docker: Updated for version 6.1.2. > > python/python3-dockerpty: SRCNAM changes. > > python/python3-docopt: SRCNAM changes. > > python/python3-dotenv: SRCNAM changes. > > python/python3-editables: SRCNAM changes. > > python/python3-exceptiongroup: SRCNAM changes. > > python/python3-filetype: SRCNAM changes. > > python/python3-flask-paginate: SRCNAM changes. > > python/python3-flit: SRCNAM changes. > > python/python3-flit_core: SRCNAM changes. > > python/python3-flit_scm: SRCNAM changes. > > python/python3-frozenlist: Added (list-like structure) > > python/python3-glances: SRCNAM changes. > > python/python3-guessit: SRCNAM changes. > > python/python3-h11: SRCNAM changes. > > python/python3-hatch_fancy_pypi_readme: SRCNAM changes. > > python/python3-hatch_vcs: SRCNAM changes. > > python/python3-hatchling: Updated for version 1.17.0. > > python/python3-httpcore: SRCNAM changes. > > python/python3-httpx: SRCNAM changes. > > python/python3-inflect: SRCNAM changes. > > python/python3-iso3166: SRCNAM changes. > > python/python3-iso639: SRCNAM changes. > > python/python3-jaraco.classes: SRCNAM changes. > > python/python3-jaraco.collections: SRCNAM changes. > > python/python3-jaraco.context: SRCNAM changes. > > python/python3-jaraco.functools: SRCNAM changes. > > python/python3-jaraco.text: SRCNAM changes. > > python/python3-json5: Updated for version 0.9.14. > > python/python3-jsonschema: SRCNAM changes. > > python/python3-kiwisolver: Align with template. > > python/python3-libtmux: SRCNAM changes. > > python/python3-loguru: Updated for version 0.7.0. > > python/python3-markdown-it-py: SRCNAM changes. > > python/python3-mat2: Added (A metadata removal tool) > > python/python3-mdurl: SRCNAM changes. > > python/python3-mediafile: SRCNAM changes. > > python/python3-more-itertools: SRCNAM changes. > > python/python3-netifaces: SRCNAM changes. > > python/python3-pathspec: SRCNAM changes. > > python/python3-poetry-core: SRCNAM changes. > > python/python3-portend: SRCNAM changes. > > python/python3-psutil: Updated for version 5.9.5. > > python/python3-py-cpuinfo: SRCNAM changes. > > python/python3-pydantic: SRCNAM changes. > > python/python3-pynzb: SRCNAM changes. > > python/python3-pyproject-hooks: SRCNAM changes. > > python/python3-pyusb: slack-desc nitpick. > > python/python3-rebulk: SRCNAM changes. > > python/python3-requests-cache: SRCNAM changes. > > python/python3-rfc3986: SRCNAM changes. > > python/python3-rich: Updated for version 13.3.5. > > python/python3-socks: Added (SOCKS proxy connector for aiohttp) > > python/python3-teletype: SRCNAM changes. > > python/python3-tempora: Updated for version 5.2.2. > > python/python3-texttable: SRCNAM changes. > > python/python3-tomli_w: SRCNAM changes. > > python/python3-tornado: Updated for version 6.3.2. > > python/python3-trove-classifiers: Updated for version 2023.5.2. > > python/python3-ujson: SRCNAM changes. > > python/python3-url-normalize: SRCNAM changes. > > python/python3-watchdog: Align with template. > > python/python3-websocket-client: SRCNAM changes. > > python/python3-wheel: SRCNAM changes. > > python/python3-yarl: Added (Yet another URL library) > > python/python3-zxcvbn-python: SRCNAM changes. > > python/pytz-deprecation-shim: SRCNAM changes. > > python/pyusb: Align with template. > > python/pywal: slack-desc nitpick. > > python/reedsolo: Align with template. > > python/rst-linker: Align with template. > > python/rst: Align with template. > > python/scikit-umfpack: Align with template. > > python/sphinx-rtd-theme: Align with template. > > python/sqlalchemy-migrate: Align with template. > > python/subprocess32: Align with template. > > python/tempita: Align with template. > > python/tzdata: SRCNAM changes. > > python/vine: Align with template. > > python/workbook: Align with template. > > python/xlutils: Align with template. > > python/yarl: Update for 1.9.2 > > system/CNS11643-font: Modify configs and README. > > system/Iosevka-aile: Updated for version 22.1.2. > > system/Iosevka-etoile: Updated for version 22.1.2. > > system/SavvyCAN: slack-desc nitpick. > > system/acpi_call: Align with template. > > system/atop: Updated for version 2.9.0. > > system/bogofilter: Align with template. > > system/bottom: Updated for version 0.9.1. > > system/btrbk: Align with template. > > system/conky: Updated for version 1.19.2. > > system/containerd: Updated for version 1.6.21 > > system/docker-cli: Updated for version 23.0.6. > > system/docker-proxy: Updated for version 20230425_3f00484. > > system/docker: Updated for version 23.0.6. > > system/edk2-ovmf: Fix .json files. > > system/f3: Align with template. > > system/fwupd: Build efi-binary. > > system/hivex: Updated for version 1.3.23. > > system/hstr: Updated for version 3.1 > > system/intel-microcode: Update to version 20230512 > > system/limine: updated for version 4.20230503.0 > > system/mbuffer: Added (a tool for buffering data streams) > > system/memkind: Remove 32bit support. > > system/memtest86+: Align with template. > > system/memtest86: Align with template. > > system/netdata: Updated for version 1.39.1. > > system/nvidia-kernel: Align with template. > > system/nvidia-kernel: Updated for version 525.105.17. > > system/nvidia-legacy340-kernel: Align with template. > > system/nvidia-legacy390-kernel: Align with template. > > system/nvidia-legacy470-kernel: Align with template. > > system/nvidia-legacy470-kernel: Updated for version 470.182.03. > > system/nvidia-open-kernel: Align with template. > > system/nvidia-open-kernel: Updated for version 525.116.03. > > system/oracle-instantclient-basic: Modify ARCH rules, csh profile. > > system/oracle-instantclient-devel: ARCH=noarch, SDL READMDE/LICENSE > > system/pixma: Align with template. > > system/pmdk: Updated for version 1.13.0. > > system/pomed-light: Updated for version 1.52lw > > system/prometheus: Updated to version 2.44.0 > > system/python3-docker-compose: SRCNAM changes. > > system/rEFInd: Updated for version 0.14.2. > > system/rar: Fix ARCH section. > > system/refind-bin: Added (An EFI boot manager utility) > > system/rmw: Updated for version 0.9.1. > > system/rsyslog: Updated for version 8.2304.0. > > system/runc: Updated for version 1.1.7. > > system/samsung-mfp-drivers: ADD SRCARCH to stop linter warnings. > > system/sarasa-gothic: Updated for version 0.40.7. > > system/sbo-maintainer-tools: Updated for version 0.8.0. > > system/sdltrs: Updated for version 1.2.9a+20230517_29980234. > > system/skim: Updated for version 0.10.4, new maintainer. > > system/slpkg: Updated for version 4.8.5. > > system/stress-ng: Align with template. > > system/supervisor: Align with template. > > system/swtpm: Update README. > > system/trs80-roms: Updated for version 20230516. > > system/uhubctl: slack-desc nitpick. > > system/usbview: Align with template. > > system/v4l2loopback: Fix md5sum > > system/vhba-module: Align with template. > > system/virtualbox-kernel: Align with template. > > system/xtrs: Fix window close button. > > +--------------------------+ > > > > > > -- > > Willy Sudiarto Raharjo > > _______________________________________________ > > SlackBuilds-users mailing list > > SlackBuilds-users at slackbuilds.org > > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > > FAQ - https://slackbuilds.org/faq/ > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dn2010 at gmail.com Sun May 21 16:22:43 2023 From: dn2010 at gmail.com (Daniil Bratashov) Date: Sun, 21 May 2023 20:22:43 +0400 Subject: [Slackbuilds-users] Updates - 20230520.1 In-Reply-To: References: <86b5f262-28f6-20d4-4a91-56dd699415a4@slackbuilds.org> Message-ID: OK, sorry, it is my fault, I've rebuilt python3-build with the sbopkg update mechanism not catching this dependency and missed it when trying to check this manually. WBR, Daniil Bratashov. On Sun, May 21, 2023 at 8:01?PM fourtysixandtwo wrote: > > Hi Daniil, > > That should already happen via python3-build. If you are using sbopkg, have you rebuilt the queues lately? > > Here's the queue I see: > # cat /var/lib/sbopkg/queues/python3-editables.sqf > python3-flit_core > python3-installer > python3-wheel > python3-pyproject-hooks > python3-build > python3-editables > > It also works fine with sbotools and slpkg on my build VM. > > Cheers > > On Sun, May 21, 2023 at 9:16?AM Daniil Bratashov wrote: >> >> It seems that the python3-pyproject-hooks should be now added as >> dependency for a number of python3 libraries - build of >> python3-editables or python3-hatchling is broken on my system. >> >> WBR, Daniil Bratashov. >> >> On Sat, May 20, 2023 at 8:57?AM Willy Sudiarto Raharjo >> wrote: >> > >> > Sat May 20 04:18:53 UTC 2023 >> > academic/CAFS_divergence: Fix ARCH section. >> > academic/CAPS_coevolution: Fix ARCH section. >> > academic/Gblocks: Fix ARCH section. >> > academic/amd: Align with template. >> > academic/amplifx: Fix ARCH section. >> > academic/arpack-ng: Align with template. >> > academic/btf: Align with template. >> > academic/camd: Align with template. >> > academic/cblas: Align with template. >> > academic/ccolamd: Align with template. >> > academic/cdo: Updated for version 2.2.0. >> > academic/cholmod: Align with template. >> > academic/colamd: Align with template. >> > academic/colin: Use template TMP assignment. >> > academic/csparse: Align with template. >> > academic/cxsparse: Align with template. >> > academic/fiji: Fix ARCH section. >> > academic/finchtv: Fix ARCH section. >> > academic/gresistor: Align with template. >> > academic/klu: Align with template. >> > academic/lapacke: Align with template. >> > academic/ldl: Align with template. >> > academic/megax: Fix and mv ARCH sect. >> > academic/metis: Align with template. >> > academic/ncbi-blast: Fix and mv ARCH sect. >> > academic/octave: Align with template. >> > academic/plus42: Updated for version 1.0.19. >> > academic/pyfits: Align with template. >> > academic/python2-kiwisolver: Align with template. >> > academic/python2-scipy: Align with template. >> > academic/python3-scipy: Align with template. >> > academic/qrupdate: Align with template. >> > academic/rbio: Align with template. >> > academic/seqkit: Fix ARCH sect. >> > academic/spidey: Fix and mv ARCH sect. >> > academic/spqr: Align with template. >> > academic/suitesparseconfig: Align with template. >> > academic/ucsc-blat: Fix and mv ARCH sect, http->https. >> > academic/umfpack: Align with template. >> > academic/xoscope: Align with template. >> > academic/xsimd: Updated for version 11.1.0. >> > audio/TiMidity++: Align with template. >> > audio/easymp3gain: Fix ARCH section. Change to i586. >> > audio/freepats: Align with template. >> > audio/pipewire-native-jack: Align with template. >> > audio/sonata: Align with template. >> > desktop/dbgl-legacy: New maintainer, builds from source. >> > desktop/ee: Align with template. >> > desktop/engrampa: Added (archive manager for the MATE desktop) >> > desktop/gnome-screenshot: slack-desc nitpick. >> > desktop/mate-desktop-environment: Added (continuation of GNOME 2) >> > desktop/mate-media: Added (media tools for the MATE desktop) >> > desktop/mate-power-manager: Added (power session daemon for MATE) >> > desktop/mate-screensaver: Updated for version 1.26.2. >> > desktop/mate-session-manager: Updated for version 1.26.1. >> > desktop/mate-settings-daemon: Updated for version 1.26.1. >> > desktop/mate-terminal: Added (terminal emulator for MATE) >> > desktop/mate-utils: Added (various utilities for the MATE desktop) >> > desktop/nwg-dock: Updated for version 0.3.4. >> > desktop/rss-guard: Align with template. >> > desktop/thunar-custom-actions: Change of maintainer >> > desktop/todoman: change atomicwrites to python3-atomicwrites >> > desktop/vinagre: Added (remote desktop viewer for GNOME) >> > development/Pivy: Align with template. >> > development/amazon-corretto: Align with template. >> > development/cpan2tgz: Align with template. >> > development/cppunit: Align with template. >> > development/cudatoolkit: Fix ARCH sect. amd symlinks. >> > development/d-tools: Updated for version 2.103.1 >> > development/dis6502: Updated for version 0.15+2857fc3_20180311. >> > development/dmd: Updated for version 2.103.1 >> > development/ecl: Align with template. >> > development/elixir: Align with template. >> > development/erlang-otp: Align with template. >> > development/gcc5: Fix -march for i486, keep sbolint quiet. >> > development/gcc5: slack-desc nitpick. >> > development/icon: Align with template. >> > development/jdk: Align with template. >> > development/jupyter-ipykernel: Updated for version 6.23.1. >> > development/kForth-32: Fix SlackBuild. >> > development/kForth-64: Fix SlackBuild. >> > development/nickle: Align with template. >> > development/nodejs: Updated for version 20.2.0. >> > development/noweb: Align with template. >> > development/numpy-legacy: Align with template. >> > development/openjdk8: Updated for version 8u372. >> > development/poedit: Updated for version 3.3.1. >> > development/postman: Updated for version 10.14.0. >> > development/pycharm: Updated for version 2023.1.2.231.9011.38. >> > development/python2-cycler: Align with template. >> > development/python2-numpy: Align with template. >> > development/python3-cycler: Align with template. >> > development/python3-matplotlib: Align with template. >> > development/python3-numpy: Align with template. >> > development/python3-pyqt-distutils: SRCNAM changes. >> > development/reuse-tool: Updated for version 1.1.2. >> > development/rstudio-desktop: Update for 2023.03.1+446 >> > development/sdcc: Align with template. >> > development/spyder: change atomicwrites to python3-atomicwrites >> > development/squeak-vm: Align with template. >> > development/udis86: Align with template. >> > development/universal-ctags: Updated for version p6.0.20230514.0 >> > development/xmake: Updated for version 2.7.9. >> > games/UrbanTerror: Fix ARCH section and symlinks. >> > games/boosteroid: Align with template. >> > games/crispy-doom: Updated for version 6.0. >> > games/emulationstation-de: slack-desc nitpick. >> > games/etlegacy: ARCH->i586, add SRCARCH. >> > games/ffgo: Align with template. >> > games/fgo: Align with template. >> > games/hatari: Align with template. >> > games/hatari_tos_roms: Align with template. >> > games/lbreakouthd: Updated for version 1.1.3. >> > games/lutris: Align with template. >> > games/lutris: Updated for version 0.5.13. >> > games/mame: Align with template. >> > games/smokinguns: Copy SlackBuild to docs, i386->i586, http->https. >> > games/worldofpadman: ARCH->i586, add SRCARCH. >> > gis/eccodes: Added (ECMWF en/decoding library for GRIB, BUFR, GTS) >> > gis/gpsbabel: Align with template. >> > gis/python3-basemap: Updated for version 1.3.7. >> > gis/pytrainer: Align with template. >> > gis/saga-gis: Align with template. >> > graphics/Blender: Align with template. >> > graphics/exif: Align with template. >> > graphics/gbdfed: Align with template. >> > graphics/ipe: slack-desc nitpick. >> > graphics/lilypond: Align with template. >> > graphics/mftrace: Align with template. >> > graphics/peek: Align with template. >> > graphics/potrace: Align with template. >> > graphics/tuxpaint-stamps: Updated for version 2023.05.19. >> > graphics/tuxpaint: Updated for version 0.9.30. >> > graphics/ueberzugpp: Updated for version 2.8.3. >> > graphics/vuescan: Updated MD5SUMs. >> > graphics/xdot: Align with template. >> > haskell/haskell-optparse-applicative: slack-desc nitpick. >> > libraries/CondConfigParser: Align with template. >> > libraries/batinfo: Align with template. >> > libraries/blas: Align with template. >> > libraries/gamemode: Added (Optimise Linux system performance) >> > libraries/gtkdatabox: Align with template. >> > libraries/gtkglarea: Align with template. >> > libraries/highway: Updated for version 1.0.4. >> > libraries/jogamp: Added (Java libraries for 3D Graphics/Multimedia) >> > libraries/lapack: Align with template. >> > libraries/libavif: Updated for version 20230512_94352e0. >> > libraries/libcurl-gnutls: Align with template. >> > libraries/libfabric: Updated for version 1.18.0. >> > libraries/libfastjson: Updated for version 1.2304.0. >> > libraries/libgweather4: Align with template. >> > libraries/libjodycode: Updated for version 2.0.1. >> > libraries/libmatekbd: Updated for version 1.26.1. >> > libraries/libmateweather: Updated for version 1.26.1. >> > libraries/libmysofa: Updated for version 1.3.1. >> > libraries/libpng-legacy12: Change to i586. >> > libraries/libsrtp2: Added (Secure RTP libraries version 2) >> > libraries/libvdpau-va-gl: Align with template. >> > libraries/libyuv: Updated for version 20230107_62af467. >> > libraries/luaexpat: Updated for version 1.5.1 >> > libraries/luasec: Updated for version 1.3.1 >> > libraries/luasocket: Updated for version 3.1.0 >> > libraries/microsoft-gsl: Added (C++ Core Guidelines Support Library) >> > libraries/moddb: Added (navigate ModDB purely programmatically) >> > libraries/nghttp3: Added (RFC9114 HTTP/3 implementation over QUIC) >> > libraries/ngtcp2: Added (quic library) >> > libraries/ode: Align with template. >> > libraries/opencl-amd: Align with template. >> > libraries/pangox-compat: Align with template. >> > libraries/python2-matplotlib: Align with template. >> > libraries/python3-CherryPy: SRCNAM changes. >> > libraries/python3-plumbum: SRCNAM changes. >> > libraries/python3-pymdstat: Updated for version 0.4.3. >> > libraries/python3-rpyc: SRCNAM changes. >> > libraries/python3-zc.lockfile: SRCNAM changes. >> > libraries/squish: Align with template. >> > libraries/usrsctp: Added (a userland SCTP stack) >> > libraries/virtualpg: slack-desc nitpick. >> > libraries/xblas: Align with template. >> > misc/fcitx5-mcbopomofo: Updated for version 2.5.2. >> > misc/goldencheetah: Align with template. >> > misc/ibus-table-chinese: ARCH=noarch. Remove unused CFLAGS etc.. >> > misc/pokemon-colorscripts: Switch to noarch. >> > misc/rbutil: Align with template. >> > misc/rmlint: Added (filesystem linter and deduplifier) >> > multimedia/gnash: Align with template. >> > multimedia/haruna: Updated for version 0.11.0. >> > multimedia/huludesktop: Move/modify ARCH and move DEBARCH section. >> > multimedia/inputstream.adaptive: Updated for version 20.3.8. >> > multimedia/kvazaar: Updated for version 2.2.0. >> > multimedia/openh264: Updated for version 2.3.1. >> > network/armcord: Updated for version 3.2.0. >> > network/arno-iptables-firewall: Align with template. >> > network/bottle: Align with template. >> > network/brave-browser: Updated for version 1.51.118. >> > network/curl-quic: Added (command line URL data transfer tool) >> > network/dino: Added (a simple Jabber client supporting video calls) >> > network/librewolf: Updated for 112.0.2 >> > network/microsoft-edge: Updated for version 113.0.1774.50. >> > network/neomutt: Updated for version 20230517. >> > network/netperf: Align with template. >> > network/nxclient: ADD SRCARCH. Fix synlinks. >> > network/onioncat: Updated for version 4.11.0. >> > network/openfortivpn: Updated for version 1.20.3 >> > network/privoxy: Align with template. >> > network/prosody: Updated for version 0.12.3 >> > network/proxychains-ng: Added (TCP and DNS through proxy server) >> > network/proxychains: Updated for version 4.16. >> > network/psi-plus: Align with template. >> > network/python3-CherryMusic: SRCNAM changes. >> > network/python3-PyRSS2Gen: SRCNAM changes. >> > network/rtl8821ce: Align with template. >> > network/tor-browser: Updated for version 12.0.6. >> > network/tor: Updated for version 0.4.7.13 >> > network/viber: Move/modify ARCH section. Strip. >> > network/vivaldi: Updated for version 6.0.2979.22. >> > network/webex: Fix ARCH section. >> > network/wendzelnntpd: Align with template, use CFLAGS, fix docs. >> > network/zeek: Updated for version 5.0.8. >> > network/zsync: slack-desc nitpick. >> > office/adobe-reader-fontpacks: Add SRCARCH to avoid lint errors. >> > office/adobe-reader: Add SRCARCH to avoid lint errors. >> > office/bibclean: Added (cleaner and pretty-printer for bibtex) >> > office/catdvi: Added (dvi fallback for recoll) >> > office/keepassxc: Updated for version 2.7.5. >> > office/khal: change atomicwrites to python3-atomicwrites >> > office/khard: change atomicwrites to python3-atomicwrites >> > office/openoffice.org: Add submenu support. >> > office/python3-xlsx2csv: SRCNAM changes. >> > office/semantik: Updated for version 1.2.10. >> > office/t-prot: Update DOWNLOAD. >> > perl/perl-gnome2-canvas: slack-desc nitpick. >> > python/RBTools: Align with template. >> > python/atomicwrites: Remove atomicwrites >> > python/click-didyoumean: Align with template. >> > python/click-repl: Align with template. >> > python/cppy: Align with template. >> > python/django-sass: Align with template. >> > python/email-validator: Updated for version 2.0.0.post2. >> > python/feedgenerator: Updated for version 2.1.0. >> > python/hachoir: Align with template. >> > python/jaraco-packaging: Align with template. >> > python/license-expression: Updated for version 30.1.0. >> > python/npm: Align with template. >> > python/optional-django: Align with template. >> > python/pathtools3: Align with template. >> > python/pathtools: Align with template. >> > python/py3sensors: Align with template. >> > python/pyblake2: Align with template. >> > python/pycdio: Removed by request of maintainer. >> > python/pynacl: Align with template. >> > python/pysass: Align with template. >> > python/pytest: change atomicwrites to python2-atomicwrites >> > python/python-debian: Updated for version 0.1.49. >> > python/python-socks: Update for 2.3.0 >> > python/python-uritemplate: Align with template. >> > python/python-webpack: Align with template. >> > python/python2-docopt: SRCNAM changes. >> > python/python2-elib.intl: Align with template. >> > python/python2-mpd: Align with template. >> > python/python2-psutil: Updated for version 5.9.5. >> > python/python2-wheel: SRCNAM changes. >> > python/python3-APScheduler: SRCNAM changes. >> > python/python3-Flask-Babel: SRCNAM changes. >> > python/python3-Flask-Bcrypt: SRCNAM changes. >> > python/python3-Flask-Compress: SRCNAM changes. >> > python/python3-Flask-Cors: SRCNAM changes. >> > python/python3-Flask-Dance: Updated for version 7.0.0. >> > python/python3-Flask-Login: SRCNAM changes. >> > python/python3-Flask-Mail: SRCNAM changes. >> > python/python3-Flask-Principal: SRCNAM changes. >> > python/python3-Flask-RESTX: SRCNAM changes. >> > python/python3-Flask-SQLAlchemy: SRCNAM changes. >> > python/python3-Flask-Security-Too: SRCNAM changes. >> > python/python3-Flask-WTF: SRCNAM changes. >> > python/python3-WTForms: SRCNAM changes. >> > python/python3-aiosignal: Added (callbacks in asyncio projects) >> > python/python3-alembic: Updated for version 1.11.1. >> > python/python3-aniso8601: SRCNAM changes. >> > python/python3-async-timeout: Added (asyncio-compatible timeout) >> > python/python3-autocommand: SRCNAM changes. >> > python/python3-babelfish: SRCNAM changes. >> > python/python3-blinker: SRCNAM changes. >> > python/python3-calver: SRCNAM changes. >> > python/python3-cattrs: SRCNAM changes. >> > python/python3-characteristic: ARCH->i586. >> > python/python3-cheroot: SRCNAM changes. >> > python/python3-confuse: SRCNAM changes. >> > python/python3-docker: Updated for version 6.1.2. >> > python/python3-dockerpty: SRCNAM changes. >> > python/python3-docopt: SRCNAM changes. >> > python/python3-dotenv: SRCNAM changes. >> > python/python3-editables: SRCNAM changes. >> > python/python3-exceptiongroup: SRCNAM changes. >> > python/python3-filetype: SRCNAM changes. >> > python/python3-flask-paginate: SRCNAM changes. >> > python/python3-flit: SRCNAM changes. >> > python/python3-flit_core: SRCNAM changes. >> > python/python3-flit_scm: SRCNAM changes. >> > python/python3-frozenlist: Added (list-like structure) >> > python/python3-glances: SRCNAM changes. >> > python/python3-guessit: SRCNAM changes. >> > python/python3-h11: SRCNAM changes. >> > python/python3-hatch_fancy_pypi_readme: SRCNAM changes. >> > python/python3-hatch_vcs: SRCNAM changes. >> > python/python3-hatchling: Updated for version 1.17.0. >> > python/python3-httpcore: SRCNAM changes. >> > python/python3-httpx: SRCNAM changes. >> > python/python3-inflect: SRCNAM changes. >> > python/python3-iso3166: SRCNAM changes. >> > python/python3-iso639: SRCNAM changes. >> > python/python3-jaraco.classes: SRCNAM changes. >> > python/python3-jaraco.collections: SRCNAM changes. >> > python/python3-jaraco.context: SRCNAM changes. >> > python/python3-jaraco.functools: SRCNAM changes. >> > python/python3-jaraco.text: SRCNAM changes. >> > python/python3-json5: Updated for version 0.9.14. >> > python/python3-jsonschema: SRCNAM changes. >> > python/python3-kiwisolver: Align with template. >> > python/python3-libtmux: SRCNAM changes. >> > python/python3-loguru: Updated for version 0.7.0. >> > python/python3-markdown-it-py: SRCNAM changes. >> > python/python3-mat2: Added (A metadata removal tool) >> > python/python3-mdurl: SRCNAM changes. >> > python/python3-mediafile: SRCNAM changes. >> > python/python3-more-itertools: SRCNAM changes. >> > python/python3-netifaces: SRCNAM changes. >> > python/python3-pathspec: SRCNAM changes. >> > python/python3-poetry-core: SRCNAM changes. >> > python/python3-portend: SRCNAM changes. >> > python/python3-psutil: Updated for version 5.9.5. >> > python/python3-py-cpuinfo: SRCNAM changes. >> > python/python3-pydantic: SRCNAM changes. >> > python/python3-pynzb: SRCNAM changes. >> > python/python3-pyproject-hooks: SRCNAM changes. >> > python/python3-pyusb: slack-desc nitpick. >> > python/python3-rebulk: SRCNAM changes. >> > python/python3-requests-cache: SRCNAM changes. >> > python/python3-rfc3986: SRCNAM changes. >> > python/python3-rich: Updated for version 13.3.5. >> > python/python3-socks: Added (SOCKS proxy connector for aiohttp) >> > python/python3-teletype: SRCNAM changes. >> > python/python3-tempora: Updated for version 5.2.2. >> > python/python3-texttable: SRCNAM changes. >> > python/python3-tomli_w: SRCNAM changes. >> > python/python3-tornado: Updated for version 6.3.2. >> > python/python3-trove-classifiers: Updated for version 2023.5.2. >> > python/python3-ujson: SRCNAM changes. >> > python/python3-url-normalize: SRCNAM changes. >> > python/python3-watchdog: Align with template. >> > python/python3-websocket-client: SRCNAM changes. >> > python/python3-wheel: SRCNAM changes. >> > python/python3-yarl: Added (Yet another URL library) >> > python/python3-zxcvbn-python: SRCNAM changes. >> > python/pytz-deprecation-shim: SRCNAM changes. >> > python/pyusb: Align with template. >> > python/pywal: slack-desc nitpick. >> > python/reedsolo: Align with template. >> > python/rst-linker: Align with template. >> > python/rst: Align with template. >> > python/scikit-umfpack: Align with template. >> > python/sphinx-rtd-theme: Align with template. >> > python/sqlalchemy-migrate: Align with template. >> > python/subprocess32: Align with template. >> > python/tempita: Align with template. >> > python/tzdata: SRCNAM changes. >> > python/vine: Align with template. >> > python/workbook: Align with template. >> > python/xlutils: Align with template. >> > python/yarl: Update for 1.9.2 >> > system/CNS11643-font: Modify configs and README. >> > system/Iosevka-aile: Updated for version 22.1.2. >> > system/Iosevka-etoile: Updated for version 22.1.2. >> > system/SavvyCAN: slack-desc nitpick. >> > system/acpi_call: Align with template. >> > system/atop: Updated for version 2.9.0. >> > system/bogofilter: Align with template. >> > system/bottom: Updated for version 0.9.1. >> > system/btrbk: Align with template. >> > system/conky: Updated for version 1.19.2. >> > system/containerd: Updated for version 1.6.21 >> > system/docker-cli: Updated for version 23.0.6. >> > system/docker-proxy: Updated for version 20230425_3f00484. >> > system/docker: Updated for version 23.0.6. >> > system/edk2-ovmf: Fix .json files. >> > system/f3: Align with template. >> > system/fwupd: Build efi-binary. >> > system/hivex: Updated for version 1.3.23. >> > system/hstr: Updated for version 3.1 >> > system/intel-microcode: Update to version 20230512 >> > system/limine: updated for version 4.20230503.0 >> > system/mbuffer: Added (a tool for buffering data streams) >> > system/memkind: Remove 32bit support. >> > system/memtest86+: Align with template. >> > system/memtest86: Align with template. >> > system/netdata: Updated for version 1.39.1. >> > system/nvidia-kernel: Align with template. >> > system/nvidia-kernel: Updated for version 525.105.17. >> > system/nvidia-legacy340-kernel: Align with template. >> > system/nvidia-legacy390-kernel: Align with template. >> > system/nvidia-legacy470-kernel: Align with template. >> > system/nvidia-legacy470-kernel: Updated for version 470.182.03. >> > system/nvidia-open-kernel: Align with template. >> > system/nvidia-open-kernel: Updated for version 525.116.03. >> > system/oracle-instantclient-basic: Modify ARCH rules, csh profile. >> > system/oracle-instantclient-devel: ARCH=noarch, SDL READMDE/LICENSE >> > system/pixma: Align with template. >> > system/pmdk: Updated for version 1.13.0. >> > system/pomed-light: Updated for version 1.52lw >> > system/prometheus: Updated to version 2.44.0 >> > system/python3-docker-compose: SRCNAM changes. >> > system/rEFInd: Updated for version 0.14.2. >> > system/rar: Fix ARCH section. >> > system/refind-bin: Added (An EFI boot manager utility) >> > system/rmw: Updated for version 0.9.1. >> > system/rsyslog: Updated for version 8.2304.0. >> > system/runc: Updated for version 1.1.7. >> > system/samsung-mfp-drivers: ADD SRCARCH to stop linter warnings. >> > system/sarasa-gothic: Updated for version 0.40.7. >> > system/sbo-maintainer-tools: Updated for version 0.8.0. >> > system/sdltrs: Updated for version 1.2.9a+20230517_29980234. >> > system/skim: Updated for version 0.10.4, new maintainer. >> > system/slpkg: Updated for version 4.8.5. >> > system/stress-ng: Align with template. >> > system/supervisor: Align with template. >> > system/swtpm: Update README. >> > system/trs80-roms: Updated for version 20230516. >> > system/uhubctl: slack-desc nitpick. >> > system/usbview: Align with template. >> > system/v4l2loopback: Fix md5sum >> > system/vhba-module: Align with template. >> > system/virtualbox-kernel: Align with template. >> > system/xtrs: Fix window close button. >> > +--------------------------+ >> > >> > >> > -- >> > Willy Sudiarto Raharjo >> > _______________________________________________ >> > SlackBuilds-users mailing list >> > SlackBuilds-users at slackbuilds.org >> > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> > FAQ - https://slackbuilds.org/faq/ >> > >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - https://slackbuilds.org/faq/ >> > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From zsd+slackbuilds at jdvb.ca Sun May 21 17:28:01 2023 From: zsd+slackbuilds at jdvb.ca (Jim) Date: Sun, 21 May 2023 14:28:01 -0300 Subject: [Slackbuilds-users] Virtualbox In-Reply-To: References: <2459773.XAFRqVoOGU@amaterasu.liwjatan.org> Message-ID: On Sat, May 20, 2023 at 22:39 (+0200), Heinz Wiesinger wrote: > On Saturday, 20 May 2023 21:27:23 CEST Jim wrote: >> For anyone who is listening and cares... >> See below >> On Fri, May 19, 2023 at 21:04 (+0800), David O'Shaughnessy wrote: >>> There are some of the maintainer's build scripts here though that are >>> updated: https://repo.liwjatan.org/pprkut/15.0/source/ >>> https://repo.liwjatan.org/pprkut/current/source/ >> I have edited the virtualbox slackbuilds, info files and patch file for >> virtualbox to 6.1.44 (6.1.44a, more specifically) >> virtualbox-kernel to 6.1.40 (latest and greatest, it seems) >> virtualbox-extension-pack to 6.1.44 >> and built and (lightly) tested the results and all seems to be fine. >> I don't want to pull the rug out from under the feet of the current >> maintainer, but if he or someone in SBo management-land wants the updated >> files, please let me know and I'll package them up and send them off. >> For that matter, should anyone else want them I'll be happy to package them >> up and send them off. > Hi there! I'm still alive, Glad to hear it! > but indeed rather busy. Been there. > I was hoping things would have cleared up by now, but alas... > I updated to 6.1.44 in my repo just this week, doing the same for SBo is > on my TODO list. However, can't provide any timeline :-/ That's OK. > Is there a specific feature/bugfix you *need* from the newer version though? > Generally, the version on SBo should work "just fine". I used windoze (in a vbox VM) to do my taxes a few weeks ago. Although I fully expect windoze to crash unpredictably and frequently, it was outdoing itself in that regard. I thought that perhaps there was something in V6.1.34 of VBox that was annoying windoze, and that maybe a newer VBox might annoy it less. > If it's just about running the "latest and greatest", you should be able > to fetch the SlackBuild from my -current or 15.0 repo (or even the > packages). I don't typically update my scripts on SBo anymore unless > there's a specific reason. Fair enough. In this case I needed to remove one of the patches from your 6.1.34 SlackBuild to make it compile. YMMV. Cheers. Jim From slack at giand.it Sun May 21 20:23:22 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Sun, 21 May 2023 22:23:22 +0200 Subject: [Slackbuilds-users] For Java developers: help for test of experimental slackbuild Message-ID: <1efbe841-8629-4d49-dd0a-cd9f2274723f@giand.it> Hi, last update includes the slackbuild for JogAmp, a collection of Java libraries for 3D graphics (the main component is JOGL, that provides bindings to OpenGL/EGL APIs). These libraries should be linked both from Java applets and applications written in other languages but I'm not a developer so I'm not able to test the slackbuild in runtime. The slackbuild works in the compilation/installation, but I think there is still something to do in the configuration post-install: in particular I'm not sure if they are integrated with the Java environment and if the Java Native Interface can be linked from C/C++ libraries. If someone would try this package and report me any issues I could fix/improve the slackbuild (although I'm not sure!). Otherwise I'll have to drop the mantainment of this slackbuild. Without any obligation, of course :-) Thanks -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From urchlay at slackware.uk Sun May 21 22:19:21 2023 From: urchlay at slackware.uk (B. Watson) Date: Sun, 21 May 2023 18:19:21 -0400 (EDT) Subject: [Slackbuilds-users] For Java developers: help for test of experimental slackbuild In-Reply-To: <1efbe841-8629-4d49-dd0a-cd9f2274723f@giand.it> References: <1efbe841-8629-4d49-dd0a-cd9f2274723f@giand.it> Message-ID: <69f5223-5b48-45cd-4a9d-1bd7dc1352@slackware.uk> On Sun, 21 May 2023, Giancarlo Dess? wrote: > but I'm not a > developer so I'm not able to test the slackbuild in runtime. The > slackbuild works in the compilation/installation, but I think there is > still something to do in the configuration post-install: in particular > I'm not sure if they are integrated with the Java environment and if the > Java Native Interface can be linked from C/C++ libraries. Out of curiosity... why did you submit it? It's not a dependency for anything and it doesn't look like it does anything by itself (not an application, just libraries). Nothing wrong with submitting something like that, but if you also don't know if it's packaged right... My suggestion to you: find something (anything) that depends on jogamp, possibly in some other distro's repo (arch, gentoo, ?) and do a SlackBuild for whatever it is, and see if it builds correctly against your jogamp and runs correctly once installed. Without something to test the libraries with, nobody is going to be able to predict whether they're installed correctly or not. From slack at giand.it Mon May 22 05:10:59 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Mon, 22 May 2023 07:10:59 +0200 Subject: [Slackbuilds-users] For Java developers: help for test of experimental slackbuild In-Reply-To: <69f5223-5b48-45cd-4a9d-1bd7dc1352@slackware.uk> References: <1efbe841-8629-4d49-dd0a-cd9f2274723f@giand.it> <69f5223-5b48-45cd-4a9d-1bd7dc1352@slackware.uk> Message-ID: <506450dc-d96a-4386-9e1b-ee9afbe5a84b@giand.it> Il 22/05/23 00:19, B. Watson ha scritto: > > > On Sun, 21 May 2023, Giancarlo Dess? wrote: > >> but I'm not a developer so I'm not able to test the slackbuild in >> runtime. The slackbuild works in the compilation/installation, but I >> think there is still something to do in the configuration >> post-install: in particular I'm not sure if they are integrated with >> the Java environment and if the Java Native Interface can be linked >> from C/C++ libraries. > > Out of curiosity... why did you submit it? It's not a dependency for > anything and it doesn't look like it does anything by itself (not an > application, just libraries). Nothing wrong with submitting something > like that, but if you also don't know if it's packaged right... > > My suggestion to you: find something (anything) that depends on > jogamp, possibly in some other distro's repo (arch, gentoo, ?) and > do a SlackBuild for whatever it is, and see if it builds correctly > against your jogamp and runs correctly once installed. > > Without something to test the libraries with, nobody is going to be > able to predict whether they're installed correctly or not. You are right! :-D These libraries intrigued me because are dependencies (optional) for gpsprune, an application that I want to slackbuild. Usually when I make a slackbuild, first I try to create also its deps (both optional and needed) if they do not exist. -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From urchlay at slackware.uk Mon May 22 05:36:09 2023 From: urchlay at slackware.uk (B. Watson) Date: Mon, 22 May 2023 01:36:09 -0400 (EDT) Subject: [Slackbuilds-users] For Java developers: help for test of experimental slackbuild In-Reply-To: <506450dc-d96a-4386-9e1b-ee9afbe5a84b@giand.it> References: <1efbe841-8629-4d49-dd0a-cd9f2274723f@giand.it> <69f5223-5b48-45cd-4a9d-1bd7dc1352@slackware.uk> <506450dc-d96a-4386-9e1b-ee9afbe5a84b@giand.it> Message-ID: On Mon, 22 May 2023, Giancarlo Dess? wrote: > These libraries intrigued me because are dependencies (optional) for > gpsprune, an application that I want to slackbuild. Usually when I make > a slackbuild, first I try to create also its deps (both optional and > needed) if they do not exist. Makes sense. So you'll be able to tell whether your jogamp is installed correctly by building gpsprune with it. From slack at giand.it Mon May 22 05:39:33 2023 From: slack at giand.it (=?UTF-8?Q?Giancarlo_Dess=c3=ac?=) Date: Mon, 22 May 2023 07:39:33 +0200 Subject: [Slackbuilds-users] For Java developers: help for test of experimental slackbuild In-Reply-To: References: <1efbe841-8629-4d49-dd0a-cd9f2274723f@giand.it> <69f5223-5b48-45cd-4a9d-1bd7dc1352@slackware.uk> <506450dc-d96a-4386-9e1b-ee9afbe5a84b@giand.it> Message-ID: <62fdcc4e-5cc6-25fa-86a2-877910187221@giand.it> Il 22/05/23 07:36, B. Watson ha scritto: > > > On Mon, 22 May 2023, Giancarlo Dess? wrote: > >> These libraries intrigued me because are dependencies (optional) for >> gpsprune, an application that I want to slackbuild. Usually when I >> make a slackbuild, first I try to create also its deps (both optional >> and needed) if they do not exist. > > Makes sense. So you'll be able to tell whether your jogamp is > installed correctly by building gpsprune with it. True, in fact this is my purpose. There is also another reason: a package that is not needed dependency would be added as optional to extend the functionality of other packages already available. -- ********************************************************* Giancarlo Dess? https://www.giand.it Slackware Linux... because it works! ********************************************************* From rshepard at appl-ecosys.com Tue May 23 16:47:32 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 23 May 2023 09:47:32 -0700 (PDT) Subject: [Slackbuilds-users] Building TeXLive 2023 Message-ID: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> TeXLive 2021 is the current version for both Slackware64-14.2 and -15.0. I have a document that will not build (using pdflatex) on that version, but it does build on TeXLive 2023. Why this one document won't build is unknown; Herbert Voss found it built on the 2023 version so he cannot help. I did not find that version on AlienBOB's web site. I need suggestions on how I can upgrade TeXLive to the 2023 version so I can provide this document to my client. Thanks in advance, Rich From arnaud.garcia-fernandez at laposte.net Tue May 23 16:59:14 2023 From: arnaud.garcia-fernandez at laposte.net (Arnaud) Date: Tue, 23 May 2023 16:59:14 +0000 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> Message-ID: <6BD6EBD0-346F-4617-83DF-AF14ED0A57EB@laposte.net> Texlive was a SlackBuild on 14.2, maybe you could start from this build and upgrade it to 2023 ? Or you can also look at slackware's current sources, get the SlackBuild here, it builds a 2023 package, could be that it builds on a 15.0 box without further ado. https://slackware.uk/slackware/slackware-current/source/t/texlive/ Yth. Le 23 mai 2023 16:47:32 UTC, Rich Shepard a ?crit?: >TeXLive 2021 is the current version for both Slackware64-14.2 and -15.0. I >have a document that will not build (using pdflatex) on that version, but it >does build on TeXLive 2023. Why this one document won't build is unknown; >Herbert Voss found it built on the 2023 version so he cannot help. > >I did not find that version on AlienBOB's web site. I need suggestions on >how I can upgrade TeXLive to the 2023 version so I can provide this document >to my client. > >Thanks in advance, > >Rich >_______________________________________________ >SlackBuilds-users mailing list >SlackBuilds-users at slackbuilds.org >https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ >FAQ - https://slackbuilds.org/faq/ > -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From rshepard at appl-ecosys.com Tue May 23 17:04:17 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 23 May 2023 10:04:17 -0700 (PDT) Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <6BD6EBD0-346F-4617-83DF-AF14ED0A57EB@laposte.net> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <6BD6EBD0-346F-4617-83DF-AF14ED0A57EB@laposte.net> Message-ID: <9aa43967-34ca-8057-2bb0-50871eb85825@appl-ecosys.com> On Tue, 23 May 2023, Arnaud wrote: > Texlive was a SlackBuild on 14.2, maybe you could start from this build > and upgrade it to 2023 ? Or you can also look at slackware's current > sources, get the SlackBuild here, it builds a 2023 package, could be that > it builds on a 15.0 box without further ado. > https://slackware.uk/slackware/slackware-current/source/t/texlive/ Arnaud, I have 15.0 on my laptop, but 14.2 on the desktop with a larger monitor, where it's much more comfortable to write. I'll grab the -current build and see if it will build on the 14.2 libraries. If not, I'll have to compile this .lyx document on the laptop. Thanks, Rich From rshepard at appl-ecosys.com Tue May 23 17:29:13 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 23 May 2023 10:29:13 -0700 (PDT) Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <9aa43967-34ca-8057-2bb0-50871eb85825@appl-ecosys.com> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <6BD6EBD0-346F-4617-83DF-AF14ED0A57EB@laposte.net> <9aa43967-34ca-8057-2bb0-50871eb85825@appl-ecosys.com> Message-ID: On Tue, 23 May 2023, Rich Shepard wrote: > I'll grab the -current build and see if it will build on the 14.2 > libraries. If not, I'll have to compile this .lyx document on the laptop. In the -curent texlive build tree there are three subdirectories. In the texlive subdirectory is the file, texlive.SlackBuild.txt. Am I correct in assuming that if I remove the terminal .txt and make the script executable that's what I invoke to build the entire package? Regards, Rich From rshepard at appl-ecosys.com Tue May 23 17:35:32 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 23 May 2023 10:35:32 -0700 (PDT) Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <6BD6EBD0-346F-4617-83DF-AF14ED0A57EB@laposte.net> <9aa43967-34ca-8057-2bb0-50871eb85825@appl-ecosys.com> Message-ID: On Tue, 23 May 2023, Rich Shepard wrote: > In the -curent texlive build tree there are three subdirectories. In the > texlive subdirectory is the file, texlive.SlackBuild.txt. Am I correct in > assuming that if I remove the terminal .txt and make the script executable > that's what I invoke to build the entire package? Well, it won't build in 14.2: Makefile:977: recipe for target 'bibtexu-bibtex-1.o' failed make[4]: *** [bibtexu-bibtex-1.o] Error 1 make[4]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' Makefile:732: recipe for target 'all' failed make[3]: *** [all] Error 2 make[3]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' Makefile:907: recipe for target 'recurse' failed make[2]: *** [recurse] Error 1 make[2]: Leaving directory '/tmp/texlive-20230311-source/build/texk' Makefile:478: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/texlive-20230311-source/build/texk' Makefile:571: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 I'll try it on the 15.0 laptop. Rich From zsd+slackbuilds at jdvb.ca Tue May 23 17:59:47 2023 From: zsd+slackbuilds at jdvb.ca (Jim) Date: Tue, 23 May 2023 14:59:47 -0300 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> Message-ID: Hi Rich, On Tue, May 23, 2023 at 09:47 (-0700), Rich Shepard wrote: > TeXLive 2021 is the current version for both Slackware64-14.2 and -15.0. I > have a document that will not build (using pdflatex) on that version, but it > does build on TeXLive 2023. Why this one document won't build is unknown; > Herbert Voss found it built on the 2023 version so he cannot help. > I did not find that version on AlienBOB's web site. I need suggestions on > how I can upgrade TeXLive to the 2023 version so I can provide this document > to my client. > Thanks in advance, Not to be unsupportive of all the hard work that the SlackBuilds people do, but given how easy it is to install TeXlive and keep it up to date, are you sure that a SlackBuild is what you really want here? I've been installing TL for years that way and it has been a very simple and efficient experience. Jim From rshepard at appl-ecosys.com Tue May 23 18:33:15 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 23 May 2023 11:33:15 -0700 (PDT) Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <6BD6EBD0-346F-4617-83DF-AF14ED0A57EB@laposte.net> <9aa43967-34ca-8057-2bb0-50871eb85825@appl-ecosys.com> Message-ID: <1880fbda-865a-7753-8986-be9e94d15e@appl-ecosys.com> On Tue, 23 May 2023, Rich Shepard wrote: > Well, it won't build in 14.2: > Makefile:977: recipe for target 'bibtexu-bibtex-1.o' failed > make[4]: *** [bibtexu-bibtex-1.o] Error 1 > make[4]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' > Makefile:732: recipe for target 'all' failed > make[3]: *** [all] Error 2 > make[3]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' > Makefile:907: recipe for target 'recurse' failed > make[2]: *** [recurse] Error 1 > make[2]: Leaving directory '/tmp/texlive-20230311-source/build/texk' > Makefile:478: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory '/tmp/texlive-20230311-source/build/texk' > Makefile:571: recipe for target 'all-recursive' failed > make: *** [all-recursive] Error 1 > > I'll try it on the 15.0 laptop. This is strange. On 14.2 it failed finding a Russian bibtex. Now on 15.0 it fails not finding a different issue. ../../../texk/bibtex-x/bibtex-1.c: In function ?add_out_pool?: ../../../texk/bibtex-x/bibtex-1.c:333:18: error: ?UBLOCK_LATIN_EXTENDED_F? undeclared (first use in this function); did you mean ?UBLOCK_LATIN_EXTENDED_E?? 333 | case UBLOCK_LATIN_EXTENDED_F: | ^~~~~~~~~~~~~~~~~~~~~~~ | UBLOCK_LATIN_EXTENDED_E ../../../texk/bibtex-x/bibtex-1.c:333:18: note: each undeclared identifier is reported only once for each function it appears in ../../../texk/bibtex-x/bibtex-1.c:334:18: error: ?UBLOCK_LATIN_EXTENDED_G? undeclared (first use in this function); did you mean ?UBLOCK_LATIN_EXTENDED_E?? 334 | case UBLOCK_LATIN_EXTENDED_G: | ^~~~~~~~~~~~~~~~~~~~~~~ | UBLOCK_LATIN_EXTENDED_E make[3]: *** [Makefile:977: bibtexu-bibtex-1.o] Error 1 make[3]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' make[2]: *** [Makefile:732: all] Error 2 make[2]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' make[1]: *** [Makefile:478: all-recursive] Error 1 make[1]: Leaving directory '/tmp/texlive-20230311-source/build/texk' make: *** [Makefile:571: all-recursive] Error 1 Am I missing a dependency in the 15.0 laptop? Rich From erich.public at protonmail.com Tue May 23 18:39:06 2023 From: erich.public at protonmail.com (Erich Ritz) Date: Tue, 23 May 2023 18:39:06 +0000 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <6BD6EBD0-346F-4617-83DF-AF14ED0A57EB@laposte.net> <9aa43967-34ca-8057-2bb0-50871eb85825@appl-ecosys.com> Message-ID: <_fIQEMmDtdXjiewCjJhWgv7llHgpiRSK5jhHnD_WCl7yyoyCZiTAP02hFyrP790oXVlweFKouMwB6piyGvr0-adJa1ul25cvnHSF9SZx21Q=@protonmail.com> ------- Original Message ------- On Tuesday, May 23rd, 2023 at 12:35 PM, Rich Shepard wrote: > > > On Tue, 23 May 2023, Rich Shepard wrote: > > > In the -curent texlive build tree there are three subdirectories. In the > > texlive subdirectory is the file, texlive.SlackBuild.txt. Am I correct in > > assuming that if I remove the terminal .txt and make the script executable > > that's what I invoke to build the entire package? > > > Well, it won't build in 14.2: > Makefile:977: recipe for target 'bibtexu-bibtex-1.o' failed > make[4]: *** [bibtexu-bibtex-1.o] Error 1 > make[4]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' > Makefile:732: recipe for target 'all' failed > make[3]: *** [all] Error 2 > make[3]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' > Makefile:907: recipe for target 'recurse' failed > make[2]: *** [recurse] Error 1 > make[2]: Leaving directory '/tmp/texlive-20230311-source/build/texk' > Makefile:478: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory '/tmp/texlive-20230311-source/build/texk' > Makefile:571: recipe for target 'all-recursive' failed > make: *** [all-recursive] Error 1 > > I'll try it on the 15.0 laptop. > Rich, building -current's texlive on 15.0 will fail: make[2]: Entering directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' make all-am make[3]: Entering directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' /bin/sh ./libtool --tag=CC --mode=link gcc -Wimplicit -Wreturn-type -O2 -fPIC -o bibtex8 bibtex8-bibtex-1.o bibtex8-bibtex-2.o bibtex8-bibtex-3.o bibtex8-bibtex-4.o bibtex8-bibtex.o bibtex8-utils.o /tmp/texlive-20230311-source/build/texk/kpathsea/libkpathsea.la -lm libtool: link: gcc -Wimplicit -Wreturn-type -O2 -fPIC -o .libs/bibtex8 bibtex8-bibtex-1.o bibtex8-bibtex-2.o bibtex8-bibtex-3.o bibtex8-bibtex-4.o bibtex8-bibtex.o bibtex8-utils.o /tmp/texlive-20230311-source/build/texk/kpathsea/.libs/libkpathsea.so -lm gcc -DHAVE_CONFIG_H -I. -I../../../texk/bibtex-x -I/tmp/texlive-20230311-source/build/texk -I/tmp/texlive-20230311-source/texk -DUNIX -DKPATHSEA -I/usr/include -DUTF_8 -Wimplicit -Wreturn-type -O2 -fPIC -MT bibtexu-bibtex-1.o -MD -MP -MF .deps/bibtexu-bibtex-1.Tpo -c -o bibtexu-bibtex-1.o `test -f 'bibtex-1.c' || echo '../../../texk/bibtex-x/'`bibtex-1.c ../../../texk/bibtex-x/bibtex-1.c: In function ?add_out_pool?: ../../../texk/bibtex-x/bibtex-1.c:333:18: error: ?UBLOCK_LATIN_EXTENDED_F? undeclared (first use in this function); did you mean ?UBLOCK_LATIN_EXTENDED_E?? 333 | case UBLOCK_LATIN_EXTENDED_F: | ^~~~~~~~~~~~~~~~~~~~~~~ | UBLOCK_LATIN_EXTENDED_E ../../../texk/bibtex-x/bibtex-1.c:333:18: note: each undeclared identifier is reported only once for each function it appears in ../../../texk/bibtex-x/bibtex-1.c:334:18: error: ?UBLOCK_LATIN_EXTENDED_G? undeclared (first use in this function); did you mean ?UBLOCK_LATIN_EXTENDED_E?? 334 | case UBLOCK_LATIN_EXTENDED_G: | ^~~~~~~~~~~~~~~~~~~~~~~ | UBLOCK_LATIN_EXTENDED_E make[3]: *** [Makefile:977: bibtexu-bibtex-1.o] Error 1 make[3]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' make[2]: *** [Makefile:732: all] Error 2 make[2]: Leaving directory '/tmp/texlive-20230311-source/build/texk/bibtex-x' make[1]: *** [Makefile:478: all-recursive] Error 1 make[1]: Leaving directory '/tmp/texlive-20230311-source/build/texk' make: *** [Makefile:571: all-recursive] Error 1 It requires a newer /usr/include/unicode/uchar.h than 15.0 provides (that file is provided by package icu4c). 15.0 has icu4c-69.1 and -current had icu4c-72.1 at the time texlive was bumped to 2023; -current now has icu4c-73.1. Lots of software depends on icu4c (check the Changelog). I suggest you spend your efforts on finding why your document won't compile using texlive 2021, rather than trying to get texlive 2023 working on Slackware 14.2/15.0. Next suggestion would be to run Slackware-current in a VM. But, this discussion isn't on topic for this list (as texlive is provided by Slackware, not SBo). I suggest you move it to LQ. Erich > Rich > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ From rshepard at appl-ecosys.com Tue May 23 18:57:51 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 23 May 2023 11:57:51 -0700 (PDT) Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <_fIQEMmDtdXjiewCjJhWgv7llHgpiRSK5jhHnD_WCl7yyoyCZiTAP02hFyrP790oXVlweFKouMwB6piyGvr0-adJa1ul25cvnHSF9SZx21Q=@protonmail.com> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <6BD6EBD0-346F-4617-83DF-AF14ED0A57EB@laposte.net> <9aa43967-34ca-8057-2bb0-50871eb85825@appl-ecosys.com> <_fIQEMmDtdXjiewCjJhWgv7llHgpiRSK5jhHnD_WCl7yyoyCZiTAP02hFyrP790oXVlweFKouMwB6piyGvr0-adJa1ul25cvnHSF9SZx21Q=@protonmail.com> Message-ID: On Tue, 23 May 2023, Erich Ritz via SlackBuilds-users wrote: > Rich, building -current's texlive on 15.0 will fail: Erich, As I discovered. > I suggest you spend your efforts on finding why your document won't > compile using texlive 2021, rather than trying to get texlive 2023 working > on Slackware 14.2/15.0. Next suggestion would be to run Slackware-current > in a VM. That's what I've been trying to do. The previous version had no issues, but the regulator wants it to follow their specific format. That change broke the build. Thanks, Rich From gerardo.zamudio at linux.com Wed May 24 19:24:22 2023 From: gerardo.zamudio at linux.com (Gerardo Zamudio) Date: Wed, 24 May 2023 13:24:22 -0600 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> Message-ID: <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> On 2023-05-23 10:47 AM, Rich Shepard wrote: > TeXLive 2021 is the current version for both Slackware64-14.2 and > -15.0. I > have a document that will not build (using pdflatex) on that version, > but it > does build on TeXLive 2023. Why this one document won't build is > unknown; > Herbert Voss found it built on the 2023 version so he cannot help. > > I did not find that version on AlienBOB's web site. I need suggestions > on > how I can upgrade TeXLive to the 2023 version so I can provide this > document > to my client. > > Thanks in advance, > > Rich It's coming soon: https://www.linuxquestions.org/questions/slackware-14/texlive-2023-packages-for-slackware-15-0-a-4175725348/#post6432547 From rshepard at appl-ecosys.com Wed May 24 22:03:51 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 24 May 2023 15:03:51 -0700 (PDT) Subject: [Slackbuilds-users] Brave-browser issues Message-ID: My desktop server/workstation (running -14.2 on an AMD Ryzen CPU) has brave-browser-1.44.121-1 installed. It's stable, fast, and there are only a very few sites it cannot fully access (but firefox can). When I download a SBo package I can get both the build script .tar.gz and the source .rpm one after the other. My laptop (running -15.0 on an Intel i5 CPU) has brave-browser-1.50.121-1 installed while the SBo repo shows version 1.50.118-1 so I cannot tell you why the downloaded version is newer than the one now listed there. The laptop version stopped downloading the source files after the build script tarball until I renewed the page. Can't figure out why. Today, I tried to access github.com on the laptop and brave couldn't find it. When I opened the firefox browser I had no issue accessing github.com. And I have no issues accessing github.com using the brave-browser on the desktop. I'm curious if anyone else has experienced different behaviors with brave-brower on different hosts. Rich From artourter at gmail.com Thu May 25 00:22:45 2023 From: artourter at gmail.com (Greg Tourte) Date: Thu, 25 May 2023 01:22:45 +0100 Subject: [Slackbuilds-users] non-stripped binaries Message-ID: Hi, I am updating the teamviewer package to the latest version but somehow, it only works if one of the libraries provided remains unstripped. Is it acceptable? sbopkglint points out the unstripped file but still returns as passed. Cheers Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: From phalange at komputermatrix.com Thu May 25 02:19:04 2023 From: phalange at komputermatrix.com (phalange at komputermatrix.com) Date: Wed, 24 May 2023 22:19:04 -0400 Subject: [Slackbuilds-users] Brave-browser issues In-Reply-To: References: Message-ID: <3328f3a13557ab452b53c19d132b8b9c@komputermatrix.com> On 2023-05-24 18:03, Rich Shepard wrote: > My desktop server/workstation (running -14.2 on an AMD Ryzen CPU) has > brave-browser-1.44.121-1 installed. It's stable, fast, and there are > only a > very few sites it cannot fully access (but firefox can). When I > download a > SBo package I can get both the build script .tar.gz and the source .rpm > one > after the other. > > My laptop (running -15.0 on an Intel i5 CPU) has > brave-browser-1.50.121-1 > installed while the SBo repo shows version 1.50.118-1 so I cannot tell > you > why the downloaded version is newer than the one now listed there. > > The laptop version stopped downloading the source files after the build > script tarball until I renewed the page. Can't figure out why. > > Today, I tried to access github.com on the laptop and brave couldn't > find > it. When I opened the firefox browser I had no issue accessing > github.com. > And I have no issues accessing github.com using the brave-browser on > the > desktop. > > I'm curious if anyone else has experienced different behaviors with > brave-brower on different hosts. > > Rich > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ Hi Rich, I maintain the SBo build of Brave and I can't understand what you're describing. The version on SBo is 1.51.118 which is (today) the current stable release. The download links are ok, and once installed, the "about" window shows the correct version. The version numbers match in the *info and *SlackBuild files. -Andrew From urchlay at slackware.uk Thu May 25 04:59:43 2023 From: urchlay at slackware.uk (B. Watson) Date: Thu, 25 May 2023 00:59:43 -0400 (EDT) Subject: [Slackbuilds-users] non-stripped binaries In-Reply-To: References: Message-ID: On Thu, 25 May 2023, Greg Tourte wrote: > Hi, > > I am updating the teamviewer package to the latest version but somehow, it only works if one of the libraries provided remains unstripped. Is it > acceptable? sbopkglint points out the unstripped file but still returns as passed. Are you stripping it with --strip-unneeded? If not, try that. If that doesn't work, leave it unstripped. sbopkglint's supposed to help you, not control you. From andrzej at telszewski.com Thu May 25 07:34:18 2023 From: andrzej at telszewski.com (Andrzej Telszewski) Date: Thu, 25 May 2023 09:34:18 +0200 Subject: [Slackbuilds-users] non-stripped binaries In-Reply-To: References: Message-ID: <03bbceaa-365c-a400-7d2d-f6f56e6d8c61@telszewski.com> On 25/05/2023 06:59, B. Watson wrote: > If that doesn't work, leave it unstripped. sbopkglint's supposed to > help you, not control you. Maybe `sbopkglint` supports annotation to tell it to treat some code as correct event though it thinks it is incorrect? From j+sbo-users at maschinengott.de Thu May 25 08:09:22 2023 From: j+sbo-users at maschinengott.de (Johannes) Date: Thu, 25 May 2023 10:09:22 +0200 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> Message-ID: <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> It's arrived > Thu May 25 00:24:33 UTC 2023 > patches/packages/texlive-2023.230322-x86_64-1_slack15.0.txz: Upgraded. > Package texlive-2021.210418-x86_64-2 upgraded with new package ./texlive-2023.230322-x86_64-1_slack15.0.txz. On 24.05.23 21:24, Gerardo Zamudio wrote: > On 2023-05-23 10:47 AM, Rich Shepard wrote: >> TeXLive 2021 is the current version for both Slackware64-14.2 and >> -15.0. I >> have a document that will not build (using pdflatex) on that version, >> but it >> does build on TeXLive 2023. Why this one document won't build is unknown; >> Herbert Voss found it built on the 2023 version so he cannot help. >> >> I did not find that version on AlienBOB's web site. I need suggestions on >> how I can upgrade TeXLive to the 2023 version so I can provide this >> document >> to my client. >> >> Thanks in advance, >> >> Rich > > It's coming soon: > > https://www.linuxquestions.org/questions/slackware-14/texlive-2023-packages-for-slackware-15-0-a-4175725348/#post6432547 From urchlay at slackware.uk Thu May 25 08:18:42 2023 From: urchlay at slackware.uk (B. Watson) Date: Thu, 25 May 2023 04:18:42 -0400 (EDT) Subject: [Slackbuilds-users] non-stripped binaries In-Reply-To: <03bbceaa-365c-a400-7d2d-f6f56e6d8c61@telszewski.com> References: <03bbceaa-365c-a400-7d2d-f6f56e6d8c61@telszewski.com> Message-ID: <4f894fe7-bbbb-4d1e-98e0-aeb41444725d@slackware.uk> On Thu, 25 May 2023, Andrzej Telszewski wrote: > On 25/05/2023 06:59, B. Watson wrote: >> If that doesn't work, leave it unstripped. sbopkglint's supposed to >> help you, not control you. > > Maybe `sbopkglint` supports annotation to tell it to treat some code as > correct event though it thinks it is incorrect? I've thought about that. "Magic comment" syntax in the SlackBuild (which sbopkglint will find in /usr/doc/$PRGNAM-$VERSION). The trouble is, we don't want it to be overused/abused. If every test can be disabled, inevitably someone will start submitting builds with all the tests disabled, which sorta defeats the purpose of having sbopkglint. But if only a few tests can be disabled, it might work out OK. From didier at slint.fr Thu May 25 08:30:07 2023 From: didier at slint.fr (Didier Spaier) Date: Thu, 25 May 2023 10:30:07 +0200 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> Message-ID: <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> Thanks Johannes, also on behalf of Slint users of Texlive! Cheers, Didier Le 25/05/2023 ? 10:09, Johannes a ?crit?: > It's arrived >> Thu May 25 00:24:33 UTC 2023 >> patches/packages/texlive-2023.230322-x86_64-1_slack15.0.txz:? Upgraded. > >> Package texlive-2021.210418-x86_64-2 upgraded with new package > ./texlive-2023.230322-x86_64-1_slack15.0.txz. > > > On 24.05.23 21:24, Gerardo Zamudio wrote: >> On 2023-05-23 10:47 AM, Rich Shepard wrote: >>> TeXLive 2021 is the current version for both Slackware64-14.2 and -15.0. I >>> have a document that will not build (using pdflatex) on that version, but it >>> does build on TeXLive 2023. Why this one document won't build is unknown; >>> Herbert Voss found it built on the 2023 version so he cannot help. >>> >>> I did not find that version on AlienBOB's web site. I need suggestions on >>> how I can upgrade TeXLive to the 2023 version so I can provide this document >>> to my client. >>> >>> Thanks in advance, >>> >>> Rich >> >> It's coming soon: >> >> https://www.linuxquestions.org/questions/slackware-14/texlive-2023-packages-for-slackware-15-0-a-4175725348/#post6432547 From andrzej at telszewski.com Thu May 25 09:02:31 2023 From: andrzej at telszewski.com (Andrzej Telszewski) Date: Thu, 25 May 2023 11:02:31 +0200 Subject: [Slackbuilds-users] non-stripped binaries In-Reply-To: <4f894fe7-bbbb-4d1e-98e0-aeb41444725d@slackware.uk> References: <03bbceaa-365c-a400-7d2d-f6f56e6d8c61@telszewski.com> <4f894fe7-bbbb-4d1e-98e0-aeb41444725d@slackware.uk> Message-ID: <15a64a17-931c-671b-8914-09f004652c2d@telszewski.com> On 25/05/2023 10:18, B. Watson wrote: > > > On Thu, 25 May 2023, Andrzej Telszewski wrote: > >> On 25/05/2023 06:59, B. Watson wrote: >>> If that doesn't work, leave it unstripped. sbopkglint's supposed to >>> help you, not control you. >> >> Maybe `sbopkglint` supports annotation to tell it to treat some code >> as correct event though it thinks it is incorrect? > > I've thought about that. "Magic comment" syntax in the SlackBuild > (which sbopkglint will find in /usr/doc/$PRGNAM-$VERSION). > > The trouble is, we don't want it to be overused/abused. If every test > can be disabled, inevitably someone will start submitting builds with > all the tests disabled, which sorta defeats the purpose of having > sbopkglint. > > But if only a few tests can be disabled, it might work out OK. Aye, that is a generally known problem. But it could be solved at submission review time. (FYI, I'm in software engineering industry.) From rshepard at appl-ecosys.com Thu May 25 17:51:14 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Thu, 25 May 2023 10:51:14 -0700 (PDT) Subject: [Slackbuilds-users] Brave-browser issues In-Reply-To: <3328f3a13557ab452b53c19d132b8b9c@komputermatrix.com> References: <3328f3a13557ab452b53c19d132b8b9c@komputermatrix.com> Message-ID: On Wed, 24 May 2023, phalange at komputermatrix.com wrote: > Hi Rich, I maintain the SBo build of Brave and I can't understand what > you're describing. > > The version on SBo is 1.51.118 which is (today) the current stable > release. The download links are ok, and once installed, the "about" window > shows the correct version. The version numbers match in the *info and > *SlackBuild files. Andrew, Thank you. I just upgraded the browser. Regards, Rich From slackbuilds at schoepfer.info Fri May 26 08:27:41 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Fri, 26 May 2023 10:27:41 +0200 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> Message-ID: <8b5021dade26a25b644c57525ddc2a36@schoepfer.info> Am 2023-05-25 10:30, schrieb Didier Spaier: > Thanks Johannes, also on behalf of Slint users of Texlive! You're welcome! @SBo-admins: Since TexLive 2023 is now part of a patched Slackware 15.0. please remove dvisvgm from SBO. > grep usr/bin/dvisvgm /var/log/packages/texlive-2023.230322-x86_64-2 usr/bin/dvisvgm Johannes From sbo at linuxgalaxy.org Fri May 26 21:54:50 2023 From: sbo at linuxgalaxy.org (KB_SBo) Date: Fri, 26 May 2023 21:54:50 +0000 Subject: [Slackbuilds-users] qemu updates roadmap In-Reply-To: References: <6f165e62-f59a-0500-1e30-3be6ad9736f8@linuxgalaxy.org> Message-ID: On 5/16/23 06:57, Matteo Bernardini wrote: > Hi Edward, > > here I'm building qemu 8.0.0 and virtiofsd like this (actually I see no > issue in using the bundled meson) > > https://ponce.cc/slackware/testing/virtiofsd/ > > https://ponce.cc/slackware/testing/qemu/ > > > if you don't want it I'll submit virtiofsd to SBo. > > Matteo > > > Il giorno lun 24 apr 2023 alle ore 02:13 KB_SBo > ha scritto: > > All, > > I'm going to hold off on qemu-8.0 for a bit and just bump to qemu-7.2.1 > > > 1.? For 8.0, virtiofsd is now an external dependency. This built with > rust, of which I know absolutely nothing about. Since this may take me > awhile to do (wtf is a 'cargo'?), if anyone has a burning desire to add > virtiofsd to SBo, have at it! > > 2. Slackware 15.0 meson-0.59.4 is too old.? qemu has an internal > meson-0.61.5 that is currently used for 7.2.x, but I think using the > system meson is better for consistency. > > 3. libslirp and a few others will be made hard dependencies to have > those handy features available by default. Also, libslirp could use bump > to version 4.7.0 (maintainer cc:'ed) > > > -Ed Matteo, I'll take virtiofsd for SBo, and get gemu-8 script ready for next week's update. Thanks Ed From sbo at linuxgalaxy.org Fri May 26 21:58:54 2023 From: sbo at linuxgalaxy.org (KB_SBo) Date: Fri, 26 May 2023 21:58:54 +0000 Subject: [Slackbuilds-users] qemu updates roadmap In-Reply-To: References: <6f165e62-f59a-0500-1e30-3be6ad9736f8@linuxgalaxy.org> Message-ID: <6cba95f9-6a1f-9ce1-75d2-831c6fafb60c@linuxgalaxy.org> On 5/16/23 06:57, Matteo Bernardini wrote: > Hi Edward, > > here I'm building qemu 8.0.0 and virtiofsd like this (actually I see no > issue in using the bundled meson) > > https://ponce.cc/slackware/testing/virtiofsd/ > > https://ponce.cc/slackware/testing/qemu/ > > > if you don't want it I'll submit virtiofsd to SBo. > > Matteo > > > Il giorno lun 24 apr 2023 alle ore 02:13 KB_SBo > ha scritto: > > All, > > I'm going to hold off on qemu-8.0 for a bit and just bump to qemu-7.2.1 > > > 1.? For 8.0, virtiofsd is now an external dependency. This built with > rust, of which I know absolutely nothing about. Since this may take me > awhile to do (wtf is a 'cargo'?), if anyone has a burning desire to add > virtiofsd to SBo, have at it! > > 2. Slackware 15.0 meson-0.59.4 is too old.? qemu has an internal > meson-0.61.5 that is currently used for 7.2.x, but I think using the > system meson is better for consistency. > > 3. libslirp and a few others will be made hard dependencies to have > those handy features available by default. Also, libslirp could use bump > to version 4.7.0 (maintainer cc:'ed) > > > -Ed Matteo, I'll take virtiofsd for SBo, and get gemu-8 script ready for next week's update. Probably time to figure out how rust works (stupid name!). Damn kids. Always chasing a new shiny bauble. What the heck is wrong C/assmebly? bah. Thanks Ed From willysr at slackbuilds.org Sat May 27 01:34:24 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 27 May 2023 08:34:24 +0700 Subject: [Slackbuilds-users] Updates - 20230527.1 Message-ID: <5f298d26-e51f-eaf0-5a9c-03f4660fc1ef@slackbuilds.org> Sat May 27 01:09:41 UTC 2023 academic/calc: Updated for version 2.14.1.5. accessibility/orca: Added (Orca Screen Reader) audio/callaudiod: Added (Call audio routing daemon) audio/flacon: Updated for version 11.0.0. audio/gtklick: python => python2. audio/mktoc: python => python2. desktop/TextSnatcher: Added (tool to ORC screenshots to clipboard) desktop/caffeine-ng: REQUIRES updated for renamed python deps. desktop/domterm: Added (terminal emulator, console, DOM and JS) desktop/dwmblocks: Change version formatting desktop/gammastep: Added (monitor color temperature tuning) desktop/gmrun: Update script. desktop/gnome-boxes: Added (GNOME Boxes) desktop/gnome-connections: Added (GNOME Remote Desktop Client) desktop/gnome-tour: Added (GNOME Tour) desktop/gsimplecal: Update for 2.4.1 desktop/gtklock-userinfo-module: Updated for version 2.1.0. desktop/gtklock: Updated for version 2.1.0. desktop/kolorcontrol: REQUIRES updated for renamed python deps. desktop/mate-control-center: Added (control center for MATE) desktop/mate-power-manager: Update REQUIRES. desktop/mozo: Added (menu editor for the MATE desktop) desktop/nwg-panel: Updated for version 0.9.3. desktop/qt6ct: Added (Qt6 configuration utility) desktop/slbar: Added (status bar for dwm) desktop/sun: Updated for version 1.5.1. desktop/sushi: Added (Quick Previewer for Nautilus) desktop/weston: Update for 10.0.4 development/byacc: Updated for version 20230521 development/codespell: Fix deps. development/composer: Updated for version 2.5.7 development/dpkg: Updated for version 1.21.22. development/fpc: ARCH=i586 on x86. development/hugo: Updated for version 0.112.3 development/jupyter-nbclient: Update for 0.8.0 development/mle: Updated for version 1.7.2. development/mongodb-compass: Updated for version 1.37.0. development/muon: Added (c99 implementation of meson build system) development/mutagen: Fix deps. development/premake5: Added (build configuration tool) development/pyqt-distutils: REQUIRES updated for renamed python deps. development/pyvim: REQUIRES updated for renamed python deps. development/reuse-tool: Fix deps. development/universal-ctags: Updated for version p6.0.20230521.0 development/zmac: Added (Z-80 cross assembler) games/opentyrian: Update homepage. games/ovcc: Added (CoCo 3 emulator) games/trs80gp: Added (Various TRS-80 Emulators) gis/pdal: Updated for version 2.5.3. gis/saga-gis: Updated for version 9.0.1. git/README: Added back README. graphics/BOSL2: Added (The Belfry OpenScad Library, v2) graphics/dvisvgm: Removed. Included in texlive. graphics/ristretto: Updated for version 0.13.1. graphics/scantailor-advanced: Updated for version 1.0.18. graphics/ueberzug: REQUIRES updated for renamed python deps. graphics/vuescan: Updated for version 9.8.02. libraries/agar: Added (GUI toolkit) libraries/configobj: python => python2. libraries/gom: Added (GObject Data Mapper) libraries/gupnp-av: Added (GUPnP A/V) libraries/gupnp-dlna: Added (GUPnP DLNA) libraries/libcurl-gnutls: Updated for version 8.1.0. libraries/libfixposix: Updated for version 0.5.1. libraries/libheif: Updated for version 1.16.2. libraries/libjxl: Updated for version 20230511_8ec9ed1. libraries/nghttp3: Updated for version 0.11.0. libraries/ngtcp2: Updated for version 0.15.0. libraries/python3-imapclient: Added (Pythonic IMAP client library) libraries/python3-rpyc: Fix deps. libraries/python3-ruamel: Updated for version 0.17.26. libraries/sofia-sip: Added (SIP User-Agent Library) libraries/xmlsec: Updated for version 1.3.0. misc/feedbackd: Added (Haptic/visual/audio feedback for GNOME) misc/gnome-user-docs: Added (GNOME User Documentation) multimedia/mkvtoolnix Updated to 76.0 multimedia/parole: Updated for version 4.18.0. multimedia/plexmediaserver: Updated for V. 1.32.2.7100_248a2daf0. multimedia/rygel: Added (UPnP AV MediaServer) network/RYMTracks: REQUIRES updated for renamed python deps. network/bitcoin: Updated for version 25.0. network/curl-quic: Updated for version 8.1.1. network/deis: REQUIRES updated for renamed python deps. network/dropbox: Updated for version 174.4.5852. network/gnome-remote-desktop: Added (GNOME Remote Desktop) network/gnome-user-share: Added (User level file sharing) network/jitsi-meet-desktop: Update for 2023.5.1 network/microsoft-edge: Updated for version 113.0.1774.57 network/mod_auth_gssapi: Update source. network/netcat-openbsd: Updated for version 7.3_1 network/nextcloud-desktop: Updated for version 3.8.2 network/protonvpn-cli: REQUIRES updated for renamed python deps. network/proxychains-ng: Removed by author. network/radicale: Fix deps. network/signal-desktop: Updated for version 6.19.0. network/surl: python => python2. network/tailscale: Updated for version 1.42.0 network/teamviewer: Updated for version 15.42.4. network/wireshark: Updated for version 4.0.6. network/xdman: Added (Xtreme Download Manager) network/yle-dl: Fix deps. office/calibre-bin: Updated for version 6.18.1. office/glow: Added (CLI Markdown Reader) office/mtp2-fonts: Updated for version 2.1a. office/texlive-extra: Updated for version 2023.230322. office/wps-office-dicts: Added (dictionaries for WPS Office) perl/perl-PAR-Dist: Updated for version 0.52. python/aiosignal: Remove aiosignal python/argon2-cffi: Fix deps. python/async-timeout: Remove async-timeout python/frozenlist: Remove frozenlist python/git-fame: REQUIRES updated for renamed python deps. python/huepy: python => python2. python/humanize: Fix deps. python/ics: Fix deps. python/internetarchive: REQUIRES updated for renamed python deps. python/nyx: build with python3. python/pelican: Fix deps. python/pyatspi: Added (Python Client Library for AT-SPI) python/pyliblo: python => python2. python/python-jeepney: Fix deps. python/python-socks: Remove python-socks python/python3-Flask-Dance: Fix deps. python/python3-aiohttp-socks: Update DEPs python/python3-aiohttp: Update DEPs python/python3-attrdict: Fix deps. python/python3-calver: Fix deps. python/python3-comm: Fix deps. python/python3-confuse: Fix deps. python/python3-diff-match-patch: Fix deps. python/python3-distlib: Fix deps. python/python3-editables: Fix deps. python/python3-fastjsonschema: Update for 2.17.1 python/python3-flit_scm: Fix deps. python/python3-installer: Updated for version 0.7.0, new maintainer. python/python3-isoduration: Fix deps. python/python3-jaraco.context: Fix deps. python/python3-lsp-black: Update for 1.3.0 python/python3-mdurl: Fix deps. python/python3-more-itertools: Fix deps. python/python3-nltk: Fix deps. python/python3-overrides: Added (decorator for overriding methods) python/python3-pathspec: Fix deps. python/python3-poetry-core: Fix deps. python/python3-prometheus_client: Update for 0.17.0 python/python3-py-cpuinfo: Fix deps. python/python3-pydantic: Fix deps. python/python3-pypng: Fix deps. python/python3-pytest-runner: Fix deps. python/python3-seaborn: Fix deps. python/python3-teletype: Fix deps. python/python3-threadpoolctl: Fix deps. python/python3-tinydb: Updated for homepage. python/python3-tomli_w: Fix deps. python/python3-ujson: Fix deps. python/stem: Updated for version 1.8.1. python/testpath: Fix deps. python/typing-extensions: Update for 4.6.0 python/tzdata: Fix deps. python/yarl: Remove yarl system/docker-buildx: Updated for version 0.10.5. system/docker-compose: REQUIRES updated for renamed python deps. system/gslapt: Added (GUI Frontend to slapt-get) system/guake: Update for 3.10 system/nvidia-driver: Updated for version 525.116.03. system/nvidia-kernel: Updated for version 525.116.03. system/nvidia-legacy390-driver: Update script. system/nvidia-legacy470-driver: Updated for version 470.182.03. system/pymux: REQUIRES updated for renamed python deps. system/python3-docker-compose: REQUIRES updated for renamed python deps. system/qemu: Fix find performance system/s3fs-fuse: Updated for version 1.92. system/sakura: Updated for version 3.8.7 system/sbo-maintainer-tools: Updated for version 0.8.1. system/sdltrs: Updated for version 1.2.27+20230518_7dcf4ca9. system/slapt-get: Added (apt-get for pkgtool) system/slapt-src: Added (Slapt SlackBuild Utility) system/slapt-update-service: Added (Slapt-get update Notifier) system/slpkg: Updated for version 4.8.7. system/telegraf: Updated for version 1.26.3 system/ttop: REQUIRES updated for renamed python deps. system/udiskie: REQUIRES updated for renamed python deps. system/wine-staging: Updated for version 8.8. system/xfburn: Updated for version 0.7.0. system/xvfb-run: Updated for version 21.1.7. New maintainer. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From slackbuilds at schoepfer.info Sat May 27 08:12:59 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Sat, 27 May 2023 10:12:59 +0200 Subject: [Slackbuilds-users] sbo-maintainer-tools and .info-files Message-ID: <540994d0f438087bee7581e292d2a802@schoepfer.info> Hi, i have build where sbopkglint complaints: --- package has info files, but doinst.sh does not call install-info FAILED There is no info on SBo what the "best practice" is for .info-files in doinst.sh. Maybe put some info in the templates? https://slackbuilds.org/templates/doinst.sh if [ -x /usr/bin/install-info ]; then /usr/bin/install-info --info-dir=usr/info usr/info/PRGNAM.info.gz 2> /dev/null fi https://slackbuilds.org/templates/douninst.sh if [ -x /usr/bin/install-info ]; then /usr/bin/install-info --remove --info-dir=usr/info usr/info/PRGNAM.info.gz 2> /dev/null fi Or, does this not work for douninst.sh, and needs to be done this way(re-generate /usr/info/dir)? if [ -x /usr/bin/install-info -a -d usr/info ]; then ( cd usr/info rm -f dir for i in *.info*; do /usr/bin/install-info $i dir 2>/dev/null; done ) fi Johannes From urchlay at slackware.uk Sat May 27 10:10:45 2023 From: urchlay at slackware.uk (B. Watson) Date: Sat, 27 May 2023 06:10:45 -0400 (EDT) Subject: [Slackbuilds-users] sbo-maintainer-tools and .info-files In-Reply-To: <540994d0f438087bee7581e292d2a802@schoepfer.info> References: <540994d0f438087bee7581e292d2a802@schoepfer.info> Message-ID: On Sat, 27 May 2023, Franzen via SlackBuilds-users wrote: > Hi, > > i have build where sbopkglint complaints: > --- package has info files, but doinst.sh does not call install-info > FAILED > > There is no info on SBo what the "best practice" is for .info-files in > doinst.sh. > Maybe put some info in the templates? Yeah, that would be a good idea. Actually there was an example install-info command in the doinst template until recently... > https://slackbuilds.org/templates/doinst.sh > if [ -x /usr/bin/install-info ]; then > /usr/bin/install-info --info-dir=usr/info usr/info/PRGNAM.info.gz 2> > /dev/null > fi Looks OK to me. The previous template used chroot, and that bit of template got removed last week, but not replaced with anything (yet). The above looks like a good candidate, unless someone else sees something wrong with it? > https://slackbuilds.org/templates/douninst.sh > if [ -x /usr/bin/install-info ]; then > /usr/bin/install-info --remove --info-dir=usr/info usr/info/PRGNAM.info.gz > 2> /dev/null > fi Won't work. douninst.sh runs after all the files have been removed, and install-info can't remove the info file if it's deleted (it needs the file to find out the human-readable name in the info dir). > Or, does this not work for douninst.sh, and needs to be done this > way(re-generate /usr/info/dir)? > if [ -x /usr/bin/install-info -a -d usr/info ]; then > ( cd usr/info > rm -f dir > for i in *.info*; do /usr/bin/install-info $i dir 2>/dev/null; done > ) > fi I think that's the right way to do it. I use that in a few of my builds, and it should go in the douninst.sh template. douninst.sh is new enough that we haven't really given it enough thought yet. For instance, anything that installs fonts and calls mkfontscale and/or mkfontfir and/or fc-cache in doinst, should run the commands again in douninst to clean up afterwards. Avoids seeing old unusable entries in lists of fonts in applications (e.g. selecting the font in a terminal, or a word processor). Other candidates would be update-desktop-database, update-icon-cache, glib-compile-schemas. Not being a 'desktop' user (I use Windowmaker, not KDE or XFCE), I'm not sure what happens when a .desktop file or an icon gets removed from the filesystem but is still in the cache. From slackbuilds at schoepfer.info Sat May 27 10:16:53 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Sat, 27 May 2023 12:16:53 +0200 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <8b5021dade26a25b644c57525ddc2a36@schoepfer.info> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> <8b5021dade26a25b644c57525ddc2a36@schoepfer.info> Message-ID: <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> Hi, my submission of texlive-docs 2023 was rejected, the sbo-maintainer said it exits with: ... tar: texmf-dist/doc/bibtex/apalike-ejor: Directory renamed before its status could be extracted tar: texmf-dist/doc/bibtex: Directory renamed before its status could be extracted tar: Exiting with failure status due to previous errors I can not reproduce this, the build works here(ext4), i'm pretty sure that there's nothing wrong with the buildscript or the source-tarball. Maybe an obscure filesystem was used or whatever. Could please someone on this list build the attached script, and report back if it works or not, it takes about 3.5Gb disk space to build the package. That would be very helpful for me, as i currently see no other option than submit it again and get rejected again. Thanks, Johannes -------------- next part -------------- A non-text attachment was scrubbed... Name: texlive-docs.tar Type: application/x-tar Size: 10240 bytes Desc: not available URL: From urchlay at slackware.uk Sat May 27 10:32:20 2023 From: urchlay at slackware.uk (B. Watson) Date: Sat, 27 May 2023 06:32:20 -0400 (EDT) Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> <8b5021dade26a25b644c57525ddc2a36@schoepfer.info> <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> Message-ID: <7ec862b0-8611-7363-f9d5-27d96c97df69@slackware.uk> On Sat, 27 May 2023, Franzen via SlackBuilds-users wrote: > tar: texmf-dist/doc/bibtex/apalike-ejor: Directory renamed before its status > could be extracted > tar: texmf-dist/doc/bibtex: Directory renamed before its status could be > extracted > tar: Exiting with failure status due to previous errors That's a new one on me, never seen that message from tar before. > Could please someone on this list build the attached script, and report back > if it works or not, I'm about to go to sleep, apparently it's going to take 40 minutes to download the source, so I'll have to get back to you tomorrow. Anyone else who's going to be awake for a while might have a go... From belka at caraus.de Sat May 27 10:37:31 2023 From: belka at caraus.de (Eugen Wissner) Date: Sat, 27 May 2023 12:37:31 +0200 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> <8b5021dade26a25b644c57525ddc2a36@schoepfer.info> <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> Message-ID: <5aksg27xt3ornjnpahjledx5eazsykezoieji6gq34blczjbmt@kn6thckkpful> Hello Johannes, thanks for the update. The attached script seems be the same. I've built texlive-docs today with TMP=/home/SBo VERSION=2023.230322 TEXMFVERSION=230322 bash texlive-docs.SlackBuild (and the tar archives from your mirror). It works fine. Regards Eugen On Sat, May 27, 2023 at 12:16:53PM +0200, Franzen via SlackBuilds-users wrote: > Hi, > > my submission of texlive-docs 2023 was rejected, the sbo-maintainer said it > exits with: > ... > tar: texmf-dist/doc/bibtex/apalike-ejor: Directory renamed before its status > could be extracted > tar: texmf-dist/doc/bibtex: Directory renamed before its status could be > extracted > tar: Exiting with failure status due to previous errors > > I can not reproduce this, the build works here(ext4), i'm pretty sure that > there's nothing wrong with the buildscript or the source-tarball. Maybe an > obscure filesystem was used or whatever. > > Could please someone on this list build the attached script, and report back > if it works or not, > it takes about 3.5Gb disk space to build the package. > That would be very helpful for me, as i currently see no other option than > submit it again and get rejected again. > > Thanks, > > Johannes > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From chris.willing at linux.com Sat May 27 10:45:18 2023 From: chris.willing at linux.com (Christoph Willing) Date: Sat, 27 May 2023 20:45:18 +1000 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> <8b5021dade26a25b644c57525ddc2a36@schoepfer.info> <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> Message-ID: <4fefff2f-169a-55f2-c95c-13acf787b076@linux.com> On 27/5/23 20:16, Franzen via SlackBuilds-users wrote: > Hi, > > my submission of texlive-docs 2023 was rejected, the sbo-maintainer said > it exits with: > ... > tar: texmf-dist/doc/bibtex/apalike-ejor: Directory renamed before its > status could be extracted > tar: texmf-dist/doc/bibtex: Directory renamed before its status could be > extracted > tar: Exiting with failure status due to previous errors > > I can not reproduce this, the build works here(ext4), i'm pretty sure > that there's nothing wrong with the buildscript or the source-tarball. > Maybe an obscure filesystem was used or whatever. > > Could please someone on this list build the attached script, and report > back if it works or not, > it takes about 3.5Gb disk space to build the package. > That would be very helpful for me, as i currently see no other option > than submit it again and get rejected again. > Builds & installs fine here in a clean and up to date 15.0 VM. chris From slackbuilds at schoepfer.info Sat May 27 11:17:23 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Sat, 27 May 2023 13:17:23 +0200 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <4fefff2f-169a-55f2-c95c-13acf787b076@linux.com> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> <8b5021dade26a25b644c57525ddc2a36@schoepfer.info> <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> <4fefff2f-169a-55f2-c95c-13acf787b076@linux.com> Message-ID: >> Could please someone on this list build the attached script, and >> report back if it works Thanks very much Chris and Eugen! I'll submit again and we will see. Johannes From ozan.turkyilmaz at gmail.com Sat May 27 17:41:19 2023 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sat, 27 May 2023 20:41:19 +0300 Subject: [Slackbuilds-users] sbo-maintainer-tools and .info-files In-Reply-To: References: <540994d0f438087bee7581e292d2a802@schoepfer.info> Message-ID: B. Watson , 27 May 2023 Cmt, 13:10 tarihinde ?unu yazd?: > > douninst.sh is new enough that we haven't really given it enough > thought yet. For instance, anything that installs fonts and calls > mkfontscale and/or mkfontfir and/or fc-cache in doinst, should run the > commands again in douninst to clean up afterwards. Avoids seeing old > unusable entries in lists of fonts in applications (e.g. selecting the > font in a terminal, or a word processor). > > Other candidates would be update-desktop-database, update-icon-cache, > glib-compile-schemas. Not being a 'desktop' user (I use Windowmaker, > not KDE or XFCE), I'm not sure what happens when a .desktop file or an > icon gets removed from the filesystem but is still in the cache. > I looked into this a little bit: update-icon-cache, glib-compile-schemas and fc.cache are part of the boot progress (They are called in rc.M). Still, we should not really depend on things getting fixed during boot. Maybe it is time to start adding them to dounint.sh now. Regards, Ozan -------------- next part -------------- An HTML attachment was scrubbed... URL: From urchlay at slackware.uk Sun May 28 00:04:28 2023 From: urchlay at slackware.uk (B. Watson) Date: Sat, 27 May 2023 20:04:28 -0400 (EDT) Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> <8b5021dade26a25b644c57525ddc2a36@schoepfer.info> <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> Message-ID: <76338f5-fb6a-a582-7b19-e574eec4d5a@slackware.uk> On Sat, 27 May 2023, Franzen via SlackBuilds-users wrote: > my submission of texlive-docs 2023 was rejected, the sbo-maintainer said it > exits with: > ... > tar: texmf-dist/doc/bibtex/apalike-ejor: Directory renamed before its status > could be extracted > tar: texmf-dist/doc/bibtex: Directory renamed before its status could be > extracted > tar: Exiting with failure status due to previous errors I'm pretty sure I know what happened there: Someone did a "rm -rf /tmp/SBo" while the build was running. That's the only explanation I can come up with for those particular error messages. The build runs fine here, sbolint is happy with it, but sbopkglint complains a bit: Using tests from /home/urchlay/sbo-maintainer-tools/sbopkglint.d Exploding /tmp/texlive-docs-2023.230322-noarch-1_SBo.tgz to /tmp/sbopkglint.84Yqp5 ...OK Running pre-doinst test...OK Installing /tmp/texlive-docs-2023.230322-noarch-1_SBo.tgz to /tmp/sbopkglint.84Yqp5 ...OK Running test: 05-basic-sanity...find: ?./usr/share/texmf-dist/doc/latex/catechis/lppl.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/bondgraph/License.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/crefthe/LICENSE?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/bussproofs-extra/LICENSE.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/beamerauxtheme/LICENSE?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/circledsteps/lppl-1-3c_license.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/create-theorem/LICENSE?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/changelog/LICENSE.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/altsubsup/LICENSE?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/colophon/lppl.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/beamer/licenses/lppl-1-3c.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/basicarith/lppl.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/autofancyhdr/LICENSE?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/latex/clrdblpg/lppl.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/bibtex/apalike-ejor/LICENSE?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/bibtex/urlbst/LICENCE-lppl.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/generic/modulus/lppl.txt?: Too many levels of symbolic links find: ?./usr/share/texmf-dist/doc/generic/texdate/lppl.txt?: Too many levels of symbolic links OK Running test: 10-docs... --- docs outside of usr/doc/texlive-docs-2023.230322: drwxr-xr-x 2 root root 4096 May 27 19:52 usr/doc/texlive-2023.230322 FAILED Running test: 15-noarch...OK Running test: 20-arch...OK Running test: 25-lafiles...OK Running test: 30-manpages...OK Running test: 35-desktop...OK Running test: 40-newconfig...OK Running test: 45-doinst...OK Running test: 50-icons...OK Running test: 60-usr_info...OK Running test: 65-python...OK !!! texlive-docs-2023.230322-noarch-1_SBo.tgz: 1 failures The "too many levels of symbolic links" is due to broken symlinks (though I don't know why it says "too many levels" instead of "file not found"). The other... there's a /usr/doc/texlive-2023.230322/packages.docs.gz file. Does texlive actually use this file at runtime? If not, it ought to be moved to /usr/doc/texlive-docs-2023.230322 instead. If it does use it, I'll add an exception to sbopkglint so it won't complain. From slackbuilds at schoepfer.info Sun May 28 05:47:30 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Sun, 28 May 2023 07:47:30 +0200 Subject: [Slackbuilds-users] Building TeXLive 2023 In-Reply-To: <76338f5-fb6a-a582-7b19-e574eec4d5a@slackware.uk> References: <3e6e7599-eb4a-53e0-56a-cce0486e6256@appl-ecosys.com> <459aeb9ec2f6ea55a7fdf96f52c64550@linux.com> <382ef69f-5f2b-6176-b982-f6942ae3c567@maschinengott.de> <87e9bc4a-82dc-e009-fb50-3b813f50edc9@slint.fr> <8b5021dade26a25b644c57525ddc2a36@schoepfer.info> <5d095ff08187fafa5f9f580f4f6dced9@schoepfer.info> <76338f5-fb6a-a582-7b19-e574eec4d5a@slackware.uk> Message-ID: <928ba7145cd2c83a42ab0cefc2129d98@schoepfer.info> > I'm pretty sure I know what happened there: Someone did a "rm -rf > /tmp/SBo" while the build was running. That's the only explanation I > can come up with for those particular error messages. Thanks, that's good to know. > The build runs fine here, sbolint is happy with it, but sbopkglint > complains a bit: > > Using tests from /home/urchlay/sbo-maintainer-tools/sbopkglint.d > Exploding /tmp/texlive-docs-2023.230322-noarch-1_SBo.tgz to > /tmp/sbopkglint.84Yqp5 ...OK > Running pre-doinst test...OK > Installing /tmp/texlive-docs-2023.230322-noarch-1_SBo.tgz to > /tmp/sbopkglint.84Yqp5 ...OK > Running test: 05-basic-sanity...find: > ?./usr/share/texmf-dist/doc/latex/catechis/lppl.txt?: Too many levels > of symbolic links I'll have a look what's causing this. Seems only license-files are affected. > The other... there's a /usr/doc/texlive-2023.230322/packages.docs.gz > file. Does texlive actually use this file at runtime? No, nothing in this build is used by texlive, it's pure documentation. I'll move it to the right place. Thanks From slackbuilds at schoepfer.info Sun May 28 06:02:15 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Sun, 28 May 2023 08:02:15 +0200 Subject: [Slackbuilds-users] sbo-maintainer-tools and .info-files In-Reply-To: References: <540994d0f438087bee7581e292d2a802@schoepfer.info> Message-ID: <2435347d92a67e1dc5a6e38fdc0bfebe@schoepfer.info> >> douninst.sh is new enough that we haven't really given it enough >> thought yet. While we are here, i had an rejected build because i didn't have a if [ -x /usr/bin/... ]; then in doinst.sh/douninst.sh Maybe sbo-maintainer-tools could also warn if an executed command in doinst.sh has no -x test, and warn if executed commands don't actually exist. From urchlay at slackware.uk Sun May 28 06:31:35 2023 From: urchlay at slackware.uk (B. Watson) Date: Sun, 28 May 2023 02:31:35 -0400 (EDT) Subject: [Slackbuilds-users] sbo-maintainer-tools and .info-files In-Reply-To: <2435347d92a67e1dc5a6e38fdc0bfebe@schoepfer.info> References: <540994d0f438087bee7581e292d2a802@schoepfer.info> <2435347d92a67e1dc5a6e38fdc0bfebe@schoepfer.info> Message-ID: <35db568-e3fa-634d-a0e5-c8b9ca3da7d7@slackware.uk> On Sun, 28 May 2023, Franzen via SlackBuilds-users wrote: > While we are here, i had an rejected build because i didn't have a > if [ -x /usr/bin/... ]; then > in doinst.sh/douninst.sh > > Maybe sbo-maintainer-tools could also warn if an executed command in > doinst.sh has no -x test, That could possibly be added. Though, any parse I write for that, will not be a real shell that parses the full shell syntax... > and warn if executed commands don't actually exist. How can it? It has no idea what commands do or do not exist on whatever system you end up installing the package on... it could check if they exist currently on the system it's running on, which (probably 99.9% of the time) is the same one you install it on for real... but requiring all the dependencies for a package to be installed just to lint that package seems kinda onerous. From slackbuilds at schoepfer.info Sun May 28 07:17:37 2023 From: slackbuilds at schoepfer.info (Franzen) Date: Sun, 28 May 2023 09:17:37 +0200 Subject: [Slackbuilds-users] sbo-maintainer-tools and .info-files In-Reply-To: <35db568-e3fa-634d-a0e5-c8b9ca3da7d7@slackware.uk> References: <540994d0f438087bee7581e292d2a802@schoepfer.info> <2435347d92a67e1dc5a6e38fdc0bfebe@schoepfer.info> <35db568-e3fa-634d-a0e5-c8b9ca3da7d7@slackware.uk> Message-ID: <997444573726544e92d841ced1401000@schoepfer.info> Am 2023-05-28 08:31, schrieb B. Watson: > On Sun, 28 May 2023, Franzen via SlackBuilds-users wrote: > >> While we are here, i had an rejected build because i didn't have a >> if [ -x /usr/bin/... ]; then >> in doinst.sh/douninst.sh >> >> Maybe sbo-maintainer-tools could also warn if an executed command in >> doinst.sh has no -x test, > > That could possibly be added. Though, any parse I write for that, will > not be a real shell that parses the full shell syntax... It might be enough lint-help, to not universally check shell syntax, but e.g. to grep doinst.sh for /bin/ , and grep the outcoming list for the existance of 'if [ -x /bin/"command" ]'. >> and warn if executed commands don't actually exist. > > How can it? It has no idea what commands do or do not exist on > whatever system you end up installing the package on... It's not about whatever system. At first, i expect to have the used commands on my build system. If i have a typo in the command in doinst.sh, i might not notice(e.g. because of the -x test for a non-existent command). If that is made sure, "whatever system" has the chance to have that command also, that's what the actual test -x is for. > but > requiring all the dependencies for a package to be installed just to > lint that package seems kinda onerous. Most of the time stock slackware commands are in use. And usually i have all dependencies installed if i work on buildscripts. Maybe we have different use-cases, you are probably more on the repository mass-checking side? From s.arcus at open-t.co.uk Mon May 29 15:29:37 2023 From: s.arcus at open-t.co.uk (Sebastian Arcus) Date: Mon, 29 May 2023 16:29:37 +0100 Subject: [Slackbuilds-users] Burp version upgrade In-Reply-To: <3481e70d-4bbd-84d7-8de1-4dd3d2993bce@slackbuilds.org> References: <3481e70d-4bbd-84d7-8de1-4dd3d2993bce@slackbuilds.org> Message-ID: <65e1d535-e381-83bd-7c5f-1eab5dd5a771@open-t.co.uk> On 20/05/2023 12:37, Willy Sudiarto Raharjo wrote: >> Just a little note that Burp could do with a little version bump from >> 2.1.32 to 2.4.0 - if possible. I'm happy to give a hand if it helps :-) > > Idlemoor is inactive at this moment > if you can help by testing new version, please feel free to send PR or > MR via github/gitlab Thank you for getting back to me and sorry for the delay. I have submitted the version bump through the form at SBo.org - if that is ok? I still have to find some time to get my head around Github properly From for_slackbuilds-users_mlist_2023-04-21 at lockywolf.net Wed May 31 04:00:40 2023 From: for_slackbuilds-users_mlist_2023-04-21 at lockywolf.net (Lockywolf) Date: Wed, 31 May 2023 12:00:40 +0800 Subject: [Slackbuilds-users] qemu updates roadmap In-Reply-To: References: <6f165e62-f59a-0500-1e30-3be6ad9736f8@linuxgalaxy.org> Message-ID: <875y89qh91.fsf@laptop.lockywolf.net> I cannot build qemu from SBo on a clean Slackware64. ../meson.build:1745:0: ERROR: Feature virtfs cannot be enabled: virtio-9p (virtfs) on Linux requires libcap-ng-devel and libattr-devel building like AUDIODRIVERS=pa VNC_ENABLE=no TARGETS=x86_64-linux-user bash qemu.SlackBuild KB_SBo writes: > On 5/16/23 06:57, Matteo Bernardini wrote: >> Hi Edward, >> >> here I'm building qemu 8.0.0 and virtiofsd like this (actually I see no >> issue in using the bundled meson) >> >> https://ponce.cc/slackware/testing/virtiofsd/ >> >> https://ponce.cc/slackware/testing/qemu/ >> >> >> if you don't want it I'll submit virtiofsd to SBo. >> >> Matteo >> >> >> Il giorno lun 24 apr 2023 alle ore 02:13 KB_SBo > > ha scritto: >> >> All, >> >> I'm going to hold off on qemu-8.0 for a bit and just bump to qemu-7.2.1 >> >> >> 1.? For 8.0, virtiofsd is now an external dependency. This built with >> rust, of which I know absolutely nothing about. Since this may take me >> awhile to do (wtf is a 'cargo'?), if anyone has a burning desire to add >> virtiofsd to SBo, have at it! >> >> 2. Slackware 15.0 meson-0.59.4 is too old.? qemu has an internal >> meson-0.61.5 that is currently used for 7.2.x, but I think using the >> system meson is better for consistency. >> >> 3. libslirp and a few others will be made hard dependencies to have >> those handy features available by default. Also, libslirp could use bump >> to version 4.7.0 (maintainer cc:'ed) >> >> >> -Ed > > > > Matteo, > > I'll take virtiofsd for SBo, and get gemu-8 script ready for next week's > update. > > Thanks > Ed > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop) From rcb at beco.cc Wed May 31 14:45:33 2023 From: rcb at beco.cc (Ruben Carlo Benante) Date: Wed, 31 May 2023 11:45:33 -0300 Subject: [Slackbuilds-users] umask error on calcurse Message-ID: <188724386f5.1275d2ffd89947.6780484304291453060@beco.cc> Dear Slackbuild maintainers, Sorry for the brief bug report, but here it is, hoping it will help track the problem: If you use umask 007 (or other for that matter) and install the package calcurse, you end up with a /usr directory with wrong permissions. If you need any other information, I'll be glad to add to it on Friday. My best. Cordially, -- Dr. Beco AI Researcher -------------- next part -------------- An HTML attachment was scrubbed... URL: From matteo.bernardini at gmail.com Wed May 31 15:04:21 2023 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Wed, 31 May 2023 17:04:21 +0200 Subject: [Slackbuilds-users] umask error on calcurse In-Reply-To: <188724386f5.1275d2ffd89947.6780484304291453060@beco.cc> References: <188724386f5.1275d2ffd89947.6780484304291453060@beco.cc> Message-ID: Il giorno mer 31 mag 2023 alle ore 16:45 Ruben Carlo Benante via SlackBuilds-users ha scritto: > Dear Slackbuild maintainers, > > Sorry for the brief bug report, but here it is, hoping it will help track > the problem: > > If you use umask 007 (or other for that matter) and install the package > calcurse, > you end up with a /usr directory with wrong permissions. > > If you need any other information, I'll be glad to add to it on Friday. > hi Ruben, you should become root with "su -", so that you use a root login shell, before running any SlackBuild (it's explained at step 4 of the HOWTO https://slackbuilds.org/howto/ ). also, your root user shouldn't have a non-standard umask (0022) because things, as you saw, break (not just with SlackBuilds): that's just *NOT SUPPORTED*. Matteo -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbo at linuxgalaxy.org Wed May 31 17:34:22 2023 From: sbo at linuxgalaxy.org (KB_SBo) Date: Wed, 31 May 2023 17:34:22 +0000 Subject: [Slackbuilds-users] qemu updates roadmap In-Reply-To: <875y89qh91.fsf@laptop.lockywolf.net> References: <6f165e62-f59a-0500-1e30-3be6ad9736f8@linuxgalaxy.org> <875y89qh91.fsf@laptop.lockywolf.net> Message-ID: On 5/30/23 21:00, Lockywolf wrote: > > I cannot build qemu from SBo on a clean Slackware64. > > > ../meson.build:1745:0: ERROR: Feature virtfs cannot be enabled: virtio-9p (virtfs) on Linux requires libcap-ng-devel and libattr-devel > > building like AUDIODRIVERS=pa VNC_ENABLE=no TARGETS=x86_64-linux-user bash qemu.SlackBuild > > KB_SBo writes: > Lockywolf, Although already mentioned on IRC #slackbuilds, I'll reiterate on this list with a bit more clarity for those qemu users not one IRC (with proper grammar and spelling now that I have had some sleep). There are two types of qemu target emulation: USER and SYSTEM. -linux-user == user mode -softmmu == system mode emulation. The --enable-virtfs (virtio-9p) is not valid for user mode emulation (no system peripherals), and is valid only for system emulation. To compile for x86_64 to include all x86_64 features TARGETS=x86_64-softmmu,x86_64-linux-user ./qemu.SlackBuild to generate binaries qemu-system-x86_64 and qemu-x86_64 and supported function dependencies. see also: https://en.wikipedia.org/wiki/QEMU https://www.qemu.org/docs/master/system/index.html https://www.qemu.org/docs/master/user/index.html qemu-system-x86_64: will emulate an entire computer, based on -softmmu choices on x86_64 host - all hardware. This is the most common use case. x86_64-linux-user; will only emulate the CPU - no hardware, same OS type. user mode is when you need to run a specific program, compiled for a different instruction set, say linux x86 program on x86_64. (for x86_64-linux-user yo will be emulating an X86_64 CPU, which is nonsensical if compiled on an x86_64 host: use i386-linux-user instead. This is very different from emulating the entire Linux, Windows or Mac, etc, OS system (whole computer). So it depends on the type of emulation you need. You cannot run Windows x86[_64] program via user mode since only Linux/BSD are supported. I expect most people want -softmmu and *NOT* -[linux,bsd]-user. You stated: kingbeowulf: I would still ask that this be added to README Also since, I guess, many people would want to only compile qemu for x86_64. Because it is the most often used target. Your statement misunderstands the user vs system target purpose and usage (as explained above). I'll add a README note about user targets vs system targets. Its a bit buried in the docs and I had forgotten it since I do not use user mode for my linux and windows quests running on Slackware64 host. The qemu.Slackbuild is designed specifically for full system emulation and user mode is NOT SUPPORTED (by me). If you want to compile just x86_64 target and shrink the package size: TARGETS=x86_64-softmmu \ VNC_ENABLE=no \ SLIRP=no \ AUDIODRIVERS="" \ ./qemu.SlackBuild (SLIRP=yes default next update). Or edit the buildscript. -kb PS: A possible interesting use case for Slackware64 to avoid multilib is to TARGETS=x86_64-softmmu,i386-linux-user ./qemu.SlackBuild then use qemu-i386 to run Linux x86 (32 bit) programs on pure x86_64. From yabobayyabobay at gmail.com Fri May 19 11:01:28 2023 From: yabobayyabobay at gmail.com (yabobay) Date: Fri, 19 May 2023 11:01:28 -0000 Subject: [Slackbuilds-users] Is the chromaprint SlackBuild failing for anyone else? Message-ID: On slackware64 15, it fails for me. I don't know if i should include output, but here it is: /tmp/SBo/chromaprint-1.5.1/src/utils/base64.cpp: In function ?void chromaprint::Base64Encode(const string&, std::string&)?: /tmp/SBo/chromaprint-1.5.1/src/utils/base64.cpp:12:20: warning: variable ?end? set but not used [-Wunused-but-set-variable] ?? 12 |???????? const auto end = Base64Encode(src.cbegin(), src.cend(), dest.begin()); ????? |??????????????????? ^~~ /tmp/SBo/chromaprint-1.5.1/src/utils/base64.cpp: In function ?void chromaprint::Base64Decode(const string&, std::string&)?: /tmp/SBo/chromaprint-1.5.1/src/utils/base64.cpp:26:20: warning: variable ?end? set but not used [-Wunused-but-set-variable] ?? 26 |???????? const auto end = Base64Decode(src.cbegin(), src.cend(), dest.begin()); ????? |??????????????????? ^~~ [ 36%] Building C object src/CMakeFiles/chromaprint_objs.dir/avresample/resample2.c.o [ 36%] Built target chromaprint_objs [ 38%] Building CXX object src/CMakeFiles/chromaprint.dir/chromaprint.cpp.o [ 40%] Linking CXX shared library libchromaprint.so [ 40%] Built target chromaprint [ 42%] Building CXX object src/cmd/CMakeFiles/fpcalc.dir/fpcalc.cpp.o In file included from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h: In constructor ?chromaprint::FFmpegAudioReader::FFmpegAudioReader()?: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:102:23: warning: ?void av_init_packet(AVPacket*)? is deprecated [-Wdeprecated-declarations] ? 102 |???????? av_init_packet(&m_packet); ????? |???????? ~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, ???????????????? from /usr/include/libavcodec/avcodec.h:44, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:18, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /usr/include/libavcodec/packet.h:488:6: note: declared here ? 488 | void av_init_packet(AVPacket *pkt); ????? |????? ^~~~~~~~~~~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h: In member function ?bool chromaprint::FFmpegAudioReader::Open(const string&)?: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:138:19: warning: ?void av_init_packet(AVPacket*)? is deprecated [-Wdeprecated-declarations] ? 138 |???? av_init_packet(&m_packet); ????? |???? ~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, ???????????????? from /usr/include/libavcodec/avcodec.h:44, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:18, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /usr/include/libavcodec/packet.h:488:6: note: declared here ? 488 | void av_init_packet(AVPacket *pkt); ????? |????? ^~~~~~~~~~~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:144:69: error: invalid conversion from ?const AVInputFormat*? to ?AVInputFormat*? [-fpermissive] ? 144 |???????? ret = avformat_open_input(&m_format_ctx, file_name.c_str(), m_input_fmt, &m_input_opts); | ^~~~~~~~~~~ | | | const AVInputFormat* In file included from /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:19, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /usr/include/libavformat/avformat.h:2226:90: note:?? initializing argument 3 of ?int avformat_open_input(AVFormatContext**, const char*, AVInputFormat*, AVDictionary**)? ?2226 | int avformat_open_input(AVFormatContext **ps, const char *url, ff_const59 AVInputFormat *fmt, AVDictionary **options); | ~~~~~~~~~~~~~~~^~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:157:77: error: invalid conversion from ?const AVCodec**? to ?AVCodec**? [-fpermissive] ? 157 |???????? ret = av_find_best_stream(m_format_ctx, AVMEDIA_TYPE_AUDIO, -1, -1, &codec, 0); | ^~~~~~ | | | const AVCodec** In file included from /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:19, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /usr/include/libavformat/avformat.h:2301:35: note:?? initializing argument 5 of ?int av_find_best_stream(AVFormatContext*, AVMediaType, int, int, AVCodec**, int)? ?2301 |???????????????????????? AVCodec **decoder_ret, ????? |???????????????????????? ~~~~~~~~~~^~~~~~~~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:169:62: warning: ?AVStream::codec? is deprecated [-Wdeprecated-declarations] ? 169 |???????? m_codec_ctx = m_format_ctx->streams[m_stream_index]->codec; | ^~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:19, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /usr/include/libavformat/avformat.h:888:21: note: declared here ? 888 |???? AVCodecContext *codec; ????? |???????????????????? ^~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:169:62: warning: ?AVStream::codec? is deprecated [-Wdeprecated-declarations] ? 169 |???????? m_codec_ctx = m_format_ctx->streams[m_stream_index]->codec; | ^~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:19, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /usr/include/libavformat/avformat.h:888:21: note: declared here ? 888 |???? AVCodecContext *codec; ????? |???????????????????? ^~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:169:62: warning: ?AVStream::codec? is deprecated [-Wdeprecated-declarations] ? 169 |???????? m_codec_ctx = m_format_ctx->streams[m_stream_index]->codec; | ^~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:19, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /usr/include/libavformat/avformat.h:888:21: note: declared here ? 888 |???? AVCodecContext *codec; ????? |???????????????????? ^~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h: In member function ?bool chromaprint::FFmpegAudioReader::Read(const int16_t**, size_t*)?: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:265:39: warning: ?void av_init_packet(AVPacket*)? is deprecated [-Wdeprecated-declarations] ? 265 |???????????????????????? av_init_packet(&m_packet); ????? |???????????????????????? ~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, ???????????????? from /usr/include/libavcodec/avcodec.h:44, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:18, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /usr/include/libavcodec/packet.h:488:6: note: declared here ? 488 | void av_init_packet(AVPacket *pkt); ????? |????? ^~~~~~~~~~~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:288:44: warning: ?int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)? is deprecated [-Wdeprecated-declarations] ? 288 |???????????????? ret = avcodec_decode_audio4(m_codec_ctx, m_frame, &m_got_frame, &m_packet); ????? | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/SBo/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h:18, ???????????????? from /tmp/SBo/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /usr/include/libavcodec/avcodec.h:3047:5: note: declared here ?3047 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ????? |???? ^~~~~~~~~~~~~~~~~~~~~ make[2]: *** [src/cmd/CMakeFiles/fpcalc.dir/build.make:76: src/cmd/CMakeFiles/fpcalc.dir/fpcalc.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:244: src/cmd/CMakeFiles/fpcalc.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 From a.rabusov at tum.de Mon May 22 10:13:15 2023 From: a.rabusov at tum.de (Andrei Rabusov) Date: Mon, 22 May 2023 10:13:15 -0000 Subject: [Slackbuilds-users] PyPDF2 wrong MD5SUM and a typo in the SlackBuild Message-ID: Dear all, I have found that PyPDF2 has wrong MD5SUM: MD5SUM check for PyPDF2-1.26.0.tar.gz ... FAILED! Expected: 3959e3a15606e4b6c0405487cefb4e21 Found: 4c098ae57c6e189c3d8cfc2a8638426e Another issue is with the SlackBuild. Line 78 reads cd $PRGNAM-$VERSION while the tarball contains pypdf-$VERSION directory, thus the slackbuild fails to create a package for PyPDF2. Best regards Andrei From matthewdinslage at gmail.com Thu May 25 00:23:33 2023 From: matthewdinslage at gmail.com (Matt Dinslage) Date: Thu, 25 May 2023 00:23:33 -0000 Subject: [Slackbuilds-users] Remove google-apputils Message-ID: <95e92caa-dc1f-b8b5-277e-8e7113a9fd6f@gmail.com> I maintain google-apputils and I was notified via email today that it has problems with python3.? I only had submitted the package because it was a dependency of protobuf which has been removed from the repo in favor of protobuf3.? Also the project is now archived and is read-only.? As far as I can tell protobuf was the only thing that required it and since that is gone I think we can safely remove this from the 15.0 repo. https://github.com/google/google-apputils