mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Add goats, a sticky note alternative for the GNOME 2 desktop.
PR: 55400 Submitted by: Pav Lucistnik <pav@oook.cz>
This commit is contained in:
parent
148b554ed9
commit
a937ac0a9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86608
5 changed files with 75 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
SUBDIR += gnomepim
|
||||
SUBDIR += gnomeutils2
|
||||
SUBDIR += gnotime
|
||||
SUBDIR += goats
|
||||
SUBDIR += gtimer
|
||||
SUBDIR += gucharmap
|
||||
SUBDIR += gworkspace
|
||||
|
|
22
deskutils/goats/Makefile
Normal file
22
deskutils/goats/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: goats
|
||||
# Date created: Jul 7, 2003
|
||||
# Whom: Pav Lucistnik <pav@oook.cz>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= goats
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://www.menudo.freeserve.co.uk/
|
||||
|
||||
MAINTAINER= pav@oook.cz
|
||||
COMMENT= Yellow post-it note applet for GNOME 2
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= libgnomeprintui gnomepanel libglade2 gnomeprefix gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
1
deskutils/goats/distinfo
Normal file
1
deskutils/goats/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (goats-2.2.tar.gz) = d2a218fe755f7daa986d232060781793
|
5
deskutils/goats/pkg-descr
Normal file
5
deskutils/goats/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Goats is a yellow post-it note applet for the GNOME 2 desktop,
|
||||
originally modelled after KNotes from KDE. Goats have alarms,
|
||||
autosaving, calendar and fortune integration and more.
|
||||
|
||||
WWW: http://www.menudo.freeserve.co.uk/goats.html
|
46
deskutils/goats/pkg-plist
Normal file
46
deskutils/goats/pkg-plist
Normal file
|
@ -0,0 +1,46 @@
|
|||
bin/goats-applet
|
||||
bin/goat-create
|
||||
etc/gconf/gconf.xml.defaults/apps/goats/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/goats/defaults/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/goats/settings/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/goats/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/goats/defaults/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/goats/settings/%gconf.xml
|
||||
etc/gconf/schemas/goats.schemas
|
||||
libdata/bonobo/servers/GNOME_GoatsApplet.server
|
||||
share/gnome/gnome-2.0/ui/GNOME_GoatsApplet.xml
|
||||
share/gnome/goats/alarm.png
|
||||
share/gnome/goats/cross.png
|
||||
share/gnome/goats/goats.glade2
|
||||
share/gnome/goats/goats.png
|
||||
share/gnome/goats/goats_focus.png
|
||||
share/gnome/goats/goats_logo.png
|
||||
share/gnome/goats/hide.png
|
||||
share/gnome/goats/resize.png
|
||||
share/gnome/help/goats/C/goats.xml
|
||||
share/gnome/help/goats/C/legal.xml
|
||||
share/gnome/help/goats/C/figures/alarm.png
|
||||
share/gnome/help/goats/C/figures/applet.png
|
||||
share/gnome/help/goats/C/figures/applet_menu.png
|
||||
share/gnome/help/goats/C/figures/defaults.png
|
||||
share/gnome/help/goats/C/figures/note.png
|
||||
share/gnome/help/goats/C/figures/note_menu.png
|
||||
share/gnome/help/goats/C/figures/options.png
|
||||
share/gnome/omf/goats/goats-C.omf
|
||||
share/gnome/pixmaps/goats.png
|
||||
share/gnome/sounds/goat_bleat.au
|
||||
share/locale/es/LC_MESSAGES/goats-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/goats-2.0.mo
|
||||
@exec scrollkeeper-install -q %D/share/gnome/omf/goats/goats-C.omf 2>/dev/null || /usr/bin/true
|
||||
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/goats/goats-C.omf 2>/dev/null || /usr/bin/true
|
||||
@dirrm share/gnome/omf/goats
|
||||
@dirrm share/gnome/help/goats/C/figures
|
||||
@dirrm share/gnome/help/goats/C
|
||||
@dirrm share/gnome/help/goats
|
||||
@dirrm share/gnome/goats
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/goats/settings
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/goats/defaults
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/goats
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/goats/settings
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/goats/defaults
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/goats
|
Loading…
Add table
Reference in a new issue