diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-01 12:45:56 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-01 12:45:56 +0800 |
commit | 2ca1c2dcf6f9d79cecb60f812eda25545e657f11 (patch) | |
tree | c96a27c1d534117240570357bacec2aa2aa1588c /x11-themes | |
parent | f67b67cf12dcd39782e07ff42cebb18731b19329 (diff) | |
download | marcuscom-ports-2ca1c2dcf6f9d79cecb60f812eda25545e657f11.tar marcuscom-ports-2ca1c2dcf6f9d79cecb60f812eda25545e657f11.tar.gz marcuscom-ports-2ca1c2dcf6f9d79cecb60f812eda25545e657f11.tar.bz2 marcuscom-ports-2ca1c2dcf6f9d79cecb60f812eda25545e657f11.tar.lz marcuscom-ports-2ca1c2dcf6f9d79cecb60f812eda25545e657f11.tar.xz marcuscom-ports-2ca1c2dcf6f9d79cecb60f812eda25545e657f11.tar.zst marcuscom-ports-2ca1c2dcf6f9d79cecb60f812eda25545e657f11.zip |
Correct the dependency, hicolor-icon-theme lives in LOCALBASE now. Bump the
PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7459 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/linux-hicolor-icon-theme/Makefile | 31 | ||||
-rw-r--r-- | x11-themes/linux-hicolor-icon-theme/pkg-descr | 6 |
2 files changed, 37 insertions, 0 deletions
diff --git a/x11-themes/linux-hicolor-icon-theme/Makefile b/x11-themes/linux-hicolor-icon-theme/Makefile new file mode 100644 index 000000000..de1f24d0d --- /dev/null +++ b/x11-themes/linux-hicolor-icon-theme/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: linux-hicolor-icon-theme +# Date created: 7 February 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hicolor-icon-theme +PORTVERSION= 0.5 +PORTREVISION= 1 +CATEGORIES= x11-themes linux +MASTER_SITES= # empty +PKGNAMEPREFIX= linux- +DISTFILES= # empty + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= A high-color icon theme shell from the FreeDesktop project + +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + +NO_BUILD= yes +USE_LINUX= yes +USE_LINUX_PREFIX= yes +PLIST_FILES= usr/share/icons/hicolor +PLIST_DIRS= usr/share/icons + +do-install: + ${INSTALL} -d ${PREFIX}/usr/share/icons + ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${PREFIX}/usr/share/icons + +.include <bsd.port.mk> diff --git a/x11-themes/linux-hicolor-icon-theme/pkg-descr b/x11-themes/linux-hicolor-icon-theme/pkg-descr new file mode 100644 index 000000000..014a635f0 --- /dev/null +++ b/x11-themes/linux-hicolor-icon-theme/pkg-descr @@ -0,0 +1,6 @@ +The freedesktop.org project provides a shared high-color desktop +icon theme shell for use under both KDE and GNOME desktops. This +is a glue port providing a symlink so that linux apps find their +way around. + +WWW: http://www.freedesktop.org/Standards/icon-theme-spec |