mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
x11-fonts/fntsample: Use Blocks.txt from textproc/UCD (15.1.0 currently)
- Bump PORTREVISION for package change
This commit is contained in:
parent
bc76e68d93
commit
40b7007eab
2 changed files with 4 additions and 11 deletions
|
@ -1,11 +1,8 @@
|
||||||
PORTNAME= fntsample
|
PORTNAME= fntsample
|
||||||
PORTVERSION= 5.4
|
PORTVERSION= 5.4
|
||||||
PORTREVISION= 1
|
|
||||||
DISTVERSIONPREFIX= release/
|
DISTVERSIONPREFIX= release/
|
||||||
|
PORTREVISION= 2
|
||||||
CATEGORIES= x11-fonts
|
CATEGORIES= x11-fonts
|
||||||
MASTER_SITES= https://unicode.org/Public/14.0.0/ucd/:unidata
|
|
||||||
DISTFILES= Blocks.txt:unidata
|
|
||||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Show Unicode coverage of a font
|
COMMENT= Show Unicode coverage of a font
|
||||||
|
@ -14,6 +11,7 @@ WWW= https://github.com/eugmes/fntsample
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
BUILD_DEPENDS= UCD>=0:textproc/UCD
|
||||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libfreetype.so:print/freetype2
|
libfreetype.so:print/freetype2
|
||||||
RUN_DEPENDS= pdfoutline:textproc/pdfoutline
|
RUN_DEPENDS= pdfoutline:textproc/pdfoutline
|
||||||
|
@ -21,7 +19,7 @@ RUN_DEPENDS= pdfoutline:textproc/pdfoutline
|
||||||
USES= cmake gettext gnome iconv pkgconfig
|
USES= cmake gettext gnome iconv pkgconfig
|
||||||
USE_GNOME= cairo glib20 pango
|
USE_GNOME= cairo glib20 pango
|
||||||
|
|
||||||
CMAKE_ARGS= -DUNICODE_BLOCKS=${WRKSRC}/Blocks.txt
|
CMAKE_ARGS= -DUNICODE_BLOCKS=${LOCALBASE}/share/unicode/ucd/Blocks.txt
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
PLIST_FILES= bin/fntsample \
|
PLIST_FILES= bin/fntsample \
|
||||||
|
@ -31,7 +29,4 @@ PLIST_FILES= bin/fntsample \
|
||||||
GH_ACCOUNT= eugmes
|
GH_ACCOUNT= eugmes
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
||||||
post-extract:
|
|
||||||
@${CP} ${DISTDIR}/${DIST_SUBDIR}/Blocks.txt ${WRKSRC}/
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
TIMESTAMP = 1632036926
|
TIMESTAMP = 1721823008
|
||||||
SHA256 (Blocks.txt) = 598870dddef7b34b5a972916528c456aff2765b79cd4f9647fb58ceb767e7f17
|
|
||||||
SIZE (Blocks.txt) = 10720
|
|
||||||
SHA256 (eugmes-fntsample-release-5.4_GH0.tar.gz) = 69eb3d83bce78b6610f4a8f19d089059079ebc475c36d456ebcb4c8add431166
|
SHA256 (eugmes-fntsample-release-5.4_GH0.tar.gz) = 69eb3d83bce78b6610f4a8f19d089059079ebc475c36d456ebcb4c8add431166
|
||||||
SIZE (eugmes-fntsample-release-5.4_GH0.tar.gz) = 62162
|
SIZE (eugmes-fntsample-release-5.4_GH0.tar.gz) = 62162
|
||||||
|
|
Loading…
Add table
Reference in a new issue