- Add clearlooks-metacity
Clearlooks Metacity theme
This commit is contained in:
parent
6e86014633
commit
c2bacbf1f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131791
4 changed files with 38 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
SUBDIR += buffy
|
||||
SUBDIR += clean-theme-gtk
|
||||
SUBDIR += clearlooks
|
||||
SUBDIR += clearlooks-metacity
|
||||
SUBDIR += colorstep
|
||||
SUBDIR += engradient
|
||||
SUBDIR += enlightenment-theme-BlueSteel
|
||||
|
|
32
x11-themes/clearlooks-metacity/Makefile
Normal file
32
x11-themes/clearlooks-metacity/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: clearlooks-metacity
|
||||
# Date created: 2005-03-20
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clearlooks-metacity
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www.gnome-look.org/content/files/
|
||||
DISTNAME= 21237-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= Clearlooks Metacity theme
|
||||
|
||||
WRKSRC= ${WRKDIR}/Clearlooks
|
||||
USE_GNOME= metacity gnomeprefix
|
||||
USE_X_PREFIX= yes
|
||||
DATADIR= share/gnome/themes/Clearlooks/metacity-1
|
||||
NO_BUILD= yes
|
||||
|
||||
|
||||
PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml
|
||||
PLIST_DIRS= %%DATADIR%% \
|
||||
share/gnome/themes/Clearlooks
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/metacity-1/metacity-theme-1.xml ${PREFIX}/${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-themes/clearlooks-metacity/distinfo
Normal file
2
x11-themes/clearlooks-metacity/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (21237-clearlooks-metacity-0.5.tar.gz) = 7cad4d05b820260b61d63d3cb361877b
|
||||
SIZE (21237-clearlooks-metacity-0.5.tar.gz) = 3983
|
3
x11-themes/clearlooks-metacity/pkg-descr
Normal file
3
x11-themes/clearlooks-metacity/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Clearlooks Metacity theme
|
||||
|
||||
WWW: http://www.gnome-look.org/content/show.php?content=21237
|
Loading…
Reference in a new issue