diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-08 14:55:13 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-08 14:55:13 +0000 |
commit | 8e87e036cf8b0d94de14c246fcfa15f732430680 (patch) | |
tree | 25625fb2858bb88edd5ac2c0eac758f88d5294d5 /wm | |
parent | 2c179a303fb286100ce97674954bc16f782b2b4e (diff) | |
download | pkgsrc-8e87e036cf8b0d94de14c246fcfa15f732430680.tar.gz |
Update wmthemes to 0.80.0 (matches current windowmaker version):
- Themes must be fetched through freshmeat.net now, which maintains a
different directory layout and file naming than themes.org.
- The WINDOWMAKER_THEMES variable now requires the version number of the
package.
- Add two NetBSD related themes to the default list.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmthemes/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile index caf8a0244d6..3b3cd010bf8 100644 --- a/wm/wmthemes/Makefile +++ b/wm/wmthemes/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2003/04/26 09:49:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2003/05/08 14:55:13 jmmv Exp $ # # There is no distinfo file since the files change contents so often on the # master site # -DISTNAME= wmthemes-0.62 -PKGREVISION= 2 +DISTNAME= wmthemes-0.80.0 WRKSRC= ${WRKDIR} CATEGORIES= x11 wm windowmaker MASTER_SITES= http://download.themes.org/wm/ @@ -28,16 +27,16 @@ PLIST_SRC= ${WRKDIR}/PLIST THEME_SUBDIRS= Backgrounds IconSets Icons Pixmaps Sounds Styles Themes WM_DATADIR= share/WindowMaker -BUILD_DEFS+= WINDOWMAKER_THEMES - .include "../../mk/bsd.prefs.mk" -WINDOWMAKER_THEMES?= FreeBSD-theme-0.52 +BUILD_DEFS+= WINDOWMAKER_THEMES THEME_FILES= -.for FILE in ${WINDOWMAKER_THEMES} -THEME_FILES+= ${FILE}${EXTRACT_SUFX} +.for theme in ${WINDOWMAKER_THEMES} +THEME_FILES+= ${theme}.tar.gz +SITES_${theme}.tar.gz= http://download.freshmeat.net/themes/${theme:C/-[^-]*$//}/ .endfor +.undef theme do-install: @${RM} -f ${PLIST_SRC} |