Re: [Slackbuilds-users] Updates - 20220416.1

2022-04-16 Thread Willy Sudiarto Raharjo
> TL;DR:
> 
> posted link = bad
> https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools
> 
> correct link = good
> https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

yeah i accidentally removed them when trying to remove the space before
ending )


-- 
Willy Sudiarto Raharjo


OpenPGP_signature
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@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] THE.SlackBuild

2022-04-16 Thread Richard Narron
I recently submitted a new THE.SlackBuild script that copied
documentation from the install directory like this:

install -m0644 COPYING FAQ HISTORY INSTALL README* TODO \
 $PKG/usr/doc/$PRGNAM-$VERSION

But when it was installed, the first line leaves out the INSTALL document:

install -m0644 COPYING FAQ HISTORY README* TODO \

Here is a patch to correct the installed THE.SlackBuild:

--cut here---
--- a/THE.SlackBuild2022-04-15 22:28:08.632905883 -0700
+++ b/THE.SlackBuild2022-04-14 15:01:39.153193239 -0700
@@ -113,7 +113,7 @@
  $PKG/usr/doc/$PRGNAM-$VERSION/html

 cd $TMP/$PRGNAM-$VERSION
-install -m0644 COPYING FAQ HISTORY README* TODO \
+install -m0644 COPYING FAQ HISTORY INSTALL README* TODO \
  $PKG/usr/doc/$PRGNAM-$VERSION

 # Try to  make the X11 version of THE by using PDCurses (XCurses)
--cut here---

Can you fix it?

Please advise.

Richard Narron
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Updates - 20220416.1

2022-04-16 Thread Slackbuilds
On 4/15/22 22:48, Willy Sudiarto Raharjo wrote:
> Please use sbo-maintainer-tools
> (https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools) to
> test your script before you submit it, either via github/gitlab or
> submission form. It's the same tool we used to check your submissions.

FYI,

Clicking on the link (via Thunderbird -> Firefox) results in

Sorry, that page could not be found on SlackBuilds.org.

However from the main https://slackbuilds.org page, browsing (with 15.0
in drop down list)

repository -> system -> sbo-maintainer-tools

gets to the right place.  The URL in the address bar is the same but has
a trailing /; if I copy that one to a new tab/window it works.  If I
manually copy the posted link above it fails.

TL;DR:

posted link = bad
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools

correct link = good
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

-Ed

___
SlackBuilds-users mailing list
SlackBuilds-users@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] Updates for hostapd, parcellite, qt5ct, yt-dlp, rclone

2022-04-16 Thread Andrew
Hello, people, long time no see.
I started to use slackware again (liveslak, full 15.0 install with patches, 
32-bit).
I have noticed that some of slackbuilds are outdated a little bit, so I want to 
share them as git-format-patch'es (after I read the 
https://slackblogs.blogspot.com/2022/03/how-to-send-patches-to-sbo.html page).
I haven't used hostapd much. If there are any regressions in 2.10, you are free 
to not apply a patch.
About rclone: also haven't used it, just noticed that my platform is 
unsupported and wanted to fix it.
At the time I write this letter I don't see any of this slackbuilds in 
pending/approved.
If there won't be any objections, I will send further updates via this list.
Thank you for attention and sorry for my bad English.

--
Best wishes from Ukraine,
Andrew

0001-network-hostapd-Updated-for-version-2.10.patch
Description: Binary data


0002-desktop-parcellite-Updated-for-version-1.2.1.patch
Description: Binary data


0004-network-yt-dlp-Updated-for-version-2022.04.08.patch
Description: Binary data


0003-desktop-qt5ct-Updated-for-version-1.5.patch
Description: Binary data


0005-network-rclone-Added-support-for-i586.patch
Description: Binary data
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Admins - Question about Brave browser

2022-04-16 Thread Logan Rathbone
On Fri, Apr 15, 2022 at 05:54:56PM EDT, B. Watson wrote:
> On Fri, 15 Apr 2022, Andrew Payne wrote:
> > This slackbuild will adjust MIME settings for Brave. If you
> > wish to retain your current MIME settings, you can remove:
> > 
> > if [ -x /usr/bin/update-mime-database ]; then
> >/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
> > fi
> > 
> > from the doinst.sh file before building.
> > 
> > ++
> > 
> > OR pull the MIME lines out of doinst.sh altogether.
> 
> You should remove the update-mime-database lines from the doinst.sh,
> since they don't do anything anyway, other than waste a bit of time.
> update-mime-database doesn't do what you thought it did...
[snip]
> Basically, the mime database in /usr/share/mime defines MIME types
> like image/png or text/plain. It doesn't have anything to do with user
> preferences (your doinst.sh won't make Brave the default browser)...
[snip]

In case anyone is perusing this list and wondering what *does* set user
preferences for app associations for MIME types pursuant to the XDG
standards, this section of an article on the Arch Wiki provides a good
summary:

https://wiki.archlinux.org/title/XDG_MIME_Applications#mimeapps.list

tldr: it's file called mimeapps.list, looked for in various directories
in a hierarchical fashion.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] waybar submission

2022-04-16 Thread Willy Sudiarto Raharjo
> Hi I can't  re-upload my SB for waybar, it says : "File exists; a
> submission by the name 'waybar' is already pending approval."

you can resubmit now


-- 
Willy Sudiarto Raharjo


OpenPGP_signature
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] couldn't reupload after removing from system

2022-04-16 Thread Willy Sudiarto Raharjo
> I uploaded a slackbuild called chafa but later found that it needed some 
> corrections so I removed it and the dependent slackbuild but when I try to 
> reupload, it  says it is already in the system. I apologize for the 
> inconvenience caused I hope you can help me.

you can resubmit now


-- 
Willy Sudiarto Raharjo


OpenPGP_signature
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@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] waybar submission

2022-04-16 Thread Damian Perticone
Hi I can't  re-upload my SB for waybar, it says : "File exists; a
submission by the name 'waybar' is already pending approval."

best regards!
___
SlackBuilds-users mailing list
SlackBuilds-users@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] couldn't reupload after removing from system

2022-04-16 Thread vijay marcel
Hi,

I uploaded a slackbuild called chafa but later found that it needed some 
corrections so I removed it and the dependent slackbuild but when I try to 
reupload, it  says it is already in the system. I apologize for the 
inconvenience caused I hope you can help me.

regards
Vijay Marcel
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] WebPage Source Code

2022-04-16 Thread Willy Sudiarto Raharjo
> I was talking about the situtation when the script is rejected but the
> submission does not let a new upload saying it is already in the
> pending while it is not listed in the pending.

admins need to remove it from DB which is manual process.
Just send an email to the list and it will be removed.

-- 
Willy Sudiarto Raharjo


OpenPGP_signature
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] WebPage Source Code

2022-04-16 Thread Ozan Türkyılmaz
Cts, 2022-04-16 tarihinde 13:53 +0700 saatinde, Willy Sudiarto Raharjo
yazdı:
> > It's not really about changes needed but other people looking at
> > the
> > source and fixing around. I see a lot of projects put their web
> > page in
> > git repo as well as their program and let people fix bugs etc.
> > Also I see a lot of emails about packages not showing up in pending
> > yet
> > not allowing the submission.
> 
> If people send in proper way, it will showed up in /pending
> Once it's approved, it will be moved to /ready, waiting for public
> update in weekend.
> 
> If things go wrong, it will be rejected and need to be submitted
> again.
> The workflow has been working well so far
> if you remove a submission, then you need to make sure it's not a new
> dependency for another new script that you submit.
> For example you submit new script A which is a new dependency for new
> script B and then A got rejected. You need to remove B first, and
> then A
> or else the system will reject the removal because it will make B
> broken
> without A being approved first.

I was talking about the situtation when the script is rejected but the
submission does not let a new upload saying it is already in the
pending while it is not listed in the pending.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] WebPage Source Code

2022-04-16 Thread Willy Sudiarto Raharjo
> It's not really about changes needed but other people looking at the
> source and fixing around. I see a lot of projects put their web page in
> git repo as well as their program and let people fix bugs etc.
> Also I see a lot of emails about packages not showing up in pending yet
> not allowing the submission.

If people send in proper way, it will showed up in /pending
Once it's approved, it will be moved to /ready, waiting for public
update in weekend.

If things go wrong, it will be rejected and need to be submitted again.
The workflow has been working well so far
if you remove a submission, then you need to make sure it's not a new
dependency for another new script that you submit.
For example you submit new script A which is a new dependency for new
script B and then A got rejected. You need to remove B first, and then A
or else the system will reject the removal because it will make B broken
without A being approved first.



-- 
Willy Sudiarto Raharjo


OpenPGP_signature
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] WebPage Source Code

2022-04-16 Thread Ozan Türkyılmaz
Cts, 2022-04-16 tarihinde 13:38 +0700 saatinde, Willy Sudiarto Raharjo
yazdı:
> > Out of curiosity I am asking, is there any plans to open the web
> > page's
> > source code?
> 
> is there any changes needed?
> 
It's not really about changes needed but other people looking at the
source and fixing around. I see a lot of projects put their web page in
git repo as well as their program and let people fix bugs etc.
Also I see a lot of emails about packages not showing up in pending yet
not allowing the submission.

Regards,
Ozan
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] WebPage Source Code

2022-04-16 Thread Willy Sudiarto Raharjo
> Out of curiosity I am asking, is there any plans to open the web page's
> source code?

is there any changes needed?


-- 
Willy Sudiarto Raharjo


OpenPGP_signature
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@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] WebPage Source Code

2022-04-16 Thread Ozan Türkyılmaz
Hello Admins,

Out of curiosity I am asking, is there any plans to open the web page's
source code?

Regards,
Ozan
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/