From 8912532161223016d0bc7c8b07074f25d5ebbce5 Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Sat, 21 Jun 2008 04:03:18 +0000 Subject: Add lxappearance, a desktop-independent theme switcher for GTK+. --- x11-themes/Makefile | 1 + x11-themes/lxappearance/Makefile | 37 +++++++++++++++++++++++++++++++++++++ x11-themes/lxappearance/distinfo | 3 +++ x11-themes/lxappearance/pkg-descr | 3 +++ x11-themes/lxappearance/pkg-plist | 6 ++++++ 5 files changed, 50 insertions(+) create mode 100644 x11-themes/lxappearance/Makefile create mode 100644 x11-themes/lxappearance/distinfo create mode 100644 x11-themes/lxappearance/pkg-descr create mode 100644 x11-themes/lxappearance/pkg-plist (limited to 'x11-themes') diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 97a0aa8c8794..88ce195e7448 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -166,6 +166,7 @@ SUBDIR += lila-xfwm4 SUBDIR += linux-gtk-bluecurve-theme SUBDIR += linux-hicolor-icon-theme + SUBDIR += lxappearance SUBDIR += metacity-aluminumalloy-cryogenic-theme SUBDIR += metacity-aluminumalloy-smog-theme SUBDIR += metacity-aluminumalloy-toxic-theme diff --git a/x11-themes/lxappearance/Makefile b/x11-themes/lxappearance/Makefile new file mode 100644 index 000000000000..d802e75b7936 --- /dev/null +++ b/x11-themes/lxappearance/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: lxappearance +# Date created: 2008/06/20 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= lxappearance +PORTVERSION= 0.2 +CATEGORIES= x11-themes gnome +MASTER_SITES= SF +MASTER_SITE_SUBDIR= lxde + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= A desktop-independent theme switcher for GTK+ + +USE_GNOME= gtk20 intlhack +USE_GCC= 3.3+ +USE_GMAKE= yes +USE_ICONV= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +MAN1= lxappearance.1 + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include diff --git a/x11-themes/lxappearance/distinfo b/x11-themes/lxappearance/distinfo new file mode 100644 index 000000000000..8dd905def32e --- /dev/null +++ b/x11-themes/lxappearance/distinfo @@ -0,0 +1,3 @@ +MD5 (lxappearance-0.2.tar.gz) = 28e436c13ab09af54ffc6b415407ca37 +SHA256 (lxappearance-0.2.tar.gz) = 1cdd8bffd4ce740367866e055429ce728106d40211b84c109051e728189d9d04 +SIZE (lxappearance-0.2.tar.gz) = 145373 diff --git a/x11-themes/lxappearance/pkg-descr b/x11-themes/lxappearance/pkg-descr new file mode 100644 index 000000000000..283f0d8d918a --- /dev/null +++ b/x11-themes/lxappearance/pkg-descr @@ -0,0 +1,3 @@ +lxappearance is a desktop-independent theme switcher for GTK+. + +WWW: http://lxde.sourceforge.net/ diff --git a/x11-themes/lxappearance/pkg-plist b/x11-themes/lxappearance/pkg-plist new file mode 100644 index 000000000000..fb6bfe240d41 --- /dev/null +++ b/x11-themes/lxappearance/pkg-plist @@ -0,0 +1,6 @@ +bin/lxappearance +%%NLS%%share/locale/zh_TW/LC_MESSAGES/lxappearance.mo +%%DATADIR%%/install-icon-theme.sh +share/applications/lxappearance.desktop +@dirrm %%DATADIR%% +@dirrmtry share/applications -- cgit v1.2.3