From matteo.bernardini at gmail.com Sun Aug 3 10:06:25 2025 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Sun, 3 Aug 2025 12:06:25 +0200 Subject: [Slackbuilds-users] Ivan Kovmir scripts are up for grabs Message-ID: forwarding to the mailing list this communication from Ivan Kovmir https://www.linuxquestions.org/questions/showpost.php?p=6585124 --- Hey. I quit Slackware, but there are Slack Builds to maintain -> https://slackbuilds.org/advsearch.php?q=ivan+kovmir&stype=maint I believe librewolf, limine, and Bear are quite popular. Maintenance is easy, except Bear, just bump the version numbers. -------------- next part -------------- An HTML attachment was scrubbed... URL: From antonioleal at yahoo.com Sun Aug 3 10:32:58 2025 From: antonioleal at yahoo.com (Antonio Leal) Date: Sun, 3 Aug 2025 10:32:58 +0000 (UTC) Subject: [Slackbuilds-users] Ivan Kovmir scripts are up for grabs In-Reply-To: References: Message-ID: <861292554.1122376.1754217178406@mail.yahoo.com> I take libre wolf and sndio. Yahoo Mail: Search, Organize, Conquer On Sun, Aug 3, 2025 at 11:06, Matteo Bernardini wrote: forwarding to the mailing list this communication from Ivan Kovmir https://www.linuxquestions.org/questions/showpost.php?p=6585124 --- Hey. I quit Slackware, but there are Slack Builds to maintain -> https://slackbuilds.org/advsearch.php?q=ivan+kovmir&stype=maint I believe librewolf, limine, and Bear are quite popular. Maintenance is easy, except Bear, just bump the version numbers._______________________________________________ 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 antonioleal at yahoo.com Sun Aug 3 10:42:33 2025 From: antonioleal at yahoo.com (Antonio Leal) Date: Sun, 3 Aug 2025 10:42:33 +0000 (UTC) Subject: [Slackbuilds-users] Ivan Kovmir scripts are up for grabs In-Reply-To: References: Message-ID: <1556419949.1122178.1754217753926@mail.yahoo.com> If no one claims them I can also take the remaining? Yahoo Mail: Search, Organize, Conquer On Sun, Aug 3, 2025 at 11:06, Matteo Bernardini wrote: forwarding to the mailing list this communication from Ivan Kovmir https://www.linuxquestions.org/questions/showpost.php?p=6585124 --- Hey. I quit Slackware, but there are Slack Builds to maintain -> https://slackbuilds.org/advsearch.php?q=ivan+kovmir&stype=maint I believe librewolf, limine, and Bear are quite popular. Maintenance is easy, except Bear, just bump the version numbers._______________________________________________ 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 list+sbo at vahedi.org Sun Aug 3 11:04:13 2025 From: list+sbo at vahedi.org (Shahab Vahedi) Date: Sun, 3 Aug 2025 13:04:13 +0200 (GMT+02:00) Subject: [Slackbuilds-users] Ivan Kovmir scripts are up for grabs In-Reply-To: References: Message-ID: <0ed12773-9437-4b8e-a14e-57ecad94fc21@vahedi.org> I can take over Bear. - Shahab From jmclists at jmcunx.com Sun Aug 3 11:19:08 2025 From: jmclists at jmcunx.com (John McCue) Date: Sun, 3 Aug 2025 07:19:08 -0400 Subject: [Slackbuilds-users] ccrypt + Emacs 30.1 Message-ID: Hi, For: https://slackbuilds.org/repository/15.0/system/ccrypt/ There is an issue with emacs/ps-ccrypt.el and Emacs version 30.1 ps-ccrypt.el can be used to edit files encrypted by ccrypt, but when used with 30.1 it fails with if: Wrong type argument: obarrayp, [nil nil nil nil nil nil nil nil nil nil ...] The fix is to change (make-vector 31 nil) to (make-vector 31 0) in file emacs/ps-ccrypt.el Details are here: https://sourceforge.net/p/ccrypt/bugs/30/ On my system (Slackware 15.0), this fix corrects the issue. Since ccrypt-1.11.tar.gz in sourceforge was not upgraded with the change, I do not know how/if a patch should be done in the build script. I will leave that up to you :) John jmclists at jmcunx.com From rizitis at gmail.com Sun Aug 3 17:47:31 2025 From: rizitis at gmail.com (=?UTF-8?B?zpnPic6szr3Ovc63z4I=?=) Date: Sun, 3 Aug 2025 20:47:31 +0300 Subject: [Slackbuilds-users] balena-etcher is broken Message-ID: I want to update the SB script as I'm the maintainer but I don't have slackware 15.0 bare metal. Is anyone available with slackware 15.0 bare metal to test it? (for current works fine) If someone want to test it and give me feedback, steps are these: 1. wget https://github.com/balena-io/etcher/releases/download/v2.1.4/balena-etcher_2.1.4_amd64.deb 2. bsdtar -xf balena-etcher_2.1.4_amd64.deb --include='data.tar.*' -O | bsdtar -xf - 3. cd usr/lib/balena-etcher 4. ./balena-etcher 5. Now try to flash an usb stick, if it works we are fine... Thank you. From fsleg at t-rg.ws Sun Aug 3 18:04:45 2025 From: fsleg at t-rg.ws (fsLeg) Date: Sun, 3 Aug 2025 21:04:45 +0300 Subject: [Slackbuilds-users] balena-etcher is broken In-Reply-To: References: Message-ID: By a sheer coincidence I'm debugging a problem with Ventoy, so I happen to have USB sticks and a whole slew of ISO images at the ready. BalenaEtcher 2.1.4 works just fine on my laptop's Slackware64-15.0, both .deb and .zip releases. The flashed image booted with no issues. On 8/3/25 20:47, ??????? wrote: > I want to update the SB script as I'm the maintainer but I don't have > slackware 15.0 bare metal. Is anyone available with slackware 15.0 > bare metal to test it? (for current works fine) From rizitis at gmail.com Sun Aug 3 18:10:06 2025 From: rizitis at gmail.com (=?UTF-8?B?zpnPic6szr3Ovc63z4I=?=) Date: Sun, 3 Aug 2025 21:10:06 +0300 Subject: [Slackbuilds-users] balena-etcher is broken In-Reply-To: References: Message-ID: Thank you very much ???? ??? 3 ??? 2025, 9:04??.?. ? ??????? fsLeg ??????: > By a sheer coincidence I'm debugging a problem with Ventoy, so I happen > to have USB sticks and a whole slew of ISO images at the ready. > BalenaEtcher 2.1.4 works just fine on my laptop's Slackware64-15.0, both > .deb and .zip releases. The flashed image booted with no issues. > > On 8/3/25 20:47, ??????? wrote: > > I want to update the SB script as I'm the maintainer but I don't have > > slackware 15.0 bare metal. Is anyone available with slackware 15.0 > > bare metal to test it? (for current works fine) > > _______________________________________________ > 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 daniel at motaleite.net Sun Aug 3 01:55:43 2025 From: daniel at motaleite.net (Daniel Mota Leite) Date: Sun, 3 Aug 2025 02:55:43 +0100 Subject: [Slackbuilds-users] perl-xml-libxml dot compiling. Doesn't seem to be maintained In-Reply-To: References: Message-ID: <7df823c8.AUkAAHYkl4cAAAAAAAAAA_LxhsEAAAAAZSwAAAAAABe2lABojsGq@mailjet.com> Hi! On Fri, 25 Jul 2025 12:33:02 +0100, Alan Rubin wrote: > Would anyone be able to take up the maintenance or at least help me get > a script written. > > To be clear, running the Makefile from the command line gives the same > error Changing the version to 2.0210 seem to fix the issue to me, this version seems compatible with the current libxml2 version Best regards higuita -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From lockywolf at lockywolf.net Mon Aug 4 08:33:37 2025 From: lockywolf at lockywolf.net (Lockywolf) Date: Mon, 04 Aug 2025 16:33:37 +0800 Subject: [Slackbuilds-users] Lockywolf Message-ID: <877bzjmqou.fsf@laptop.lockywolf.net> Something wrong with CHECKSUMS.md5? I am trying to update a repo from rsync, and CHECKSUMS.md5 has a line aedf5fe15e3f19b7b6af59cb41a623d1 ./python/python3-zxcvbn-python.tar.gz but there is no such a file in the repo: ``` rsync --dry-run rsync://slackbuilds.org/slackbuilds/15.0/python/python3-zxcvbn-python.tar.gz rsync: [sender] link_stat "/15.0/python/python3-zxcvbn-python.tar.gz" (in slackbuilds) failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1852) [Receiver=3.4.1] ``` Is there some issue? -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 227 bytes Desc: not available URL: From willysr at slackbuilds.org Mon Aug 4 16:50:35 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 4 Aug 2025 23:50:35 +0700 Subject: [Slackbuilds-users] Lockywolf In-Reply-To: <877bzjmqou.fsf@laptop.lockywolf.net> References: <877bzjmqou.fsf@laptop.lockywolf.net> Message-ID: > Something wrong with CHECKSUMS.md5? > > I am trying to update a repo from rsync, and CHECKSUMS.md5 has a line > aedf5fe15e3f19b7b6af59cb41a623d1 ./python/python3-zxcvbn-python.tar.gz > > but there is no such a file in the repo: > > ``` > rsync --dry-run rsync://slackbuilds.org/slackbuilds/15.0/python/python3-zxcvbn-python.tar.gz > rsync: [sender] link_stat "/15.0/python/python3-zxcvbn-python.tar.gz" (in slackbuilds) failed: No such file or directory (2) > rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1852) [Receiver=3.4.1] > ``` > > Is there some issue? It's deleted on my branch and i delete the files prior public update so it will be missing but it should be fine -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From j at lngn.net Wed Aug 6 19:29:59 2025 From: j at lngn.net (Jay Lanagan) Date: Wed, 06 Aug 2025 15:29:59 -0400 Subject: [Slackbuilds-users] Drop the maintenance of python3-xdg In-Reply-To: <87ldo64ryb.fsf@Baldr.vingolf.info> References: <87ldo64ryb.fsf@Baldr.vingolf.info> Message-ID: <3480f85bab61f9e360d9d2a8793f6a9a@lngn.net> Hey all, I did some tests locally on using python3-xdg or using the renamed/updated project python3-xdg-base-dirs slackbuild instead with the gammastep slackbuild. The results were that it can happily use the newer renamed release. Since I elected to take the python3-xdg slackbuild, can I request it's removal? I plan to push a PR for gammastep to remove the dep on python3-xdg and replace it with python3-xdg-base-dirs instead. So once that move is completed, there will be no reason for this older version to exist. -Jay On 2025-07-29 17:17, Tonus wrote: > Hi all, > Hi Jay, > > I updated i3expo-ng and patched the derecated dependency of python3-xdg > to switch to python3-xdg-base-dirs according to > https://pypi.org/project/xdg-base-dirs/ : > "xdg-base-dirs was previously named xdg, and was renamed due to an > import collision with PyXDG. If you used xdg prior to the rename, > update > by changing the dependency name from xdg to xdg-base-dirs and the > import > from xdg to xdg_base_dirs." > > I will drop the maintenace of python3-xdg (that will not evolve > anyway). > Since the only package that depends on it is gammastep, would you, Jay > take it ? -- -- Jay Lanagan From tonus1 at free.fr Wed Aug 6 22:26:54 2025 From: tonus1 at free.fr (Tonus) Date: Thu, 07 Aug 2025 00:26:54 +0200 Subject: [Slackbuilds-users] Drop the maintenance of python3-xdg In-Reply-To: <3480f85bab61f9e360d9d2a8793f6a9a@lngn.net> References: <87ldo64ryb.fsf@Baldr.vingolf.info> <3480f85bab61f9e360d9d2a8793f6a9a@lngn.net> Message-ID: <7F86E1E3-B5A1-4779-B7AA-5E55D9E6B02C@free.fr> Hi Jay, Great it works fine ! Regards Le 6 ao?t 2025 21:29:59 GMT+02:00, Jay Lanagan a ?crit?: >Hey all, > >I did some tests locally on using python3-xdg or using the renamed/updated project python3-xdg-base-dirs slackbuild instead with the gammastep slackbuild. The results were that it can happily use the newer renamed release. > >Since I elected to take the python3-xdg slackbuild, can I request it's removal? I plan to push a PR for gammastep to remove the dep on python3-xdg and replace it with python3-xdg-base-dirs instead. So once that move is completed, there will be no reason for this older version to exist. > >-Jay > >On 2025-07-29 17:17, Tonus wrote: >> Hi all, >> Hi Jay, >> >> I updated i3expo-ng and patched the derecated dependency of python3-xdg >> to switch to python3-xdg-base-dirs according to >> https://pypi.org/project/xdg-base-dirs/ : >> "xdg-base-dirs was previously named xdg, and was renamed due to an >> import collision with PyXDG. If you used xdg prior to the rename, update >> by changing the dependency name from xdg to xdg-base-dirs and the import >> from xdg to xdg_base_dirs." >> >> I will drop the maintenace of python3-xdg (that will not evolve anyway). >> Since the only package that depends on it is gammastep, would you, Jay >> take it ? > From willysr at slackbuilds.org Wed Aug 6 23:49:16 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Thu, 7 Aug 2025 06:49:16 +0700 Subject: [Slackbuilds-users] Drop the maintenance of python3-xdg In-Reply-To: <3480f85bab61f9e360d9d2a8793f6a9a@lngn.net> References: <87ldo64ryb.fsf@Baldr.vingolf.info> <3480f85bab61f9e360d9d2a8793f6a9a@lngn.net> Message-ID: <9ce4bfcb-a1d6-4d58-8e79-b9c1c982bfd4@slackbuilds.org> > I did some tests locally on using python3-xdg or using the renamed/ > updated project python3-xdg-base-dirs slackbuild instead with the > gammastep slackbuild. The results were that it can happily use the newer > renamed release. > > Since I elected to take the python3-xdg slackbuild, can I request it's > removal? I plan to push a PR for gammastep to remove the dep on python3- > xdg and replace it with python3-xdg-base-dirs instead. So once that move > is completed, there will be no reason for this older version to exist. Done -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From marav8 at free.fr Sat Aug 9 08:09:29 2025 From: marav8 at free.fr (marav) Date: Sat, 9 Aug 2025 10:09:29 +0200 Subject: [Slackbuilds-users] Element-desktop Message-ID: <51ABC7CF-87BC-499D-8E9A-2A08C255040D@free.fr> Hi all, I no longer maintain element-desktop If anyone wants to maintain it, I'll let them Otherwise, Willy, you can remove it. From willysr at slackbuilds.org Sat Aug 9 15:41:46 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 9 Aug 2025 22:41:46 +0700 Subject: [Slackbuilds-users] ccrypt + Emacs 30.1 In-Reply-To: References: Message-ID: <7c14bbbe-2496-488c-a66e-8fa98c459f25@slackbuilds.org> > Hi, > > For: https://slackbuilds.org/repository/15.0/system/ccrypt/ > > There is an issue with emacs/ps-ccrypt.el and Emacs > version 30.1 > > ps-ccrypt.el can be used to edit files encrypted by ccrypt, > but when used with 30.1 it fails with > > if: Wrong type argument: obarrayp, [nil nil nil nil nil nil nil nil nil > nil ...] > > The fix is to change (make-vector 31 nil) to (make-vector 31 0) > in file emacs/ps-ccrypt.el > > Details are here: > > https://sourceforge.net/p/ccrypt/bugs/30/ > > On my system (Slackware 15.0), this fix corrects the issue. > > Since ccrypt-1.11.tar.gz in sourceforge was not upgraded > with the change, I do not know how/if a patch should be > done in the build script.? I will leave that up to you :) Patched on my branch thanks for the report -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From fsleg at t-rg.ws Sat Aug 9 16:37:22 2025 From: fsleg at t-rg.ws (fsLeg) Date: Sat, 9 Aug 2025 19:37:22 +0300 Subject: [Slackbuilds-users] Element-desktop In-Reply-To: <51ABC7CF-87BC-499D-8E9A-2A08C255040D@free.fr> References: <51ABC7CF-87BC-499D-8E9A-2A08C255040D@free.fr> Message-ID: <7fee304f-5ffd-45b4-b69a-b86347e9e0e3@t-rg.ws> I'll take a look at building it from source instead of repackaging, looks interesting enough. On 8/9/25 11:09, marav via SlackBuilds-users wrote: > Hi all, > > I no longer maintain element-desktop > If anyone wants to maintain it, I'll let them > Otherwise, Willy, you can remove it. From willysr at slackbuilds.org Sat Aug 9 18:07:54 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 10 Aug 2025 01:07:54 +0700 Subject: [Slackbuilds-users] Updates - 20250809.1 Message-ID: Sat Aug 9 17:59:53 UTC 2025 academic/fet: Updated for version 7.4.1. academic/pysam: Update to version 0.23.3, bug-fix release. audio/butt: Preemptive fix for fltk-1.4. audio/ocenaudio-bin: Updated for version 3.15.3 audio/puddletag: Version bump to 2.5.0 audio/rakarrack: Preemptive fix for fltk-1.4. audio/sndio: Updated for version 1.10.0 desktop/awf: Updated for version 3.1.0. desktop/dapper: New Maintainer desktop/gammastep: Updated dependencies to use newer python3-xdg-base-dirs. desktop/human-gtk-theme: Updated for version 2.6.0. desktop/lightdm-slick-greeter: Update for 2.2.1 desktop/lightdm-slick-greeter: Update for 2.2.2 desktop/nwg-panel: Updated for version 0.10.12. desktop/qtile: Add ConsoleKit and DBus support options when starting qtile with a login manager desktop/rofi: Fix sbopkglint gripe - strip binary development/ShellCheck-bin: Updated for version 0.11.0. development/aws-cdk: Updated for version 2.1024.0. development/bruno: Added (API client). development/diffoscope: updated for version 303 development/geany-plugins: Updated for version 2.1. development/geany: Updated for version 2.1. development/ghidra: Updated for version 11.4.1 development/golangci-lint: Updated for version 2.3.1. development/gopls: Updated for version 0.20.0. development/hugo: update 0.148.2 development/jupyter-notebook: Update for 7.4.5 development/lm-studio-bin: Updated for version 0.3.22.2 development/mold: Updated for version 2.40.3. development/mongodb-compass: Updated for version 1.46.7. development/php84: Updated for version 8.4.11 development/pnpm: Updated for version 10.14.0. development/sbt: Updated for version 1.11.4 development/scala3: Updated for version 3.7.2 development/vscode-bin: Updated for version 1.103.0. games/dealers-choice: Updated for version 0.0.7. games/eureka: Preemptive fix for fltk-1.4. games/julius-game: Updated for version 1.8.0. games/luanti: Updated for version 5.13.0. games/oblige-legacy4: Preemptive fix for fltk-1.4. games/oblige: Preemptive fix for fltk-1.4. games/puzzles: Updated for version 20250730.a7c7826. gis/OWSLib: Updated for version 0.34.1. gis/osm2pgsql: Updated for version 2.1.1. gis/pdal: Updated for version 2.9.0. gis/pgrouting: Updated for version 3.8.0. gis/postgis: Updated for version 3.5.3. gis/qgis: Updated for version 3.44.1. graphics/OpenSubdiv: Updated for version 3.6.1 graphics/blender: Version bump to 4.5.1 graphics/gscan2pdf: Updated for version 2.13.4 graphics/ximaging: Updated for version 1.9. graphics/xviewer: Update for 3.4.10 graphics/xviewer: Update for 3.4.11 libraries/digimend-kernel-drivers: Support for Linux kernel 6.15. libraries/grpc: Edit 'find' command libraries/grpc: Update for 1.74.1 libraries/libfilezilla: Updated for version 0.51.1. libraries/libgit2-glib: Updated for version 1.2.1 libraries/libgit2: Updated for version 1.9.1 libraries/libsvm: Updated for version 3.36. libraries/libxmlb: Updated for version 0.3.23. libraries/openvdb: Updated for version 12.0.1.20250803. libraries/re2: Update for 2025_08_05 misc/balena-etcher-bin: Updated for version 2.1.4 misc/subsurface: Remove INSTALL. misc/swege: Updated for version 2.1.0 misc/tinytldr: Updated for version 1.2.0 multimedia/gst-plugins-bad-nonfree: Fix build with x265 and zxing. multimedia/totem: Patch meson build for graphics-update. multimedia/x265-legacy3.6-opt: Removed (No longer needed). multimedia/zxing-cpp-legacy1.1.1-opt: Removed (No longer needed). network/asterisk: Updated for version 22.5.1. network/brave-browser: update 1.81.131 network/copyparty: Added (Portable file server). network/discord: Version bump to 0.0.104 network/libraries: Updated for version 3.689 network/librespeed-cli: Updated for version 1.0.12 network/librewolf: Updated for version 141.0.2_1 network/newsboat: Updated for version 2.40. network/rustdesk-opt: Updated for version 1.4.1. network/signal-desktop: Updated for version 7.65.0. network/sslscan: Updated for version 2.2.0. network/tailscale: update 1.86.2 network/teams-for-linux: Updated for version 2.1.3. network/teamviewer: Updated for version 15.68.5. network/telegram: Updated for version 6.0.2. network/yt-dlp: Updated for version 2025.07.21. network/zoom-linux: Updated for version 6.5.8.3527 office/bibtex2html: Added (BibTeX to HTML translator). office/homebank: Updated for version 5.9.4. office/ispell-dict-english: Added (interactive spell-checking program). office/ledger-live: Updated for version 2.122.1 office/onlyoffice-desktopeditors: Updated for version 9.0.4 perl/perl-CryptX: Updated for version 0.087. perl/perl-Mail-DMARC: Remove unused docs. perl/perl-Mail-DMARC: Updated for version 1.20250610. python/cryptography: Updated for version 45.0.6. python/mnemonic: Removed (use python3-mnemonic). python/python3-argon2-cffi-bindings: Update for 25.1.0 python/python3-base58: Added (Base58 and Base58Check implementation). python/python3-construct-classes: Added (Parse your binary data). python/python3-dbus-fast: Update for 2.44.3 python/python3-debugpy: Update for 1.8.16 python/python3-grpcio: Update for 1.74.1 python/python3-hyperframe: Added (Pure-Python HTTP/2 framing). python/python3-libusb1: Added (wrapper around libusb1). python/python3-mnemonic: Added (reference implementation of BIP-0039). python/python3-narwhals: Update for 2.0.1 python/python3-regex: Update for 2025.7.34 python/python3-shamir-mnemonic: Added (Reference implementation of SLIP-0039). python/python3-slip10: Added (Minimalistic implementation of SLIP10). python/python3-socks: Updated for version 2.7.2. python/python3-trezor: Added (Bitcoin Hardware Wallet). python/python3-xdg: Removed (Use python3-xdg-base-dirs). python/python3-zxcvbn-python: Removed (no longer used) python/trezor: Removed (Use python3-trezor). ruby/ruby-build: Updated for version 20250724. system/b2: Updated for version 20250808_172419_959a8ab system/catatonit: New Maintainer system/ccrypt: Fix opening file with newer emacs. system/docker-buildx: Updated for version 0.26.1. system/docker-compose: Updated for version 2.39.1 system/dust: Updated for version 1.2.3. system/eza: Updated for version 0.23.0. system/fzf: Updated for version 0.65.1. system/incus: Updated for version 6.15 system/jnv-bin: Updated for version 0.6.1 system/letsencrypt: Updated for version 4.2.0. system/lightdm-settings: Update for 2.0.8 system/limine: Updated for version 9.6.0 system/linkchecker: Updated for version 10.6.0. system/logwatch: Updated for version 7.13. system/nvidia-driver: Updated for version 570.172.08. system/nvidia-kernel: Updated for version 570.172.08. system/nvidia-legacy470-kernel: Update README for newer kernel. system/oxker-bin: Updated for version 0.10.5 system/prometheus: Updated for version 3.5.0 system/sdwmbar: New Maintainer system/ttf-ubuntu-font-family: Update download link +new maintainer system/vmbinstallpkg: Updated for version 0.10.3 system/xdiskusage: Updated for version 1.60. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From artourter at gmail.com Sat Aug 9 19:39:59 2025 From: artourter at gmail.com (Greg Tourte) Date: Sat, 9 Aug 2025 20:39:59 +0100 Subject: [Slackbuilds-users] Updates - 20250809.1 In-Reply-To: References: Message-ID: hi, I don't want to make too much of a fuss but I am not sure how logwatch got updated by someone else. Cheers Greg On Sat, 9 Aug 2025, 19:08 Willy Sudiarto Raharjo, wrote: > Sat Aug 9 17:59:53 UTC 2025 > academic/fet: Updated for version 7.4.1. > academic/pysam: Update to version 0.23.3, bug-fix release. > audio/butt: Preemptive fix for fltk-1.4. > audio/ocenaudio-bin: Updated for version 3.15.3 > audio/puddletag: Version bump to 2.5.0 > audio/rakarrack: Preemptive fix for fltk-1.4. > audio/sndio: Updated for version 1.10.0 > desktop/awf: Updated for version 3.1.0. > desktop/dapper: New Maintainer > desktop/gammastep: Updated dependencies to use newer python3-xdg-base-dirs. > desktop/human-gtk-theme: Updated for version 2.6.0. > desktop/lightdm-slick-greeter: Update for 2.2.1 > desktop/lightdm-slick-greeter: Update for 2.2.2 > desktop/nwg-panel: Updated for version 0.10.12. > desktop/qtile: Add ConsoleKit and DBus support options when starting > qtile with a login manager > desktop/rofi: Fix sbopkglint gripe - strip binary > development/ShellCheck-bin: Updated for version 0.11.0. > development/aws-cdk: Updated for version 2.1024.0. > development/bruno: Added (API client). > development/diffoscope: updated for version 303 > development/geany-plugins: Updated for version 2.1. > development/geany: Updated for version 2.1. > development/ghidra: Updated for version 11.4.1 > development/golangci-lint: Updated for version 2.3.1. > development/gopls: Updated for version 0.20.0. > development/hugo: update 0.148.2 > development/jupyter-notebook: Update for 7.4.5 > development/lm-studio-bin: Updated for version 0.3.22.2 > development/mold: Updated for version 2.40.3. > development/mongodb-compass: Updated for version 1.46.7. > development/php84: Updated for version 8.4.11 > development/pnpm: Updated for version 10.14.0. > development/sbt: Updated for version 1.11.4 > development/scala3: Updated for version 3.7.2 > development/vscode-bin: Updated for version 1.103.0. > games/dealers-choice: Updated for version 0.0.7. > games/eureka: Preemptive fix for fltk-1.4. > games/julius-game: Updated for version 1.8.0. > games/luanti: Updated for version 5.13.0. > games/oblige-legacy4: Preemptive fix for fltk-1.4. > games/oblige: Preemptive fix for fltk-1.4. > games/puzzles: Updated for version 20250730.a7c7826. > gis/OWSLib: Updated for version 0.34.1. > gis/osm2pgsql: Updated for version 2.1.1. > gis/pdal: Updated for version 2.9.0. > gis/pgrouting: Updated for version 3.8.0. > gis/postgis: Updated for version 3.5.3. > gis/qgis: Updated for version 3.44.1. > graphics/OpenSubdiv: Updated for version 3.6.1 > graphics/blender: Version bump to 4.5.1 > graphics/gscan2pdf: Updated for version 2.13.4 > graphics/ximaging: Updated for version 1.9. > graphics/xviewer: Update for 3.4.10 > graphics/xviewer: Update for 3.4.11 > libraries/digimend-kernel-drivers: Support for Linux kernel 6.15. > libraries/grpc: Edit 'find' command > libraries/grpc: Update for 1.74.1 > libraries/libfilezilla: Updated for version 0.51.1. > libraries/libgit2-glib: Updated for version 1.2.1 > libraries/libgit2: Updated for version 1.9.1 > libraries/libsvm: Updated for version 3.36. > libraries/libxmlb: Updated for version 0.3.23. > libraries/openvdb: Updated for version 12.0.1.20250803. > libraries/re2: Update for 2025_08_05 > misc/balena-etcher-bin: Updated for version 2.1.4 > misc/subsurface: Remove INSTALL. > misc/swege: Updated for version 2.1.0 > misc/tinytldr: Updated for version 1.2.0 > multimedia/gst-plugins-bad-nonfree: Fix build with x265 and zxing. > multimedia/totem: Patch meson build for graphics-update. > multimedia/x265-legacy3.6-opt: Removed (No longer needed). > multimedia/zxing-cpp-legacy1.1.1-opt: Removed (No longer needed). > network/asterisk: Updated for version 22.5.1. > network/brave-browser: update 1.81.131 > network/copyparty: Added (Portable file server). > network/discord: Version bump to 0.0.104 > network/libraries: Updated for version 3.689 > network/librespeed-cli: Updated for version 1.0.12 > network/librewolf: Updated for version 141.0.2_1 > network/newsboat: Updated for version 2.40. > network/rustdesk-opt: Updated for version 1.4.1. > network/signal-desktop: Updated for version 7.65.0. > network/sslscan: Updated for version 2.2.0. > network/tailscale: update 1.86.2 > network/teams-for-linux: Updated for version 2.1.3. > network/teamviewer: Updated for version 15.68.5. > network/telegram: Updated for version 6.0.2. > network/yt-dlp: Updated for version 2025.07.21. > network/zoom-linux: Updated for version 6.5.8.3527 > office/bibtex2html: Added (BibTeX to HTML translator). > office/homebank: Updated for version 5.9.4. > office/ispell-dict-english: Added (interactive spell-checking program). > office/ledger-live: Updated for version 2.122.1 > office/onlyoffice-desktopeditors: Updated for version 9.0.4 > perl/perl-CryptX: Updated for version 0.087. > perl/perl-Mail-DMARC: Remove unused docs. > perl/perl-Mail-DMARC: Updated for version 1.20250610. > python/cryptography: Updated for version 45.0.6. > python/mnemonic: Removed (use python3-mnemonic). > python/python3-argon2-cffi-bindings: Update for 25.1.0 > python/python3-base58: Added (Base58 and Base58Check implementation). > python/python3-construct-classes: Added (Parse your binary data). > python/python3-dbus-fast: Update for 2.44.3 > python/python3-debugpy: Update for 1.8.16 > python/python3-grpcio: Update for 1.74.1 > python/python3-hyperframe: Added (Pure-Python HTTP/2 framing). > python/python3-libusb1: Added (wrapper around libusb1). > python/python3-mnemonic: Added (reference implementation of BIP-0039). > python/python3-narwhals: Update for 2.0.1 > python/python3-regex: Update for 2025.7.34 > python/python3-shamir-mnemonic: Added (Reference implementation of > SLIP-0039). > python/python3-slip10: Added (Minimalistic implementation of SLIP10). > python/python3-socks: Updated for version 2.7.2. > python/python3-trezor: Added (Bitcoin Hardware Wallet). > python/python3-xdg: Removed (Use python3-xdg-base-dirs). > python/python3-zxcvbn-python: Removed (no longer used) > python/trezor: Removed (Use python3-trezor). > ruby/ruby-build: Updated for version 20250724. > system/b2: Updated for version 20250808_172419_959a8ab > system/catatonit: New Maintainer > system/ccrypt: Fix opening file with newer emacs. > system/docker-buildx: Updated for version 0.26.1. > system/docker-compose: Updated for version 2.39.1 > system/dust: Updated for version 1.2.3. > system/eza: Updated for version 0.23.0. > system/fzf: Updated for version 0.65.1. > system/incus: Updated for version 6.15 > system/jnv-bin: Updated for version 0.6.1 > system/letsencrypt: Updated for version 4.2.0. > system/lightdm-settings: Update for 2.0.8 > system/limine: Updated for version 9.6.0 > system/linkchecker: Updated for version 10.6.0. > system/logwatch: Updated for version 7.13. > system/nvidia-driver: Updated for version 570.172.08. > system/nvidia-kernel: Updated for version 570.172.08. > system/nvidia-legacy470-kernel: Update README for newer kernel. > system/oxker-bin: Updated for version 0.10.5 > system/prometheus: Updated for version 3.5.0 > system/sdwmbar: New Maintainer > system/ttf-ubuntu-font-family: Update download link +new maintainer > system/vmbinstallpkg: Updated for version 0.10.3 > system/xdiskusage: Updated for version 1.60. > +--------------------------+ > > > -- > 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/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From artourter at gmail.com Sat Aug 9 19:46:56 2025 From: artourter at gmail.com (Greg Tourte) Date: Sat, 9 Aug 2025 20:46:56 +0100 Subject: [Slackbuilds-users] Lockywolf In-Reply-To: References: <877bzjmqou.fsf@laptop.lockywolf.net> Message-ID: Thanks Willy On Mon, 4 Aug 2025, 17:50 Willy Sudiarto Raharjo, wrote: > > Something wrong with CHECKSUMS.md5? > > > > I am trying to update a repo from rsync, and CHECKSUMS.md5 has a line > > aedf5fe15e3f19b7b6af59cb41a623d1 ./python/python3-zxcvbn-python.tar.gz > > > > but there is no such a file in the repo: > > > > ``` > > rsync --dry-run rsync:// > slackbuilds.org/slackbuilds/15.0/python/python3-zxcvbn-python.tar.gz > > rsync: [sender] link_stat "/15.0/python/python3-zxcvbn-python.tar.gz" > (in slackbuilds) failed: No such file or directory (2) > > rsync error: some files/attrs were not transferred (see previous errors) > (code 23) at main.c(1852) [Receiver=3.4.1] > > ``` > > > > Is there some issue? > It's deleted on my branch and i delete the files prior public update so > it will be missing but it should be fine > > > -- > 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/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tonus1 at free.fr Sat Aug 9 20:21:47 2025 From: tonus1 at free.fr (Tonus) Date: Sat, 09 Aug 2025 22:21:47 +0200 Subject: [Slackbuilds-users] Element-desktop In-Reply-To: <7fee304f-5ffd-45b4-b69a-b86347e9e0e3@t-rg.ws> References: <51ABC7CF-87BC-499D-8E9A-2A08C255040D@free.fr> <7fee304f-5ffd-45b4-b69a-b86347e9e0e3@t-rg.ws> Message-ID: <269F5E9E-B4A2-4C67-8F11-DE410E8BD754@free.fr> Hi all For what it worths, there's nheko that is built from sources. Regards Le 9 ao?t 2025 18:37:22 GMT+02:00, fsLeg a ?crit?: >I'll take a look at building it from source instead of repackaging, looks interesting enough. > >On 8/9/25 11:09, marav via SlackBuilds-users wrote: >> Hi all, >> >> I no longer maintain element-desktop >> If anyone wants to maintain it, I'll let them >> Otherwise, Willy, you can remove it. >_______________________________________________ >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 willysr at slackbuilds.org Sun Aug 10 01:55:33 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 10 Aug 2025 08:55:33 +0700 Subject: [Slackbuilds-users] Updates - 20250809.1 In-Reply-To: References: Message-ID: <560583df-76d6-48e0-8d3d-7ea545a3e1b5@slackbuilds.org> > I don't want to make too much of a fuss but I am not sure how logwatch got > updated by someone else. My bad, it was coming from a PR in github and i didn't check the author since it was just a simple bump -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From davidnchmelik at gmail.com Sun Aug 10 17:51:18 2025 From: davidnchmelik at gmail.com (David Chmelik) Date: Sun, 10 Aug 2025 10:51:18 -0700 Subject: [Slackbuilds-users] Element-desktop In-Reply-To: <7fee304f-5ffd-45b4-b69a-b86347e9e0e3@t-rg.ws> References: <51ABC7CF-87BC-499D-8E9A-2A08C255040D@free.fr> <7fee304f-5ffd-45b4-b69a-b86347e9e0e3@t-rg.ws> Message-ID: Would you (or SlackBuilds staff) consider for now just incrementing version?? I've done this 20+ versions: recent one runs and connects. On 8/9/25 9:37 AM, fsLeg wrote: > I'll take a look at building it from source instead of repackaging, > looks interesting enough. > > On 8/9/25 11:09, marav via SlackBuilds-users wrote: >> Hi all, >> >> I no longer maintain element-desktop >> If anyone wants to maintain it, I'll let them >> Otherwise, Willy, you can remove it. From dchmelik at gmail.com Sun Aug 10 17:51:34 2025 From: dchmelik at gmail.com (David Chmelik) Date: Sun, 10 Aug 2025 10:51:34 -0700 Subject: [Slackbuilds-users] Element-desktop In-Reply-To: <7fee304f-5ffd-45b4-b69a-b86347e9e0e3@t-rg.ws> References: <51ABC7CF-87BC-499D-8E9A-2A08C255040D@free.fr> <7fee304f-5ffd-45b4-b69a-b86347e9e0e3@t-rg.ws> Message-ID: <61b7d9f5-6e11-bdf0-4d11-405b099bd057@gmail.com> Would you (or SlackBuilds staff) consider for now just incrementing version?? I've done this 20+ versions: recent one runs and connects. On 8/9/25 9:37 AM, fsLeg wrote: > I'll take a look at building it from source instead of repackaging, > looks interesting enough. > > On 8/9/25 11:09, marav via SlackBuilds-users wrote: >> Hi all, >> >> I no longer maintain element-desktop >> If anyone wants to maintain it, I'll let them >> Otherwise, Willy, you can remove it. From willysr at slackbuilds.org Sun Aug 10 17:56:50 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 11 Aug 2025 00:56:50 +0700 Subject: [Slackbuilds-users] Element-desktop In-Reply-To: <61b7d9f5-6e11-bdf0-4d11-405b099bd057@gmail.com> References: <51ABC7CF-87BC-499D-8E9A-2A08C255040D@free.fr> <7fee304f-5ffd-45b4-b69a-b86347e9e0e3@t-rg.ws> <61b7d9f5-6e11-bdf0-4d11-405b099bd057@gmail.com> Message-ID: <10482c4e-ad4a-4600-949f-d4b0e4a0ddad@slackbuilds.org> > Would you (or SlackBuilds staff) consider for now just incrementing > version?? I've done this 20+ versions: recent one runs and connects. i would prefer someone taking over maintenance because he/she is using it daily, not just bumping version. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From fsleg at t-rg.ws Sun Aug 10 17:58:32 2025 From: fsleg at t-rg.ws (fsLeg) Date: Sun, 10 Aug 2025 20:58:32 +0300 Subject: [Slackbuilds-users] Element-desktop In-Reply-To: References: <51ABC7CF-87BC-499D-8E9A-2A08C255040D@free.fr> <7fee304f-5ffd-45b4-b69a-b86347e9e0e3@t-rg.ws> Message-ID: Actually, I already built element-desktop from source and wrote a SlackBuild for that. Now I'm fighting with building it offline, and I feel I'm pretty close. Considering how much space is needed to build it I plan to rename the current repackaging SlackBuild to element-desktop-bin and have it alongside the building from source one. I should be able to submit both scripts by the next update. I guess it also means I'll take over the maintenance of element-desktop. On 8/10/25 20:51, David Chmelik wrote: > Would you (or SlackBuilds staff) consider for now just incrementing > version?? I've done this 20+ versions: recent one runs and connects. From fsleg at t-rg.ws Tue Aug 12 09:05:12 2025 From: fsleg at t-rg.ws (fsLeg) Date: Tue, 12 Aug 2025 12:05:12 +0300 Subject: [Slackbuilds-users] Size limit for vendored dependencies Message-ID: <41DFB0BF-F2EA-48E4-8D1B-49E539EF5987@t-rg.ws> I took upon myself an endeavor to write a script that builds network/element-desktop from source. After many hours I succeeded to build it offline. Some vendoring optimization later I ended up with a vendored-sources tarball that's 700-900 Mb, depending on compression method (three layers of yarn, a layer of cargo and a couple of pre-built packages, most of it is already compressed so any compression only saves ?10-20%). That's not an issue for SBo as no source is hosted here and all of that would be downloaded anyway even without vendoring, however it is a potential issue for a comminity infrastructure, namely slackware.uk which caches all source tarballs. What would be a sensible size limit for vendoring dependencies before going "screw it, just enable network access"? From willysr at slackbuilds.org Tue Aug 12 12:57:05 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Tue, 12 Aug 2025 19:57:05 +0700 Subject: [Slackbuilds-users] Size limit for vendored dependencies In-Reply-To: <41DFB0BF-F2EA-48E4-8D1B-49E539EF5987@t-rg.ws> References: <41DFB0BF-F2EA-48E4-8D1B-49E539EF5987@t-rg.ws> Message-ID: <86cc230c-7bd9-4109-8da1-0ebeee195172@slackbuilds.org> > I took upon myself an endeavor to write a script that builds network/element-desktop from source. After many hours I succeeded to build it offline. Some vendoring optimization later I ended up with a vendored-sources tarball that's 700-900 Mb, depending on compression method (three layers of yarn, a layer of cargo and a couple of pre-built packages, most of it is already compressed so any compression only saves ?10-20%). That's not an issue for SBo as no source is hosted here and all of that would be downloaded anyway even without vendoring, however it is a potential issue for a comminity infrastructure, namely slackware.uk which caches all source tarballs. > > What would be a sensible size limit for vendoring dependencies before going "screw it, just enable network access"? you should ask Tadgy for that, but i think he has enough space for 900MB considering he also host cumulative repo which uses more size. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From tonus1 at free.fr Tue Aug 12 13:25:12 2025 From: tonus1 at free.fr (Tonus) Date: Tue, 12 Aug 2025 15:25:12 +0200 Subject: [Slackbuilds-users] Size limit for vendored dependencies In-Reply-To: <86cc230c-7bd9-4109-8da1-0ebeee195172@slackbuilds.org> References: <41DFB0BF-F2EA-48E4-8D1B-49E539EF5987@t-rg.ws> <86cc230c-7bd9-4109-8da1-0ebeee195172@slackbuilds.org> Message-ID: Hi all, Perhaps a warning in the README could be useful ? If it is the right place for that kind of information. Regards Tonus Le 12 ao?t 2025 14:57:05 GMT+02:00, Willy Sudiarto Raharjo a ?crit?: >> I took upon myself an endeavor to write a script that builds network/element-desktop from source. After many hours I succeeded to build it offline. Some vendoring optimization later I ended up with a vendored-sources tarball that's 700-900 Mb, depending on compression method (three layers of yarn, a layer of cargo and a couple of pre-built packages, most of it is already compressed so any compression only saves ?10-20%). That's not an issue for SBo as no source is hosted here and all of that would be downloaded anyway even without vendoring, however it is a potential issue for a comminity infrastructure, namely slackware.uk which caches all source tarballs. >> >> What would be a sensible size limit for vendoring dependencies before going "screw it, just enable network access"? > >you should ask Tadgy for that, but i think he has enough space for 900MB considering he also host cumulative repo which uses more size. > From urchlay at slackware.uk Wed Aug 13 08:38:29 2025 From: urchlay at slackware.uk (B. Watson) Date: Wed, 13 Aug 2025 04:38:29 -0400 (EDT) Subject: [Slackbuilds-users] Size limit for vendored dependencies In-Reply-To: <41DFB0BF-F2EA-48E4-8D1B-49E539EF5987@t-rg.ws> References: <41DFB0BF-F2EA-48E4-8D1B-49E539EF5987@t-rg.ws> Message-ID: <4fc82471-3292-5d1-1066-e86932c038e@slackware.uk> On Tue, 12 Aug 2025, fsLeg wrote: > however it is a potential issue for a comminity infrastructure, namely slackware.uk which caches all source tarballs. > > What would be a sensible size limit for vendoring dependencies before going "screw it, just enable network access"? That's a good question. I don't have an answer... For slackware.uk, we can selectively disable caching the sources on a per-package basis. Already have to do this for things like oracle's JDK that don't have direct download links. From dchmelik at gmail.com Thu Aug 14 22:54:14 2025 From: dchmelik at gmail.com (David Chmelik) Date: Thu, 14 Aug 2025 15:54:14 -0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks Message-ID: Brave-browser-the-latest: Cannot install /tmp/brave-browser-1.81.135-x86_64-1.tgz: file not found. From willysr at slackbuilds.org Thu Aug 14 23:44:46 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 15 Aug 2025 06:44:46 +0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: References: Message-ID: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> > Brave-browser-the-latest: Cannot install /tmp/brave-browser-1.81.135- > x86_64-1.tgz: file not found. you are trying to install different package brave-browser vs brave-browser-the-latest -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From dchmelik at gmail.com Fri Aug 15 00:07:19 2025 From: dchmelik at gmail.com (David Chmelik) Date: Thu, 14 Aug 2025 17:07:19 -0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> Message-ID: <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> On 8/14/25 4:44 PM, Willy Sudiarto Raharjo wrote: >> Brave-browser-the-latest: Cannot install /tmp/brave-browser-1.81.135- >> x86_64-1.tgz: file not found. > > you are trying to install different package > brave-browser vs brave-browser-the-latest I'm not trying to install anything.? That's the brave-browser-the-latest command's output. From phalange at komputermatrix.com Fri Aug 15 00:59:59 2025 From: phalange at komputermatrix.com (phalange at komputermatrix.com) Date: Thu, 14 Aug 2025 20:59:59 -0400 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> Message-ID: <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> David, brave-browser-the-latest is a script someone on linuxquestions.org created. It's not got anything to do with the build I maintain on SBo. You should search LQ for the maintainer of that script. As an alternative, you can instead use the SBo version which I update weekly. Either way, they can't both be used at the same time. -AP On 2025-08-14 20:07, David Chmelik wrote: > On 8/14/25 4:44 PM, Willy Sudiarto Raharjo wrote: >>> Brave-browser-the-latest: Cannot install /tmp/brave-browser-1.81.135- >>> x86_64-1.tgz: file not found. >> >> you are trying to install different package >> brave-browser vs brave-browser-the-latest > I'm not trying to install anything.? That's the > brave-browser-the-latest command's output. > _______________________________________________ > 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 willysr at slackbuilds.org Fri Aug 15 01:16:05 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 15 Aug 2025 08:16:05 +0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> Message-ID: <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> > David, brave-browser-the-latest is a script someone on > linuxquestions.org created. It's not got anything to do with the build I > maintain on SBo. > > You should search LQ for the maintainer of that script. As an > alternative, you can instead use the SBo version which I update weekly. > Either way, they can't both be used at the same time. Please don't mix up scripts from other places and blame it into SBo scripts. It's always good idea to stay consistent with one place. Or use different TAGS if you want to build from other repository as advised in SBo FAQs. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x3F617144D7238786.asc Type: application/pgp-keys Size: 8363 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From phalange at komputermatrix.com Fri Aug 15 03:00:59 2025 From: phalange at komputermatrix.com (phalange at komputermatrix.com) Date: Thu, 14 Aug 2025 23:00:59 -0400 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> Message-ID: <39618426d7216f61f446850efd244271@komputermatrix.com> Willy, I might be misreading your email, but I literally wrote that it's not my script. It's not in my slackbuild. It's something from elsewhere in the community. On 2025-08-14 21:16, Willy Sudiarto Raharjo wrote: >> David, brave-browser-the-latest is a script someone on >> linuxquestions.org created. It's not got anything to do with the build >> I maintain on SBo. >> >> You should search LQ for the maintainer of that script. As an >> alternative, you can instead use the SBo version which I update >> weekly. Either way, they can't both be used at the same time. > > Please don't mix up scripts from other places and blame it into SBo > scripts. It's always good idea to stay consistent with one place. > > Or use different TAGS if you want to build from other repository as > advised in SBo FAQs. > > _______________________________________________ > 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 dchmelik at gmail.com Fri Aug 15 03:35:19 2025 From: dchmelik at gmail.com (David Chmelik) Date: Thu, 14 Aug 2025 20:35:19 -0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> Message-ID: <7262a8e9-ce34-542a-2684-9d073fd7bf27@gmail.com> On 8/14/25 6:16 PM, Willy Sudiarto Raharjo wrote: >> David, brave-browser-the-latest is a script someone on >> linuxquestions.org created. It's not got anything to do with the >> build I maintain on SBo. >> >> You should search LQ for the maintainer of that script. As an >> alternative, you can instead use the SBo version which I update >> weekly. Either way, they can't both be used at the same time. > > Please don't mix up scripts from other places and blame it into SBo > scripts. It's always good idea to stay consistent with one place. > > Or use different TAGS if you want to build from other repository as > advised in SBo FAQs. http://slackbuilds.org/repository/15.0/system/brave-browser-the-latest/ From willysr at slackbuilds.org Fri Aug 15 03:51:26 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 15 Aug 2025 10:51:26 +0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <39618426d7216f61f446850efd244271@komputermatrix.com> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> <39618426d7216f61f446850efd244271@komputermatrix.com> Message-ID: <07d3767d-5852-44d7-a756-32ab6a714812@slackbuilds.org> > Willy, I might be misreading your email, but I literally wrote that it's > not my script. It's not in my slackbuild. It's something from elsewhere > in the community. Yeah, i meant for David, not you :) -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x3F617144D7238786.asc Type: application/pgp-keys Size: 8363 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Fri Aug 15 03:57:39 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 15 Aug 2025 10:57:39 +0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <7262a8e9-ce34-542a-2684-9d073fd7bf27@gmail.com> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> <7262a8e9-ce34-542a-2684-9d073fd7bf27@gmail.com> Message-ID: <8c9b81cd-d710-4f50-9e64-564819e0385a@slackbuilds.org> >> Or use different TAGS if you want to build from other repository as >> advised in SBo FAQs. > http://slackbuilds.org/repository/15.0/system/brave-browser-the-latest/ From the script: PRGNAM=brave-browser-the-latest /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE it should be brave-browser-the-latest-1.4-x86_64-1_SBo.tgz i just tested here and it produce the correct output -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x3F617144D7238786.asc Type: application/pgp-keys Size: 8363 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From davidnchmelik at gmail.com Fri Aug 15 05:18:32 2025 From: davidnchmelik at gmail.com (David Chmelik) Date: Thu, 14 Aug 2025 22:18:32 -0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <8c9b81cd-d710-4f50-9e64-564819e0385a@slackbuilds.org> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> <7262a8e9-ce34-542a-2684-9d073fd7bf27@gmail.com> <8c9b81cd-d710-4f50-9e64-564819e0385a@slackbuilds.org> Message-ID: <654ed512-9682-1a7a-225e-da0958011c62@gmail.com> On 8/14/25 8:57 PM, Willy Sudiarto Raharjo wrote: >>> Or use different TAGS if you want to build from other repository as >>> advised in SBo FAQs. >> http://slackbuilds.org/repository/15.0/system/brave-browser-the-latest/ > > From the script: > PRGNAM=brave-browser-the-latest > /sbin/makepkg -l y -c n > $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE > > it should be brave-browser-the-latest-1.4-x86_64-1_SBo.tgz > > i just tested here and it produce the correct output Perhaps misunderstanding?? To quote Antonio Leal's (antonioleal) README from SBo above, not Andrew Payne (phalange), 'Maintaining an updated Brave Browser on Slackware is now made easier with this small program, "brave-browser-the-latest". It is a simple python script that checks what is the latest version available and updates it on your Slackware box. You can run this script manually or automatically with the provided cron.hourly script. The cron script will attempt to identify which user to notify, otherwise you can edit it and set the variable USERNAME=?your username? [...] Normally it is asked if you want to install the new version, but providing the argument "silent" will just update with no human intervention. The argument "gui" will download the Brave package allowing you to manually upgrade the browser.' This is a little bit what brave-browser-the-latest v1.4 (not brave's version but updater version) does... checks for an installed and then latest .deb and makes & installs, etc. [...] # Download the deb package def download_deb_package(ver): os.chdir("SlackBuild") os.system('/usr/bin/wget %s/%s' % (DOWNLOAD_LINK % ver , BINARY_FILE % ver)) os.chdir("..") # Prepare a SlackBuild and Install on you box def install(latest_version): os.chdir("SlackBuild") log = "Installing Brave Browser " + str(latest_version) log = os.popen('sed "s/_version_/%s/" brave-browser.SlackBuildTemplate > brave-browser.SlackBuild' % latest_version).read() log = os.popen('chmod +x brave-browser.SlackBuild').read() log = os.popen('./brave-browser.SlackBuild').read() log += os.popen('/sbin/upgradepkg --install-new /tmp/brave-browser-%s-x86_64-1.tgz' % latest_version).read() os.chdir("..") return log [...] Sometime in last section, if you use X Window System, brave-browser-installer checks hourly and on new release does popup question if you want to upgrade. I accepted, and then the popup showed rest of installation process (directly above) and error message I quoted. This time it tried to download & install (using Antonio's package's SlackBuild) aforementioned version. You can see above it looked in /tmp and tried to install a newer version it tried to make (1.81.135) than phalange's version (1.81.131) which no one ever said the error has to do with: clearly doesn't! ??? ??? I realise there's some confusion having brave-browser and brave-browser-the-latest on SBo.? I installed brave-browser-the-latest directly from SBo: don't know anything about it on LinuxQuestions. From willysr at slackbuilds.org Fri Aug 15 05:48:04 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 15 Aug 2025 12:48:04 +0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <654ed512-9682-1a7a-225e-da0958011c62@gmail.com> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> <7262a8e9-ce34-542a-2684-9d073fd7bf27@gmail.com> <8c9b81cd-d710-4f50-9e64-564819e0385a@slackbuilds.org> <654ed512-9682-1a7a-225e-da0958011c62@gmail.com> Message-ID: <29c3a55a-3ecc-4f1a-9888-59120996bd44@slackbuilds.org> > Sometime in last section, if you use X Window System, brave-browser- > installer checks hourly and on new release does popup question if you > want to upgrade. I accepted, and then the popup showed rest of > installation process (directly above) and error message I quoted. This > time it tried to download & install (using Antonio's package's > SlackBuild) aforementioned version. You can see above it looked in /tmp > and tried to install a newer version it tried to make (1.81.135) than > phalange's version (1.81.131) which no one ever said the error has to do > with: clearly doesn't! > ??? ??? I realise there's some confusion having brave-browser and > brave-browser-the-latest on SBo.? I installed brave-browser-the-latest > directly from SBo: don't know anything about it on LinuxQuestions. You might want to check the last part of the README Brave browser can be installed by "brave-browser-the-latest" or by the "brave-browser" Slackbuild. Do not install both at the same time. if you install from brave-browser, stick with the one provided by SBo, OR if you want to use brave-browser-the-latest, please keep using the one provided from that script and don't mix it with brave-browser. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x3F617144D7238786.asc Type: application/pgp-keys Size: 8363 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From dchmelik at gmail.com Fri Aug 15 06:57:22 2025 From: dchmelik at gmail.com (David Chmelik) Date: Thu, 14 Aug 2025 23:57:22 -0700 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <29c3a55a-3ecc-4f1a-9888-59120996bd44@slackbuilds.org> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> <7262a8e9-ce34-542a-2684-9d073fd7bf27@gmail.com> <8c9b81cd-d710-4f50-9e64-564819e0385a@slackbuilds.org> <654ed512-9682-1a7a-225e-da0958011c62@gmail.com> <29c3a55a-3ecc-4f1a-9888-59120996bd44@slackbuilds.org> Message-ID: <4645ccb9-3184-0a69-a178-4b59f321d305@gmail.com> On 8/14/25 10:48 PM, Willy Sudiarto Raharjo wrote: >> Sometime in last section, if you use X Window System, brave-browser- >> installer checks hourly and on new release does popup question if you >> want to upgrade. I accepted, and then the popup showed rest of >> installation process (directly above) and error message I quoted. >> This time it tried to download & install (using Antonio's package's >> SlackBuild) aforementioned version. You can see above it looked in >> /tmp and tried to install a newer version it tried to make (1.81.135) >> than phalange's version (1.81.131) which no one ever said the error >> has to do with: clearly doesn't! >> ???? ??? I realise there's some confusion having brave-browser and >> brave-browser-the-latest on SBo.? I installed >> brave-browser-the-latest directly from SBo: don't know anything about >> it on LinuxQuestions. > > You might want to check the last part of the README > Brave browser can be installed by "brave-browser-the-latest" or by > the "brave-browser" Slackbuild. Do not install both at the same time. > > if you install from brave-browser, stick with the one provided by SBo, > OR if you want to use brave-browser-the-latest, please keep using the > one provided from that script and don't mix it with brave-browser. I know and never said I did otherwise, and explained as such error message is solely from brave-browser-the-latest (I do not have another brave-browser installed).? It has nothing to do with mixing nor 'tags' or other unwarranted or (as if existence of one SlackBuild would make another not find something) odd assumptions. Apparently (running brave-browser-the-latest? manually) it's another GitHub outage they've been inaccessible/restricting to git & curl & wget in areas (reported on several times by technology news websites) rather than world wide web (WWW) downloads (which even those are completing less these days)... brave-browser-the-latest never gets its .deb, and then attempts to make package but doesn't check this failed rather than still tries to install it. From antonioleal at yahoo.com Fri Aug 15 11:30:40 2025 From: antonioleal at yahoo.com (Antonio Leal) Date: Fri, 15 Aug 2025 12:30:40 +0100 Subject: [Slackbuilds-users] brave-browser-the-latest broken weeks In-Reply-To: <4645ccb9-3184-0a69-a178-4b59f321d305@gmail.com> References: <71b8033b-3c66-48dc-b9c6-a11a4ccde683@slackbuilds.org> <8ca12414-478a-db13-7bc4-aff10571329c@gmail.com> <2d6bb230ba80c9419fceca98f936d749@komputermatrix.com> <100fd949-274a-4e55-8f9e-6da26fe362e2@slackbuilds.org> <7262a8e9-ce34-542a-2684-9d073fd7bf27@gmail.com> <8c9b81cd-d710-4f50-9e64-564819e0385a@slackbuilds.org> <654ed512-9682-1a7a-225e-da0958011c62@gmail.com> <29c3a55a-3ecc-4f1a-9888-59120996bd44@slackbuilds.org> <4645ccb9-3184-0a69-a178-4b59f321d305@gmail.com> Message-ID: <79f87f5f-22e1-435b-b03b-a6ab6a00e7bb@yahoo.com> I'm the culprit author of the?brave-browser-the-latest script :-) This script exists because I want to have my browser updated immediately and not wait for SlackBuilds merge. ?I read two issues described in the thread: 1) Prevent running the script if brave if the regular?brave SlackBuild is installed. 2) "/brave-browser-the-latest never gets its .deb, and then attempts to make package but doesn't check this failed rather than still tries to install it./" ? ? ? ? Check if the deb file was correctly downloaded Maybe the README could also be improved Anyway I know other slackers are running it from the feedback I got. Thanks for using it and for the report. I'll certainly have a look at it. On 8/15/25 07:57, David Chmelik wrote: >> > I know and never said I did otherwise, and explained as such error > message is solely from brave-browser-the-latest (I do not have another > brave-browser installed).? It has nothing to do with mixing nor 'tags' > or other unwarranted or (as if existence of one SlackBuild would make > another not find something) odd assumptions. Apparently (running > brave-browser-the-latest? manually) it's another GitHub outage they've > been inaccessible/restricting to git & curl & wget in areas (reported > on several times by technology news websites) rather than world wide > web (WWW) downloads (which even those are completing less these > days)... brave-browser-the-latest never gets its .deb, and then > attempts to make package but doesn't check this failed rather than > still tries to install it. -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sat Aug 16 01:18:15 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 16 Aug 2025 08:18:15 +0700 Subject: [Slackbuilds-users] Updates - 20250816.1 Message-ID: <5c38a13d-da7e-4857-8bc5-504786e70664@slackbuilds.org> Sat Aug 16 01:03:24 UTC 2025 academic/maxima: Updated for version 5.48.1. academic/plus42: Updated for version 1.3.10c desktop/gsimplecal: Update for 2.5.2 desktop/yaru-icon-theme: Update for 25.10.1 development/Bear: Updated for version 3.1.6. development/JAForth: Added (Jupiter ACE Forth interpreter). development/OpenJDK11: Updated for version 11.0.28. development/OpenJDK17: Updated for version 17.0.16. development/OpenJDK21: Updated for version 21.0.8. development/arduino-cli: Updated for version 1.3.0 development/aws-cdk: Updated for version 2.1025.0. development/cargo-vendor-filterer: Updated for version 0.5.18. development/dbeaver-ce: Updated for version 25.1.4. development/goland: Updated for version 2025.2. development/golangci-lint: Updated for version 2.4.0. development/jujutsu: Added (Git-compatible VCS). development/jupyterlab: Update for 4.4.6 development/lm-studio-bin: Upated for version 0.3.23.3 development/notepad++: Updated for version 8.8.5 development/oscar64: Updated for version 1.32.263. development/postman: Updated for version 11.58.2 development/pre-commit: Updated for version 4.3.0. development/rust-opt: Updated for version 1.89.0. development/sourcegit: Updated for version 2025.30 development/vscodium: Updated for version 1.103.05312. games/chocolate-doom: Fix -current build. games/crispy-doom: Fix build. games/dealers-choice: Updated for version 0.0.8. games/mame: Updated for version 0.279. games/ovcc: Updated for version 1.6.1+20240328_cc936b2. gis/pgsql-ogr-fdw: Updated for version 1.1.7. graphics/flameshot: Updated for version 13.0.1. graphics/xcur2png: Fix -current build. libraries/hidapi: Updated for version 0.15.0. libraries/ldacBT: Added (CMake build script for AOSP). libraries/re2: Update for 2025_08_12 misc/OSCAR: Updated for version 1.6.1 multimedia/HandBrake: Version bump to 1.10.0 multimedia/plexmediaserver: Updated for version 1.42.1.10060_4e8b05daf. network/AdGuardHome: Updated for version 0.107.64. network/abdownloadmanager-bin: Updated for version 1.6.8 network/bitcoin-knots: Update source. network/brave-browser: update 1.81.135 network/dnsproxy-bin: Updated for version 0.76.1. network/dropbox: Updated for version 230.4.8797. network/element-desktop-bin: Added (Secure Communication). network/element-desktop: Updated for version 1.11.109. Switched to building from source. network/iperf3: Updated for version 3.19.1. network/kubectl-bin: Updated for version 1.33.4. network/kubectl: Updated for version 1.33.4. network/librewolf: Updated for version 141.0.3_1 network/lighttpd: Updated for version 1.4.80. network/mullvadvpn-app: Updated for version 2025.8. network/resilio-sync: Updated for version 3.1.0.1073. network/signal-desktop: Updated for version 7.66.0. network/syncthingtray-bin: Updated for version 1.7.10. network/teams-for-linux: Updated for version 2.2.1. network/vivaldi: Updated for version 7.5.3735.62. network/zoom-linux: Updated for version 6.5.9.3723 office/Joplin: Fix permission. office/Joplin: Updated for version 3.3.13. office/novelWriter: Updated for version 2.7.4. python/nanobind: Version bump to 2.8.0 python/python-bitstring: Updated for version 4.3.1. python/python3-PyGithub: Version bump to 2.7.0 python/python3-anyio: Version bump to 4.10.0 python/python3-bitarray: Added (efficient arrays of booleans). python/python3-cogapp: Added (Cog content generation tool). python/python3-debugpy: Fix MD5SUM. python/python3-dep-logic: Version bump to 0.5.2 python/python3-distlib: Version bump to 0.4.0 python/python3-fastjsonschema: Update for 2.21.2 python/python3-glances: Updated for version 4.3.3. python/python3-janus: Added (Thread-safe asyncio-aware queue). python/python3-knowit: Version bump to 0.5.11 python/python3-matrix-nio: Added (Python module). python/python3-maturin: Updated for version 1.9.3. python/python3-msal: Version bump to 1.33.0 python/python3-multidict: Updated for version 6.6.4. python/python3-narwhals: Update for 2.1.1 python/python3-olm: Added (Python bindings for Olm). python/python3-orjson: Updated for version 3.11.2. python/python3-pantalaimon: Added (E2EE aware proxy daemon). python/python3-pdm: Version bump to 2.25.5 python/python3-peewee: Added (small, expressive orm). python/python3-plotly: Update for 6.3.0 python/python3-pycryptodome: Added (self-contained cryptographic library). python/python3-pydbus: Added (Pythonic DBus library). python/python3-rpds-py: Updated for version 0.27.0. python/python3-tornado: Version bump to 6.5.2 python/python3-tox: Version bump to 4.28.4 python/python3-trakit: Version bump to 0.2.5 python/python3-trezor: Fix missing dep. python/python3-types-python-dateutil: Update for 20250809 python/python3-unpaddedbase64: Added (Unpadded Base64). python/python3-virtualenv: Version bump to 20.33.1 ruby/ruby-build: Updated for version 20250811. system/7zip: Updated for version 25.01 system/Iosevka-aile: Updated for version 33.2.8. system/Iosevka-etoile: Updated for version 33.2.8. system/bottom: Updated for version 0.11.0. system/clamav: Change perms of /run directory. system/clifm: Updated for version 1.26. system/doublecmd-qt5: Updated for version 1.1.28 system/genimage: Added (The Image Creation Tool). system/linkchecker: Update source. system/nvidia-driver: Updated for version 580.76.05. system/nvidia-kernel: Updated for version 580.76.05. system/partclone: Updated for version 0.3.37 system/sbotest: Updated for version 1.1. system/sbotools: Updated for version 3.8. system/sdl2trs: Updated for version 1.2.33+20250809_d3575aab. system/sdltrs: Updated for version 1.2.33. system/slackrepo-hints: Updated for version 20250815. system/slackrepo: Updated for version 20250815. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From 1.41421 at gmail.com Sat Aug 16 15:03:34 2025 From: 1.41421 at gmail.com (Luveh Keraph) Date: Sat, 16 Aug 2025 09:03:34 -0600 Subject: [Slackbuilds-users] Updates - 20250816.1 In-Reply-To: <5c38a13d-da7e-4857-8bc5-504786e70664@slackbuilds.org> References: <5c38a13d-da7e-4857-8bc5-504786e70664@slackbuilds.org> Message-ID: HandBrake won't build for me, using sbopkg: HandBrake-1.10.0/macosx/co.lproj/ExceptionAlert.strings HandBrake-1.10.0/macosx/co.lproj/HBCroppingView.strings HandBrake-1.10.0/macosx/co.lproj/HBEncodingProgressHUDController.strings HandBrake-1.10.0/macosx/co.lproj/AudioDefaults.strings HandBrake-1.10.0/macosx/co.lproj/HBAddCategoryController.strings HandBrake-1.10.0/macosx/co.lproj/Queue.strings HandBrake-1.10.0/macosx/co.lproj/HBPreviewViewController.strings HandBrake-1.10.0/macosx/co.lproj/Preferences.strings HandBrake-1.10.0/macosx/co.lproj/HBRenamePresetController.strings HandBrake-1.10.0/macosx/co.lproj/HBTrackTitleViewController.strings HandBrake-1.10.0/macosx/co.lproj/ChaptersTitles.strings HandBrake-1.10.0/macosx/co.lproj/Localizable.strings HandBrake-1.10.0/macosx/co.lproj/OutputPanel.strings HandBrake-1.10.0/macosx/co.lproj/HBFiltersViewController.strings HandBrake-1.10.0/macosx/co.lproj/HBPictureViewController.strings HandBrake-1.10.0/macosx/co.lproj/HBSummaryViewController.strings HandBrake-1.10.0/macosx/HBAVPlayer.m HandBrake-1.10.0/macosx/HBQueueController.m HandBrake-1.10.0/CODE_OF_CONDUCT.md /usr/sbo/repo/multimedia/HandBrake/HandBrake.SlackBuild: line 133: /usr/sbo/repo/multimedia/HandBrake/revert-gtk-4.6-switch.patch: No such file or directory Package: 0:00:07 Failures: HandBrake: HandBrake.SlackBuild return non-zero. I tried using the files from Slackbuilds directly and I am getting the same outcome. On Fri, Aug 15, 2025 at 7:18?PM Willy Sudiarto Raharjo < willysr at slackbuilds.org> wrote: > Sat Aug 16 01:03:24 UTC 2025 > academic/maxima: Updated for version 5.48.1. > academic/plus42: Updated for version 1.3.10c > desktop/gsimplecal: Update for 2.5.2 > desktop/yaru-icon-theme: Update for 25.10.1 > development/Bear: Updated for version 3.1.6. > development/JAForth: Added (Jupiter ACE Forth interpreter). > development/OpenJDK11: Updated for version 11.0.28. > development/OpenJDK17: Updated for version 17.0.16. > development/OpenJDK21: Updated for version 21.0.8. > development/arduino-cli: Updated for version 1.3.0 > development/aws-cdk: Updated for version 2.1025.0. > development/cargo-vendor-filterer: Updated for version 0.5.18. > development/dbeaver-ce: Updated for version 25.1.4. > development/goland: Updated for version 2025.2. > development/golangci-lint: Updated for version 2.4.0. > development/jujutsu: Added (Git-compatible VCS). > development/jupyterlab: Update for 4.4.6 > development/lm-studio-bin: Upated for version 0.3.23.3 > development/notepad++: Updated for version 8.8.5 > development/oscar64: Updated for version 1.32.263. > development/postman: Updated for version 11.58.2 > development/pre-commit: Updated for version 4.3.0. > development/rust-opt: Updated for version 1.89.0. > development/sourcegit: Updated for version 2025.30 > development/vscodium: Updated for version 1.103.05312. > games/chocolate-doom: Fix -current build. > games/crispy-doom: Fix build. > games/dealers-choice: Updated for version 0.0.8. > games/mame: Updated for version 0.279. > games/ovcc: Updated for version 1.6.1+20240328_cc936b2. > gis/pgsql-ogr-fdw: Updated for version 1.1.7. > graphics/flameshot: Updated for version 13.0.1. > graphics/xcur2png: Fix -current build. > libraries/hidapi: Updated for version 0.15.0. > libraries/ldacBT: Added (CMake build script for AOSP). > libraries/re2: Update for 2025_08_12 > misc/OSCAR: Updated for version 1.6.1 > multimedia/HandBrake: Version bump to 1.10.0 > multimedia/plexmediaserver: Updated for version 1.42.1.10060_4e8b05daf. > network/AdGuardHome: Updated for version 0.107.64. > network/abdownloadmanager-bin: Updated for version 1.6.8 > network/bitcoin-knots: Update source. > network/brave-browser: update 1.81.135 > network/dnsproxy-bin: Updated for version 0.76.1. > network/dropbox: Updated for version 230.4.8797. > network/element-desktop-bin: Added (Secure Communication). > network/element-desktop: Updated for version 1.11.109. Switched to > building from source. > network/iperf3: Updated for version 3.19.1. > network/kubectl-bin: Updated for version 1.33.4. > network/kubectl: Updated for version 1.33.4. > network/librewolf: Updated for version 141.0.3_1 > network/lighttpd: Updated for version 1.4.80. > network/mullvadvpn-app: Updated for version 2025.8. > network/resilio-sync: Updated for version 3.1.0.1073. > network/signal-desktop: Updated for version 7.66.0. > network/syncthingtray-bin: Updated for version 1.7.10. > network/teams-for-linux: Updated for version 2.2.1. > network/vivaldi: Updated for version 7.5.3735.62. > network/zoom-linux: Updated for version 6.5.9.3723 > office/Joplin: Fix permission. > office/Joplin: Updated for version 3.3.13. > office/novelWriter: Updated for version 2.7.4. > python/nanobind: Version bump to 2.8.0 > python/python-bitstring: Updated for version 4.3.1. > python/python3-PyGithub: Version bump to 2.7.0 > python/python3-anyio: Version bump to 4.10.0 > python/python3-bitarray: Added (efficient arrays of booleans). > python/python3-cogapp: Added (Cog content generation tool). > python/python3-debugpy: Fix MD5SUM. > python/python3-dep-logic: Version bump to 0.5.2 > python/python3-distlib: Version bump to 0.4.0 > python/python3-fastjsonschema: Update for 2.21.2 > python/python3-glances: Updated for version 4.3.3. > python/python3-janus: Added (Thread-safe asyncio-aware queue). > python/python3-knowit: Version bump to 0.5.11 > python/python3-matrix-nio: Added (Python module). > python/python3-maturin: Updated for version 1.9.3. > python/python3-msal: Version bump to 1.33.0 > python/python3-multidict: Updated for version 6.6.4. > python/python3-narwhals: Update for 2.1.1 > python/python3-olm: Added (Python bindings for Olm). > python/python3-orjson: Updated for version 3.11.2. > python/python3-pantalaimon: Added (E2EE aware proxy daemon). > python/python3-pdm: Version bump to 2.25.5 > python/python3-peewee: Added (small, expressive orm). > python/python3-plotly: Update for 6.3.0 > python/python3-pycryptodome: Added (self-contained cryptographic library). > python/python3-pydbus: Added (Pythonic DBus library). > python/python3-rpds-py: Updated for version 0.27.0. > python/python3-tornado: Version bump to 6.5.2 > python/python3-tox: Version bump to 4.28.4 > python/python3-trakit: Version bump to 0.2.5 > python/python3-trezor: Fix missing dep. > python/python3-types-python-dateutil: Update for 20250809 > python/python3-unpaddedbase64: Added (Unpadded Base64). > python/python3-virtualenv: Version bump to 20.33.1 > ruby/ruby-build: Updated for version 20250811. > system/7zip: Updated for version 25.01 > system/Iosevka-aile: Updated for version 33.2.8. > system/Iosevka-etoile: Updated for version 33.2.8. > system/bottom: Updated for version 0.11.0. > system/clamav: Change perms of /run directory. > system/clifm: Updated for version 1.26. > system/doublecmd-qt5: Updated for version 1.1.28 > system/genimage: Added (The Image Creation Tool). > system/linkchecker: Update source. > system/nvidia-driver: Updated for version 580.76.05. > system/nvidia-kernel: Updated for version 580.76.05. > system/partclone: Updated for version 0.3.37 > system/sbotest: Updated for version 1.1. > system/sbotools: Updated for version 3.8. > system/sdl2trs: Updated for version 1.2.33+20250809_d3575aab. > system/sdltrs: Updated for version 1.2.33. > system/slackrepo-hints: Updated for version 20250815. > system/slackrepo: Updated for version 20250815. > +--------------------------+ > > > -- > 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/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sat Aug 16 15:34:22 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 16 Aug 2025 22:34:22 +0700 Subject: [Slackbuilds-users] Updates - 20250816.1 In-Reply-To: References: <5c38a13d-da7e-4857-8bc5-504786e70664@slackbuilds.org> Message-ID: <9353dd21-105c-4a6f-b2f8-be9e10eb49fc@slackbuilds.org> > HandBrake won't build for me, using sbopkg: > > HandBrake-1.10.0/macosx/co.lproj/ExceptionAlert.strings > HandBrake-1.10.0/macosx/co.lproj/HBCroppingView.strings > HandBrake-1.10.0/macosx/co.lproj/HBEncodingProgressHUDController.strings > HandBrake-1.10.0/macosx/co.lproj/AudioDefaults.strings > HandBrake-1.10.0/macosx/co.lproj/HBAddCategoryController.strings > HandBrake-1.10.0/macosx/co.lproj/Queue.strings > HandBrake-1.10.0/macosx/co.lproj/HBPreviewViewController.strings > HandBrake-1.10.0/macosx/co.lproj/Preferences.strings > HandBrake-1.10.0/macosx/co.lproj/HBRenamePresetController.strings > HandBrake-1.10.0/macosx/co.lproj/HBTrackTitleViewController.strings > HandBrake-1.10.0/macosx/co.lproj/ChaptersTitles.strings > HandBrake-1.10.0/macosx/co.lproj/Localizable.strings > HandBrake-1.10.0/macosx/co.lproj/OutputPanel.strings > HandBrake-1.10.0/macosx/co.lproj/HBFiltersViewController.strings > HandBrake-1.10.0/macosx/co.lproj/HBPictureViewController.strings > HandBrake-1.10.0/macosx/co.lproj/HBSummaryViewController.strings > HandBrake-1.10.0/macosx/HBAVPlayer.m > HandBrake-1.10.0/macosx/HBQueueController.m > HandBrake-1.10.0/CODE_OF_CONDUCT.md > /usr/sbo/repo/multimedia/HandBrake/HandBrake.SlackBuild: line 133: > /usr/sbo/repo/multimedia/HandBrake/revert-gtk-4.6-switch.patch: No such > file or directory > > Package: 0:00:07 > > Failures: > HandBrake: HandBrake.SlackBuild return non-zero. It seems Jeremy forgot to add the patch in his commit in the meantime, download this patch in the HandBrake directory and run the script manually and it should work https://patch-diff.githubusercontent.com/raw/HandBrake/HandBrake/pull/7090.patch -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From fsleg at t-rg.ws Sat Aug 16 15:34:42 2025 From: fsleg at t-rg.ws (fsLeg) Date: Sat, 16 Aug 2025 18:34:42 +0300 Subject: [Slackbuilds-users] Updates - 20250816.1 In-Reply-To: References: <5c38a13d-da7e-4857-8bc5-504786e70664@slackbuilds.org> Message-ID: <544757a1-e150-4ed5-9ab3-409dde9b3325@t-rg.ws> It seems that the maintainer forgot to actually include the patch the script for 1.10.0 applies. The build system didn't catch it because it is only triggered by an optional variable. This won't be fixed until the next update, so in the meantime, from what I can see, you can get this patch: https://github.com/HandBrake/HandBrake/commit/deeae3462a852fc151e944c7c9512eca9509e092.patch and rename it to "revert-gtk-4.6-switch.patch" for the build to work. I haven't tested this, this is just from reading the comment in the script. Also, contact the maintainer about this issue directly. On 8/16/25 18:03, Luveh Keraph wrote: > /usr/sbo/repo/multimedia/HandBrake/HandBrake.SlackBuild: line 133: /usr/ > sbo/repo/multimedia/HandBrake/revert-gtk-4.6-switch.patch: No such file > or directory From jebrhansen+SBo at gmail.com Sat Aug 16 16:19:58 2025 From: jebrhansen+SBo at gmail.com (Jeremy Hansen) Date: Sat, 16 Aug 2025 09:19:58 -0700 Subject: [Slackbuilds-users] Updates - 20250816.1 In-Reply-To: References: <5c38a13d-da7e-4857-8bc5-504786e70664@slackbuilds.org> Message-ID: Well shoot. As the others pointed out, I failed to add that patch file to the repo before I pushed that commit. I'll get it fixed today. Sorry! I used the pull request that Willy linked, but the patch fsLeg linked works too. Either will allow handbrake to build. On Sat, Aug 16, 2025, 8:03?AM Luveh Keraph <1.41421 at gmail.com> wrote: > HandBrake won't build for me, using sbopkg: > > HandBrake-1.10.0/macosx/co.lproj/ExceptionAlert.strings > HandBrake-1.10.0/macosx/co.lproj/HBCroppingView.strings > HandBrake-1.10.0/macosx/co.lproj/HBEncodingProgressHUDController.strings > HandBrake-1.10.0/macosx/co.lproj/AudioDefaults.strings > HandBrake-1.10.0/macosx/co.lproj/HBAddCategoryController.strings > HandBrake-1.10.0/macosx/co.lproj/Queue.strings > HandBrake-1.10.0/macosx/co.lproj/HBPreviewViewController.strings > HandBrake-1.10.0/macosx/co.lproj/Preferences.strings > HandBrake-1.10.0/macosx/co.lproj/HBRenamePresetController.strings > HandBrake-1.10.0/macosx/co.lproj/HBTrackTitleViewController.strings > HandBrake-1.10.0/macosx/co.lproj/ChaptersTitles.strings > HandBrake-1.10.0/macosx/co.lproj/Localizable.strings > HandBrake-1.10.0/macosx/co.lproj/OutputPanel.strings > HandBrake-1.10.0/macosx/co.lproj/HBFiltersViewController.strings > HandBrake-1.10.0/macosx/co.lproj/HBPictureViewController.strings > HandBrake-1.10.0/macosx/co.lproj/HBSummaryViewController.strings > HandBrake-1.10.0/macosx/HBAVPlayer.m > HandBrake-1.10.0/macosx/HBQueueController.m > HandBrake-1.10.0/CODE_OF_CONDUCT.md > /usr/sbo/repo/multimedia/HandBrake/HandBrake.SlackBuild: line 133: > /usr/sbo/repo/multimedia/HandBrake/revert-gtk-4.6-switch.patch: No such > file or directory > > Package: 0:00:07 > > Failures: > HandBrake: HandBrake.SlackBuild return non-zero. > > I tried using the files from Slackbuilds directly and I am getting the > same outcome. > > On Fri, Aug 15, 2025 at 7:18?PM Willy Sudiarto Raharjo < > willysr at slackbuilds.org> wrote: > >> Sat Aug 16 01:03:24 UTC 2025 >> academic/maxima: Updated for version 5.48.1. >> academic/plus42: Updated for version 1.3.10c >> desktop/gsimplecal: Update for 2.5.2 >> desktop/yaru-icon-theme: Update for 25.10.1 >> development/Bear: Updated for version 3.1.6. >> development/JAForth: Added (Jupiter ACE Forth interpreter). >> development/OpenJDK11: Updated for version 11.0.28. >> development/OpenJDK17: Updated for version 17.0.16. >> development/OpenJDK21: Updated for version 21.0.8. >> development/arduino-cli: Updated for version 1.3.0 >> development/aws-cdk: Updated for version 2.1025.0. >> development/cargo-vendor-filterer: Updated for version 0.5.18. >> development/dbeaver-ce: Updated for version 25.1.4. >> development/goland: Updated for version 2025.2. >> development/golangci-lint: Updated for version 2.4.0. >> development/jujutsu: Added (Git-compatible VCS). >> development/jupyterlab: Update for 4.4.6 >> development/lm-studio-bin: Upated for version 0.3.23.3 >> development/notepad++: Updated for version 8.8.5 >> development/oscar64: Updated for version 1.32.263. >> development/postman: Updated for version 11.58.2 >> development/pre-commit: Updated for version 4.3.0. >> development/rust-opt: Updated for version 1.89.0. >> development/sourcegit: Updated for version 2025.30 >> development/vscodium: Updated for version 1.103.05312. >> games/chocolate-doom: Fix -current build. >> games/crispy-doom: Fix build. >> games/dealers-choice: Updated for version 0.0.8. >> games/mame: Updated for version 0.279. >> games/ovcc: Updated for version 1.6.1+20240328_cc936b2. >> gis/pgsql-ogr-fdw: Updated for version 1.1.7. >> graphics/flameshot: Updated for version 13.0.1. >> graphics/xcur2png: Fix -current build. >> libraries/hidapi: Updated for version 0.15.0. >> libraries/ldacBT: Added (CMake build script for AOSP). >> libraries/re2: Update for 2025_08_12 >> misc/OSCAR: Updated for version 1.6.1 >> multimedia/HandBrake: Version bump to 1.10.0 >> multimedia/plexmediaserver: Updated for version 1.42.1.10060_4e8b05daf. >> network/AdGuardHome: Updated for version 0.107.64. >> network/abdownloadmanager-bin: Updated for version 1.6.8 >> network/bitcoin-knots: Update source. >> network/brave-browser: update 1.81.135 >> network/dnsproxy-bin: Updated for version 0.76.1. >> network/dropbox: Updated for version 230.4.8797. >> network/element-desktop-bin: Added (Secure Communication). >> network/element-desktop: Updated for version 1.11.109. Switched to >> building from source. >> network/iperf3: Updated for version 3.19.1. >> network/kubectl-bin: Updated for version 1.33.4. >> network/kubectl: Updated for version 1.33.4. >> network/librewolf: Updated for version 141.0.3_1 >> network/lighttpd: Updated for version 1.4.80. >> network/mullvadvpn-app: Updated for version 2025.8. >> network/resilio-sync: Updated for version 3.1.0.1073. >> network/signal-desktop: Updated for version 7.66.0. >> network/syncthingtray-bin: Updated for version 1.7.10. >> network/teams-for-linux: Updated for version 2.2.1. >> network/vivaldi: Updated for version 7.5.3735.62. >> network/zoom-linux: Updated for version 6.5.9.3723 >> office/Joplin: Fix permission. >> office/Joplin: Updated for version 3.3.13. >> office/novelWriter: Updated for version 2.7.4. >> python/nanobind: Version bump to 2.8.0 >> python/python-bitstring: Updated for version 4.3.1. >> python/python3-PyGithub: Version bump to 2.7.0 >> python/python3-anyio: Version bump to 4.10.0 >> python/python3-bitarray: Added (efficient arrays of booleans). >> python/python3-cogapp: Added (Cog content generation tool). >> python/python3-debugpy: Fix MD5SUM. >> python/python3-dep-logic: Version bump to 0.5.2 >> python/python3-distlib: Version bump to 0.4.0 >> python/python3-fastjsonschema: Update for 2.21.2 >> python/python3-glances: Updated for version 4.3.3. >> python/python3-janus: Added (Thread-safe asyncio-aware queue). >> python/python3-knowit: Version bump to 0.5.11 >> python/python3-matrix-nio: Added (Python module). >> python/python3-maturin: Updated for version 1.9.3. >> python/python3-msal: Version bump to 1.33.0 >> python/python3-multidict: Updated for version 6.6.4. >> python/python3-narwhals: Update for 2.1.1 >> python/python3-olm: Added (Python bindings for Olm). >> python/python3-orjson: Updated for version 3.11.2. >> python/python3-pantalaimon: Added (E2EE aware proxy daemon). >> python/python3-pdm: Version bump to 2.25.5 >> python/python3-peewee: Added (small, expressive orm). >> python/python3-plotly: Update for 6.3.0 >> python/python3-pycryptodome: Added (self-contained cryptographic library). >> python/python3-pydbus: Added (Pythonic DBus library). >> python/python3-rpds-py: Updated for version 0.27.0. >> python/python3-tornado: Version bump to 6.5.2 >> python/python3-tox: Version bump to 4.28.4 >> python/python3-trakit: Version bump to 0.2.5 >> python/python3-trezor: Fix missing dep. >> python/python3-types-python-dateutil: Update for 20250809 >> python/python3-unpaddedbase64: Added (Unpadded Base64). >> python/python3-virtualenv: Version bump to 20.33.1 >> ruby/ruby-build: Updated for version 20250811. >> system/7zip: Updated for version 25.01 >> system/Iosevka-aile: Updated for version 33.2.8. >> system/Iosevka-etoile: Updated for version 33.2.8. >> system/bottom: Updated for version 0.11.0. >> system/clamav: Change perms of /run directory. >> system/clifm: Updated for version 1.26. >> system/doublecmd-qt5: Updated for version 1.1.28 >> system/genimage: Added (The Image Creation Tool). >> system/linkchecker: Update source. >> system/nvidia-driver: Updated for version 580.76.05. >> system/nvidia-kernel: Updated for version 580.76.05. >> system/partclone: Updated for version 0.3.37 >> system/sbotest: Updated for version 1.1. >> system/sbotools: Updated for version 3.8. >> system/sdl2trs: Updated for version 1.2.33+20250809_d3575aab. >> system/sdltrs: Updated for version 1.2.33. >> system/slackrepo-hints: Updated for version 20250815. >> system/slackrepo: Updated for version 20250815. >> +--------------------------+ >> >> >> -- >> 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 willysr at slackbuilds.org Sat Aug 16 16:21:11 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 16 Aug 2025 23:21:11 +0700 Subject: [Slackbuilds-users] Updates - 20250816.1 In-Reply-To: References: <5c38a13d-da7e-4857-8bc5-504786e70664@slackbuilds.org> Message-ID: > Well shoot. As the others pointed out, I failed to add that patch file to > the repo before I pushed that commit. I'll get it fixed today. Sorry! since you have access to CI, please use the facility to test your commits before pushing to main SBo git -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From tonus1 at free.fr Sat Aug 16 17:30:31 2025 From: tonus1 at free.fr (Tonus) Date: Sat, 16 Aug 2025 19:30:31 +0200 Subject: [Slackbuilds-users] Dropping a few packages Message-ID: <87o6sfrx6w.fsf@Baldr.vingolf.info> Hi all, While reviewing the list of the SlackBuilds I maintain, I decided to drop a few of them I do not use anymore, since I do not use trello anymore : - trello-cli (could be updated AFAIK) - 3llo and its depencies following (no moves in 3 years) - tty-screen - tty-cursor - tty-reader - tty-color - pastel - tty-prompt Shall I commit the changes MAINTAINER="orphaned (no maintainer)" via github ? -- Regards, Tonus. From 1.41421 at gmail.com Sat Aug 16 20:04:47 2025 From: 1.41421 at gmail.com (Luveh Keraph) Date: Sat, 16 Aug 2025 14:04:47 -0600 Subject: [Slackbuilds-users] Updates - 20250816.1 In-Reply-To: <9353dd21-105c-4a6f-b2f8-be9e10eb49fc@slackbuilds.org> References: <5c38a13d-da7e-4857-8bc5-504786e70664@slackbuilds.org> <9353dd21-105c-4a6f-b2f8-be9e10eb49fc@slackbuilds.org> Message-ID: That works; thanks. On Sat, Aug 16, 2025 at 9:34?AM Willy Sudiarto Raharjo < willysr at slackbuilds.org> wrote: > > HandBrake won't build for me, using sbopkg: > > > > HandBrake-1.10.0/macosx/co.lproj/ExceptionAlert.strings > > HandBrake-1.10.0/macosx/co.lproj/HBCroppingView.strings > > HandBrake-1.10.0/macosx/co.lproj/HBEncodingProgressHUDController.strings > > HandBrake-1.10.0/macosx/co.lproj/AudioDefaults.strings > > HandBrake-1.10.0/macosx/co.lproj/HBAddCategoryController.strings > > HandBrake-1.10.0/macosx/co.lproj/Queue.strings > > HandBrake-1.10.0/macosx/co.lproj/HBPreviewViewController.strings > > HandBrake-1.10.0/macosx/co.lproj/Preferences.strings > > HandBrake-1.10.0/macosx/co.lproj/HBRenamePresetController.strings > > HandBrake-1.10.0/macosx/co.lproj/HBTrackTitleViewController.strings > > HandBrake-1.10.0/macosx/co.lproj/ChaptersTitles.strings > > HandBrake-1.10.0/macosx/co.lproj/Localizable.strings > > HandBrake-1.10.0/macosx/co.lproj/OutputPanel.strings > > HandBrake-1.10.0/macosx/co.lproj/HBFiltersViewController.strings > > HandBrake-1.10.0/macosx/co.lproj/HBPictureViewController.strings > > HandBrake-1.10.0/macosx/co.lproj/HBSummaryViewController.strings > > HandBrake-1.10.0/macosx/HBAVPlayer.m > > HandBrake-1.10.0/macosx/HBQueueController.m > > HandBrake-1.10.0/CODE_OF_CONDUCT.md > > /usr/sbo/repo/multimedia/HandBrake/HandBrake.SlackBuild: line 133: > > /usr/sbo/repo/multimedia/HandBrake/revert-gtk-4.6-switch.patch: No such > > file or directory > > > > Package: 0:00:07 > > > > Failures: > > HandBrake: HandBrake.SlackBuild return non-zero. > > It seems Jeremy forgot to add the patch in his commit > in the meantime, download this patch in the HandBrake directory and run > the script manually and it should work > > https://patch-diff.githubusercontent.com/raw/HandBrake/HandBrake/pull/7090.patch > > -- > 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/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tonus1 at free.fr Mon Aug 18 00:51:02 2025 From: tonus1 at free.fr (Tonus) Date: Mon, 18 Aug 2025 02:51:02 +0200 Subject: [Slackbuilds-users] Improvment in templates considering permissions Message-ID: <87frdpsb9l.fsf@Baldr.vingolf.info> Hi, I encountered a problem with permissions on a package (spotted with sbopkglint). Some directories had the setgid set on 2 and were not changed with the usual : #+begin_src bash find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + #+end_src I had this instead that worked : #+begin_src bash find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 -o -perm 2755 \) -exec chmod 00755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + #+end_src The thing might be improved (other setgid numbers or search for -perm 755 ?) but I think it might be interesting to have the setgid resetted by default. -- Regards, Tonus. From urchlay at slackware.uk Mon Aug 18 05:18:11 2025 From: urchlay at slackware.uk (B. Watson) Date: Mon, 18 Aug 2025 01:18:11 -0400 (EDT) Subject: [Slackbuilds-users] Improvment in templates considering permissions In-Reply-To: <87frdpsb9l.fsf@Baldr.vingolf.info> References: <87frdpsb9l.fsf@Baldr.vingolf.info> Message-ID: On Mon, 18 Aug 2025, Tonus via SlackBuilds-users wrote: > The thing might be improved (other setgid numbers or search for -perm 755 ?) > but I think it might be interesting to have the setgid resetted by default. I've been using this for years: find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} + Instead of listing every possible wrong permission, list the ones that are correct, with a ! for "not". It's also less code and easier to read, IMO. From j+sbo-users at maschinengott.de Mon Aug 18 16:33:19 2025 From: j+sbo-users at maschinengott.de (Jay) Date: Mon, 18 Aug 2025 18:33:19 +0200 Subject: [Slackbuilds-users] stop mirroring to github~ Message-ID: Hi. I am getting to a point in my life where I'm ready to maintain a handful of small SlackBuilds. And today as I was thinking about it, it occured to me that SBo has a mirror on GitHub. I don't want anything I write used for LLM training, so as long as that's the case I won't be doing that on SBo. I don't really expect to sway the community, I know the arguments for keeping the mirror. I won't be swayed either. I'm just stating this as a fact for y'all's consideration. I'll probably not completely stop contributing to SBo, but that will be a heavy consideration each time. To finish this off on a funny note:: Two weeks ago > GitHub CEO delivers stark message to developers: Embrace AI or get out ?https://www.businessinsider.com/github-ceo-developers-embrace-ai-or-get-out-2025-8 One week ago > GitHub will join Microsoft's CoreAI division with departure of CEO ?https://www.geekwire.com/2025/github-will-join-microsofts-coreai-group-with-departure-of-ceo-thomas-dohmke/ Did he take his own advice? Cheers, Jay From dev at iotib.net Mon Aug 18 17:14:59 2025 From: dev at iotib.net (Charadon) Date: Mon, 18 Aug 2025 13:14:59 -0400 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: Message-ID: <7b37bda8-68f8-485f-82a3-30a2c1f8b481@iotib.net> Sorry to say, but if you post your source code online in general now, it's going to get scraped by AI. Doesn't matter if you share it through Gitlab, cgit, or even a mailing list, it's gonna get yoinked. Pretty much a fact of life now, as much as I hate to admit it. LLM scrapers is pretty much the reason why Anubis exists nowadays -----Original Message----- From: Jay [mailto:j+sbo-users at maschinengott.de] Sent: Monday, August 18, 2025 12:33 PM -04 To: SlackBuilds.org Users List Subject: [Slackbuilds-users] stop mirroring to github~ Hi. I am getting to a point in my life where I'm ready to maintain a handful of small SlackBuilds. And today as I was thinking about it, it occured to me that SBo has a mirror on GitHub. I don't want anything I write used for LLM training, so as long as that's the case I won't be doing that on SBo. I don't really expect to sway the community, I know the arguments for keeping the mirror. I won't be swayed either. I'm just stating this as a fact for y'all's consideration. I'll probably not completely stop contributing to SBo, but that will be a heavy consideration each time. To finish this off on a funny note:: Two weeks ago > GitHub CEO delivers stark message to developers: Embrace AI or get out ?https://www.businessinsider.com/github-ceo-developers-embrace-ai-or- get-out-2025-8 One week ago > GitHub will join Microsoft's CoreAI division with departure of CEO ?https://www.geekwire.com/2025/github-will-join-microsofts-coreai-group- with-departure-of-ceo-thomas-dohmke/ Did he take his own advice? Cheers, Jay _______________________________________________ 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 j+sbo-users at maschinengott.de Mon Aug 18 17:25:30 2025 From: j+sbo-users at maschinengott.de (j+sbo-users at maschinengott.de) Date: Mon, 18 Aug 2025 19:25:30 +0200 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: <7b37bda8-68f8-485f-82a3-30a2c1f8b481@iotib.net> References: <7b37bda8-68f8-485f-82a3-30a2c1f8b481@iotib.net> Message-ID: <58c72d5b-4d91-4111-ba23-65329097062e@maschinengott.de> Doesn't mean I have to serve it to them on a platter. I wonder if the github ToS include a waiver that gives Microsoft rights to train their world-eating machines on everything you upload there?and how that meshes with all the licenses the SlackBuilds are under. Am 18.08.25 um 19:14 schrieb Charadon via SlackBuilds-users: > Sorry to say, but if you post your source code online in general now, > it's going to get scraped by AI. Doesn't matter if you share it through > Gitlab, cgit, or even a mailing list, it's gonna get yoinked. Pretty > much a fact of life now, as much as I hate to admit it. LLM scrapers is > pretty much the reason why Anubis exists nowadays From jebrhansen+SBo at gmail.com Mon Aug 18 17:30:00 2025 From: jebrhansen+SBo at gmail.com (Jeremy Hansen) Date: Mon, 18 Aug 2025 10:30:00 -0700 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: Message-ID: If it's publicly accessible, it's likely getting scraped by LLMs. SBo's official repo on SlackBuilds.org is publicly accessible, so unless their robots.txt is changed to disallow scraping (it currently doesn't block it), it's likely already been scraped. If you're only worried about your pull requests on GitHub being used for LLM training, you can use GitLab or submit your changes directly on SBo through their submissions page, however, I believe the upload through SBo will be moved to GitHub to use the CI to verify it builds correctly before being accepted. In fact, your email to this mailing list is likely scraped for LLM training (the lists.slackbuilds.org robots.txt has a lot more blocked entries, however, I don't see one for crawlers used by OpenAI). What a fun world we live in where most of our online data is processed by probably hundreds of crawlers ?? Jeremy On Mon, Aug 18, 2025, 9:33?AM Jay wrote: > Hi. > I am getting to a point in my life where I'm ready to maintain a handful > of small SlackBuilds. And today as I was thinking about it, it occured > to me that SBo has a mirror on GitHub. I don't want anything I write > used for LLM training, so as long as that's the case I won't be doing > that on SBo. > > I don't really expect to sway the community, I know the arguments for > keeping the mirror. I won't be swayed either. I'm just stating this as a > fact for y'all's consideration. > > I'll probably not completely stop contributing to SBo, but that will be > a heavy consideration each time. > > > To finish this off on a funny note:: > > Two weeks ago > > GitHub CEO delivers stark message to developers: Embrace AI or get out > ? > https://www.businessinsider.com/github-ceo-developers-embrace-ai-or-get-out-2025-8 > > One week ago > > GitHub will join Microsoft's CoreAI division with departure of CEO > ? > https://www.geekwire.com/2025/github-will-join-microsofts-coreai-group-with-departure-of-ceo-thomas-dohmke/ > > Did he take his own advice? > > Cheers, Jay > _______________________________________________ > 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 tonus1 at free.fr Mon Aug 18 17:30:49 2025 From: tonus1 at free.fr (Tonus) Date: Mon, 18 Aug 2025 19:30:49 +0200 Subject: [Slackbuilds-users] Who is writing ? Message-ID: <25D2ADA0-D0E8-47A1-ADCE-208A37DFFB1C@free.fr> Hi all, I'm often reading messages on the mailing list from which I can't identify the original sender : there's no signature and the sender is the list. I don't know if it's on purpose or if it's my phone that doesn't do it well. Would be great if people could add their signature. Not that it's much of an issue, would just be nice. Regards, Tonus From j at lngn.net Mon Aug 18 17:39:27 2025 From: j at lngn.net (Jay Lanagan) Date: Mon, 18 Aug 2025 13:39:27 -0400 Subject: [Slackbuilds-users] Who is writing ? In-Reply-To: <25D2ADA0-D0E8-47A1-ADCE-208A37DFFB1C@free.fr> References: <25D2ADA0-D0E8-47A1-ADCE-208A37DFFB1C@free.fr> Message-ID: Tonus, You?re not the only one! Every time I see this j@ email appear, I think my server got hacked but it?s not me, it?s another j@ email address. ?? ? Jay Lanagan > > On Aug 18, 2025 at 1:30 PM, wrote: > > > > Hi all, I'm often reading messages on the mailing list from which I can't identify the original sender : there's no signature and the sender is the list. I don't know if it's on purpose or if it's my phone that doesn't do it well. Would be great if people could add their signature. Not that it's much of an issue, would just be nice. Regards, Tonus _______________________________________________ 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 rizitis at gmail.com Mon Aug 18 17:40:53 2025 From: rizitis at gmail.com (=?UTF-8?B?zpnPic6szr3Ovc63z4I=?=) Date: Mon, 18 Aug 2025 20:40:53 +0300 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: Message-ID: ?t is too late now and it makes no sense. Example: Right now I have 3 models on a local network that have access to folders containing all SlackBuilds (and therefore yours), after I finish what I have in mind I will merge them after quantizing and upload the new model.guff to huggingface.co . So you will not know anything, you will never learn, and I do not care if you learn because you can not do anything. Unfortunately this is the situation now and it is not reversible. ???? ??? 18 ??? 2025 ???? 8:30??.?., ?/? Jeremy Hansen ??????: > > If it's publicly accessible, it's likely getting scraped by LLMs. SBo's official repo on SlackBuilds.org is publicly accessible, so unless their robots.txt is changed to disallow scraping (it currently doesn't block it), it's likely already been scraped. > > If you're only worried about your pull requests on GitHub being used for LLM training, you can use GitLab or submit your changes directly on SBo through their submissions page, however, I believe the upload through SBo will be moved to GitHub to use the CI to verify it builds correctly before being accepted. > > In fact, your email to this mailing list is likely scraped for LLM training (the lists.slackbuilds.org robots.txt has a lot more blocked entries, however, I don't see one for crawlers used by OpenAI). What a fun world we live in where most of our online data is processed by probably hundreds of crawlers ?? > > Jeremy > > > On Mon, Aug 18, 2025, 9:33?AM Jay wrote: >> >> Hi. >> I am getting to a point in my life where I'm ready to maintain a handful >> of small SlackBuilds. And today as I was thinking about it, it occured >> to me that SBo has a mirror on GitHub. I don't want anything I write >> used for LLM training, so as long as that's the case I won't be doing >> that on SBo. >> >> I don't really expect to sway the community, I know the arguments for >> keeping the mirror. I won't be swayed either. I'm just stating this as a >> fact for y'all's consideration. >> >> I'll probably not completely stop contributing to SBo, but that will be >> a heavy consideration each time. >> >> >> To finish this off on a funny note:: >> >> Two weeks ago >> > GitHub CEO delivers stark message to developers: Embrace AI or get out >> ?https://www.businessinsider.com/github-ceo-developers-embrace-ai-or-get-out-2025-8 >> >> One week ago >> > GitHub will join Microsoft's CoreAI division with departure of CEO >> ?https://www.geekwire.com/2025/github-will-join-microsofts-coreai-group-with-departure-of-ceo-thomas-dohmke/ >> >> Did he take his own advice? >> >> Cheers, Jay >> _______________________________________________ >> 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 urchlay at slackware.uk Mon Aug 18 22:06:49 2025 From: urchlay at slackware.uk (B. Watson) Date: Mon, 18 Aug 2025 18:06:49 -0400 (EDT) Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: Message-ID: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> On Mon, 18 Aug 2025, Jay wrote: > I am getting to a point in my life where I'm ready to maintain a handful > of small SlackBuilds. And today as I was thinking about it, it occured > to me that SBo has a mirror on GitHub. I don't want anything I write > used for LLM training, so as long as that's the case I won't be doing > that on SBo. Anything you write that ends up on anywhere on the web can be used for LLM training. This very mailing list has a web-accessible message archive, that a scraper can easily download. Even if we didn't have a mirror of our repo on github, the primary repo is accessible vie web browser (and thus, scraping bots): https://git.slackbuilds.org/slackbuilds Not being on github doesn't protect it. Basically the only way to avoid having your writings (code or otherwise) scraped and used to train LLMs... is to not write anything at all. Or, never publish anything, in which case who are you writing for? From urchlay at slackware.uk Mon Aug 18 22:26:15 2025 From: urchlay at slackware.uk (B. Watson) Date: Mon, 18 Aug 2025 18:26:15 -0400 (EDT) Subject: [Slackbuilds-users] Who is writing ? In-Reply-To: <25D2ADA0-D0E8-47A1-ADCE-208A37DFFB1C@free.fr> References: <25D2ADA0-D0E8-47A1-ADCE-208A37DFFB1C@free.fr> Message-ID: <9c5f49ad-908c-4872-e81e-7488e82bb9f7@slackware.uk> On Mon, 18 Aug 2025, Tonus via SlackBuilds-users wrote: > I'm often reading messages on the mailing list from which I can't identify the original sender : there's no signature and the sender is the list. > > I don't know if it's on purpose or if it's my phone that doesn't do it well. It's gotta be your phone. I see this, when I look at your message: Date: Mon, 18 Aug 2025 19:30:49 +0200 From: Tonus via SlackBuilds-users To: Mailing List SlackBuilds.org Cc: Tonus Subject: [Slackbuilds-users] Who is writing ? You're right, the sender's address is the list, but the 'real name' portion is "Tonus via SlackBuilds.org", which is pretty clear to me. > Would be great if people could add their signature. Not that it's much of an issue, would just be nice. By that, do you just mean a plaintext 'banner' with the person's name, or do you mean signature in the PGP/GPG sense? From list+sbo at vahedi.org Tue Aug 19 05:05:36 2025 From: list+sbo at vahedi.org (Shahab Vahedi) Date: Tue, 19 Aug 2025 07:05:36 +0200 (GMT+02:00) Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> Message-ID: <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> I don't buy into this "it's happening eveywhere, so sit back and let go!" sort of attitude. Even before shit hitting the fans like this with the copilot, GitHub was not a good choice for mirroring, especially after it was acquired [1][2][3]. I switched to Slackware years ago, because I found its user base with a healthy attitude:? Having its own values rather than following the fads and succumbing to sensationalism. I liked, and still like, the distro, but stayed for the people. Specifically, for people on this mailing list. But seriously, why is GitHub used? Is it because that it's gratis or have some sort of CI? I for one am willing to donate and/or contribute for setting up a CI on a federated server. Although I don't have much experience in that area yet. -Shahab [1] https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/ [2] https://unixdigest.com/articles/important-open-source-projects-should-not-use-github.html [3] https://sanctum.geek.nz/why-not-github.html From alex at dcclost.com Tue Aug 19 05:37:46 2025 From: alex at dcclost.com (Alexander Grotewohl) Date: Tue, 19 Aug 2025 05:37:46 +0000 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: All the articles linked include sentiment I simply don't care about. Not to denigrate any of the Slackbuild maintainers but a huge majority of their scripts behave incredibly similar. I appreciate the verification work dearly but I'm guessing the coding work is only time consuming (or frustrating) but not something people are losing money over. ("AI theft") Github isn't stealing anything from us. If anything, they're a high ranking search result that points people toward Slackbuilds and Slackware use in general. ________________________________ From: SlackBuilds-users on behalf of Shahab Vahedi via SlackBuilds-users Sent: Tuesday, August 19, 2025 1:05:36 AM To: SlackBuilds.org Users List Cc: Shahab Vahedi Subject: Re: [Slackbuilds-users] stop mirroring to github~ I don't buy into this "it's happening eveywhere, so sit back and let go!" sort of attitude. Even before shit hitting the fans like this with the copilot, GitHub was not a good choice for mirroring, especially after it was acquired [1][2][3]. I switched to Slackware years ago, because I found its user base with a healthy attitude: Having its own values rather than following the fads and succumbing to sensationalism. I liked, and still like, the distro, but stayed for the people. Specifically, for people on this mailing list. But seriously, why is GitHub used? Is it because that it's gratis or have some sort of CI? I for one am willing to donate and/or contribute for setting up a CI on a federated server. Although I don't have much experience in that area yet. -Shahab [1] https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/ [2] https://unixdigest.com/articles/important-open-source-projects-should-not-use-github.html [3] https://sanctum.geek.nz/why-not-github.html _______________________________________________ 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 list+sbo at vahedi.org Tue Aug 19 06:03:50 2025 From: list+sbo at vahedi.org (Shahab Vahedi) Date: Tue, 19 Aug 2025 08:03:50 +0200 (GMT+02:00) Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: Aug 19, 2025, Alexander Grotewohl: > Github isn't stealing anything from us. If anything, they're a high ranking search result that points people toward Slackbuilds and Slackware use in general. With respects, that's the sort of sensationalism I was referring to earlier. I did not get to know about Slackware or Slackbuils.org because it appeared on Google's super cool ranking. -Shahab From jebrhansen+SBo at gmail.com Tue Aug 19 06:31:41 2025 From: jebrhansen+SBo at gmail.com (Jeremy Hansen) Date: Mon, 18 Aug 2025 23:31:41 -0700 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: With respect, you're trying to make SBo into something it never purported to be. We saw similar issues with anti- pulseaudio or systemd people who thought Slackware was also anti, simply because they didn't have it in the distro at the time they were looking for anti distros. Then pulseaudio was added in the development of 14.2 and then some excerpts of systemd were added in the development of 15.0 (logind and maybe others?). Many complaints ensued on LQ. Turns out Slackware just preferred to stay away until swimming upstream became unworth the effort. People then had to realize that Slackware's philosophies may not match their own and figure out if they were willing to still use it. Some left, some stayed. It's the nature of the beast. As of right now, SBo chooses to mirror their repo on GitHub and GitLab to make it easier for maintainers to submit updates and to manage build testing. SBo itself is free to download and distribute, which means users might then upload it to GitHub themselves, even if SBo stops using it. Licenses for scripts are required to be open source and allow modification and distribution, so as soon as a maintainer submits it to SBo, it's out there legally for anyone to review, including LLMs. If this isn't something you're ok with, that's fine, but it seems unlikely SBo admins will lock down the repo, and even if they do, there are likely many people that will still mirror it to GitHub and other code repos. If that means you're not willing to maintain packages, then the community will have one less potential maintainer... but there might be many more that are willing to maintain with the ability to use GitHub for PRs. It's how I started, and I now maintain almost 200 packages. I'm glad they offer GitHub and have utilized the CI and @sbo-bot to build scripts before approval and allow mass builds to check for broken scripts. It's massively improved the stability of SBo, and I imagine it's greatly simplified the efforts of the admins to test all the scripts. I hope you'll stick around, but will understand if you don't. Best of luck in whatever way forward you decide! Jeremy On Mon, Aug 18, 2025, 11:04?PM Shahab Vahedi via SlackBuilds-users < slackbuilds-users at slackbuilds.org> wrote: > Aug 19, 2025, Alexander Grotewohl: > > > Github isn't stealing anything from us. If anything, they're a high > ranking search result that points people toward Slackbuilds and Slackware > use in general. > > With respects, that's the sort of sensationalism I was referring to > earlier. I did not get to know about Slackware or Slackbuils.org because it > appeared on Google's super cool ranking. > > > -Shahab > _______________________________________________ > 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 Tue Aug 19 07:06:37 2025 From: urchlay at slackware.uk (B. Watson) Date: Tue, 19 Aug 2025 03:06:37 -0400 (EDT) Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: On Mon, 18 Aug 2025, Jeremy Hansen wrote: > If this isn't something you're ok with, that's fine, but it seems > unlikely SBo admins will lock down the repo, and even if they do, > there are likely many people that will still mirror it to GitHub and > other code repos. This. Before SBo itself ever used github, random package maintainers cloned our repo to github, for their own use (ease of tracking their own changes). We never made a rule against it, and if we had, we would have had no way to enforce it. Personally I agree with the anti-github sentiment. I never trusted it, and never use it beyond downloading tarballs or cloning repos from it. I never created a user account there. But I don't see a way to keep our code off github, since anyone on the planet can create a github account and clone our repo from git.slackbuilds.org. That's how git was intended work. From list+sbo at vahedi.org Tue Aug 19 07:27:56 2025 From: list+sbo at vahedi.org (Shahab Vahedi) Date: Tue, 19 Aug 2025 07:27:56 +0000 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: Jeremy, I'd like to avoid turning this thread into something long-winded that its usefulness would be open to interpretation. With that in mind, I pointed a few things below to wrap this up. August 19, 2025 Jeremy Hansen wrote: > With respect, you're trying to make SBo into something it never purported > to be. That is not the intention. Jay took the courage and mentioned something that bothered them, and I wanted to share on the mailing list that they are not the only one. Of course the owners and maintainers are entitled to opt for what they consider to be the right course of actions. > As of right now, SBo chooses to mirror their repo on GitHub and GitLab to > make it easier for maintainers to submit updates and to manage build > testing. That's a valid point! I wanted to check if there's a will to switch if another alternative existed. Surely, at the beginning, that alternative won't be as mature as the current solutions, because every new thing has to go through infancy to reach a stable phase. > SBo itself is free to download and distribute, which means users > might then upload it to GitHub themselves, even if SBo stops using it. > Licenses for scripts are required to be open source and allow modification > and distribution, so as soon as a maintainer submits it to SBo, it's out > there legally for anyone to review, including LLMs. > ... > many people that will still mirror it to GitHub and other code repos. That is not the point of my discussion. People can do whatever they want. What matters to me is the way of working that SlackBuilds.Org suggests. > If this isn't something you're ok with, that's fine, but it seems unlikely > ... > If that means you're not willing to maintain packages, then the community > will have one less potential maintainer... but there might be many more > ... > I hope you'll stick around, but will understand if you don't. It takes more than this topic and 3 nudges in an email to leave. This community has helped me in my day-to-day endeavours and I'd like to contribute back, as long as it is wanted and allowed. > will have one less potential maintainer... "active" maintainer! Although, it is not as large as yours. > I'm glad they offer GitHub and have utilized the CI and @sbo-bot to build > scripts before approval and allow mass builds to check for broken scripts. > It's massively improved the stability of SBo, and I imagine it's greatly > simplified the efforts of the admins to test all the scripts. Again, a very valid point! If there'll ever be a will to move something else with the same criteria, I'd be glad to help the transition. -Shahab From korgie at gmail.com Tue Aug 19 08:04:13 2025 From: korgie at gmail.com (korgman) Date: Tue, 19 Aug 2025 11:04:13 +0300 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: <7a760b2c-7b28-4d93-a116-089c894bf159@gmail.com> On 8/19/25 08:05, Shahab Vahedi via SlackBuilds-users wrote: > I don't buy into this "it's happening eveywhere. First: I agree with you. AI usage of data is unethical. It's not "it's happening everywhere" It's: "you can't stop it." 1. If something is public, it's public for all. For the good guys and the bad guys. 2. Irrelevant: SlackBuilds are not sophisticated. Writing them is painful and time-consuming. AI cannot learn much from them. 3. One way to stop AI from scraping SlackBuilds is to have a password on SlackBuilds.org. This is, of course, absurd, as AI would still scrape data from a SlackBuilds.org user. I am sure the data is already scrapped.They have illegally scraped terabytes of books via torrent. https://www.youtube.com/watch?v=UE0A71JzizI 4. Only in a utopia, if AI were run by only by states with transparency (don't laugh I wrote: 'in a utopia'), we could see the training data, etc. Since they are private companies, it's almost impossible to tell them to respect robots.txt. 5. Another 'solution' (it's not for many reasons) is to ban ip's from AI's. see: 3. I had excluded AI from my site and a) The already scraped b) they ignore it c) they can fake a web crawler d) after months I was thinking? Why? So the AI cannot have my worldview? From list+gdb at vahedi.org Tue Aug 19 07:25:05 2025 From: list+gdb at vahedi.org (Shahab Vahedi) Date: Tue, 19 Aug 2025 07:25:05 +0000 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: <99bb6cd909142b296e86f8083ffd477502f8883b@vahedi.org> Jeremy, I'd like to avoid turning this thread into something long-winded that its usefulness would be open to interpretation. With that in mind, I pointed a few things below to wrap this up. August 19, 2025 Jeremy Hansen wrote: > With respect, you're trying to make SBo into something it never purported > to be. That is not the intention. Jay took the courage and mentioned something that bothered them, and I wanted to share on the mailing list that they are not the only one. Of course the owners and maintainers are entitled to opt for what they consider to be the right course of actions. > As of right now, SBo chooses to mirror their repo on GitHub and GitLab to > make it easier for maintainers to submit updates and to manage build > testing. That's a valid point! I wanted to check if there's a will to switch if another alternative existed. Surely, at the beginning, that alternative won't be as mature as the current solutions, because every new thing has to go through infancy to reach a stable phase. > SBo itself is free to download and distribute, which means users > might then upload it to GitHub themselves, even if SBo stops using it. > Licenses for scripts are required to be open source and allow modification > and distribution, so as soon as a maintainer submits it to SBo, it's out > there legally for anyone to review, including LLMs. > ... > many people that will still mirror it to GitHub and other code repos. That is not the point of my discussion. People can do whatever they want. What matters to me is the way of working that SlackBuilds.Org suggests. > If this isn't something you're ok with, that's fine, but it seems unlikely > ... > If that means you're not willing to maintain packages, then the community > will have one less potential maintainer... but there might be many more > ... > I hope you'll stick around, but will understand if you don't. It takes more than this topic and 3 nudges in an email to leave. This community has helped me in my day-to-day endeavours and I'd like to contribute back, as long as it is wanted and allowed. > will have one less potential maintainer... "active" maintainer! Although, it is not as large as yours. > I'm glad they offer GitHub and have utilized the CI and @sbo-bot to build > scripts before approval and allow mass builds to check for broken scripts. > It's massively improved the stability of SBo, and I imagine it's greatly > simplified the efforts of the admins to test all the scripts. Again, a very valid point! If there'll ever be a will to move something else with the same criteria, I'd be glad to help the transition. -Shahab From urchlay at slackware.uk Tue Aug 19 08:57:33 2025 From: urchlay at slackware.uk (B. Watson) Date: Tue, 19 Aug 2025 04:57:33 -0400 (EDT) Subject: [Slackbuilds-users] Dropping a few packages In-Reply-To: <87o6sfrx6w.fsf@Baldr.vingolf.info> References: <87o6sfrx6w.fsf@Baldr.vingolf.info> Message-ID: <1498891e-c89e-9d81-9b47-f390831b8922@slackware.uk> On Sat, 16 Aug 2025, Tonus via SlackBuilds-users wrote: > Shall I commit the changes MAINTAINER="orphaned (no maintainer)" via > github ? Yes, if you haven't already. Thanks. From andrew.clemons at gmail.com Tue Aug 19 12:52:49 2025 From: andrew.clemons at gmail.com (Andrew Clemons) Date: Tue, 19 Aug 2025 21:52:49 +0900 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: On 2025-08-19 07:05:36 +0200, slackbuilds-users at slackbuilds.org wrote: > [...] To close the loop on the questions: > But seriously, why is GitHub used? Is it because that it's gratis or > have some sort of CI? I for one am willing to donate and/or contribute > for setting up a CI on a federated server. Although I don't have much > experience in that area yet. It's just a mirror. The canonical git repo is always git.slackbuilds.org. As far CI, I run the build box that we use to verify weekly submissions. It's my machine that I pay for and it?s running Slackware (and Jenkins LTS which I maintain on slackbuilds.org?). It doesn't care which git repo has the change to build. For my own submissions, I most often simply push them to my branch on git.slackbuilds.org then trigger a build from the Jenkins rest api. That checks out my branch there and then sends an email with the build result and sbopkglint output some time later. Maintainers can open PRs on the github mirror. For this, I also run a lambda function (running slackware of course) in my AWS account which operates as a webhook. Willy or whoever can comment on the PR and the lambda triggers my Jenkins to build the package, this time checking out the PR from github instead. Instead of emailing the results, it posts them as a comment on the PR. Other maintainers open MRs on the gitlab mirror. Another lambda operates as a webhook for it, receiving comments on the MR which triggers my Jenkins to build the package, checking out the code from gitlab instead, posting the results as a comment on the MR. If Willy or someone one day makes a codeberg mirror or something else, I'll probably setup a web hook there to do the same thing. Why is there a github or gitlab mirror? Some people find it convenient to submit updates through a PR/MR workflow instead of zipping up a tarball and uploading it. Plenty of maintainers still do that and that will always be possible. As far as the tarball submissions, to simplify reviewing the diffs and triggering builds for each while keeping track of failures, we have two scripts to open PRs/MRs for each submission and automatically trigger builds for them. They are in my repo here?. Willy does all the hard work here every week and I think he finds working on github PRs most convenient, so they usually end up getting opened as PRs and checked there. The changes will end up on github or gitlab after the public update anyway when the mirrors are synced. We could just stack the diffs one one of our branches on git.slackbuilds.org and trigger the builds on Jenkins through the rest api with a similar script, but Willy would then have to sort through the emails, rebase and drop commits for failed builds, keeping track of the status of each submissino etc. I defer to him for what is most efficient for him to churn through all the submissions every week. I've just tried to build some tooling to make it as simple as possible. Happy to answer any other questions related if I can. Cheers, Andrew ? https://slackbuilds.org/repository/15.0/system/jenkins/ ? https://codeberg.org/aclemons/sbo-bot/src/branch/master/bin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From erich.public at protonmail.com Tue Aug 19 14:16:04 2025 From: erich.public at protonmail.com (Erich Ritz) Date: Tue, 19 Aug 2025 14:16:04 +0000 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: On Tuesday, August 19th, 2025 at 7:54 AM, Andrew Clemons wrote: > > > > As far CI, I run the build box that we use to verify weekly submissions. > It's my machine that I pay for and it?s running Slackware (and Jenkins > LTS which I maintain on slackbuilds.org?). It doesn't care which git > repo has the change to build. For which we thank you! > > Maintainers can open PRs on the github mirror. For this, I also run a > lambda function (running slackware of course) in my AWS account which > operates as a webhook. Willy or whoever can comment on the PR and the > lambda triggers my Jenkins to build the package, this time checking out > the PR from github instead. Instead of emailing the results, it posts > them as a comment on the PR. > > Other maintainers open MRs on the gitlab mirror. Another lambda operates > as a webhook for it, receiving comments on the MR which triggers my > Jenkins to build the package, checking out the code from gitlab instead, > posting the results as a comment on the MR. > >From admins perspective, is gitlab just as easy to use as github? I originally used gitlab, but then switched to github when you set up the automated testing (to make it easier for admins). I would slightly prefer to use gitlab, but my desire to make admins' jobs easier is stronger. Your paragraph above indicates to me that workload on admins is similar for gitlab and github. > _______________________________________________ > 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 willysr at slackbuilds.org Tue Aug 19 14:58:57 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Tue, 19 Aug 2025 21:58:57 +0700 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> Message-ID: <6d83c8dd-f0b1-4b87-a8fa-75c4eb885251@slackbuilds.org> > From admins perspective, is gitlab just as easy to use as github? I originally used gitlab, but then switched to github when you set up the automated testing (to make it easier for admins). I would slightly prefer to use gitlab, but my desire to make admins' jobs easier is stronger. Your paragraph above indicates to me that workload on admins is similar for gitlab and github. both are the same, but i tends to use github more than gitlab it's just personal preference -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From list+sbo at vahedi.org Wed Aug 20 07:39:28 2025 From: list+sbo at vahedi.org (Shahab Vahedi) Date: Wed, 20 Aug 2025 07:39:28 +0000 Subject: [Slackbuilds-users] stop mirroring to github~ In-Reply-To: <6d83c8dd-f0b1-4b87-a8fa-75c4eb885251@slackbuilds.org> References: <864060de-3711-3142-9ae2-5cd62a0cab6@slackware.uk> <1b2949b0-e6c3-41e7-8f5e-7a734b1d3198@vahedi.org> <6d83c8dd-f0b1-4b87-a8fa-75c4eb885251@slackbuilds.org> Message-ID: Andrew, Thank you for your elaborate response. That explains everything I needed to know. August 19, Andrew Clemons wrote: > On 2025-08-19 07:05:36 +0200, slackbuilds-users at slackbuilds.org wrote: > > ...Willy does all the hard work > here every week and I think he finds working on github PRs most > convenient, so they usually end up getting opened as PRs and checked > there. The changes will end up on github or gitlab after the public > update anyway when the mirrors are synced. August 19, Willy Sudiarto Raharjo wrote: > ...i tends to use github more than gitlab > it's just personal preference This settles it for me. If Willy, and other gate-keepers, prefer it this way, unless I could offer them a better alternative, I keep it to myself. -Shahab From mm at dorfdsl.de Wed Aug 20 18:44:06 2025 From: mm at dorfdsl.de (Marco Moock) Date: Wed, 20 Aug 2025 20:44:06 +0200 Subject: [Slackbuilds-users] Who is writing ? In-Reply-To: References: <25D2ADA0-D0E8-47A1-ADCE-208A37DFFB1C@free.fr> Message-ID: <20250820204406.224352b7@ryz.dorfdsl.de> Am 18.08.2025 um 13:39:27 Uhr schrieb Jay Lanagan via SlackBuilds-users: > You?re not the only one! Every time I see this j@ email appear, I > think my server got hacked but it?s not me, it?s another j@ email > address. ?? That is sender rewriting to make DKIM valid if the list software changed the content (edited Subject and appended footer). -- Gru? Marco Send unsolicited bulk mail to 1755517167muell at cartoonies.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: Digitale Signatur von OpenPGP URL: From willysr at slackbuilds.org Sat Aug 23 14:19:07 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 23 Aug 2025 21:19:07 +0700 Subject: [Slackbuilds-users] Updates - 20250823.1 Message-ID: Sat Aug 23 13:53:12 UTC 2025 academic/Gridcoin-Research: Updated for version 5.4.9.0 academic/boinc: Updated for version 8.2.4 accessibility/ydotool: Fix README typo. audio/sonic-visualiser: Add note to self (no code changes). audio/sooperlooper: Updated for version 1.7.9. desktop/AppStream: Update for 1.0.3 desktop/SiriKali: Updated for version 1.8.3. desktop/murrine: Update URL. desktop/ncpamixer: Update for version 1.3.10 and correct maintainer email desktop/vinagre: fix README development/SQLAlchemy: Updated for version 2.0.43. development/astyle: Updated for version 3.6.12. development/bruno: Updated for version 2.9.1. development/composer: Updated for version 2.8.11 development/fortitude-bin: Updated for version 0.7.4 development/gitify-bin: Updated for version 6.6.0 development/gitnuro: Added (Git multiplatform client). development/global: Updated for version 6.6.14 development/ispc: Set -j1 to make development/jupyter_server: Update for 2.17.0 development/kotlin: Updated for version 2.2.10. development/mold: Updated for version 2.40.4. development/nodejs: Updated for version 20.19.4. development/poedit: Updated for version 3.7. development/protobuf3: Updated for version 32.0. development/rgbds: Updated for version 0.9.4. development/sourcegit: Updated for version 2025.31 development/vscodium: Updated for version 1.103.15539. development/webstorm: Updated for version 2025.2. development/witsy: Updated for version 2.13.1 development/yaegi: Added (Go Interpreter). games/jg-bsnes: Updated for version 2.0.2. games/jg-geolith: Updated for version 0.2.2. games/jg-melonds: Updated for version 1.0.0. games/jg-sameboy: Updated for version 1.0.2. games/nestopia: Updated for version 1.53.2. games/pysolfc-extra-cardsets: Updated for version 3.1. games/pysolfc: Updated for version 3.4.0. games/wesnoth: Updated for version 1.18.5 gis/GMT: Updated for version 6.6.0. graphics/swappy: Updated for version 1.7.1. ham/Xastir: Update deps. ham/fbb: Added (F6FBB BBS Software). ham/hamclock: Updated for version 4.20. ham/satdump: Updated for version 20250823.943de7df. ham/sdrpp: Updated for version 20250823.5d9f6dc3. libraries/LucenePlusPlus: Disable linking to boost::system. libraries/exiftool: Fix download link. libraries/gtksourceview: Update URL. libraries/libaacs: Updated for version 0.11.1 libraries/libbdplus: Updated for version 0.2.0 libraries/libdc1394: Updated for version 2.2.7 libraries/libde256: README updated and update for version 1.0.16 libraries/python3-ruamel.yaml: Updated for version 0.18.15. misc/autofirma: Updated for version 1.9. misc/balena-etcher-bin: Fix exec command misc/bitwarden-desktop: updated for 2025.3.1 (reverted to a glibc compliant version for Slackware 15.0) misc/open-simh: Updated for version 20250817_c20b391 multimedia/HandBrake: Add missed patch file multimedia/aegisub: Remove dependency on boost:system multimedia/w_scan_cpp: Update VDR. network/AdGuardHome: Updated for version 0.107.65. network/abdownloadmanager-bin: Updated for version 1.6.10 network/brave-browser: update 1.81.136 network/chawan: Added (TUI Web). network/copyparty: Updated for version 1.19.1. network/gallery-dl: Updated for version 1.30.3. network/isync: Updated for version 1.5.1. network/librewolf: Updated for version 142.0_1 network/mailspring: Updated for version 1.16.0 network/microsoft-edge: Updated for version 139.0.3405.102. network/mumble-server: Fixed/removed dangling directories network/noss: Updated for version 1.07. network/tor-browser: Updated for version 14.5.6. network/vivaldi: Updated for version 7.5.3735.64. network/waterfox: Updated for version 6.6.1 network/yle-dl: Updated for version 20250730. network/yt-dlp: Updated for version 2025.08.20. network/zoom-linux: Updated for version 6.5.10.3973 office/Joplin: Fix script. office/LibreOffice: Updated for version 25.8.0.4 office/hunspell-french: Added (French spelling dictionaries). office/hunspell-russian-aot: Added (Russian AOT spellchecking dict). office/hunspell-russian-kliukvin: Added (Russian Hunspell dict). office/hunspell-russian-lebedev: Added (Russian spellchecking dictionary). office/hunspell-russian-wiktionary: Added (Russian dictionary addons). office/ispell-dict-russian-lebedev: make lebedev default office/libreoffice-helppack: Updated for version 25.8.0. office/libreoffice-langpack: Updated for version 25.8.0. office/libreoffice: Updated for version 25.8.0. office/novelWriter: Update script. office/trello-cli: orphaned - dropped by maintainer perl/perl-Net-Curl: Updated for version 0.58. python/Flask: Updated for version 3.1.2. python/feedgenerator: Updated for version 2.2.1. python/python3-bitarray: Updated for version 3.6.1. python/python3-build: Updated for version 1.3.0. python/python3-gTTS: Added (Python module for TTS API). python/python3-json5: Updated for version 0.12.1. python/python3-jsonschema: Updated for version 4.25.1. python/python3-markdown-it-py: README update. python/python3-meson-opt: Updated for version 1.8.4. python/python3-narwhals: Update for 2.1.2 python/python3-rich: Updated for version 14.1.0. python/python3-trove-classifiers: Updated for version 2025.8.6.13. python/python3-types-python-dateutil: Update for 20250822 python/python3-ujson: Updated for version 5.11.0. ruby/3llo: orphaned - dropped by maintainer ruby/tty-prompt: orphaned - dropped by maintainer system/bottom: Updated for version 0.11.1. system/btop: Updated for version 1.4.4. system/docker-compose: Updated for version 2.39.2 system/fastfetch: Updated for version 2.50.2. system/fzf-bin: Updated for version 0.65.1. system/gcn64tools: Updated for version 2.1.31. system/jenkins: Updated README with supports JDK versions. system/kmscon: Updated for version 9.1.0. system/limine: Updated for version 9.6.1 system/mongo-tools: Updated for version 100.13.0. system/mpollux-digisign-client: Updated for version 4.3.4. system/netdata: Updated for version 2.6.2. system/nvidia-kernel: add nvidia-peermem.ko module. system/polychromatic: Updated for version 0.8.8. system/postgresql15: Updated for version 15.14. system/postgresql16: Updated for version 16.10. system/postgresql17: Updated for version 17.6. system/postgresql: Updated for version 14.19. system/qman: Added (man page viewer). system/st: Updated for version 0.9.3. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From mitkomhalo at gmail.com Sat Aug 23 16:46:16 2025 From: mitkomhalo at gmail.com (Dimitar Radostinov) Date: Sat, 23 Aug 2025 19:46:16 +0300 Subject: [Slackbuilds-users] grub-2.14-x86_64-1efi Message-ID: For some unknown reason I can't upload it to slackbuild and decided to write to you. I took the source code from https://sources.debian.org/src/grub2/2.14~git20250718.0e36779-1 and adapted it for slackware 15 current. I'm using 15 on my laptop and it's working flawlessly for now. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: grub-efi.SlackBuild Type: application/octet-stream Size: 1185 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: slack-desc Type: application/octet-stream Size: 409 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: grub-2.14.tar.xz Type: application/x-compressed Size: 6544448 bytes Desc: not available URL: From sbo at linuxgalaxy.org Mon Aug 25 01:54:06 2025 From: sbo at linuxgalaxy.org (KB_SBo) Date: Mon, 25 Aug 2025 01:54:06 +0000 Subject: [Slackbuilds-users] grub-2.14-x86_64-1efi In-Reply-To: References: Message-ID: <0eac0f62-c590-4de4-9255-f2800e575141@linuxgalaxy.org> On 8/23/25 09:46, Dimitar Radostinov wrote: > For some unknown reason I can't upload it to slackbuild and decided to > write to you. I took the source code from https://sources.debian.org/ > src/grub2/2.14~git20250718.0e36779-1 grub2/2.14~git20250718.0e36779-1> and adapted it for slackware 15 > current. I'm using 15 on my laptop and it's working flawlessly for now. > Hello, grub2 is already in Slackware-15, although an older version. Slackbuilds.org is for software that is NOT in the main Slackware tree. You can't submit a buildscript or a version update for a package that is already included in Slackware. If you want 15.0 to have a newer version of grub2, create a post on Linuxquestions.org giving the reasons you think an upgrade is needed (features, compatibility, security, etc.). The Slackware team will see the post and may consider the upgrade. -kb From willysr at slackbuilds.org Mon Aug 25 02:08:21 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 25 Aug 2025 09:08:21 +0700 Subject: [Slackbuilds-users] new slpkg-5.4.1 build and runtime errors In-Reply-To: <2f63cf80-f053-45a9-8272-b6aef2f0eed8@linuxgalaxy.org> References: <2f63cf80-f053-45a9-8272-b6aef2f0eed8@linuxgalaxy.org> Message-ID: <3e1d4c2c-8338-41d4-bc24-3951766fd8c4@slackbuilds.org> > on both my main Slackware64-15.0 multilib and the clean qemu VM > Sackware64-15.0 (no multilib) I use for Sbo testing, during build of > slpkg-5.4.1 there is any error: has this been patched or fixed yet? -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x3F617144D7238786.asc Type: application/pgp-keys Size: 8363 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From urchlay at slackware.uk Mon Aug 25 05:24:22 2025 From: urchlay at slackware.uk (B. Watson) Date: Mon, 25 Aug 2025 01:24:22 -0400 (EDT) Subject: [Slackbuilds-users] Attn: G. Galdini Message-ID: <3988e7bf-e2a-43fb-7cf0-7547b36aa3ff@slackware.uk> G. Galdini, are you monitoring this list? I tried to email you at dioniso at disroot.org, about one of your slackbuilds, and got "no such user" from the disroot.org mail server. If you're here, perhaps with a different email address, please reply to this message. Thanks. From willysr at slackbuilds.org Sat Aug 30 02:37:38 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 30 Aug 2025 09:37:38 +0700 Subject: [Slackbuilds-users] Updates - 20250830.1 Message-ID: Sat Aug 30 02:31:35 UTC 2025 audio/ncspot: Updated for version 1.3.1. desktop/bumblebee-status: Updated for version 2.3.0 desktop/dmenu: Updated for version 5.4. desktop/hyfetch: Updated for version 2.0.1. desktop/icewm: Updated for version 3.8.2. desktop/nwg-displays: Updated for version 0.3.26. desktop/vertex-maia-icon-theme: Removed (orphan maintenance, and download link no longer works) development/aws-cdk: Updated for version 2.1026.0. development/aws-cdk: Updated for version 2.1027.0. development/chatgpt_sh: Added (Shell wrapper for AI providers). development/fortitude-bin: Updated for version 0.7.5 development/gcli: Updated for version 2.9.0. development/hugo: Update script. development/ispc: Fix job count parameter to make. development/lm-studio-bin: Updated for version 0.3.24.6 development/mdbook: Prevent double build. development/mongodb-compass: Updated for version 1.46.8. development/php84: Updated for version 8.4.12 development/postman: Updated for version 11.59.5 development/scite: Updated for version 5.5.7. development/vscode-bin: Updated for version 1.103.2. development/vscodium: Updated for version 1.103.25610. games/chocolate-doom: Updated for version 3.1.1. games/hatari: Updated for version 2.6.1. games/protontricks: Version bump to 1.13.0 games/trs80gp: Updated for version 2.5.5. gis/saga-gis: Updated for version 9.9.1. graphics/blender: Version bump to 4.5.2 graphics/swappy: Updated for version 1.8.0. graphics/xviewer: Update for 3.4.12 libraries/xapp: Updated for version 2.8.12 misc/moreutils: Updated for version 0.70 multimedia/HandBrake: Fix compilation on x86 systems multimedia/HandBrake: Version bump to 1.10.1 multimedia/videomass: Updated for version 6.1.18. multimedia/ytdlp-gui: Added (GUI for ytdlp). network/aerc: Updated for version 0.21.0. network/betterbird-bin: Updated for version 140.2.0esr. network/brave-browser: update 1.81.137 network/discord: Version bump to 0.0.106 network/discord: Version bump to 0.0.107 network/dropbox: Updated for version 231.4.5770. network/element-desktop-bin: Updated for version 1.11.110. network/element-desktop: Updated for version 1.11.110. network/floorp-bin: Updated for version 12.1.2. network/jitsi-meet-desktop: Updated for version 2025.8.1 network/kismet: Updated for version 20250823 (cede746). network/microsoft-edge: Updated for version 139.0.3405.125. network/rclone: update 1.71.0 network/slack: Updated for version 4.45.69. network/vidtuber: Updated for version 1.1.6. network/vivaldi: Updated for version 7.5.3735.66. network/waterfox: Updated for version 6.6.2 network/wireshark: Updated for version 4.4.9. network/yt-dlp-bin: Updated for version 2025.08.22, new maintainer. network/yt-dlp: Updated for version 2025.08.22. network/zoom-linux: Updated for version 6.5.11.4015 office/LibreOffice: Updated for version 25.8.1.1 office/ledger-live: Updated for version 2.126.0 office/libreoffice-helppack: Updated for version 25.8.1. office/libreoffice-langpack: Updated for version 25.8.1. office/libreoffice: Updated for version 25.8.1. office/smoffice2024: Updated for version 2024_1226 office/tapecalc: Updated for version 20240916. office/wps-office-dicts: Updated for version 25.8.1.1 python/msgpack-python: Updated for version 1.0.5, new maintainer python/python2-distutils-extra: Added (Python package). python/python3-bech32: Added (reference implementation for Bech32). python/python3-bitarray: Updated for version 3.7.1. python/python3-cachetools: Version bump to 6.2.0 python/python3-distutils-extra: Added (Python package). python/python3-filelock: Version bump to 3.19.1 python/python3-joblib: Version bump to 1.5.2 python/python3-libagent: Added (Hardware-based SSH/GPG/age agent). python/python3-lxml: Version bump to 6.0.1 python/python3-mistune: Update for 3.1.4 python/python3-narwhals: Update for 2.2.0 python/python3-pdm: Version bump to 2.25.9 python/python3-platformdirs: Version bump to 4.4.0 python/python3-rapidfuzz: Version bump to 3.14.0 python/python3-scikit-build-core: Version bump to 0.11.6 python/python3-semver: Added (Python package). python/python3-slacklog: Added (Convert Slackware ChangeLog). python/python3-stevedore: Version bump to 5.5.0 python/python3-trezor-agent: Added (Hardware-based SSH/GPG/age agent). python/python3-typing-extensions: Version bump to 4.15.0 python/python3-virtualenv: Version bump to 20.34.0 python/python3-xcffib: Update for 1.10.0 python/ruff-bin: Added (Python linter). system/86box: Updated for version 5.0. system/android-file-transfer: Updated for version 4.5. system/borgbackup: Updated for version 1.4.1 system/brave-browser-the-latest: Updated for version 1.5 system/google-chrome-the-latest: Updated for version 4.3 system/intel-microcode: Updated for version 20250812 system/lightdm-settings: Update for 2.0.9 system/mongodb: Updated for version 8.0.13. system/netdata: Updated for version 2.6.3. system/nvidia-legacy470-kernel: Add nvidia-peermem.ko module. system/oxker-bin: Updated for version 0.11.1 system/posh: Updated for version 0.14.2. system/sbotest: Updated for version 1.1.1. system/sbotools: Updated for version 3.8.1. system/smenu: Updated for version 1.5.0. system/steam-devices: Added (List of devices Steam and SteamVR). system/tabbed: Updated for version 0.9. system/timeshift: Updated for version 25.07.6 system/usbimager: Added (writes compressed disk images). +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: