diff options
author | adamw <adamw@FreeBSD.org> | 2005-04-04 09:24:33 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-04-04 09:24:33 +0800 |
commit | 324828d40f6f7c2849b3dc45c93ba42af5538233 (patch) | |
tree | caae00317469fec721ecb5cdbe7fe9abaad3a37c /x11-themes/gnome-icons-edge | |
parent | 80d7a9e4cb510537cd06125ca386df280676c390 (diff) | |
download | freebsd-ports-gnome-324828d40f6f7c2849b3dc45c93ba42af5538233.tar.gz freebsd-ports-gnome-324828d40f6f7c2849b3dc45c93ba42af5538233.tar.zst freebsd-ports-gnome-324828d40f6f7c2849b3dc45c93ba42af5538233.zip |
Add the Edge GNOME icon set. It looks neat.
Edge is a very sleek GNOME icon set. It has sharp edges
and soft corners, and somewhat of a chrome-on-plastic look.
You can see a screenshot of the Edge icon, GTK2, and metacity
themes altogether at:
http://www.gnome-look.org/content/pre1/18631-1.jpg
Diffstat (limited to 'x11-themes/gnome-icons-edge')
-rw-r--r-- | x11-themes/gnome-icons-edge/Makefile | 29 | ||||
-rw-r--r-- | x11-themes/gnome-icons-edge/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gnome-icons-edge/pkg-descr | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-edge/Makefile b/x11-themes/gnome-icons-edge/Makefile new file mode 100644 index 000000000000..71947577ad50 --- /dev/null +++ b/x11-themes/gnome-icons-edge/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: Edge GNOME Iconset +# Date created: 26 March, 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +# Port logic gratuitously stolen from lioux's logic in +# x11-themes/kde-icons-noia. If it's not defined here +# and you think it should be, check +# x11-themes/gnome-icons/bsd.gnome-icons.mk for it. + +PORTNAME= edge-icons +PORTVERSION= 0.4.2 +CATEGORIES= x11-themes gnome +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw/edge + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Sleek white icon theme for GNOME + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +WRKSRC= ${WRKDIR}/Edge-Icons-${PORTVERSION} + +.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" +.include <bsd.port.mk> diff --git a/x11-themes/gnome-icons-edge/distinfo b/x11-themes/gnome-icons-edge/distinfo new file mode 100644 index 000000000000..a4399465325d --- /dev/null +++ b/x11-themes/gnome-icons-edge/distinfo @@ -0,0 +1,2 @@ +MD5 (edge-icons-0.4.2.tar.gz) = 0b7970af0c883607b8aa920377327900 +SIZE (edge-icons-0.4.2.tar.gz) = 189640 diff --git a/x11-themes/gnome-icons-edge/pkg-descr b/x11-themes/gnome-icons-edge/pkg-descr new file mode 100644 index 000000000000..bdb0766ee8dc --- /dev/null +++ b/x11-themes/gnome-icons-edge/pkg-descr @@ -0,0 +1,8 @@ +Edge is a very sleek GNOME icon set. It has sharp edges +and soft corners, and somewhat of a chrome-on-plastic look. + +You can see a screenshot of the Edge icon, GTK2, and metacity +themes altogether at: + http://www.gnome-look.org/content/pre1/18631-1.jpg + +WWW: http://www.gnome-look.org/ |