diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-06-21 12:03:18 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-06-21 12:03:18 +0800 |
commit | 0fc078ddf2c7b2a1283f9316006a073383a29063 (patch) | |
tree | d9a1533708ad88846505e53ffe17852f5ff69197 /x11-themes | |
parent | 6cf826176a9ded794a68da385475b660ec110a49 (diff) | |
download | freebsd-ports-gnome-0fc078ddf2c7b2a1283f9316006a073383a29063.tar.gz freebsd-ports-gnome-0fc078ddf2c7b2a1283f9316006a073383a29063.tar.zst freebsd-ports-gnome-0fc078ddf2c7b2a1283f9316006a073383a29063.zip |
Add lxappearance, a desktop-independent theme switcher for GTK+.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/lxappearance/Makefile | 37 | ||||
-rw-r--r-- | x11-themes/lxappearance/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/lxappearance/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/lxappearance/pkg-plist | 6 |
5 files changed, 50 insertions, 0 deletions
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 <bsd.port.mk> 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 |