@fgr, thank. It's work.
Search Criteria
Package Details: fontconfig-ubuntu-docs 2.15.0-2
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) (documentation) |
Upstream URL: | https://launchpad.net/ubuntu/+source/fontconfig |
Licenses: | LicenseRef-custom |
Submitter: | wonder |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 353 |
Popularity: | 0.002055 |
First Submitted: | 2008-07-28 18:25 (UTC) |
Last Updated: | 2025-01-20 01:20 (UTC) |
Dependencies (14)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- docbook-sgml (make)
- docbook-utils (make)
- expat (expat-gitAUR) (make)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR) (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 (0)
Sources (5)
- 40-fontconfig-config.hook
- 40-fontconfig-config.script
- fontconfig-ubuntu.hook
- https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/fontconfig/2.15.0-1.1ubuntu2/fontconfig_2.15.0-1.1ubuntu2.debian.tar.xz
- https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/fontconfig/2.15.0-1.1ubuntu2/fontconfig_2.15.0.orig.tar.xz
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.