diff options
author | salo <salo@pkgsrc.org> | 2003-02-15 09:33:03 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-15 09:33:03 +0000 |
commit | 45df9c0bf64b12ed2a14023e26e441d41af9f7a4 (patch) | |
tree | 6cc6bd1075df19d4bde2af60f254e99fa912368b /sysutils/gkrellm/PLIST | |
parent | e3a55e9f5669a99959fd0b6617179d482de735bb (diff) | |
download | pkgsrc-45df9c0bf64b12ed2a14023e26e441d41af9f7a4.tar.gz |
Updated to version 1.2.13.
Changes:
- USE_PKGLOCALEDIR
- don't hardcode -Wl,-E
1.2.13:
=======
- Very minor changes: enforce no message popups during init_plugin(),
and allow a " in mailbox passwords.
- Contributions
- Ben Hines <bhines--at--alumni.ucsd.edu> added Mac OS X code
so monitors now have a native Mac interface.
1.2.12:
=======
- Theme changing keyboard shortcuts changed to Page_Up/Page_Down.
- Fix Linux APM to use ac_online status when battery status is
unknown.
- Allow spaces in remote mailbox username and password.
- Get data for remote fs mounts in a thread.
- Use data-suffix directories when running gkrellm -c or when in
force-host-config mode.
- Contributions
o Nick Mitchell <firepile@speakeasy.net> patch:
Fix IMAP login fail if password had certain chars.
o Christian Rose <menthos--at--menthos.com> sv.po update.
o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po update.
o de.po translation update.
o Jerome UZEL <jerome.uzel--at--wanadoo.fr> fr.po update.
o Grigory Batalov <bga--at--altlinux.ru> ru.po update.
o Chris <chris@starforge.co.uk> patch adds clock chime option.
Diffstat (limited to 'sysutils/gkrellm/PLIST')
-rw-r--r-- | sysutils/gkrellm/PLIST | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/gkrellm/PLIST b/sysutils/gkrellm/PLIST index 134a97a5502..f6902fcba63 100644 --- a/sysutils/gkrellm/PLIST +++ b/sysutils/gkrellm/PLIST @@ -1,18 +1,18 @@ -@comment $NetBSD: PLIST,v 1.4 2002/05/02 20:45:35 fredb Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/02/15 09:33:03 salo Exp $ bin/gkrellm include/gkrellm/gkrellm.h include/gkrellm/gkrellm_public_proto.h man/man1/gkrellm.1 -share/gkrellm/README -share/locale/de/LC_MESSAGES/gkrellm.mo -share/locale/es/LC_MESSAGES/gkrellm.mo -share/locale/fr/LC_MESSAGES/gkrellm.mo -share/locale/ja/LC_MESSAGES/gkrellm.mo -share/locale/pl/LC_MESSAGES/gkrellm.mo -share/locale/ru/LC_MESSAGES/gkrellm.mo -share/locale/sv/LC_MESSAGES/gkrellm.mo @exec ${MKDIR} %D/share/gkrellm/themes @exec ${MKDIR} %D/lib/gkrellm/plugins +share/gkrellm/README +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gkrellm.mo @dirrm include/gkrellm @dirrm lib/gkrellm/plugins @dirrm lib/gkrellm |