Update to xcowsay-1.2.
Changes: - new --image option allows you to use your own images instead of the cow - new --monitor option that forces the cow to appear on a particular monitor - improved config file support - lots of minor bugs fixed
This commit is contained in:
parent
d28a828680
commit
a9392aebd5
4 changed files with 10 additions and 24 deletions
|
@ -1,16 +1,2 @@
|
|||
xcowsay displays a cute cow and message on your desktop. Inspired by the
|
||||
original cowsay.
|
||||
|
||||
xcowsay includes all these amazing features:
|
||||
|
||||
* Fully configurable!
|
||||
* Calculates display time from amount of text
|
||||
* Dream mode -- display images in the bubble
|
||||
* Can draw thought and speech bubbles
|
||||
* Daemon mode! Send your cow messages over DBus!
|
||||
* Three different sized cows provided
|
||||
* fortune(6) wrapper program: xcowfortune -- cow will deliver pearls
|
||||
of wisdom!
|
||||
* Replace the naffness that is xmessage(1)
|
||||
* Should work with any window manager
|
||||
* Supports UTF-8 characters properly
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/05/19 09:00:14 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/01/16 20:34:54 leot1990 Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xcowsay-1.1
|
||||
DISTNAME= xcowsay-1.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.nickg.me.uk/files/
|
||||
|
||||
|
@ -16,8 +16,9 @@ GNU_CONFIGURE= yes
|
|||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
# FIXME: the dbus option don't work on NetBSD due a pthread_mutex_unlock(3)
|
||||
# error (probably this is a devel/glib2 problem and it should be fixed).
|
||||
# FIXME: the dbus option doesn't work on NetBSD due a
|
||||
# pthread_mutex_unlock(3) error (probably this is a devel/glib2 problem
|
||||
# and it should be fixed).
|
||||
#.include "options.mk"
|
||||
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/10/10 19:38:49 leot1990 Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/01/16 20:34:54 leot1990 Exp $
|
||||
|
||||
SHA1 (xcowsay-1.1.tar.gz) = 1a9ab65efe6d8ef129715798a025a6d1d9afac03
|
||||
RMD160 (xcowsay-1.1.tar.gz) = f969660532570963d302c61a7caddbdeabccbe50
|
||||
Size (xcowsay-1.1.tar.gz) = 258978 bytes
|
||||
SHA1 (xcowsay-1.2.tar.gz) = b42859a189af71535605e2e0ce53468d5b8e2582
|
||||
RMD160 (xcowsay-1.2.tar.gz) = e7951d345357db64a96617079baba02ff92ccf92
|
||||
Size (xcowsay-1.2.tar.gz) = 264592 bytes
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: options.mk,v 1.1.1.1 2008/10/10 19:38:49 leot1990 Exp $
|
||||
# $NetBSD: options.mk,v 1.2 2010/01/16 20:34:54 leot1990 Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.xcowsay
|
||||
|
||||
PKG_SUPPORTED_OPTIONS= dbus
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
|
Loading…
Reference in a new issue