diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-30 21:26:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-30 21:26:45 +0000 |
commit | 3350eecf4d514d60d0aaae98d44e9d047434c96c (patch) | |
tree | 3c47d866ccf9c6f77f62c2645db9ae2bf010c3c5 /x11-themes/ubuntulooks | |
parent | bae2573ec8f7b8e32183c813d4aeeaa76f35bf6f (diff) | |
download | ports-3350eecf4d514d60d0aaae98d44e9d047434c96c.tar.gz ports-3350eecf4d514d60d0aaae98d44e9d047434c96c.zip |
This is a GTK+ 2.x engine from Ubuntu Dapper. It features a modern look.
WWW: http://packages.ubuntu.com/dapper/source/ubuntulooks
PR: ports/95557
Submitted by: Phillip Neumann <pneumann@gmail.com>
Notes
Notes:
svn path=/head/; revision=160969
Diffstat (limited to 'x11-themes/ubuntulooks')
-rw-r--r-- | x11-themes/ubuntulooks/Makefile | 26 | ||||
-rw-r--r-- | x11-themes/ubuntulooks/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/ubuntulooks/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/ubuntulooks/pkg-plist | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11-themes/ubuntulooks/Makefile b/x11-themes/ubuntulooks/Makefile new file mode 100644 index 000000000000..b2f072fb8a07 --- /dev/null +++ b/x11-themes/ubuntulooks/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ubuntulooks +# Date created: 2006-04-09 +# Whom: Phillip Neumann <pneumann@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= ubuntulooks +PORTVERSION= 0.9.9 +CATEGORIES= x11-themes +MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig + +MAINTAINER= pneumann@gmail.com +COMMENT= GTK+ 2.x engine from Ubuntu Dapper + +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gtk20 +USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include <bsd.port.mk> diff --git a/x11-themes/ubuntulooks/distinfo b/x11-themes/ubuntulooks/distinfo new file mode 100644 index 000000000000..08aebf70f521 --- /dev/null +++ b/x11-themes/ubuntulooks/distinfo @@ -0,0 +1,3 @@ +MD5 (ubuntulooks_0.9.9.orig.tar.gz) = fade98705f875057965a66e89d29d743 +SHA256 (ubuntulooks_0.9.9.orig.tar.gz) = 21e3625a84d4df9d078ce0f1041e835c2cb90e82e4a2f6051a59de7aa457a803 +SIZE (ubuntulooks_0.9.9.orig.tar.gz) = 348959 diff --git a/x11-themes/ubuntulooks/pkg-descr b/x11-themes/ubuntulooks/pkg-descr new file mode 100644 index 000000000000..777a82e6e3d1 --- /dev/null +++ b/x11-themes/ubuntulooks/pkg-descr @@ -0,0 +1,3 @@ +This is a GTK+ 2.x engine from Ubuntu Dapper. It features a modern look. + +WWW: http://packages.ubuntu.com/dapper/source/ubuntulooks diff --git a/x11-themes/ubuntulooks/pkg-plist b/x11-themes/ubuntulooks/pkg-plist new file mode 100644 index 000000000000..fde8bd90f2b5 --- /dev/null +++ b/x11-themes/ubuntulooks/pkg-plist @@ -0,0 +1,5 @@ +lib/gtk-2.0/2.4.0/engines/libubuntulooks.so +lib/gtk-2.0/2.4.0/engines/libubuntulooks.la +share/themes/Human/gtk-2.0/gtkrc +@dirrm share/themes/Human/gtk-2.0 +@dirrm share/themes/Human |