From 4aa78cfd340b305c3bc2d766468344d61f11f653 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 Nov 2020 10:36:23 +0000 Subject: xcowsay: Update to 1.5.1 2020-10-01 Nick Gasson * 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 * xcowsay 1.5 released! 2020-02-03 Nick Gasson * src/xcowsay.6: Remove the note about the lack of anti-aliasing. 2020-02-02 Nick Gasson * 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 * src/xcowsay.c (main): patch from Tony Finch to make cow location more random. --- games/xcowsay/Makefile | 9 ++++----- games/xcowsay/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/games/xcowsay/Makefile b/games/xcowsay/Makefile index 25ab94944d2..8301276cfcc 100644 --- a/games/xcowsay/Makefile +++ b/games/xcowsay/Makefile @@ -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 @@ -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" diff --git a/games/xcowsay/distinfo b/games/xcowsay/distinfo index 5c4407ea692..e1c135f7bb8 100644 --- a/games/xcowsay/distinfo +++ b/games/xcowsay/distinfo @@ -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 -- cgit v1.2.3