I know that in theory it might work putting those lines in the .info – at least with SBoPkg – but the admins of SlackBuilds.org would not approve the submission.
And that I can assure you, because I’m one of them
Niels
]]> http://underpop.online.fr/n/nielshorn/2011/07/libreoffice-3-4-1-package-for-slackware-and-what-to-do-about-missing-sources/comment-page-1/#comment-2034 Morten Langlo Sun, 24 Jul 2011 13:36:42 +0000 http://underpop.online.fr/n/nielshorn/?p=1053#comment-2034 Hi Niels, You didn't try :-) Have to say, - from experience, it works without changing anything i SboPkg. It works, because libreoffice.info is sourced into SBoPkg, so any command you have in the info file *is* executed - i.e. all the variable assigments, the wget command, the "if then fi" statement and the redefinition af the variable DOWNLOAD as shown in the above example. I don't like reading README files :-) and I always use SboPkg if what I need is available, it's really a nice programme together with all the buildscripts Morten Hi Niels,You didn’t try
Have to say, – from experience, it works without changing anything i SboPkg.
It works, because libreoffice.info is sourced into SBoPkg, so any command you have
in the info file *is* executed – i.e. all the variable assigments, the wget command, the “if then fi”
statement and the redefinition af the variable DOWNLOAD as shown in the above example.
I don’t like reading README files
and I always use SboPkg if what I need is available, it’s really a nice programme together with all the buildscripts
Morten
]]> http://underpop.online.fr/n/nielshorn/2011/07/libreoffice-3-4-1-package-for-slackware-and-what-to-do-about-missing-sources/comment-page-1/#comment-2032 Niels Horn Sun, 24 Jul 2011 11:11:13 +0000 http://underpop.online.fr/n/nielshorn/?p=1053#comment-2032 Hi Morten, But that would have to be built into the program that does the downloading of the sources - SBoPkg. And they would need to create an exception in their program just for LibreOffice. I don't know if most people use SBoPkg or downlaod sources manually. That's why I decided to put the text in README about the "old" directory, hoping that people actually <strong>read</strong> the README :) Niels Hi Morten,But that would have to be built into the program that does the downloading of the sources – SBoPkg.
And they would need to create an exception in their program just for LibreOffice.
I don’t know if most people use SBoPkg or downlaod sources manually.
That’s why I decided to put the text in README about the “old” directory, hoping that people actually read the README
Niels
]]> http://underpop.online.fr/n/nielshorn/2011/07/libreoffice-3-4-1-package-for-slackware-and-what-to-do-about-missing-sources/comment-page-1/#comment-2028 Morten Langlo Sat, 23 Jul 2011 18:19:12 +0000 http://underpop.online.fr/n/nielshorn/?p=1053#comment-2028 Hello Niels Horn, just make at test from within the libreoffice.info, to see if the source has been moved to "old" (i.e not found) and then change the url if needed ! ------------ wget --spider $DOWNLOAD 2>/dev/null if [ $? -eq 1 ]; then DOWNLOAD="http://download.documentfoundation.org/libreoffice/old/stable/....." fi ------------ I always Enjoy to read your blog! Hello Niels Horn,just make at test from within the libreoffice.info, to see if the source
has been moved to “old” (i.e not found) and then change the url if needed !
————
wget –spider $DOWNLOAD 2>/dev/null
if [ $? -eq 1 ]; then
DOWNLOAD=”http://download.documentfoundation.org/libreoffice/old/stable/…..”
fi
————
I always Enjoy to read your blog!
]]>