aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-12 20:52:22 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-12 20:52:22 +0000
commit5cea51455e482445fcfed322b98e13d962e84fac (patch)
tree4f488aafc7a925e2135f19484a5968e261f70bd8 /x11-themes
parentbc1fa829dbaa09645df0bf66b502d2d4d5826a24 (diff)
downloadports-5cea51455e482445fcfed322b98e13d962e84fac.tar.gz
ports-5cea51455e482445fcfed322b98e13d962e84fac.zip
Add linux-hicolor-icon-theme (a symlink to ${X11BASE}/share/icons/hicolor,
required for linux-firefox and some other Linux applications). PR: ports/92992 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Notes
Notes: svn path=/head/; revision=155851
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Makefile1
-rw-r--r--x11-themes/linux-f10-hicolor-icon-theme/Makefile29
-rw-r--r--x11-themes/linux-f10-hicolor-icon-theme/pkg-descr6
-rw-r--r--x11-themes/linux-f8-hicolor-icon-theme/Makefile29
-rw-r--r--x11-themes/linux-f8-hicolor-icon-theme/pkg-descr6
-rw-r--r--x11-themes/linux-hicolor-icon-theme/Makefile29
-rw-r--r--x11-themes/linux-hicolor-icon-theme/pkg-descr6
7 files changed, 106 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index 36733dbca245..c085475d97ca 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -119,6 +119,7 @@
SUBDIR += kdmtheme
SUBDIR += lila-xfwm4
SUBDIR += linux-gtk-bluecurve-theme
+ SUBDIR += linux-hicolor-icon-theme
SUBDIR += metacity-aluminumalloy-cryogenic-theme
SUBDIR += metacity-aluminumalloy-smog-theme
SUBDIR += metacity-aluminumalloy-toxic-theme
diff --git a/x11-themes/linux-f10-hicolor-icon-theme/Makefile b/x11-themes/linux-f10-hicolor-icon-theme/Makefile
new file mode 100644
index 000000000000..63c27d749f89
--- /dev/null
+++ b/x11-themes/linux-f10-hicolor-icon-theme/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: linux-hicolor-icon-theme
+# Date created: 7 February 2006
+# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= hicolor-icon-theme
+PORTVERSION= 0.5
+CATEGORIES= x11-themes linux
+MASTER_SITES= # empty
+PKGNAMEPREFIX= linux-
+DISTFILES= # empty
+
+MAINTAINER= infofarmer@gmail.com
+COMMENT= A high-color icon theme shell from the FreeDesktop project
+
+RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+
+NO_BUILD= 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 ${X11BASE}/share/icons/hicolor ${PREFIX}/usr/share/icons
+
+.include <bsd.port.mk>
diff --git a/x11-themes/linux-f10-hicolor-icon-theme/pkg-descr b/x11-themes/linux-f10-hicolor-icon-theme/pkg-descr
new file mode 100644
index 000000000000..014a635f0da0
--- /dev/null
+++ b/x11-themes/linux-f10-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
diff --git a/x11-themes/linux-f8-hicolor-icon-theme/Makefile b/x11-themes/linux-f8-hicolor-icon-theme/Makefile
new file mode 100644
index 000000000000..63c27d749f89
--- /dev/null
+++ b/x11-themes/linux-f8-hicolor-icon-theme/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: linux-hicolor-icon-theme
+# Date created: 7 February 2006
+# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= hicolor-icon-theme
+PORTVERSION= 0.5
+CATEGORIES= x11-themes linux
+MASTER_SITES= # empty
+PKGNAMEPREFIX= linux-
+DISTFILES= # empty
+
+MAINTAINER= infofarmer@gmail.com
+COMMENT= A high-color icon theme shell from the FreeDesktop project
+
+RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+
+NO_BUILD= 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 ${X11BASE}/share/icons/hicolor ${PREFIX}/usr/share/icons
+
+.include <bsd.port.mk>
diff --git a/x11-themes/linux-f8-hicolor-icon-theme/pkg-descr b/x11-themes/linux-f8-hicolor-icon-theme/pkg-descr
new file mode 100644
index 000000000000..014a635f0da0
--- /dev/null
+++ b/x11-themes/linux-f8-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
diff --git a/x11-themes/linux-hicolor-icon-theme/Makefile b/x11-themes/linux-hicolor-icon-theme/Makefile
new file mode 100644
index 000000000000..63c27d749f89
--- /dev/null
+++ b/x11-themes/linux-hicolor-icon-theme/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: linux-hicolor-icon-theme
+# Date created: 7 February 2006
+# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= hicolor-icon-theme
+PORTVERSION= 0.5
+CATEGORIES= x11-themes linux
+MASTER_SITES= # empty
+PKGNAMEPREFIX= linux-
+DISTFILES= # empty
+
+MAINTAINER= infofarmer@gmail.com
+COMMENT= A high-color icon theme shell from the FreeDesktop project
+
+RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+
+NO_BUILD= 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 ${X11BASE}/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 000000000000..014a635f0da0
--- /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