@fgr, thank. It's work.
Search Criteria
Package Details: fontconfig-ubuntu 2.15.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fontconfig-ubuntu.git (read-only, click to copy) |
---|---|
Package Base: | fontconfig-ubuntu |
Description: | A library for configuring and customizing font access (with Ubuntu patches) |
Upstream URL: | https://launchpad.net/ubuntu/+source/fontconfig |
Licenses: | LicenseRef-custom |
Conflicts: | fontconfig |
Provides: | fontconfig, libfontconfig.so |
Submitter: | wonder |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 353 |
Popularity: | 0.008382 |
First Submitted: | 2008-07-28 18:25 (UTC) |
Last Updated: | 2024-02-26 14:21 (UTC) |
Dependencies (16)
- expat (expat-gitAUR)
- libfreetype.so (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- docbook-sgml (make)
- docbook-utils (make)
- expat (expat-gitAUR) (make)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- gperf (gperf-gitAUR) (make)
- json-c (json-c-gitAUR) (make)
- lynx (lynx-gitAUR, lynx-currentAUR) (make)
- perl-sgmls (make)
- python-lxml (make)
- python-six (make)
- texlive-formatsextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-latexrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (check)
Required by (1533)
- 3270-fonts (requires fontconfig)
- 4l (requires fontconfig)
- 64gram-desktop-bin (requires fontconfig)
- ab-download-manager (requires fontconfig)
- ab-download-manager-git (requires fontconfig)
- abdownloadmanager-bin (requires fontconfig)
- abiword-git (requires fontconfig)
- activinspire (requires fontconfig)
- aegisub-arch1t3cht (requires fontconfig)
- aegisub-arch1t3cht-git (requires fontconfig)
- aegisub-arch1t3cht-qt5-git (requires fontconfig)
- aegisub-git (requires fontconfig)
- aegisub-japan7-git (requires fontconfig)
- aegisub-ttools-meson-git (requires fontconfig)
- aegisub-wangqr-git (requires fontconfig)
- aerzte_sans (requires fontconfig)
- aftershotpro2 (requires fontconfig)
- agar (requires fontconfig) (optional)
- aide-bin (requires fontconfig)
- ajour (requires fontconfig)
- Show 1513 more...
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 19 Next › Last »
Medar commented on 2013-03-08 10:29 (UTC)
fgr commented on 2013-03-08 10:08 (UTC)
The first source link is broken. Update the PKGBUILD with the following:
-_ubver=2.10.2-0ubuntu1.debian
+_ubver=2.10.2-0ubuntu2.debian
+md5sums=('2f239690057d1438aa282e051f721d08'
+ 'fbb37f7a4208239be5b97472888a81bf')
<deleted-account> commented on 2013-01-18 03:10 (UTC)
updated to 2.10.2 and fixed issue of autoreconf
el_aur commented on 2013-01-17 22:37 (UTC)
Fontconfig 2.10.2 is out, mark this as out of date?
Ichigo-Roku commented on 2013-01-12 18:28 (UTC)
mityukov >> In the PKGBUILD of cairo-ubuntu you have to replace "autoreconf" by "autoreconf -fi". Just do the same as this package.
mityukov commented on 2013-01-12 11:14 (UTC)
> Adding -i switch to autoreconf fix the problem
You've solved it! Now, it's time to install `cairo-ubuntu` and it doesn't build too :-(
fzerorubigd commented on 2013-01-12 10:52 (UTC)
Also the warning about config can fixed this way :
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- conf.d/monospace-lcd-filter.conf -->
<fontconfig>
<!-- Use legacy LCD filter on smaller Monospace fonts -->
<match target="font">
<test name="family">
<string>DejaVu Sans Mono</string>
</test>
<test name="family" mode="append">
<string>Bitstream Vera Sans Mono</string>
</test>
<test name="pixelsize" compare="less_eq">
<double>12.0</double>
</test>
<edit name="lcd_filter" mode="assign">
<const>lcdlegacy</const>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
</fontconfig>
Pinned Comments
dbermond commented on 2021-07-27 15:23 (UTC)
@eimis @theokonos This is not a packaging issue. Either uninstall bubblewrap or build the package in a clean chroot with devtools.