[Slackbuilds-users] SlackBuild version bumps on 14.1?

2016-04-29 Thread Shrivats
Hi,

I understand that 14.2 is on RC stage and we are all anxiously waiting
for it to be released. So, are we holding off on accepting new version
updates to existing SlackBuilds on SBo?

I have KeePass that requires a version update and I'm waiting to hear
back from someone before I go uploading it on SBo.

Shrivats
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



[Slackbuilds-users] A couple notes on SBCL slackbuilds

2016-04-29 Thread Shrivats
Hi,

I managed to build SBCL on Slackware 14.1 and found a couple things that
can be mentioned on that SBo page.

* The slackbuild includes building pdf manuals. Building PDF requires
any variant of TeX installed. I turned it off and opted just for
building (emacs) info files.
* The SBo build(1.3.1) is not on the latest(1.3.5). The latest at
1.3.5 was released a few days ago[1]. However, that version is not
available from Sourceforge page, last I saw. So, I built 1.3.4
instead.

Can these be mentioned on SBo?

Shrivats

[1]: http://www.sbcl.org/news.html?1.3.5#1.3.5
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] source download from bitbucket

2016-04-29 Thread Petar Petrov
thank you!

does the job!

-petar

2016-04-29 18:45 GMT+03:00 Markus Rinne :

> On Fri, Apr 29, 2016 at 06:35:55PM +0300, Petar Petrov wrote:
> > MD5SUMs are the same. Can someone tell me how to make my slackbuild
> accept
> > both names?
>
> if [ -e $CWD/$VERSION.tar.gz ]; then
>   tar xvf $CWD/$VERSION.tar.gz
> else
>   tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
> fi
>
> This was suggested here:
>
> https://lists.slackbuilds.org/pipermail/slackbuilds-users/2015-May/014228.html
>
> Markus
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
>
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] source download from bitbucket

2016-04-29 Thread Markus Rinne
On Fri, Apr 29, 2016 at 06:35:55PM +0300, Petar Petrov wrote:
> MD5SUMs are the same. Can someone tell me how to make my slackbuild accept
> both names?

if [ -e $CWD/$VERSION.tar.gz ]; then
  tar xvf $CWD/$VERSION.tar.gz
else
  tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
fi

This was suggested here:
https://lists.slackbuilds.org/pipermail/slackbuilds-users/2015-May/014228.html

Markus
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



[Slackbuilds-users] source download from bitbucket

2016-04-29 Thread Petar Petrov
hello!

I want to submit a slackbuild for a program hosted at bitbucket. This is
the download link:

https://bitbucket.org/cistrome/cistrome-applications-harvard/get/7bcbf7953a8b.zip

if it is downloaded with wget, the archive is named 7bcbf7953a8b.zip

if it is clicked from a browser, the saved archive is named
cistrome-cistrome-applications-harvard-7bcbf7953a8b.zip

MD5SUMs are the same. Can someone tell me how to make my slackbuild accept
both names?

bye

Petar
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] xerces-c needs a version update

2016-04-29 Thread Willy Sudiarto Raharjo
> Thanks for the heads-up, I have all my SlackBuilds queued locally and
> waiting for final update when 14.2 is released! That will include xerces-c.
> 
> Glad to hear it builds for you with a simple version bump!
> 
> Thanks
> 
> On 04/28/2016 11:55 AM, Ruben Schuller wrote:
>> Hi!
>>
>> the sources for xerces-c 3.1.2 were replaced with those for version
>> 3.1.3, which built fine here. so:
>>
>> --- xerces-c/xerces-c.SlackBuild2015-07-16 20:18:09.0
>> +0200
>> +++ xerces-c/xerces-c.SlackBuild.new2016-04-28
>> 19:44:25.226830406 +0200
>> @@ -49,7 +49,7 @@
>>   
>>
>>   PRGNAM=xerces-c
>> -VERSION=${VERSION:-3.1.2}
>> +VERSION=${VERSION:-3.1.3}
>>   BUILD=${BUILD:-1}
>>   TAG=${TAG:-_SBo}
>>
>> --- xerces-c/xerces-c.info2015-07-16 20:18:09.0 +0200
>> +++ xerces-c/xerces-c.info.new2016-04-28 19:44:53.555831079
>> +0200
>> @@ -1,8 +1,8 @@
>>   PRGNAM="xerces-c"
>> -VERSION="3.1.2"
>> +VERSION="3.1.3"
>>   HOMEPAGE="http://xerces.apache.org/xerces-c/;
>> -DOWNLOAD="http://apache.cs.utah.edu/xerces/c/3/sources/xerces-c-3.1.2.tar.gz;
>>
>> -MD5SUM="9eb1048939e88d6a7232c67569b23985"
>> +DOWNLOAD="http://apache.cs.utah.edu/xerces/c/3/sources/xerces-c-3.1.3.tar.gz;
>>
>> +MD5SUM="70320ab0e3269e47d978a6ca0c0e1e2d"
>>   DOWNLOAD_x86_64=""
>>   MD5SUM_x86_64=""
>>   REQUIRES=""

applied to my branch already

Thanks


-- 
Willy Sudiarto Raharjo



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