Re: [Slackbuilds-users] Unable to build PyQtWebEngine: PyQt5.QtCore import failed

2022-10-22 Thread Dave W
On 23/10/22 06:57,
Wen-Wei Kao  put forth the proposition:
> Hello Dave,
> Thanks for the prompt reply. However after installing python3-Flask-Cors,
> python3-PyQtWebEngine still isn't building. Also
> python3 -c "from aqt import run"
> does not work. I assume it's because anki isn't installed?
> BTW, when I skipped PyQtWebEngine, anki installs but doesn't run, throwing the
> additional error
> Traceback (most recent call last):
>   File "/usr/lib64/python3.9/site-packages/aqt/qt/__init__.py", line 13, in
> 
> import PyQt6
> ModuleNotFoundError: No module named 'PyQt6'
> in addition to the PyQt5.sip error. Could it be that this anki build is
> actually expecting both PyQt5 and PyQt6? Thanks for the help.
> Cheers,
> ltlnx

If you have qt6 installed when you build the list it could be a
problem, but the files in /etc/profile.d/ should set the version to
build against.  I'll take a look at it.

For now the best advice is probably try uninstalling qt6 while you
build the dependencies + anki, then reinstall qt6 again afterwards.

> 在 2022年10月22日 星期六 下午10:38:12 [CST],Dave W 寫道:
> > On 22/10/22 22:01,
> >
> > Wen-Wei Kao  put forth the proposition:
> > > Hello,
> > > I was trying to build anki from SBo, and it has a dependency
> > > "PyQtWebEngine". However when trying to build it, I get the following
> > > error:
> > > Error: Unable to import PyQt5.QtCore. Make sure PyQt5 is installed.
> > > Error: build failed.
> > > A quick search on the net doesn't reveal anything. I tried upgrading pip
> > > and reinstalling the official PyQt5 package, but nothing worked. Has
> > > anyone encountered this error? Thanks in advance.
> > > Cheers,
> > > Wen-Wei Kao (ltlnx)
> >
> > There is a problem that python3-Flask-Cors is missing from the
> > dependencies.  I will add it and let the maintainer know.
> > But it seems to be a different error to yours.
> >
> > The full list of dependencies should now be:
> >
> > protobuf3
> > python3-waitress
> > python-zipp
> > python-importlib_metadata
> > click
> > python3-itsdangerous
> > werkzeug
> > Flask
> > python3-Flask-Cors
> > python3-soupsieve
> > BeautifulSoup4
> > python3-pyrsistent
> > python3-attrs
> > python3-jsonschema
> > decorator
> > send2trash
> > python3-PyQtWebEngine
> >
> > You should be able to verify if it works by:
> >
> > python3 -c "from aqt import run"
> >
> > It will give a warning about orjson missing, but no errors hopefully.
> >
> > Hope this helps.
> >
> > Dave
> >
> > --
> > sbo-maintainer-tools (sbolint, sbopkglint):
> > https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/
> >
> > SBo templates:
> > https://slackbuilds.org/templates/
> >
> > How to format github downloads:
> > https://slackbuilds.org/GITHUB_URLs.txt

Dave

--
sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] Unable to build PyQtWebEngine: PyQt5.QtCore import failed

2022-10-22 Thread Dave W
On 22/10/22 22:01,
Wen-Wei Kao  put forth the proposition:
> Hello,
> I was trying to build anki from SBo, and it has a dependency "PyQtWebEngine".
> However when trying to build it, I get the following error:
> Error: Unable to import PyQt5.QtCore. Make sure PyQt5 is installed.
> Error: build failed.
> A quick search on the net doesn't reveal anything. I tried upgrading pip and
> reinstalling the official PyQt5 package, but nothing worked. Has anyone
> encountered this error? Thanks in advance.
> Cheers,
> Wen-Wei Kao (ltlnx)

There is a problem that python3-Flask-Cors is missing from the
dependencies.  I will add it and let the maintainer know.
But it seems to be a different error to yours.

The full list of dependencies should now be:

protobuf3
python3-waitress
python-zipp
python-importlib_metadata
click
python3-itsdangerous
werkzeug
Flask
python3-Flask-Cors
python3-soupsieve
BeautifulSoup4
python3-pyrsistent
python3-attrs
python3-jsonschema
decorator
send2trash
python3-PyQtWebEngine

You should be able to verify if it works by:

python3 -c "from aqt import run"

It will give a warning about orjson missing, but no errors hopefully.

Hope this helps.

Dave

--
sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] BuildScripts up for grabs

2022-10-14 Thread Dave W
On 14/10/22 10:27,
fourtysixandtwo  put forth the proposition:
> To add to what Matteo said,
> anki had Markdown removed in May, but looks like it snuck back in by
> accident.

Fixed in my branch.

Dave

--
sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] syntax error in ghostwriter.info

2022-10-10 Thread Dave W.
On 10/10/22 05:21,
Konrad J Hambrick  put forth the proposition:
> On Sat, Oct 8, 2022 at 9:27 AM Greg' Ar Tourter  wrote:
> > Hi
> >
> > There is an extra " at the beginning of the line containing MD5SUM_x86_64
> > in the ghostwriter info file that should not be there.
> >
> > Cheers
> >
> > Greg
> >
> Greg --
> One of the Devs ( Dave W ) was working on the issue last week but there's
> more to it than the ghostwriter.info typo.
> Another user, Ruben Schuler reported the same typo on the list last week (
> As a followup to willie's weekly email - [Slackbuilds-users] Updates -
> 20221001.1 ).
> In addition to the extra " before MD5SUM_x86_64, the HOMEPAGE= Link is dead
> now that KDE has taken over ghostwriter.
> The Software is now hosted by KDE and the new HOMEPAGE="
> https://ghostwriter.kde.org/;
> Finally, there are numerous links to the dead HOMEPAGE / github site in the
> source and Docs which is an upstream ( KDE ) issue.
> I reported a bug about the Quick Reference Guide on 'one of' the KDE git
> Sites ( https://invent.kde.org/office/ghostwriter/-/issues/1#note_538400 )
> but I entered it on the wrong site and I'll have to do it over.
> Maybe Dave didn't have time to finish his updates ?
> I did find that the ghostwriter.SlackBuild worked after I removed the extra
> "
> Oh well, misery loves company :)
> -- kjh

I was contacted by the maintainer who had found that wereturtle had
pushed a new version somewhere else:

> Moreover wereturtle pushed a version 2.2.0 to their Ubuntu PPA
>  <https://launchpad.net/~wereturtle/+archive/ubuntu/ppa> but that
> version appears nowhere on github.

I replied back asking if it built on 15,0, but haven't heard back
yet, and I'd forgotten about it until now.  I'll grab the source and
see if it builds or not.

Dave

--
sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] Latest changelog

2022-10-08 Thread Dave W.
Done.

On 08/10/22 15:35,
marav  put forth the proposition:
> Typo:
> waf-2.0.*
> Le 08/10/2022 à 15:34, marav a écrit :
> >
> > In anticipation of the next mpv update
> >
> > https://git.slackbuilds.org/slackbuilds/commit/?h=user/chris.willing/updates
> >
> > +WAF_VERSION=${WAF_VERSION:-2.0.24}
> > +BUILD=${BUILD:-2}
> >
> > Shouldn't you ignore waf-2.20.* ?
> >
> > Le 08/10/2022 à 14:55, Dave W. a écrit :
> > > On 08/10/22 13:46,
> > > marav  put forth the proposition:
> > > > I think there is something wrong with this commit :
> > > > https://git.slackbuilds.org/slackbuilds/commit/?id=31d3cccfc6e1c69ed00a55d35527e6a6d2536cb6
> > > > After a git pull, i don't see any update for mpv, I still have 
> > > > waf-2.0.20
> > > That is a waf build file left over after compiling mpv that found
> > > itself in the haruna commit.  It shouldn't be there.  I'll add it to
> > > .gitignore and fix it.
> > >
> > > > Le 08/10/2022 à 11:41, marav a écrit :
> > > > > Ok, thanks
> > > > >
> > > > > did you remove waf-2.0.20 in your submission?
> > > > >
> > > > > nope, I'm not the maintainer of mpv
> > > > >
> > > > > Le 08/10/2022 à 11:32, Willy Sudiarto Raharjo a écrit :
> > > > > > > Willy, I don’t see Haruna update in the changelog but it is the
> > > > > > > latest version (0.9.3) on SBo
> > > > > > >
> > > > > > > FYI, I submitted the update yesterday
> > > > > > I think i put wrong commit message and also committer
> > > > > > it's here
> > > > > > https://git.slackbuilds.org/slackbuilds/commit/?id=31d3cccfc6e1c69ed00a55d35527e6a6d2536cb6
> > > > > >
> > > > > >
> > > > > > did you remove waf-2.0.20 in your submission?
> > > > > >
> > > > > >
> > > > > >
> > > > > > Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > > > > > FAQ -https://slackbuilds.org/faq/
> > > > > >
> > > > > Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > > > > FAQ -https://slackbuilds.org/faq/
> > > > >
> > > Dave
> > >
> > > --
> > > sbo-maintainer-tools (sbolint, sbopkglint):
> > > https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/
> > >
> > > SBo templates:
> > > https://slackbuilds.org/templates/
> > >
> > > How to format github downloads:
> > > https://slackbuilds.org/GITHUB_URLs.txt
> > > Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > > FAQ -https://slackbuilds.org/faq/
> > >
> >
> > Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > FAQ -https://slackbuilds.org/faq/
> >

Dave

--
sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] Latest changelog

2022-10-08 Thread Dave W.
On 08/10/22 13:46,
marav  put forth the proposition:
> I think there is something wrong with this commit :
> https://git.slackbuilds.org/slackbuilds/commit/?id=31d3cccfc6e1c69ed00a55d35527e6a6d2536cb6
> After a git pull, i don't see any update for mpv, I still have waf-2.0.20

That is a waf build file left over after compiling mpv that found
itself in the haruna commit.  It shouldn't be there.  I'll add it to
.gitignore and fix it.

> Le 08/10/2022 à 11:41, marav a écrit :
> >
> > Ok, thanks
> >
> > did you remove waf-2.0.20 in your submission?
> >
> > nope, I'm not the maintainer of mpv
> >
> > Le 08/10/2022 à 11:32, Willy Sudiarto Raharjo a écrit :
> > > > Willy, I don’t see Haruna update in the changelog but it is the
> > > > latest version (0.9.3) on SBo
> > > >
> > > > FYI, I submitted the update yesterday
> > >
> > > I think i put wrong commit message and also committer
> > > it's here
> > > https://git.slackbuilds.org/slackbuilds/commit/?id=31d3cccfc6e1c69ed00a55d35527e6a6d2536cb6
> > >
> > >
> > > did you remove waf-2.0.20 in your submission?
> > >
> > >
> > >
> > > Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > > FAQ -https://slackbuilds.org/faq/
> > >
> >
> > Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > FAQ -https://slackbuilds.org/faq/
> >

Dave

--
sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] [TEST] ghostwriter homepage patch

2022-10-01 Thread Dave W.
I don't think I'd seen the latter URL, but my reason for posting the
patch was to test if the program/help system worked with it, rather
than test that it builds, which I'd already tested.

I'm sorry for not explaining more in my original post.

On 01/10/22 23:05,
marav  put forth the proposition:
> https://github.com/KDE/
> "Official read-only mirror of the KDE project"
> Le 01/10/2022 à 22:59, Dave W. a écrit :
> > On 01/10/22 15:46,
> > Konrad J Hambrick  put forth the proposition:
> > > On Sat, Oct 1, 2022 at 3:00 PM Konrad J Hambrick
> > > wrote:
> > > > On Sat, Oct 1, 2022 at 1:27 PM Dave W.  wrote:
> > > >
> > > > > On 01/10/22 13:18,
> > > > > Konrad J Hambrick  put forth the proposition:
> > > > > > On Sat, Oct 1, 2022 at 1:05 PM Konrad J 
> > > > > > Hambrick
> > > > <>
> > > Dave --
> > > What is the difference between
> > > HOMEPAGE="https://github.com/KDE/ghostwriter;
> > > and
> > > HOMEPAGE="https://invent.kde.org/office/ghostwriter;
> > > The latter seems more correct because it has all the KDE MenuItems and is
> > > referenced by the former.
> > > Just wondering ...
> > > -- kjh
> > It looks like kde.org is sync'd from github going by the commits,
> > but it is more kde-centric.
> >
> > Dave
> >
> > --
> > sbo-maintainer-tools (sbolint, sbopkglint):
> > https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/
> >
> > SBo templates:
> > https://slackbuilds.org/templates/
> >
> > How to format github downloads:
> > https://slackbuilds.org/GITHUB_URLs.txt
> > Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > FAQ -https://slackbuilds.org/faq/
> >

Dave

--
sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] [TEST] ghostwriter homepage patch

2022-10-01 Thread Dave W.


On 01/10/22 15:46,
Konrad J Hambrick  put forth the proposition:
> On Sat, Oct 1, 2022 at 3:00 PM Konrad J Hambrick 
> wrote:
> > On Sat, Oct 1, 2022 at 1:27 PM Dave W.  wrote:
> >
> >>
> >> On 01/10/22 13:18,
> >> Konrad J Hambrick  put forth the proposition:
> >> > On Sat, Oct 1, 2022 at 1:05 PM Konrad J Hambrick 
> >>
> > <>
> Dave --
> What is the difference between
> HOMEPAGE="https://github.com/KDE/ghostwriter;
> and
> HOMEPAGE="https://invent.kde.org/office/ghostwriter;
> The latter seems more correct because it has all the KDE MenuItems and is
> referenced by the former.
> Just wondering ...
> -- kjh

It looks like kde.org is sync'd from github going by the commits,
but it is more kde-centric.

Dave

--
sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] xbps slackbuild script

2022-10-01 Thread Dave W.
On 19/09/22 23:03,
Jacob Ulrich  put forth the proposition:
> Category: System
> Keywords: xbps binary package void
> Hello Slackers,
> I have the xbps.SlackBuild, slack-desc, and xbps.info attached. The only
> thing to change in the SlackBuild is line 68. It should be 'cd
> $APP-$VERSION'. This is a package manager from the Void Linux distribution.
> best regards, Jacob Ulrich

Hi Jacob,

Thanks for sending this.

It needs to go through our submit form so it can be added to our db.
After that updates can be made via github PR or sending a patch to
our mailing list.

https://slackblogs.blogspot.com/2022/03/how-to-send-patches-to-sbo.html

There are many differences between this and our standard templates,
so it will need some more changes:

https://slackbuilds.org/templates/
https://slackbuilds.org/submit/

Cheers,

Dave
--

sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] [TEST] ghostwriter homepage patch

2022-10-01 Thread Dave W.


On 01/10/22 13:18,
Konrad J Hambrick  put forth the proposition:
> On Sat, Oct 1, 2022 at 1:05 PM Konrad J Hambrick 
> wrote:
> >
> > On Sat, Oct 1, 2022 at 11:07 AM Dave W.  wrote:
> >
> >> Hi all
> >>
> >> Up for testing is a patch that (blindly) changes all the homepage
> >> links in the source folder.  I've also sent a copy to the maintainer.
> >>
> >> --
> >> Dave
> >
> >
> > Thanks Dave !
> >
> > Works for me.
> >
> > I modified ghostwriter.SlackBuild by changing the tar command to use the
> > versioned tar file and then I added one line for the patch:
> > #--- cut  here ---
> > --- ghostwriter.SlackBuild.orig 2022-10-01 06:14:50.794839799 -0500
> > +++ ghostwriter.SlackBuild  2022-10-01 12:31:27.020589931 -0500
> > @@ -71,7 +71,8 @@
> >  mkdir -p $TMP $PKG $OUTPUT
> >  cd $TMP
> >  rm -rf $PRGNAM-$VERSION
> >
> >
> >
> > *-tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz+#
> > tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz+tar
> > xvf $CWD/$PRGNAM-$VERSION.tar.gz* cd $PRGNAM-$VERSION

I didn't notice the download URL.  Rebased the original commit .info
to fix it.



--
Dave

sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] Patch to add Malloc=1 to Epiphany's desktop file?

2022-10-01 Thread Dave W.
On 01/10/22 13:21,
Charadon via SlackBuilds-users  put forth 
the proposition:
> On 10/1/22 11:19, SlackerNET UK wrote:
> > I am working in a little group of people to provide GNOME 43 for
> > Slackware current and Slackware 15.0.
> > I didn't change the session.conf and org.gnome.Epiphany.desktop file. I
> > just created two files in /etc/profiles.d.
> > epiphany.sh
> >
> > #!/bin/sh
> > export  WEBKIT_FORCE_SANDBOX=0  export  GIGACAGE_ENABLED=0  export
> > G_SLICE=always-malloc
> > export  Malloc=1
> >
> > epiphany.csh
> >
> > #!/bin/csh
> > setenvWEBKIT_FORCE_SANDBOX=0  setenvGIGACAGE_ENABLED=0
> > setenvG_SLICE=always-malloc
> > setenvMalloc=1
> >
> >
> >
> >
> >
> > On Sat, Oct 1, 2022 at 2:13 PM Charadon via SlackBuilds-users
> >  > > wrote:
> >
> > Hey all,
> >
> > If it's alright with everyone, I want to patch the .desktop file for
> > the
> > Epiphany Browser to add the environment variable Malloc=1. It fixes a
> > lot of web page crashes that are related to xdg-desktop-portal crashing
> > constantly while using it.
> >
> > ~ Charadon
> > ___
> > 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/ 
> >
> >
> >
> Hmm, but would the WEBKIT_FORCE_SANDBOX=0 not make the browser less secure?
> Or does it mean something else than what I think (sandboxing tabs and all
> that)

It also means that the file would need to be sourced first.

IMO the .desktop patch idea is much easier to implement and, as you
said, safer too.

--
Dave

sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] [TEST] ghostwriter homepage patch

2022-10-01 Thread Dave W.
Hi all

Up for testing is a patch that (blindly) changes all the homepage
links in the source folder.  I've also sent a copy to the maintainer.

--
Dave


homepage.diff.gz
Description: application/gzip
___
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 - 20221001.1

2022-10-01 Thread Dave W.
On 01/10/22 13:45,
Ruben Schuller  put forth the proposition:
> Hi list,
> 2022-10-01 Willy Sudiarto Raharjo :
> > office/ghostwriter: Updated for version 2.1.6
> the info file of ghostwriter is broken:
> "MD5SUM_x86_64="7a46b3b1043d33e835c2e1c38d51191c"
> note the " at the beginning of the line.
> Cheers
> Ruben

Fixed.

--
Dave

sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] bitwarden submission

2022-10-01 Thread Dave W.
On 01/10/22 12:10,
marav  put forth the proposition:
> Hi Dave,
> Can you correct this:
> --- bitwarden-desktop.SlackBuild.12022-10-01 12:08:32.849594805 +0200
> +++ bitwarden-desktop.SlackBuild2022-10-01 12:09:10.759386568 +0200
> @@ -1,6 +1,6 @@
> #!/bin/bash
> -# Slackware build script for element-desktop
> +# Slackware build script for bitwarden-desktop

Change it in your next update.
Nobody reads that stuff anyway :-)

> #
> # Copyright 2022 marav, Paris, FR
> # All rights reserved.
> @@ -93,4 +93,3 @@
> cd $PKG
> /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
> Le 01/10/2022 à 00:27, marav a écrit :
> >
> > Hi Dave,
> >
> > Great. I didn't know
> >
> >
> > Le 01/10/2022 à 00:23, Dave W. a écrit :
> > > Hi marav,
> > >
> > > It's in my branch but not pushed yet:
> > >
> > > 6ad78fdf27 misc/bitwarden-desktop: Added (FOSS password management 
> > > solutions)
> > >
> > > On 01/10/22 00:05,
> > > marav  put forth the proposition:
> > > > Hi all,
> > > > Does anyone know what happened with my upload ?
> > > > New upload: bitwarden-desktop.tar.gz
> > > > Category: Misc
> > > > Submission md5: 18d81a31fb05061b630a05d20ff14642
> > > > Thanks
> > > --
> > > Dave
> > >
> > > sbo-maintainer-tools (sbolint, sbopkglint):
> > > https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/
> > >
> > > SBo templates:
> > > https://slackbuilds.org/templates/
> > >
> > > How to format github downloads:
> > > https://slackbuilds.org/GITHUB_URLs.txt
> > > Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > > FAQ -https://slackbuilds.org/faq/
> > >

--
Dave

sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] bitwarden submission

2022-09-30 Thread Dave W.
Hi marav,

It's in my branch but not pushed yet:

6ad78fdf27 misc/bitwarden-desktop: Added (FOSS password management solutions)

On 01/10/22 00:05,
marav  put forth the proposition:
> Hi all,
> Does anyone know what happened with my upload ?
> New upload: bitwarden-desktop.tar.gz
> Category: Misc
> Submission md5: 18d81a31fb05061b630a05d20ff14642
> Thanks

--
Dave

sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] Situation regarding dbus and webkit

2022-09-29 Thread Dave W.
> > Hi all,
> > So there's a situation upstream with webkit, dbus and the epiphany browser.
> > Basically, in future versions of webkit, because the default dbus socket
> > path is an abstract socket, it will crash pretty much no matter what.
> > What needs to change to get around this, is to change
> > unix:tmpdir=/tmp in /usr/share/dbus-1/session.conf to
> > unix:dir=/tmp.
> > Now upstream dbus is considering making the latter default. Now my question
> > for all of you, is simply. What do? When I next update epiphany should I
> > include instructions for the user to modify their session.conf to get it
> > working?
> > Relevant issues:
> > https://gitlab.gnome.org/GNOME/epiphany/-/issues/1852
> > https://bugs.webkit.org/show_bug.cgi?id=245843
> > https://gitlab.freedesktop.org/dbus/dbus/-/issues/416
> Have you read /etc/dbus-1/session.conf and tried making an e.g.
> session-local.conf or files matching session.d/*.conf ?

Sorry, that was incomplete - should have said that if that works,
then make a .new file for doinst.sh to install.

--
Dave

sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@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] Situation regarding dbus and webkit

2022-09-29 Thread Dave W.


On 29/09/22 16:55,
Charadon via SlackBuilds-users  put forth 
the proposition:
> Hi all,
> So there's a situation upstream with webkit, dbus and the epiphany browser.
> Basically, in future versions of webkit, because the default dbus socket
> path is an abstract socket, it will crash pretty much no matter what.
> What needs to change to get around this, is to change
> unix:tmpdir=/tmp in /usr/share/dbus-1/session.conf to
> unix:dir=/tmp.
> Now upstream dbus is considering making the latter default. Now my question
> for all of you, is simply. What do? When I next update epiphany should I
> include instructions for the user to modify their session.conf to get it
> working?
> Relevant issues:
> https://gitlab.gnome.org/GNOME/epiphany/-/issues/1852
> https://bugs.webkit.org/show_bug.cgi?id=245843
> https://gitlab.freedesktop.org/dbus/dbus/-/issues/416

Have you read /etc/dbus-1/session.conf and tried making an e.g. 
session-local.conf or files matching session.d/*.conf ?

--
Dave

sbo-maintainer-tools (sbolint, sbopkglint):
https://slackbuilds.org/repository/15.0/system/sbo-maintainer-tools/

SBo templates:
https://slackbuilds.org/templates/

How to format github downloads:
https://slackbuilds.org/GITHUB_URLs.txt
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/