diff options
author | adamw <adamw@FreeBSD.org> | 2005-04-04 01:24:33 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-04-04 01:24:33 +0000 |
commit | 324828d40f6f7c2849b3dc45c93ba42af5538233 (patch) | |
tree | caae00317469fec721ecb5cdbe7fe9abaad3a37c | |
parent | 80d7a9e4cb510537cd06125ca386df280676c390 (diff) | |
download | FreeBSD-ports-324828d40f6f7c2849b3dc45c93ba42af5538233.zip FreeBSD-ports-324828d40f6f7c2849b3dc45c93ba42af5538233.tar.gz |
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
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-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 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index dfd39ac..e3da0cc 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -25,6 +25,7 @@ SUBDIR += gnome-icons-aqua-fusion SUBDIR += gnome-icons-cool-gorilla SUBDIR += gnome-icons-crystal + SUBDIR += gnome-icons-edge SUBDIR += gnome-icons-gentoo-test SUBDIR += gnome-icons-iris SUBDIR += gnome-icons-lila diff --git a/x11-themes/gnome-icons-edge/Makefile b/x11-themes/gnome-icons-edge/Makefile new file mode 100644 index 0000000..7194757 --- /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 0000000..a439946 --- /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 0000000..bdb0766 --- /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/ |