[Slackbuilds-users] SlackBuilds-users Digest, Vol 129, Issue 14

PL RE read3valprintloop at gmail.com
Tue Jan 10 05:45:12 UTC 2017


Willy Sudiarto Raharjo,
It's indeed a runtime deps. I tried to uninstall SuperCollider,
yaml-cpp0.3, and recompile SuperCollider package. It succeeded. Sorry for
my mistake.

On Mon, Jan 9, 2017 at 10:02 PM, <slackbuilds-users-request at slackbuilds.org>
wrote:

> Send SlackBuilds-users mailing list submissions to
>         slackbuilds-users at slackbuilds.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> or, via email, send a message with subject or body 'help' to
>         slackbuilds-users-request at slackbuilds.org
>
> You can reach the person managing the list at
>         slackbuilds-users-owner at slackbuilds.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of SlackBuilds-users digest..."
>
>
> Today's Topics:
>
>    1. doinst.sh template (Alexander Verbovetsky)
>    2. foomatic-db download url needs updating (Rohan Ferris)
>    3. Re: doinst.sh template (Robby Workman)
>    4. Re: foomatic-db download url needs updating (Robby Workman)
>    5. Re: foomatic-db download url needs updating (Robby Workman)
>    6. Updates in doinst.sh template (Willy Sudiarto Raharjo)
>    7. Re: Updates in doinst.sh template (Willy Sudiarto Raharjo)
>    8. Re: SuperCollider(3.6.6) on Slackware 14.2 depends on
>       yaml-cpp0.3 (Willy Sudiarto Raharjo)
>    9. youtube-dl doesn't work with python 3.6 (reedych)
>   10. Re: youtube-dl doesn't work with python 3.6
>       (Willy Sudiarto Raharjo)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 09 Jan 2017 05:38:08 +0300
> From: Alexander Verbovetsky <alik at ejik.org>
> To: slackbuilds-users at slackbuilds.org
> Subject: [Slackbuilds-users] doinst.sh template
> Message-ID:
>         <1483929488.3172602.841340705.6FEA3980 at webmail.messagingengine.com
> >
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> I noticed that sometimes after installation of a SlackBuild with
>
> if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
>   if [ -x /usr/bin/gtk-update-icon-cache ]; then
>     /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null
>     2>&1
>   fi
> fi
>
> in doinst.sh the cache is not updated and therefore icons do not appear
> on the desktop.  But they do appear after additional reboot.  I guess
> that the reason is that in /etc/rc.d/rc.M the command
> gtk-update-icon-cache has the option "-f":
>
> --force, -f
>    Overwrite an existing cache file even if it appears to be uptodate.
>
> Wouldn't it be a good idea to add -f to doinst.sh:
>
> /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null
> 2>&1
>
> Best regards,
> Alexander
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 9 Jan 2017 14:39:40 +1000
> From: Rohan Ferris <rferris at posteo.net>
> To: slackbuilds-users at slackbuilds.org
> Subject: [Slackbuilds-users] foomatic-db download url needs updating
> Message-ID: <274eaf18-6007-880e-3962-872af5f2941a at posteo.net>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi all!
>
> I just discovered that foomatic-db SlackBuild has stopped working due to
> the file being removed from the mirror. It has been updated with a newer
> version - 20170108. The two diffs below allowed it to compile, install
> and function without any further issue...
>
> # foomatic-db.SlackBuild
>
> diff --git a/system/foomatic-db/foomatic-db.SlackBuild
> b/system/foomatic-db/foomatic-db.SlackBuild
> index 8ecb121..d6c6dc5 100644
> --- a/system/foomatic-db/foomatic-db.SlackBuild
> +++ b/system/foomatic-db/foomatic-db.SlackBuild
> @@ -23,7 +23,7 @@
>   #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
>
>   PRGNAM=foomatic-db
> -VERSION=${VERSION:-20160724}
> +VERSION=${VERSION:-20170108}
>   BUILD=${BUILD:-1}
>   TAG=${TAG:-_SBo}
>
>
> # foomatic-db.info
>
> diff --git a/system/foomatic-db/foomatic-db.info
> b/system/foomatic-db/foomatic-db.info
>
> index 79595ca..076805c 100644
>
> --- a/system/foomatic-db/foomatic-db.info
>
> +++ b/system/foomatic-db/foomatic-db.info
>
> @@ -1,8 +1,8 @@
>
>   PRGNAM="foomatic-db"
>
>   VERSION="20160724"
>
>
> HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/
> openprinting/database/foomatic"
>
> -DOWNLOAD="http://www.openprinting.org/download/foomatic/foomatic-db-4.0-
> 20160724.tar.gz"
>
> -MD5SUM="5ba8f4d9717c3c362f633cd17a488488"
>
> +DOWNLOAD="http://www.openprinting.org/download/foomatic/foomatic-db-4.0-
> 20170108.tar.gz"
>
> +MD5SUM="9ba5c6f5b2962372069e2a955ffb1bcd"
>
>   DOWNLOAD_x86_64=""
>
>   MD5SUM_x86_64=""
>
>   REQUIRES=""
>
>
> Cheers,
>
> Rohan
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 8 Jan 2017 22:52:09 -0600
> From: Robby Workman <rworkman at slackbuilds.org>
> To: slackbuilds-users at slackbuilds.org
> Subject: Re: [Slackbuilds-users] doinst.sh template
> Message-ID: <20170108225209.2ca85d8a at home.rlworkman.net>
> Content-Type: text/plain; charset="us-ascii"
>
> On Mon, 09 Jan 2017 05:38:08 +0300
> Alexander Verbovetsky <alik at ejik.org> wrote:
>
> > I noticed that sometimes after installation of a SlackBuild with
> >
> > if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
> >   if [ -x /usr/bin/gtk-update-icon-cache ]; then
> >     /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null
> >     2>&1
> >   fi
> > fi
> >
> > in doinst.sh the cache is not updated and therefore icons do not
> > appear on the desktop.  But they do appear after additional reboot.
> > I guess that the reason is that in /etc/rc.d/rc.M the command
> > gtk-update-icon-cache has the option "-f":
> >
> > --force, -f
> >    Overwrite an existing cache file even if it appears to be uptodate.
> >
> > Wouldn't it be a good idea to add -f to doinst.sh:
> >
> > /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null
> > 2>&1
>
>
> Agreed:
>
> commit 49cc824b72fbdc8c69b938e7c414b4f7a2341c81
> Author: Robby Workman <rworkman at slackware.com>
> Date:   Sun Jan 8 22:49:20 2017 -0600
>
>     doinst.sh: Add "-f" to icon theme update and note other themes
>
>     Thanks to Alexander Verbovetsky <alik at ejik.org> for the suggestion
>     about "gtk-update-icon-cache -f" to be consistent with what's done
>     in rc.M on boot:
>
>     https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> 2017-January/017875.html
>
> Thanks!
>
> -RW
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 181 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> attachments/20170108/f1a96572/attachment-0001.asc>
>
> ------------------------------
>
> Message: 4
> Date: Sun, 8 Jan 2017 22:59:38 -0600
> From: Robby Workman <rworkman at slackbuilds.org>
> To: Rohan Ferris <rferris at posteo.net>
> Cc: "SlackBuilds.org Users List" <slackbuilds-users at slackbuilds.org>
> Subject: Re: [Slackbuilds-users] foomatic-db download url needs
>         updating
> Message-ID: <20170108225938.2f5762d0 at home.rlworkman.net>
> Content-Type: text/plain; charset="us-ascii"
>
> On Mon, 9 Jan 2017 14:39:40 +1000commit 2d4f7908b1f04e9d9330bcdc7a4272
> b79e4a87ea
> Author: Rohan Ferris <rferris at posteo.net>
> Date:   Sun Jan 8 22:58:38 2017 -0600
>
>     system/foomatic-db: Updated for version 20170108.
>
>     Signed-off-by: Robby Workman <rworkman at slackbuilds.org>
>
> Rohan Ferris <rferris at posteo.net> wrote:
>
> > Hi all!
> >
> > I just discovered that foomatic-db SlackBuild has stopped working due
> > to the file being removed from the mirror. It has been updated with a
> > newer version - 20170108. The two diffs below allowed it to compile,
> > install and function without any further issue...
>
>
> Done in my branch:
>
> commit 2d4f7908b1f04e9d9330bcdc7a4272b79e4a87ea
> Author: Rohan Ferris <rferris at posteo.net>
> Date:   Sun Jan 8 22:58:38 2017 -0600
>
>     system/foomatic-db: Updated for version 20170108.
>
>     Signed-off-by: Robby Workman <rworkman at slackbuilds.org>
>
>
> Thanks!
>
> -RW
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 181 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> attachments/20170108/1e0b0e6a/attachment-0001.asc>
>
> ------------------------------
>
> Message: 5
> Date: Sun, 8 Jan 2017 23:00:48 -0600
> From: Robby Workman <rworkman at slackbuilds.org>
> To: slackbuilds-users at slackbuilds.org
> Subject: Re: [Slackbuilds-users] foomatic-db download url needs
>         updating
> Message-ID: <20170108230048.61c47cb0 at home.rlworkman.net>
> Content-Type: text/plain; charset="us-ascii"
>
> Wow. No idea how the paste fail happened.
>
> -RW
>
>
> On Sun, 8 Jan 2017 22:59:38 -0600
> Robby Workman <rworkman at slackbuilds.org> wrote:
>
> > On Mon, 9 Jan 2017 14:39:40 +1000commit
> > 2d4f7908b1f04e9d9330bcdc7a4272b79e4a87ea Author: Rohan Ferris
> > <rferris at posteo.net> Date:   Sun Jan 8 22:58:38 2017 -0600
> >
> >     system/foomatic-db: Updated for version 20170108.
> >
> >     Signed-off-by: Robby Workman <rworkman at slackbuilds.org>
> >
> > Rohan Ferris <rferris at posteo.net> wrote:
> >
> > > Hi all!
> > >
> > > I just discovered that foomatic-db SlackBuild has stopped working
> > > due to the file being removed from the mirror. It has been updated
> > > with a newer version - 20170108. The two diffs below allowed it to
> > > compile, install and function without any further issue...
> >
> >
> > Done in my branch:
> >
> > commit 2d4f7908b1f04e9d9330bcdc7a4272b79e4a87ea
> > Author: Rohan Ferris <rferris at posteo.net>
> > Date:   Sun Jan 8 22:58:38 2017 -0600
> >
> >     system/foomatic-db: Updated for version 20170108.
> >
> >     Signed-off-by: Robby Workman <rworkman at slackbuilds.org>
> >
> >
> > Thanks!
> >
> > -RW
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 181 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> attachments/20170108/c47f07a4/attachment-0001.asc>
>
> ------------------------------
>
> Message: 6
> Date: Mon, 9 Jan 2017 18:13:00 +0700
> From: Willy Sudiarto Raharjo <willysr at slackbuilds.org>
> To: "SlackBuilds.org Users List" <slackbuilds-users at slackbuilds.org>
> Subject: [Slackbuilds-users] Updates in doinst.sh template
> Message-ID: <3aae54d6-d059-7898-90a8-e20a35b3fa78 at slackbuilds.org>
> Content-Type: text/plain; charset="utf-8"
>
> Hi all,
>
> just to inform you that doinst.sh in templates have been updated with a
> minor update: to use -f in gtk-update-icon-cache code to force updating
> the icon cache instead of updating it in the next reboot.
>
> https://slackbuilds.org/cgit/templates/commit/?id=
> 49cc824b72fbdc8c69b938e7c414b4f7a2341c81
>
> We expect maintainers who have doinst.sh for their packages to update
> the code accordingly.
>
> thanks
>
>
> --
> Willy Sudiarto Raharjo
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 181 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> attachments/20170109/96337275/attachment-0001.asc>
>
> ------------------------------
>
> Message: 7
> Date: Mon, 9 Jan 2017 20:29:08 +0700
> From: Willy Sudiarto Raharjo <willysr at slackbuilds.org>
> To: slackbuilds-users at slackbuilds.org
> Subject: Re: [Slackbuilds-users] Updates in doinst.sh template
> Message-ID: <66c3219a-ed7d-d5fc-3839-99ba2fb0dab6 at slackbuilds.org>
> Content-Type: text/plain; charset="windows-1252"
>
> > just to inform you that doinst.sh in templates have been updated with a
> > minor update: to use -f in gtk-update-icon-cache code to force updating
> > the icon cache instead of updating it in the next reboot.
> >
> > https://slackbuilds.org/cgit/templates/commit/?id=
> 49cc824b72fbdc8c69b938e7c414b4f7a2341c81
> >
> > We expect maintainers who have doinst.sh for their packages to update
> > the code accordingly.
>
> I have ran a script to update all remaining doinst.sh in my branch so
> maintainer no need to change anything.
>
> If nothing goes wrong, i will push another public update with all those
> doinst.sh changes in couple hours
>
>
> --
> Willy Sudiarto Raharjo
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 181 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> attachments/20170109/9f3e0102/attachment-0001.asc>
>
> ------------------------------
>
> Message: 8
> Date: Mon, 9 Jan 2017 20:42:16 +0700
> From: Willy Sudiarto Raharjo <willysr at slackbuilds.org>
> To: slackbuilds-users at slackbuilds.org
> Subject: Re: [Slackbuilds-users] SuperCollider(3.6.6) on Slackware
>         14.2 depends on yaml-cpp0.3
> Message-ID: <2a2b1051-ccfc-2a9d-b8e8-16bfecd9a030 at slackbuilds.org>
> Content-Type: text/plain; charset="windows-1252"
>
> > To build this package successfully. I have to install yaml-cpp0.3. Note
> > that yaml-cpp-0.5.3 will not work. Maybe this package should be added to
> > the README file of the Supercollider package.
>
> Is this a runtime deps?
> i can build this package without having to install yaml-cpp0.3 nor
> yaml-cpp-0.5.3
>
>
> --
> Willy Sudiarto Raharjo
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 181 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> attachments/20170109/d600d588/attachment-0001.asc>
>
> ------------------------------
>
> Message: 9
> Date: Mon, 9 Jan 2017 19:59:09 +0600
> From: reedych <reedych at reedych.pw>
> To: "SlackBuilds.org Users List" <slackbuilds-users at slackbuilds.org>
> Subject: [Slackbuilds-users] youtube-dl doesn't work with python 3.6
> Message-ID: <20170109195909.09bb50c7 at slackware>
> Content-Type: text/plain; charset=US-ASCII
>
> After installing python 3.6 youtube-dl has been unstartable. Log of error:
> https://clck.ru/AT6dr.
>
>
> ------------------------------
>
> Message: 10
> Date: Mon, 9 Jan 2017 21:02:05 +0700
> From: Willy Sudiarto Raharjo <willysr at slackbuilds.org>
> To: slackbuilds-users at slackbuilds.org
> Subject: Re: [Slackbuilds-users] youtube-dl doesn't work with python
>         3.6
> Message-ID: <da00593e-b49c-9254-fe66-a140f72149cf at slackbuilds.org>
> Content-Type: text/plain; charset="windows-1252"
>
> > After installing python 3.6 youtube-dl has been unstartable. Log of
> error: https://clck.ru/AT6dr.
>
> Did you upgrade to youtube-dl-2017.1.2 yet?
>
>
>
> --
> Willy Sudiarto Raharjo
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 181 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> attachments/20170109/10b294f7/attachment.asc>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>
>
> ------------------------------
>
> End of SlackBuilds-users Digest, Vol 129, Issue 14
> **************************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170110/176c48bc/attachment-0001.html>


More information about the SlackBuilds-users mailing list