diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-16 22:24:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-16 22:24:28 +0000 |
commit | d55be71923ae6d11abc13533796676291013d3ee (patch) | |
tree | 03f9af0632390b9625dae8eaa31a55ce5ea06754 /x11-themes | |
parent | add 1 more to MASTER_SITES. (diff) |
Add the QN-X11 GTK theme engine.
Notes
Notes:
svn path=/head/; revision=39940
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-qn-x11-theme/Makefile | 24 | ||||
-rw-r--r-- | x11-themes/gtk-qn-x11-theme/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/gtk-qn-x11-theme/pkg-comment | 1 | ||||
-rw-r--r-- | x11-themes/gtk-qn-x11-theme/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/gtk-qn-x11-theme/pkg-plist | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/gtk-qn-x11-theme/Makefile b/x11-themes/gtk-qn-x11-theme/Makefile new file mode 100644 index 000000000000..3c343090560f --- /dev/null +++ b/x11-themes/gtk-qn-x11-theme/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gtk-qn-x11-theme +# Date Created: 16 March 2001 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gtk-qn-x11-theme +PORTVERSION= 0.1 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= gtk +DISTNAME= qn-x11-1.2.x + +MAINTAINER= olgeni@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_X_PREFIX= yes +USE_GTK= yes +USE_LIBTOOL= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/x11-themes/gtk-qn-x11-theme/distinfo b/x11-themes/gtk-qn-x11-theme/distinfo new file mode 100644 index 000000000000..267012057547 --- /dev/null +++ b/x11-themes/gtk-qn-x11-theme/distinfo @@ -0,0 +1 @@ +MD5 (qn-x11-1.2.x.tar.gz) = 8dbaba430866992ad3bf8977f564a446 diff --git a/x11-themes/gtk-qn-x11-theme/pkg-comment b/x11-themes/gtk-qn-x11-theme/pkg-comment new file mode 100644 index 000000000000..8947faf2b2e1 --- /dev/null +++ b/x11-themes/gtk-qn-x11-theme/pkg-comment @@ -0,0 +1 @@ +The QN-X11 GTK theme engine diff --git a/x11-themes/gtk-qn-x11-theme/pkg-descr b/x11-themes/gtk-qn-x11-theme/pkg-descr new file mode 100644 index 000000000000..cd7d563424e3 --- /dev/null +++ b/x11-themes/gtk-qn-x11-theme/pkg-descr @@ -0,0 +1,3 @@ +The QN-X11 GTK theme engine. + +WWW: http://gtk.themes.org/themes.phtml?themeid=984373474 diff --git a/x11-themes/gtk-qn-x11-theme/pkg-plist b/x11-themes/gtk-qn-x11-theme/pkg-plist new file mode 100644 index 000000000000..d49ef279805c --- /dev/null +++ b/x11-themes/gtk-qn-x11-theme/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk/themes/engines/libqnx.so +share/themes/QN-X11/ICON.png +share/themes/QN-X11/README.html +share/themes/QN-X11/gtk/gtkrc +@dirrm share/themes/QN-X11/gtk +@dirrm share/themes/QN-X11 |