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

2019-08-09 Thread Rich Shepard
On Sat, 10 Aug 2019, Willy Sudiarto Raharjo wrote: This feature is only available in master branch for now, so it won't be available for those using 0.38.1 Willy, I didn't try using it. I made the queue.sqf from the packages installed on the old host that were not on the new host. Regards,

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

2019-08-09 Thread Willy Sudiarto Raharjo
> 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"

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

2019-08-06 Thread Rich Shepard
On Wed, 7 Aug 2019, Christoph Willing wrote: Please be aware that the -r option gives a list of packages required by the target(s). I think that is the mode you want for your particular need at the moment - something like: hoorex -rl1 target1 target2 target3 ... Without the -r option, hoorex

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

2019-08-06 Thread Christoph Willing
On 7/8/19 12:33 am, Rich Shepard wrote: [] > > Reading the hoorex man page I think that running it with the -m > (multilevel) > option is a good first step. I'll also try the -s and -r options to gain > insight into the information each returns. > Please be aware that the -r option gives a list

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

2019-08-06 Thread Rich Shepard
On Mon, 5 Aug 2019, Jeremy Hansen wrote: 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

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

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 fil

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 ha

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

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 pa

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?' M

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 _

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

2019-08-03 Thread Chris Abela
Try sbopkg -R -k -i "queue1.sqf queue2.sqf " On Sun, 4 Aug 2019, 00:05 Rich Shepard, wrote: > On Sat, 3 Aug 2019, Chris Abela wrote: > > > I confess that I have not understood your query well but I will attempt > to > > reply. > > Chris, > > I'll try to be more clear. > > > Sbopkg has an i

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

2019-08-03 Thread Rich Shepard
On Sat, 3 Aug 2019, Jeremy Hansen wrote: What is in /opt/slackbuilds/ as that is not a default directory for any programs I'm aware of? Jeremy, /opt/slackbuilds/ and its subdirectories hold the SBo packages I've manually installed. Not using sbopkg, but downloading the package subdirectory ta

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

2019-08-03 Thread Rich Shepard
On Sat, 3 Aug 2019, Chris Abela wrote: I confess that I have not understood your query well but I will attempt to reply. Chris, I'll try to be more clear. Sbopkg has an included script to write queue files for selected applications and it can also resolve dependencies via the queue files.

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

2019-08-03 Thread Jeremy Hansen
On Fri, Aug 2, 2019, 4:49 PM Rich Shepard wrote: > On my current 32-bit desktop there are 331 installed SBo packages. The > replacement 64-bit desktop has only 200 installed SBo packages (some of > which are not on the old desktop). > > I've been using sbopkg to update installed packages on the n

[Slackbuilds-users] Rebuilding packages on new host

2019-08-02 Thread Rich Shepard
On my current 32-bit desktop there are 331 installed SBo packages. The replacement 64-bit desktop has only 200 installed SBo packages (some of which are not on the old desktop). I've been using sbopkg to update installed packages on the new desktop and just installed and read about sbotools and s