Skip to content

Commit 2017b42

Browse files
committed
libfontenc: update to 1.1.9.
Alan Coopersmith (4): configure: Use pkg-config to handle zlib dependency if possible meson: Add option to build with meson gitlab CI: drop the ci-fairy check-mr job libfontenc 1.1.9
1 parent 0797932 commit 2017b42

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

fonts/libfontenc/Makefile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.19 2024/03/03 10:03:09 wiz Exp $
1+
# $NetBSD: Makefile,v 1.20 2026/02/08 06:43:18 wiz Exp $
22

3-
DISTNAME= libfontenc-1.1.8
3+
DISTNAME= libfontenc-1.1.9
44
CATEGORIES= fonts x11
55
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
66
EXTRACT_SUFX= .tar.xz
@@ -9,13 +9,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
99
HOMEPAGE= https://xorg.freedesktop.org/
1010
COMMENT= Library for handling fonts with different character set encodings
1111

12-
USE_LIBTOOL= yes
1312
USE_TOOLS+= pkg-config
14-
PKGCONFIG_OVERRIDE+= fontenc.pc.in
15-
GNU_CONFIGURE= yes
13+
PKGCONFIG_OVERRIDE+= output/meson-private/fontenc.pc
1614

17-
.include "../../meta-pkgs/modular-xorg/hacks.mk"
15+
PKGCONFIG_OVERRIDE_STAGE= post-configure
1816

17+
.include "../../devel/meson/build.mk"
1918
.include "../../devel/zlib/buildlink3.mk"
2019
.include "../../x11/xorgproto/buildlink3.mk"
2120
.include "../../mk/bsd.pkg.mk"

fonts/libfontenc/PLIST

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
@comment $NetBSD: PLIST,v 1.3 2009/06/14 19:01:14 joerg Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2026/02/08 06:43:18 wiz Exp $
22
include/X11/fonts/fontenc.h
3-
lib/libfontenc.la
3+
lib/libfontenc.so
4+
lib/libfontenc.so.1
5+
lib/libfontenc.so.1.0.0
46
lib/pkgconfig/fontenc.pc

fonts/libfontenc/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.16 2024/03/03 10:03:09 wiz Exp $
1+
$NetBSD: distinfo,v 1.17 2026/02/08 06:43:18 wiz Exp $
22

3-
BLAKE2s (libfontenc-1.1.8.tar.xz) = 93b07b2346973c3a5b85feeb43d3e2e0963200cb9818bef2efe45a31c1c3792b
4-
SHA512 (libfontenc-1.1.8.tar.xz) = c9ddea9c0c6c6f4933b5b8ed2044e3dc259a9edbb3070a32f0335a6ad4d47b1858cefc01fa2dff9f29808bee311e9c677b05861200d2f2c4552c92b33fe027e2
5-
Size (libfontenc-1.1.8.tar.xz) = 274176 bytes
3+
BLAKE2s (libfontenc-1.1.9.tar.xz) = 05f849102d9d131463b9ff6ebc92c2cbb5b15686184b91b9a043633256910f88
4+
SHA512 (libfontenc-1.1.9.tar.xz) = 19050c4c9ea1143b555b92faec641fd6b4976de463ad1fb67d20a7bf2f610bbc3debd3c65925cd8329691a9fb0435d004a05b6486e1dc600719e8c479812b912
5+
Size (libfontenc-1.1.9.tar.xz) = 280828 bytes

0 commit comments

Comments
 (0)