From willysr at sbopkg.org Thu Mar 10 17:02:23 2022 From: willysr at sbopkg.org (Willy Sudiarto Raharjo) Date: Fri, 11 Mar 2022 00:02:23 +0700 Subject: [sbopkg-users] sbopkg 0.38.2 Released Message-ID: Hello everyone To anticipate SlackBuilds 15.0 repository, i'm releasing sbopkg 0.38.2 which have full support of SlackBuilds 15.0 repo and delives better performance compared to previous person for both sbopkg and sqg. It has been a great 6 years of development and during this time a lot of new features and modifications have been made and integrated in this tool. Big thanks to everyone who have contributed their ideas, patches, revisions, and support for sbopkg. We expect many new ideas coming up for future releases. You can download the binary package from sbopkg website[1] or github[2] 1: https://sbopkg.org/ 2: https://github.com/sbopkg/sbopkg/ Happy Building -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From j+sbopkg-users at maschinengott.de Fri Mar 11 07:01:24 2022 From: j+sbopkg-users at maschinengott.de (Johannes Georgi) Date: Fri, 11 Mar 2022 08:01:24 +0100 Subject: [sbopkg-users] sbopkg 0.38.2 Released In-Reply-To: References: Message-ID: <220e0672-52b0-eaed-49c5-aa9a942dcb90@maschinengott.de> Hi Willy, first, thanks for your good work developing and maintaining sbopkg. Also thanks to the contributors. I use it almost exclusively when handling SBo packages. I think you should have bumped the version number, as I've been using the pre-release version, as have some others, and it's confusing that the release has the same version and build number and therefore file name, but not the same contents. Given, there is only one line that _functionally_ changed [1], but still. The man page updates are important too. Also, the NEWS.tmp file probably shouldn't be in there and the placeholders at the top of NEWS should obviously have been filled in. Kind regards, j12i [1] diff -ur pre/usr/libexec/sbopkg/sqg/functions release/usr/libexec/sbopkg/sqg/functions --- pre/usr/libexec/sbopkg/sqg/functions 2021-05-21 19:43:09.000000000 +0200 +++ release/usr/libexec/sbopkg/sqg/functions 2022-03-10 17:29:20.000000000 +0100 @@ -216,6 +216,7 @@ local PKG INFOPATH if [ "$ALL" == "yes" ]; then + rm -f $QUEUEDIR/*.sqf printf "Processing all SlackBuilds in the $REPO_SUBPATH repository..." PKGSNEW=($(find "$REPO_DIR" -name "*.info" -print0 | xargs -r0)) else From willysr at sbopkg.org Fri Mar 11 07:19:57 2022 From: willysr at sbopkg.org (Willy Sudiarto Raharjo) Date: Fri, 11 Mar 2022 14:19:57 +0700 Subject: [sbopkg-users] sbopkg 0.38.2 Released In-Reply-To: <220e0672-52b0-eaed-49c5-aa9a942dcb90@maschinengott.de> References: <220e0672-52b0-eaed-49c5-aa9a942dcb90@maschinengott.de> Message-ID: > first, thanks for your good work developing and maintaining sbopkg. Also > thanks to the contributors. I use it almost exclusively when handling > SBo packages. > I think you should have bumped the version number, as I've been using > the pre-release version, as have some others, and it's confusing that > the release has the same version and build number and therefore file > name, but not the same contents. > Given, there is only one line that _functionally_ changed [1], but > still. The man page updates are important too. > Also, the NEWS.tmp file probably shouldn't be in there and the > placeholders at the top of NEWS should obviously have been filled in. Hi Johannes I think i still have some issues with my release script for sbopkg. Hopefully it should be fixed in the future releases. I fixed some issues found in past releases, but that .tmp part slip by. Thanks for noticing that. About the version number, i was planning to stay at 0.38.2, but then i realized some people were asking for a test release for future sbopkg so i provided the package without changing the VERSION because that was the originally planned version number. Sorry if that confused you (and maybe others). -- Willy Sudiarto Raharjo From j+sbopkg-users at maschinengott.de Fri Mar 11 07:51:38 2022 From: j+sbopkg-users at maschinengott.de (Johannes Georgi) Date: Fri, 11 Mar 2022 08:51:38 +0100 Subject: [sbopkg-users] sbopkg 0.38.2 Released In-Reply-To: References: <220e0672-52b0-eaed-49c5-aa9a942dcb90@maschinengott.de> Message-ID: On 11.03.22 08:19, Willy Sudiarto Raharjo wrote: > I think i still have some issues with my release script for sbopkg. > Hopefully it should be fixed in the future releases. The man pages also have placeholders: > man sbopkg.conf The default assignment is: xxxALLOW_MULTIxxx > man sbopkg (only saw it in the footer) SEE ALSO dialog(1), more(1), removepkg(8), rsync(1), sbopkg.conf(5), su(1), upgradepkg(8), vi(1), /usr/doc/sbopkg-xxxVER? SIONxxx/* sbopkg-xxxVERSIONxxx xxxDATExxx SBOPKG(8) :) From 1.41421 at gmail.com Sat Mar 12 21:46:40 2022 From: 1.41421 at gmail.com (Luveh Keraph) Date: Sat, 12 Mar 2022 14:46:40 -0700 Subject: [sbopkg-users] Issue with sbopkg for Slackware 15.0 Message-ID: I have just installed the latest version of sbopkg (0.38.2) under Slackware 15.0, and I have come across the following issue: When I do sqg -a, 3105 SQF files are retrieved. However, the Slackbuilds repository for Slackware 15.0 contains support for more than 8,000 packages. I remember that I had the same problem with the sqg script as shipped in sbopkg 0.38.1. However, in this case the sqg contains the following line: #SKIP_EMPTY=${SKIP_EMPTY:-NO} After uncommenting it, sqg -a would indeed download SQF files for all of the packages in the Slackware 14.2 Slackbuilds repository. This particular variable does not seem to be present in the sqg script in sbopkg 0.38.2. Is it possible to get the 0.38.2 sqg to download SQF files for all the packages in the Slackbuilds repository for Slackware 15.0? -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at sbopkg.org Mon Mar 14 02:05:07 2022 From: willysr at sbopkg.org (Willy Sudiarto Raharjo) Date: Mon, 14 Mar 2022 09:05:07 +0700 Subject: [sbopkg-users] Issue with sbopkg for Slackware 15.0 In-Reply-To: References: Message-ID: > I have just installed the latest version of sbopkg (0.38.2) under Slackware > 15.0, and I have come across the following issue: > > When I do sqg -a, 3105 SQF files are retrieved. However, the Slackbuilds > repository for Slackware 15.0 contains support for more than 8,000 > packages. I remember that I had the same problem with the sqg script as > shipped in sbopkg 0.38.1. However, in this case the sqg contains the > following line: > > #SKIP_EMPTY=${SKIP_EMPTY:-NO} > > After uncommenting it, sqg -a would indeed download SQF files for all of > the packages in the Slackware 14.2 Slackbuilds repository. > > This particular variable does not seem to be present in the sqg script in > sbopkg 0.38.2. > > Is it possible to get the 0.38.2 sqg to download SQF files for all the > packages in the Slackbuilds repository for Slackware 15.0? I think SKIP_EMPTY is now removed in 0.38.2 the reason is that empty queue means that the script (or package) does not need any other dependencies or it has been shipped by Slackware, so it's a standalone package. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From lockywolf at gmail.com Mon Mar 14 02:27:58 2022 From: lockywolf at gmail.com (Vladimir Nikishkin) Date: Mon, 14 Mar 2022 10:27:58 +0800 Subject: [sbopkg-users] -V option is treated no like in --help (was Re: sbopkg 0.38.2 Released) In-Reply-To: References: Message-ID: <87bky9b74h.fsf@laptop.lockywolf.net> Hello, and thank you for the restless work! I have a small issue to report. The --help is claiming that -V should work like this: #+begin_example Set the repository/branch. The repo is optional and, if not given, sbopkg will try to make the best match, starting with the default repo. #+end_example Indeed, listing the repos returns: #+begin_example SBo/15.0 (SBo repository for Slackware 15.0) SBo/14.2 (SBo repository for Slackware 14.2) SBo/14.1 (SBo repository for Slackware 14.1) SBo/14.0 (SBo repository for Slackware 14.0) SBo/13.37 (SBo repository for Slackware 13.37) SBo/13.1 (SBo repository for Slackware 13.1) SBo/13.0 (SBo repository for Slackware 13.0) SBo/12.2 (SBo repository for Slackware 12.2) SBo/12.1 (SBo repository for Slackware 12.1) SBo/12.0 (SBo repository for Slackware 12.0) SBo/11.0 (SBo repository for Slackware 11.0) local/local (default local repository) SBo-git/current (UNSUPPORTED SBo git repository for -current) SBo/master (SBo master git branch) #+end_example However, issuing: ~sbopkg -V SBo~ (SBo being the repo, and with no optional tag) returns an error: #+begin_example Unknown repository name -- "SBo" #+end_example Is tag autodetection working at the moment? -- Lockywolf Willy Sudiarto Raharjo writes: > [[PGP Signed Part:Undecided]] > Hello everyone > > To anticipate SlackBuilds 15.0 repository, i'm releasing sbopkg 0.38.2 > which have full support of SlackBuilds 15.0 repo and delives better > performance compared to previous person for both sbopkg and sqg. > > It has been a great 6 years of development and during this time a lot of > new features and modifications have been made and integrated in this > tool. Big thanks to everyone who have contributed their ideas, patches, > revisions, and support for sbopkg. We expect many new ideas coming up > for future releases. > > You can download the binary package from sbopkg website[1] or github[2] > > 1: https://sbopkg.org/ > 2: https://github.com/sbopkg/sbopkg/ > > Happy Building -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop) From 1.41421 at gmail.com Mon Mar 14 12:59:44 2022 From: 1.41421 at gmail.com (Luveh Keraph) Date: Mon, 14 Mar 2022 06:59:44 -0600 Subject: [sbopkg-users] sbopkg-users Digest, Vol 50, Issue 1 In-Reply-To: References: Message-ID: That's a shame: being able to set things so that the queues directory is populated with SQF files for all the packages in Slackbuilds is of use to me. Well, at least there is a simple way around it: in /usr/libexec/sbopkg/sqg/sqg-build-queuefile one can change if [[ ! -z $REQUIRES ]]; then build_queuefile "$REPO_DIR" "$QUEUEDIR" "$PRGNAM" "$CUSTOM_QUEUE" fi to read # if [[ ! -z $REQUIRES ]]; then build_queuefile "$REPO_DIR" "$QUEUEDIR" "$PRGNAM" "$CUSTOM_QUEUE" # fi On Sun, Mar 13, 2022 at 8:05 PM wrote: > > Date: Sat, 12 Mar 2022 14:46:40 -0700 > From: Luveh Keraph <1.41421 at gmail.com> > To: sbopkg-users at sbopkg.org > Subject: [sbopkg-users] Issue with sbopkg for Slackware 15.0 > Message-ID: > < > CAFy1yb2NnHLE3_cT+cNObCB82Fk0Rm+CJbkZX_VtV_Fq1dJXKg at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > I have just installed the latest version of sbopkg (0.38.2) under Slackware > 15.0, and I have come across the following issue: > > When I do sqg -a, 3105 SQF files are retrieved. However, the Slackbuilds > repository for Slackware 15.0 contains support for more than 8,000 > packages. I remember that I had the same problem with the sqg script as > shipped in sbopkg 0.38.1. However, in this case the sqg contains the > following line: > > #SKIP_EMPTY=${SKIP_EMPTY:-NO} > > After uncommenting it, sqg -a would indeed download SQF files for all of > the packages in the Slackware 14.2 Slackbuilds repository. > > This particular variable does not seem to be present in the sqg script in > sbopkg 0.38.2. > > Is it possible to get the 0.38.2 sqg to download SQF files for all the > packages in the Slackbuilds repository for Slackware 15.0? > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://sbopkg.org/pipermail/sbopkg-users/attachments/20220312/f5e27892/attachment-0001.htm > > > > ------------------------------ > > Message: 9 > Date: Mon, 14 Mar 2022 09:05:07 +0700 > From: Willy Sudiarto Raharjo > To: sbopkg-users at sbopkg.org > Subject: Re: [sbopkg-users] Issue with sbopkg for Slackware 15.0 > Message-ID: > Content-Type: text/plain; charset="utf-8" > > > I have just installed the latest version of sbopkg (0.38.2) under > Slackware > > 15.0, and I have come across the following issue: > > > > When I do sqg -a, 3105 SQF files are retrieved. However, the Slackbuilds > > repository for Slackware 15.0 contains support for more than 8,000 > > packages. I remember that I had the same problem with the sqg script as > > shipped in sbopkg 0.38.1. However, in this case the sqg contains the > > following line: > > > > #SKIP_EMPTY=${SKIP_EMPTY:-NO} > > > > After uncommenting it, sqg -a would indeed download SQF files for all of > > the packages in the Slackware 14.2 Slackbuilds repository. > > > > This particular variable does not seem to be present in the sqg script in > > sbopkg 0.38.2. > > > > Is it possible to get the 0.38.2 sqg to download SQF files for all the > > packages in the Slackbuilds repository for Slackware 15.0? > > I think SKIP_EMPTY is now removed in 0.38.2 > the reason is that empty queue means that the script (or package) does > not need any other dependencies or it has been shipped by Slackware, so > it's a standalone package. > > > -- > Willy Sudiarto Raharjo > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: OpenPGP_signature > Type: application/pgp-signature > Size: 840 bytes > Desc: OpenPGP digital signature > URL: < > http://sbopkg.org/pipermail/sbopkg-users/attachments/20220314/44e561a7/attachment.asc > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > sbopkg-users mailing list > sbopkg-users at sbopkg.org > https://sbopkg.org/mailman/listinfo/sbopkg-users > > > ------------------------------ > > End of sbopkg-users Digest, Vol 50, Issue 1 > ******************************************* > -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at sbopkg.org Mon Mar 14 16:32:30 2022 From: willysr at sbopkg.org (Willy Sudiarto Raharjo) Date: Mon, 14 Mar 2022 23:32:30 +0700 Subject: [sbopkg-users] -V option is treated no like in --help (was Re: sbopkg 0.38.2 Released) In-Reply-To: <87bky9b74h.fsf@laptop.lockywolf.net> References: <87bky9b74h.fsf@laptop.lockywolf.net> Message-ID: <6a7f57aa-0387-45e0-399d-15067fde5f40@sbopkg.org> > Hello, and thank you for the restless work! > > I have a small issue to report. > > The --help is claiming that -V should work like this: > #+begin_example > Set the repository/branch. The repo is optional and, if > not given, sbopkg will try to make the best match, > starting with the default repo. > #+end_example > > Indeed, listing the repos returns: > > #+begin_example > SBo/15.0 (SBo repository for Slackware 15.0) > SBo/14.2 (SBo repository for Slackware 14.2) > SBo/14.1 (SBo repository for Slackware 14.1) > SBo/14.0 (SBo repository for Slackware 14.0) > SBo/13.37 (SBo repository for Slackware 13.37) > SBo/13.1 (SBo repository for Slackware 13.1) > SBo/13.0 (SBo repository for Slackware 13.0) > SBo/12.2 (SBo repository for Slackware 12.2) > SBo/12.1 (SBo repository for Slackware 12.1) > SBo/12.0 (SBo repository for Slackware 12.0) > SBo/11.0 (SBo repository for Slackware 11.0) > local/local (default local repository) > SBo-git/current (UNSUPPORTED SBo git repository for -current) > SBo/master (SBo master git branch) > #+end_example > > However, issuing: ~sbopkg -V SBo~ (SBo being the repo, and with no > optional tag) returns an error: > > #+begin_example > Unknown repository name -- "SBo" > #+end_example > > Is tag autodetection working at the moment? try sbopkg -V SBo/15.0 -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Mon Mar 14 16:35:56 2022 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 14 Mar 2022 23:35:56 +0700 Subject: [sbopkg-users] sbopkg-users Digest, Vol 50, Issue 1 In-Reply-To: References: Message-ID: > That's a shame: being able to set things so that the queues directory is > populated with SQF files for all the packages in Slackbuilds is of use to > me. Well, at least there is a simple way around it: in > /usr/libexec/sbopkg/sqg/sqg-build-queuefile one can change > > if [[ ! -z $REQUIRES ]]; then > build_queuefile "$REPO_DIR" "$QUEUEDIR" "$PRGNAM" "$CUSTOM_QUEUE" > fi > > to read > > # if [[ ! -z $REQUIRES ]]; then > build_queuefile "$REPO_DIR" "$QUEUEDIR" "$PRGNAM" "$CUSTOM_QUEUE" > # fi Well, the idea of queue is to build packages with dependencies. If the package doesn't have dependencies, it will save time to create queue files for those who only have deps. Once we run the weekly updates, you will need to recreate those queue files weekly just to make sure you got the latest queue files -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: