diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 19:48:16 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 19:48:16 +0200 |
commit | 9258f618a4ce814bfd4c53b2503f9eec3df70fd3 (patch) | |
tree | f00087fb632883ff0447d3a2c0ec4ecb231af751 /x11/fontconfig | |
parent | c9d22be7c052def49eca9d111272f93f34eb023a (diff) |
use the new xenocara module and adapt for PREFIX=/usr/X11R6
While here cleanup some Makefiles
Diffstat (limited to 'x11/fontconfig')
-rw-r--r-- | x11/fontconfig/Makefile | 6 | ||||
-rw-r--r-- | x11/fontconfig/pkg/PLIST | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/fontconfig/Makefile b/x11/fontconfig/Makefile index cedc5d1..d28c36c 100644 --- a/x11/fontconfig/Makefile +++ b/x11/fontconfig/Makefile @@ -20,6 +20,8 @@ MASTER_SITES = http://fontconfig.org/release/ EXTRACT_SUFX = .tar.gz +MODULES = xenocara + BUILD_DEPENDS = devel/gperf LIB_DEPENDS = sysutils/e2fsprogs \ @@ -30,8 +32,8 @@ USE_GMAKE = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --sysconfdir=${SYSCONFDIR} \ - --with-default-fonts=${LOCALBASE}/share/fonts \ - --with-cache-dir=/var/cache/fontconfig + --with-default-fonts=${PREFIX}/share/fonts \ + --with-cache-dir=/var/cache/fontconfig post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fontconfig diff --git a/x11/fontconfig/pkg/PLIST b/x11/fontconfig/pkg/PLIST index 39dac05..04db947 100644 --- a/x11/fontconfig/pkg/PLIST +++ b/x11/fontconfig/pkg/PLIST @@ -8,7 +8,6 @@ @bin bin/fc-query @bin bin/fc-scan @bin bin/fc-validate -include/fontconfig/ include/fontconfig/fcfreetype.h include/fontconfig/fcprivate.h include/fontconfig/fontconfig.h @@ -242,8 +241,6 @@ lib/pkgconfig/fontconfig.pc @man man/man3/FcWeightToOpenType.3 @man man/man3/FcWeightToOpenTypeDouble.3 @man man/man5/fonts-conf.5 -share/doc/fontconfig/ -share/doc/fontconfig/fontconfig-devel/ share/doc/fontconfig/fontconfig-devel.pdf share/doc/fontconfig/fontconfig-devel.txt share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html @@ -470,6 +467,7 @@ share/doc/fontconfig/fontconfig-devel/x31.html share/doc/fontconfig/fontconfig-user.html share/doc/fontconfig/fontconfig-user.pdf share/doc/fontconfig/fontconfig-user.txt +share/examples/ share/examples/fontconfig/ share/examples/fontconfig/fonts/ @sample ${SYSCONFDIR}/fonts/ @@ -569,11 +567,10 @@ share/fontconfig/conf.avail/80-delicious.conf share/fontconfig/conf.avail/90-synthetic.conf @exec ln -s %B/%f ${SYSCONFDIR}/fonts/conf.d/%f @unexec rm -f ${SYSCONFDIR}/fonts/conf.d/%f +share/gettext/ share/gettext/its/ share/gettext/its/fontconfig.its share/gettext/its/fontconfig.loc -share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo -share/locale/zh_CN/LC_MESSAGES/fontconfig.mo share/xml/ share/xml/fontconfig/ share/xml/fontconfig/fonts.dtd |