pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xcowsay xcowsay: Update to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6cecb56a782
branches:  trunk
changeset: 442393:b6cecb56a782
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 24 10:36:23 2020 +0000

description:
xcowsay: Update to 1.5.1

2020-10-01  Nick Gasson  <nick%nickg.me.uk@localhost>

        * src/floating_shape.c (make_shape_from_pixbuf): Correctly detect
        if the display is composited or not.
        * src/floating_shape.c (draw_shape): If the window manager is
        non-compositing use the root window content as the window
        background. The previous release would show black squares instead.

        * xcowsay 1.5.1 released!

2020-02-08  Nick Gasson  <nick%nickg.me.uk@localhost>

        * xcowsay 1.5 released!

2020-02-03  Nick Gasson  <nick%nickg.me.uk@localhost>

        * src/xcowsay.6: Remove the note about the lack of anti-aliasing.

2020-02-02  Nick Gasson  <nick%nickg.me.uk@localhost>

        * src/floating_shape.c (make_shape_from_pixbuf): Update to Gtk3.

        * src/bubblegen.c (bubble_init_cairo): Use Cairo to draw bubble.

        * src/bubblegen.c (bubble_init): Merge `bubble_init_left' and
        `bubble_init_right'.

2017-04-10  Nick Gasson  <nick%nickg.me.uk@localhost>

        * src/xcowsay.c (main): patch from Tony Finch to make cow
        location more random.

diffstat:

 games/xcowsay/Makefile |   9 ++++-----
 games/xcowsay/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (39 lines):

diff -r 2daa93153177 -r b6cecb56a782 games/xcowsay/Makefile
--- a/games/xcowsay/Makefile    Tue Nov 24 10:32:52 2020 +0000
+++ b/games/xcowsay/Makefile    Tue Nov 24 10:36:23 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2020/08/17 20:18:52 leot Exp $
+# $NetBSD: Makefile,v 1.28 2020/11/24 10:36:23 nia Exp $
 
-DISTNAME=      xcowsay-1.4
-PKGREVISION=   3
-CATEGORIES=    misc
+DISTNAME=      xcowsay-1.5.1
+CATEGORIES=    games
 MASTER_SITES=  https://www.nickg.me.uk/files/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,5 +14,5 @@
 USE_TOOLS+=            pkg-config
 
 .include "options.mk"
-.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2daa93153177 -r b6cecb56a782 games/xcowsay/distinfo
--- a/games/xcowsay/distinfo    Tue Nov 24 10:32:52 2020 +0000
+++ b/games/xcowsay/distinfo    Tue Nov 24 10:36:23 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2019/09/16 15:04:11 nia Exp $
+$NetBSD: distinfo,v 1.4 2020/11/24 10:36:23 nia Exp $
 
-SHA1 (xcowsay-1.4.tar.gz) = 17e132af57ede11b02208859bb088eee0938db4b
-RMD160 (xcowsay-1.4.tar.gz) = d9e7cdc0c52f6ae03aa9eb7b967bc79c768c2822
-SHA512 (xcowsay-1.4.tar.gz) = 08cd8adeacc69b00f8b96f5d101e47420c63f05f1bba67234a6b80ad69267d379debddb2d380a253464a56251c7962e1eef6ae4eb7db747df57ef0aa5a2f8e83
-Size (xcowsay-1.4.tar.gz) = 288607 bytes
+SHA1 (xcowsay-1.5.1.tar.gz) = c24047b4d6c296ad99960947aa3200b9ece0d4a8
+RMD160 (xcowsay-1.5.1.tar.gz) = 0d2c4e28d57e752a5d80d5e26f4d8d724294489f
+SHA512 (xcowsay-1.5.1.tar.gz) = 783f54b83846a3d993fb0a0191cf98d4ea2f7dab86f549384684f71abf1fdd709ed9e002dfcec43cac7fb44c96735bb3ced6c59aaeabe6b67b5ff43d62e52c88
+Size (xcowsay-1.5.1.tar.gz) = 287843 bytes
 SHA1 (patch-aa) = 6873d5147406cad6098c326eb1d95fc684f64812
 SHA1 (patch-ab) = a4d2eb918a7983fd5e1eb75ae94a01d2fdee8ef9



Home | Main Index | Thread Index | Old Index