blob: 4e53acff4f6ce6a856966c3aa92edfc41ef7e0ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<longdescription>
xcowsay displays a cute cow and message on your desktop.
Inspired by the original cowsay. It 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
- Automatic word wrapping
- Use alternative non-cow images if you like
</longdescription>
<use>
<flag name="fortune">Enable support for fortune cookies via <pkg>games-misc/fortune-mod</pkg>
</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|