diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 15:14:26 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 15:14:26 +0000 |
commit | 643bd31ccfad2b9d5a061ca8cfffadf92b9c0794 (patch) | |
tree | c4cb70f9090c8920908281817577b9abe484c8db /x11 | |
parent | use MASTER_SITE_SOURCEFORGE (diff) |
Add libpanel 1.4.1, a library for writing custom applets for GNOME
Panel (ripped out of gnomecore).
Notes
Notes:
svn path=/head/; revision=62771
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/libpanel/Makefile | 33 | ||||
-rw-r--r-- | x11/libpanel/distinfo | 1 | ||||
-rw-r--r-- | x11/libpanel/pkg-comment | 1 | ||||
-rw-r--r-- | x11/libpanel/pkg-descr | 3 | ||||
-rw-r--r-- | x11/libpanel/pkg-plist | 7 |
6 files changed, 46 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 1db54715dd55..44b63e5c4b1d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -69,6 +69,7 @@ SUBDIR += libdnd SUBDIR += libgnome SUBDIR += libhelp + SUBDIR += libpanel SUBDIR += libsx SUBDIR += libxklavier SUBDIR += linux-gnomelibs diff --git a/x11/libpanel/Makefile b/x11/libpanel/Makefile new file mode 100644 index 000000000000..87282f650571 --- /dev/null +++ b/x11/libpanel/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: libpanel +# Date created: 10 July 2002 +# Whom: Maxim Soboleb <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libpanel +PORTVERSION= 1.4.1 +CATEGORIES= x11 gnome +MASTER_SITES= http://people.freebsd.org/~sobomax/ +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs +INSTALLS_SHLIB= yes +MAKE_ENV= X11BASE="${X11BASE}" LOCALBASE="${LOCALBASE}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/libpanel_applet.so.5 ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libpanel_applet.a ${PREFIX}/lib + ${LN} -sf libpanel_applet.so.5 ${PREFIX}/lib/libpanel_applet.so + ${INSTALL_DATA} ${WRKSRC}/applet-widget.h ${WRKSRC}/gnome-panel.h \ + ${PREFIX}/include + ${MKDIR} ${PREFIX}/share/gnome/idl + ${INSTALL_DATA} ${WRKSRC}/gnome-panel.idl ${PREFIX}/share/gnome/idl + ${INSTALL_SCRIPT} ${WRKSRC}/appletsConf.sh ${PREFIX}/etc + +.include <bsd.port.mk> diff --git a/x11/libpanel/distinfo b/x11/libpanel/distinfo new file mode 100644 index 000000000000..e026b4ee6d1f --- /dev/null +++ b/x11/libpanel/distinfo @@ -0,0 +1 @@ +MD5 (gnome/libpanel-1.4.1.tar.bz2) = 8ae5b7007d512d4da7503b9c4846517b diff --git a/x11/libpanel/pkg-comment b/x11/libpanel/pkg-comment new file mode 100644 index 000000000000..d9898111e495 --- /dev/null +++ b/x11/libpanel/pkg-comment @@ -0,0 +1 @@ +A library for writing custom applets for GNOME Panel diff --git a/x11/libpanel/pkg-descr b/x11/libpanel/pkg-descr new file mode 100644 index 000000000000..9b82ffdbbe8e --- /dev/null +++ b/x11/libpanel/pkg-descr @@ -0,0 +1,3 @@ +Small library for writing custom applets for GNOME Panel. + +WWW: http://www.gnome.org/ diff --git a/x11/libpanel/pkg-plist b/x11/libpanel/pkg-plist new file mode 100644 index 000000000000..d1584a2db4e6 --- /dev/null +++ b/x11/libpanel/pkg-plist @@ -0,0 +1,7 @@ +etc/appletsConf.sh +include/applet-widget.h +include/gnome-panel.h +lib/libpanel_applet.a +lib/libpanel_applet.so +lib/libpanel_applet.so.5 +share/gnome/idl/gnome-panel.idl |