diff options
author | rh <rh> | 2002-03-09 08:18:25 +0000 |
---|---|---|
committer | rh <rh> | 2002-03-09 08:18:25 +0000 |
commit | 5d106c89509a85577a93774aec792513d73c0eb1 (patch) | |
tree | c10ce01fd530d8f5f6c6164203878d0c42f60661 /misc/ooqstart | |
parent | 34084a0ca2597496507c16f185163185d9d4cf53 (diff) | |
download | pkgsrc-5d106c89509a85577a93774aec792513d73c0eb1.tar.gz |
Initial import of ooqstart-0.8.3, an OpenOffice quickstart applet for GNOME
Diffstat (limited to 'misc/ooqstart')
-rw-r--r-- | misc/ooqstart/DESCR | 14 | ||||
-rw-r--r-- | misc/ooqstart/Makefile | 33 | ||||
-rw-r--r-- | misc/ooqstart/PLIST | 10 | ||||
-rw-r--r-- | misc/ooqstart/distinfo | 4 |
4 files changed, 61 insertions, 0 deletions
diff --git a/misc/ooqstart/DESCR b/misc/ooqstart/DESCR new file mode 100644 index 00000000000..77f597f1573 --- /dev/null +++ b/misc/ooqstart/DESCR @@ -0,0 +1,14 @@ +Open Office QuickStarter applet for GNOME + +This applet provides a quick launcher for Open Office 641C+ or Star +Office 6.0+. It attempts to mimic the functionality provided by the +quickstarter tray icon on the other operating system supported by +Open Office. + +The program attempts to keep a background process alive at all +times, even if that process is terminated by the user. The four main +applications: Writer, Calc, Draw, and Impress can be launched +directly from the context menu of the applet. + +This software is released under the GNU General Public License v2. +For more details, please see the COPYING file. diff --git a/misc/ooqstart/Makefile b/misc/ooqstart/Makefile new file mode 100644 index 00000000000..9bef281e78b --- /dev/null +++ b/misc/ooqstart/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/09 08:18:25 rh Exp $ +# + +DISTNAME= ooqstart-0.8.3 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ooqstart/} +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://ooqstart.sourceforge.net/ +COMMENT= OpenOffice quickstart applet for GNOME + +DEPENDS+= gnome-applets>=1.4.0:../../x11/gnome-applets + +USE_GMAKE= YES +USE_X11BASE= YES +NO_CONFIGURE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ooqstart_applet ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/ooqstart.png ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/gnome/ooqstart_applet.desktop \ + ${PREFIX}/share/applets/Utility + ${INSTALL_DATA} ${WRKSRC}/gnome/ooqstart_applet.gnorba \ + ${PREFIX}/etc/CORBA/servers + ${INSTALL_DATA_DIR} ${PREFIX}/gnome/help/ooqstart_applet/C +.for help in index.html license.txt panel.png + ${INSTALL_DATA} ${WRKSRC}/help/${help} \ + ${PREFIX}/gnome/help/ooqstart_applet/C +.endfor + +.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/ooqstart/PLIST b/misc/ooqstart/PLIST new file mode 100644 index 00000000000..671d66502c0 --- /dev/null +++ b/misc/ooqstart/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/09 08:18:25 rh Exp $ +bin/ooqstart_applet +etc/CORBA/servers/ooqstart_applet.gnorba +gnome/help/ooqstart_applet/C/index.html +gnome/help/ooqstart_applet/C/license.txt +gnome/help/ooqstart_applet/C/panel.png +share/applets/Utility/ooqstart_applet.desktop +share/pixmaps/ooqstart.png +@dirrm gnome/help/ooqstart_applet/C +@dirrm gnome/help/ooqstart_applet diff --git a/misc/ooqstart/distinfo b/misc/ooqstart/distinfo new file mode 100644 index 00000000000..c0f638e102a --- /dev/null +++ b/misc/ooqstart/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/03/09 08:18:25 rh Exp $ + +SHA1 (ooqstart-0.8.3.tgz) = ff5a8b41cff4aa50c5a9c6fe41772316f4628f26 +Size (ooqstart-0.8.3.tgz) = 72272 bytes |