diff options
author | jwise <jwise@pkgsrc.org> | 1999-10-18 23:16:54 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-10-18 23:16:54 +0000 |
commit | ca4033c11f33beedd61e424df7fd462d190e5ee7 (patch) | |
tree | d3024262acf50fe71631f43e3fe32e3af71892e0 /x11/xfce | |
parent | 6e52b30d7bde1f79e72782451ed0f2a2d0bc0a8d (diff) | |
download | pkgsrc-ca4033c11f33beedd61e424df7fd462d190e5ee7.tar.gz |
Update xfce to 3.1.2. Changes from 3.1.0:
01-OCT-1999 : XFce-3.1.2
========================
- xfwm
* Fix bug in title height computation
- all
* patch to display Multi-Byte charactors such as Japanese, Chinese or Korean
properly in menus and titlebars and icons by Yamahata Kenichiro
<mogutan@din.or.jp>
* Japanese translation by Yamahata Kenichiro <mogutan@din.or.jp>
- setup/startup scripts
* Fixes to be compatible with ksh
24-SEP-1999 : XFce-3.1.1
========================
- xfwm
* Improve event handling (better performance) for move/resize ops.
* Add configurable XPM icons for iconified windows
* Implement workarounds to buggy GTK+ 1.2.4
* Fix key bindings
* Ignore dummy modifers such as Num Lock or Scroll Lock for keyboard shortcuts
- xfce
* Add digital clock
- xfclock
* Totally new rewritten application !
- xfterm
* A very usefull terminal wrapper submitted by Joakim Andreasson
<karanne@flashback.net>
- xftree
* Bug fixes
* Improve DnD
* Reduce memory leak (patch submitted by Francois Petitjean
<francois.petitjean@bureauveritas.com>)
- libs
* New clock widget (initially based on patches from a Cosource project
http://www.cosource.com)
Diffstat (limited to 'x11/xfce')
-rw-r--r-- | x11/xfce/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce/files/md5 | 4 | ||||
-rw-r--r-- | x11/xfce/pkg/PLIST | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index 14a5ab8e956..487eb430c21 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/07 00:34:03 jwise Exp $ +# $NetBSD: Makefile,v 1.2 1999/10/18 23:16:54 jwise Exp $ -DISTNAME= xfce-3.1.0 +DISTNAME= xfce-3.1.2 CATEGORIES= x11 MASTER_SITES= http://www.xfce.org/archive/ diff --git a/x11/xfce/files/md5 b/x11/xfce/files/md5 index d610d986fe0..f10fe6c408f 100644 --- a/x11/xfce/files/md5 +++ b/x11/xfce/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/09/07 00:34:03 jwise Exp $ +$NetBSD: md5,v 1.2 1999/10/18 23:16:55 jwise Exp $ -MD5 (xfce-3.1.0.tar.gz) = 8fb1fcede0aba7f64491cb62a57eea30 +MD5 (xfce-3.1.2.tar.gz) = 2d971e658bbf5844b8951d28789d3cb6 diff --git a/x11/xfce/pkg/PLIST b/x11/xfce/pkg/PLIST index 10ac9875640..accea7c47af 100644 --- a/x11/xfce/pkg/PLIST +++ b/x11/xfce/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/07 00:34:03 jwise Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/10/18 23:16:56 jwise Exp $ bin/xfce bin/xfwm bin/xftree @@ -11,6 +11,7 @@ bin/xfplay bin/xfhelp bin/xfprint bin/xftrash +bin/xfterm bin/xfce_setup bin/xfce_remove man/man1/xfce.1 @@ -24,6 +25,7 @@ man/man1/xfsound.1 man/man1/xfhelp.1 man/man1/xfprint.1 man/man1/xftrash.1 +man/man1/xfterm.1 share/XFCE/COPYING share/XFCE/XFce3.logo share/XFCE/sample.Xclients @@ -34,6 +36,7 @@ share/XFCE/system.xfwmrc share/XFCE/sample.mwm.xinitrc share/XFCE/sample.xfbdrc share/XFCE/sample.xfce3rc +share/XFCE/sample.xfce3rc.ja share/XFCE/sample.xfmouserc share/XFCE/sample.xfsoundrc share/XFCE/sample.xinitrc @@ -395,12 +398,13 @@ share/locale/de/LC_MESSAGES/xfce.mo share/locale/es/LC_MESSAGES/xfce.mo share/locale/fr/LC_MESSAGES/xfce.mo share/locale/it/LC_MESSAGES/xfce.mo +share/locale/ja/LC_MESSAGES/xfce.mo share/locale/pl/LC_MESSAGES/xfce.mo share/locale/ru/LC_MESSAGES/xfce.mo share/locale/ca/LC_MESSAGES/xfce.mo @dirrm share/XFCE/backdrops -@dirrm share/XFCE/help @dirrm share/XFCE/icons @dirrm share/XFCE/palettes @dirrm share/XFCE/sounds +@dirrm share/XFCE/help @dirrm share/XFCE |