Re: [Slackbuilds-users] Rebuilding packages on new host

2019-08-05 Thread Jeremy Hansen
On Mon, Aug 5, 2019, 6:10 PM Rich Shepard  wrote:

> On Mon, 5 Aug 2019, Jeremy Hansen wrote:
>
> >> The pending queue file has 195 packages. Should I separate these by repo
> >> category into separate .sqf files?
>
> > I wouldn't. One file will make it easier.
>
> Jeremy,
>
> Okay. I'll leave them all in one file.
>
> > Does the sequence of packages in [a|the] queue file matter?
> >
> > Yes! This is the order sbopkg will build them in, so they need to be in
> > the right build order. sqg generates queue files based on the needed
> build
> > order for the SlackBuilds.
>
> I thought so yet hoped for a command line option that would make life
> simpler. :-)
>

This actually reminded me of a request I made for sqg almost 4 years ago
that Willy implemented 2 years ago. You should be able to run sqg with the
programs you you want with a -o after it and it will write a
/var/lib/sbopkg/queues/custom.sqf file

sqg -p "krusader filezilla mediainfo" -o

You could use this to have sqg create a custom.sqf file, which you should
then be able to run sbopkg -i custom and then tell it to do the queuefile.

Jeremy
___
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] For grabs: gimp-plugin-export-layers

2019-08-05 Thread andrew
Hi,

Would anybody like to take over gimp-plugin-export-layers? It is here:

https://slackbuilds.org/repository/14.2/graphics/gimp-plugin-export-layers/

It is long overdue for a version bump and a script cleanup and I would
like to concentrate on some of my other projects...

Andrew

-- 
You think that's air you're breathing now?
___
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] Rebuilding packages on new host

2019-08-05 Thread Rich Shepard

On Mon, 5 Aug 2019, Jeremy Hansen wrote:


The pending queue file has 195 packages. Should I separate these by repo
category into separate .sqf files?



I wouldn't. One file will make it easier.


Jeremy,

Okay. I'll leave them all in one file.


Does the sequence of packages in [a|the] queue file matter?

Yes! This is the order sbopkg will build them in, so they need to be in
the right build order. sqg generates queue files based on the needed build
order for the SlackBuilds.


I thought so yet hoped for a command line option that would make life
simpler. :-)


sbopkg does not resolve any dependencies. It relies on the build order
listed in the queue files, which sqg should generate correctly.


As above, worth asking anyway.


I've always found it worthwhile, but it can be a lot of work to dig
through all of that.


Yep. I'll go through the list, find dependencies and options, and
re-organize the package sequence.

Thanks very much,

Rich
___
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] Rebuilding packages on new host

2019-08-05 Thread Jeremy Hansen
On Mon, Aug 5, 2019, 3:32 PM Rich Shepard  wrote:

> On Sun, 4 Aug 2019, Chris Abela wrote:
>
> > Try
> > sbopkg -R -k -i "queue1.sqf queue2.sqf "
>
> Thanks, Chris.
>
> After reading the sbopkg man page and the README-queuefiles I have a
> few questions remaining.
>
> The pending queue file has 195 packages. Should I separate these by repo
> category into separate .sqf files?
>

I wouldn't. One file will make it easier.

Does the sequence of packages in [a|the] queue file matter?
>

Yes! This is the order sbopkg will build them in, so they need to be in the
right build order. sqg generates queue files based on the needed build
order for the SlackBuilds.

The dependency chains, particularly with libraries, can be several levels.
> Will sbopkg resolve these dependencies or do I need to manually sequence
> the
> packages in each .sqf file so requirements are built/installed before the
> dependent package?
>

sbopkg does not resolve any dependencies. It relies on the build order
listed in the queue files, which sqg should generate correctly.


> Might it be worth the time to check each package in the SBo repo to
> determine whether options should be appended to the package name in the
> queue file? Or, should I have them built with defaults and wait for
> something to not run?
>

I've always found it worthwhile, but it can be a lot of work to dig through
all of that.

Jeremy

>
___
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] Rebuilding packages on new host

2019-08-05 Thread Rich Shepard

On Sun, 4 Aug 2019, Chris Abela wrote:


Try
sbopkg -R -k -i "queue1.sqf queue2.sqf "


Thanks, Chris.

After reading the sbopkg man page and the README-queuefiles I have a
few questions remaining.

The pending queue file has 195 packages. Should I separate these by repo
category into separate .sqf files?

Does the sequence of packages in [a|the] queue file matter?

The dependency chains, particularly with libraries, can be several levels.
Will sbopkg resolve these dependencies or do I need to manually sequence the
packages in each .sqf file so requirements are built/installed before the
dependent package?

Might it be worth the time to check each package in the SBo repo to
determine whether options should be appended to the package name in the
queue file? Or, should I have them built with defaults and wait for
something to not run?

Regards,

Rich
___
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] Rebuilding packages on new host

2019-08-05 Thread Rich Shepard

On Mon, 5 Aug 2019, Dave Woodfall wrote:


sqg is the queue file creator that is part of sbopkg:

sqg -p 

will make a queue for  in /var/lib/sbopkg/queues, which you
can then install using sbopkg -i or load in the 'queue' menu in the
GUI.


Dave,

Thank you. I've started to read the sbopkg man page, but diverted to make a
list of the packages needing to be installed. I'll finish that list and
reading the man page before asking more questions about it.

Regards,

Rich
___
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] Suggestions for SlackBuild Usage Howto

2019-08-05 Thread Jheengut Pritvi
Hi,

unfortunately, there is no public source code of the how-to similar to the
slacbuilds repo


https://gitlab.com/SlackBuilds.org/slackbuilds



cheers Pritvi

On Sat, 3 Aug 2019 at 01:37, Michael Siegel  wrote:

>
> Am 28.07.19 um 21:52 schrieb Jheengut Pritvi:
> > Hi,
> >
> > Great initiative.
> >
> > Keep up the good work.
>
> Thanks for the kind words.
>
> The problem is that keeping up that good work doesn't really make any
> sense if no one with write access to that page agrees to merge it. So,
> I'm just gonna wait.
>
>
> Michael
>
> > On Sun, 21 Jul 2019 at 20:19, Michael Siegel  wrote:
> >
> >> Hello,
> >>
> >> I have some suggestions for improving the SlackBuild Usage HOWTO at
> >> http://slackbuilds.org/howto/.
> >>
> >> The first section (“Caveat”) currently reads like this:
> >>
> >>   All of our scripts are written and tested for usage on the latest
> >>   stable release of Slackware with full installation and updated with
> >>   latest patches; if you're trying them on older versions of Slackware,
> >>   you should read this page referenced in our FAQ.
> >>
> >> My suggestion is to change that to:
> >>
> >>   All of our scripts are written and tested for usage on a full
> >>   installation of the latest stable release of Slackware updated with
> >>   the latest patches. If you're trying them on older versions of
> >>   Slackware, you should read this page referenced in our FAQ.
> >>
> >> Then, the Howto does not mention verification of the downloaded source
> >> packages. I think this should either be added to step one or be
> >> step two. It could be worded like this:
> >>
> >>   To verify the downloaded source's integrity, first run `md5sum
> >>   chemtool-1.6.14.tar.gz' to get the MD5 sum of the downloaded source
> >>   archive. Then compare it to the MD5 sum shown in the `chemtool.info'
> >>   file. If they don't match, something is wrong.
> >>
> >> I just realized that Step 1 already doesn't mention verifying the
> >> SlackBuild's GPG signature. I think that should be included in the Howto
> >> as well.
> >>
> >> So, maybe, it would be best to split Step 1 up like this:
> >>
> >>   * Step 1 – Download and verify the SlackBuild archive
> >>   * Step 2 – Download and verify the application's source archive
> >>
> >> What do you think?
> >>
> >>
> >> Best
> >> Michael
> ___
> 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 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] Rebuilding packages on new host

2019-08-05 Thread Dave Woodfall
On Mon 5 Aug 2019 10:42,
Rich Shepard  put forth the proposition:
> On Sat, 3 Aug 2019, Jeremy Hansen wrote:
>
> > If so, what I've done in the past is get a list of all those programs, add
> > them into the requires line in a .info, run sqg against that program, ...
>
> Jeremy,
>
> What's 'sqg?' My web search for 'sqg software' turned up nothing relevant.

sqg is the queue file creator that is part of sbopkg:

sqg -p 

will make a queue for  in /var/lib/sbopkg/queues, which you
can then install using sbopkg -i or load in the 'queue' menu in the
GUI.

-Dave

--

Those who make peaceful revolution impossible will make violent
revolution inevitable.
-- John F. Kennedy


signature.asc
Description: PGP 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] Rebuilding packages on new host

2019-08-05 Thread Rich Shepard

On Sat, 3 Aug 2019, Jeremy Hansen wrote:


If so, what I've done in the past is get a list of all those programs, add
them into the requires line in a .info, run sqg against that program, ...


Jeremy,

What's 'sqg?' My web search for 'sqg software' turned up nothing relevant.

Thanks,

Rich
___
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] bas package updates

2019-08-05 Thread Jude DaShiell
bas-2.4 got updated to bas-2.5 on its home page and when I discovered
that, I also updated line 8 in bas.SlackBuild to have version 2.5 on it
rather than version 2.4.  The good news so far as I can tell is these were
the only updates necessary to get this package update to build.



--

___
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/