diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-05-10 20:21:57 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-05-10 20:21:57 +0000 |
commit | 43e933590a9529a826dcf517e77824ce89b2fb31 (patch) | |
tree | 46ec1d51116fea3d4dc47c08ce6f55e0b5d55e15 /misc | |
parent | 23cd318304ee4e5e2d1f963069b10af09bf083a3 (diff) | |
download | pkgsrc-43e933590a9529a826dcf517e77824ce89b2fb31.tar.gz |
Add share/themes/Clearlooks and bump version to 1.1.
This is needed because the clearlooks gtk2 and metacity theme will be now
in different packages.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/theme-dirs/Makefile | 4 | ||||
-rw-r--r-- | misc/theme-dirs/dirs.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/theme-dirs/Makefile b/misc/theme-dirs/Makefile index babc16fce33..e3c1f29a366 100644 --- a/misc/theme-dirs/Makefile +++ b/misc/theme-dirs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2005/04/28 23:04:08 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/10 20:21:57 jmmv Exp $ # -DISTNAME= theme-dirs-1.0 +DISTNAME= theme-dirs-1.1 CATEGORIES= misc gnome kde MASTER_SITES= # empty DISTFILES= # empty diff --git a/misc/theme-dirs/dirs.mk b/misc/theme-dirs/dirs.mk index 9327c073518..e211a1dc805 100644 --- a/misc/theme-dirs/dirs.mk +++ b/misc/theme-dirs/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.1.1.1 2004/12/24 10:05:53 jmmv Exp $ +# $NetBSD: dirs.mk,v 1.2 2005/05/10 20:21:57 jmmv Exp $ # # This file is intended to be included by mk/dirs.mk, not directly by packages. # @@ -9,6 +9,7 @@ DIRS_THEME_MK= # defined THEME_DIRS= share/themes/AgingGorilla THEME_DIRS+= share/themes/Atlanta THEME_DIRS+= share/themes/Bright +THEME_DIRS+= share/themes/Clearlooks THEME_DIRS+= share/themes/Crux THEME_DIRS+= share/themes/Esco THEME_DIRS+= share/themes/Glider |