diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-22 07:05:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-22 07:05:19 +0800 |
commit | fe5a7e4bee2fc7a40343278a44de77847b5c91c5 (patch) | |
tree | b9556c9042a9d20d7c71f49869f39f95afc00052 /deskutils/conkyforecast | |
parent | 9167139629893ea7664f3b1cf93141ff1eeb82b4 (diff) | |
download | freebsd-ports-gnome-fe5a7e4bee2fc7a40343278a44de77847b5c91c5.tar.gz freebsd-ports-gnome-fe5a7e4bee2fc7a40343278a44de77847b5c91c5.tar.zst freebsd-ports-gnome-fe5a7e4bee2fc7a40343278a44de77847b5c91c5.zip |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Diffstat (limited to 'deskutils/conkyforecast')
-rw-r--r-- | deskutils/conkyforecast/Makefile | 10 | ||||
-rw-r--r-- | deskutils/conkyforecast/files/pkg-message.in | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/deskutils/conkyforecast/Makefile b/deskutils/conkyforecast/Makefile index e7281602ade0..dbb62100261f 100644 --- a/deskutils/conkyforecast/Makefile +++ b/deskutils/conkyforecast/Makefile @@ -3,6 +3,7 @@ PORTNAME= conkyforecast PORTVERSION= 2.20 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://launchpadlibrarian.net/70673352/ \ LOCAL/vg @@ -13,17 +14,12 @@ COMMENT= Weather forecast script for conky LICENSE= GPLv3 -BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= conky:${PORTSDIR}/sysutils/conky \ - pidof:${PORTSDIR}/sysutils/pidof \ - fc-cache:${PORTSDIR}/x11-fonts/fontconfig + pidof:${PORTSDIR}/sysutils/pidof -USES= gettext python +USES= gettext python fonts USE_PYTHON= distutils SUB_FILES= pkg-message -SUB_LIST+= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" -PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" -FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} WRKSRC= ${WRKDIR}/src diff --git a/deskutils/conkyforecast/files/pkg-message.in b/deskutils/conkyforecast/files/pkg-message.in index d0b42db317fe..bf2f51aa1820 100644 --- a/deskutils/conkyforecast/files/pkg-message.in +++ b/deskutils/conkyforecast/files/pkg-message.in @@ -5,7 +5,7 @@ line to the "Modules" section of your X Windows configuration file: Add the following line to the "Files" section of X Windows configuration file: - FontPath "%%PREFIX%%/%%FONTSDIR%%/" + FontPath "%%FONTSDIR%%/" For a working script you must define, in a user specific config file, a partner id and registration code for the weather.com xoap service. For this purpose |