17c1a0a845
2020-10-01 Nick Gasson <nick@nickg.me.uk> * 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> * xcowsay 1.5 released! 2020-02-03 Nick Gasson <nick@nickg.me.uk> * src/xcowsay.6: Remove the note about the lack of anti-aliasing. 2020-02-02 Nick Gasson <nick@nickg.me.uk> * 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> * src/xcowsay.c (main): patch from Tony Finch to make cow location more random.
18 lines
456 B
Makefile
18 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.28 2020/11/24 10:36:23 nia Exp $
|
|
|
|
DISTNAME= xcowsay-1.5.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://www.nickg.me.uk/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.doof.me.uk/xcowsay/
|
|
COMMENT= Display a cow and message on your desktop
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "options.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|