pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xcowsay



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 24 10:36:23 UTC 2020

Modified Files:
        pkgsrc/games/xcowsay: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/xcowsay/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/xcowsay/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/xcowsay/Makefile
diff -u pkgsrc/games/xcowsay/Makefile:1.27 pkgsrc/games/xcowsay/Makefile:1.28
--- pkgsrc/games/xcowsay/Makefile:1.27  Mon Aug 17 20:18:52 2020
+++ pkgsrc/games/xcowsay/Makefile       Tue Nov 24 10:36:23 2020
@@ -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_PKGLOCALEDIR=     yes
 USE_TOOLS+=            pkg-config
 
 .include "options.mk"
-.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/xcowsay/distinfo
diff -u pkgsrc/games/xcowsay/distinfo:1.3 pkgsrc/games/xcowsay/distinfo:1.4
--- pkgsrc/games/xcowsay/distinfo:1.3   Mon Sep 16 15:04:11 2019
+++ pkgsrc/games/xcowsay/distinfo       Tue Nov 24 10:36:23 2020
@@ -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