diff options
author | rh <rh@pkgsrc.org> | 1999-05-03 16:48:56 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-05-03 16:48:56 +0000 |
commit | 9c64d04a813728cd0d3e29318351c2756fe6f5c8 (patch) | |
tree | acb2b610a46f4663bae96aea43f4bf2345b6a4f5 /misc/gnome-utils/pkg | |
parent | 11a03a93a66a46697cf4c2ad2e5845e22bc407fb (diff) | |
download | pkgsrc-9c64d04a813728cd0d3e29318351c2756fe6f5c8.tar.gz |
Initial import of gnome-utils-1.0.1, a set of useful utilities for GNOME.
Diffstat (limited to 'misc/gnome-utils/pkg')
-rw-r--r-- | misc/gnome-utils/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/gnome-utils/pkg/DESCR | 12 | ||||
-rw-r--r-- | misc/gnome-utils/pkg/PLIST | 62 |
3 files changed, 75 insertions, 0 deletions
diff --git a/misc/gnome-utils/pkg/COMMENT b/misc/gnome-utils/pkg/COMMENT new file mode 100644 index 00000000000..6049482d271 --- /dev/null +++ b/misc/gnome-utils/pkg/COMMENT @@ -0,0 +1 @@ +A set of useful GNOME utilities and applications. diff --git a/misc/gnome-utils/pkg/DESCR b/misc/gnome-utils/pkg/DESCR new file mode 100644 index 00000000000..1819bd303a4 --- /dev/null +++ b/misc/gnome-utils/pkg/DESCR @@ -0,0 +1,12 @@ + This package contains the GNOME time tracker, a searching tool, +calculator, and other useful GNOME utilities/apps . + +From the GNOME home page: + +GNOME stands for GNU Network Object Model Environment. The GNOME +project intends to build a complete, user-friendly desktop based +entirely on free software. GNOME is part of the GNU project, and +GNOME is part of the OpenSource(tm) movement. The desktop will +consist of small utilities and larger applications which share a +consistent look and feel. GNOME uses GTK+ as the GUI toolkit for +all GNOME-compliant applications. diff --git a/misc/gnome-utils/pkg/PLIST b/misc/gnome-utils/pkg/PLIST new file mode 100644 index 00000000000..e1f6b76830f --- /dev/null +++ b/misc/gnome-utils/pkg/PLIST @@ -0,0 +1,62 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/03 16:48:57 rh Exp $ +bin/gcalc +bin/ghex +bin/gsearchtool +bin/gtt +bin/gshutdown +bin/guname +bin/gw +bin/gnome-run +bin/grun +bin/gless +bin/gpenguin +bin/gfontsel +bin/gcolorsel +bin/splash +bin/splac +bin/gdialog +man/man1/gtt.1 +share/pixmaps/gnome-ghex.png +share/pixmaps/penguin1.png +share/gnome/apps/Applications/ghex.desktop +share/gnome/apps/Applications/gtt.desktop +share/gnome/apps/Settings/gshutdown.desktop +share/gnome/apps/Utilities/gcalc.desktop +share/gnome/apps/Utilities/gsearchtool.desktop +share/gnome/apps/Utilities/guname.desktop +share/gnome/apps/Utilities/gw.desktop +share/gnome/apps/Utilities/gless.desktop +share/gnome/apps/Utilities/gpenguin.desktop +share/gnome/apps/Utilities/gfontsel.desktop +share/gnome/apps/Utilities/gcolorsel.desktop +share/gnome/apps/gnome-run.desktop +share/gnome/help/ghex/C/index.html +share/gnome/help/ghex/C/topic.dat +share/gnome/help/ghex/es/index.html +share/gnome/help/ghex/es/topic.dat +share/gnome/help/gtt/C/index.html +share/gnome/help/gtt/C/topic.dat +share/gnome/help/gtt/es/index.html +share/gnome/help/gtt/es/topic.dat +share/gnome/help/gtt/de/topic.dat +share/gnome/help/gtt/de/index.html +share/gnome/help/gshutdown/C/index.html +share/gnome/help/gshutdown/C/topic.dat +share/gnome/help/gshutdown/es/index.html +share/gnome/help/gshutdown/es/topic.dat +@dirrm share/gnome/help/ghex/C +@dirrm share/gnome/help/ghex/es +@dirrm share/gnome/help/ghex +@dirrm share/gnome/help/gtt/C +@dirrm share/gnome/help/gtt/de +@dirrm share/gnome/help/gtt/es +@dirrm share/gnome/help/gtt +@dirrm share/gnome/help/gshutdown/C +@dirrm share/gnome/help/gshutdown/es +@dirrm share/gnome/help/gshutdown +@unexec rmdir %D/share/gnome/apps/Applications 2>/dev/null || true +@unexec rmdir %D/share/gnome/apps/Settings 2>/dev/null || true +@unexec rmdir %D/share/gnome/apps/Utilities 2>/dev/null || true +@unexec rmdir %D/share/gnome/apps 2>/dev/null || true +@unexec rmdir %D/share/gnome/help 2>/dev/null || true +@unexec rmdir %D/share/gnome 2>/dev/null || true |