Commit Graph

3192 Commits

Author SHA1 Message Date
Pierre Labastie
3c3e0ffb19 Fix libgubs dependencies
gtk-doc cannot be used. And JSON-Glib is needed for 0.4.0
2022-09-19 17:55:38 +02:00
Xi Ruoyao
c35a6f2d41
libxkbcommon: remove reference to XORG_PREFIX
/usr/share/X11 is a symlink to $XORG_PREFIX/share/X11
if [ $XORG_PREFIX != /usr ], so -Dxkb-config-root is not needed.
2022-09-18 14:54:10 +08:00
Pierre Labastie
4034df33e1 libxkbcommon: use XORG_PREFIX instead of XORG_CONFIG
(or install in /usr?)
2022-09-17 10:47:50 +02:00
Bruce Dubbs
ecce4c7369 Update to nspr-4.35. 2022-09-16 15:50:54 -05:00
Bruce Dubbs
7bec8adf7c Update to libgusb-0.4.0. 2022-09-16 15:42:53 -05:00
Xi Ruoyao
10be56f1e5
libbytesize: format fix 2022-09-17 02:09:10 +08:00
Douglas R. Reno
b2baae04bb libbytesize: move six to recommended for bscalc. 2022-09-16 10:39:46 -05:00
Douglas R. Reno
7593b7c218 Duktape: remove extra newline from userinput section 2022-09-16 09:18:17 -05:00
Xi Ruoyao
75d385622a
add comments about tagging duktape and/or mozjs
So we won't need to add something like "this package is known to work
with {duktape,mozjs} in polkit page.
2022-09-16 10:51:15 +08:00
Xi Ruoyao
0af463c172
libxkbcommon: change xkeyboard-config to runtime, and add xorg-env
The building system only uses xkeyboard-config pkg-config file to find
the path to xkeyboard-config files.  Without xkeyboard-config installed,
it guesses /usr/share/X11/xkb.
2022-09-16 10:34:37 +08:00
Tim Tassonis
b051e0ea0c Fix broken duktape dowload url. 2022-09-15 21:44:48 +02:00
Tim Tassonis
f401faa609 Add duktape-2.7.0, allow polkit to use duktape instead of JS. 2022-09-15 19:15:50 +02:00
Pierre Labastie
9bda86ebe2 libbytesize: precise that six is needed for bscalc
I wonder whether we shouldn't rather recommend six: bscalc is handy
for a lot of calculations, for example:
$ bscalc -H 33312
32.53 KiB
2022-09-13 14:56:38 +02:00
Pierre Labastie
d56891b998 boost: --with-python is now a parameter 2022-09-13 07:13:55 +02:00
Bruce Dubbs
ae0c128040 Clarify with-python option in boost 2022-09-12 23:29:54 -05:00
Pierre Labastie
4e207bb418 Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
Pierre Labastie
1fe05eb92d A round of removal of eol trailing spaces 2022-09-11 17:32:13 +02:00
Bruce Dubbs
7b459c22b6 Add Cython python module. 2022-09-10 13:21:42 -05:00
Pierre Labastie
da108fb938 Install libxslt doc in a versioned directory
Report by Joe Locash
2022-09-09 09:04:30 +02:00
Xi Ruoyao
36aab55c1d
genlib: URL updates 2022-09-08 14:56:22 +08:00
Bruce Dubbs
056b5965ec Package updates
Update to neon-0.32.3.
Update to libwpe-1.12.3.
Update to cracklib-2.9.8.
Update to libsoup-3.0.8.
2022-09-05 18:03:13 -05:00
Bruce Dubbs
5ff8c3a9cb Add --no-user in Python module installation instructions. 2022-09-05 16:04:47 -05:00
Bruce Dubbs
ccdcaa0f76 Package updates.
Update to Log-Log4perl-1.56 (Perl Module).
Update to IO-Socket-SSL-2.075 (Perl Module).
Update to doxygen-1.9.5.
Update to libatomic_ops-7.6.14.
2022-09-04 10:32:30 -05:00
Douglas R. Reno
720e4cbe9e Package updates
Update to libtasn1-4.19.0
Update to babl-0.1.96
Update to fetchmail-6.4.33
2022-09-03 18:58:59 -05:00
Douglas R. Reno
67cd226204 Package updates:
Update to gc-8.2.2
Update to mozjs-91.13.0
Update to libqalculate-4.3.0
Update to nghttp2-1.49.0
2022-09-03 17:59:57 -05:00
Douglas R. Reno
6aa4fda02a libxslt: Remove old comment about python2 module 2022-09-03 11:07:50 -05:00
Douglas R. Reno
f4c100b7d4 libxslt: remove extra newline before configure 2022-09-03 09:01:03 -05:00
Pierre Labastie
0ecb20cf9f libxslt: remove an harmful space at eol
Took me one hour to figure out hy configure was asking to use
--build, --host, ...
2022-09-03 07:58:00 +02:00
Bruce Dubbs
323310fd44 Update to libxslt-1.1.37. 2022-09-02 20:17:46 -05:00
Bruce Dubbs
8294b3df56 Update to libxml2-2.10.2. 2022-09-02 19:38:51 -05:00
Xi Ruoyao
2cb4b95bce
libssh2: add upstream fix patch for OpenSSH compatibility 2022-09-01 19:21:24 +08:00
Xi Ruoyao
6bc7cd4989
Revert "Increase the recursion limit in libxslt, which allows man pages for samba and systemd to be generated"
This reverts commit ba3bd45656.

The deep recursion was caused by a docbook-xsl issue, which should be
corrected by our docbook-xsl patch.
2022-09-01 11:42:09 +08:00
Bruce Dubbs
f31e793861 Misc text fixes. 2022-08-30 10:45:36 -05:00
Xi Ruoyao
0fe09b09b6
js91: SSE2 can be used for GCC + 32-bit if the system is capable
Other workarounds (simply replacing "double_t") leads FP-related tests
to fail.  If someone is really running a non-SSE2 system, he/she will
need Clang (maybe ironically as you have to build more things on such
a slow system, but we don't have any other solution).
2022-08-29 14:57:54 +08:00
Pierre Labastie
f572dbb2c6 Building mozilla apps with gcc is broken on i686
We used to sed the double_t definition to allow building, but now
we use clang, so that the build passes without sed. Say that using
GCC breaks the build in command explanations too.
2022-08-28 21:03:28 +02:00
Xi Ruoyao
716ab1ac26
js-91: clang is required on 32-bit system 2022-08-28 16:13:29 +08:00
Xi Ruoyao
a1b09476e8
wayland: unset XDG_RUNTIME_DIR for test
* If it's not set, things will be OK.
* If it's set normally, things will be OK.
* If it's set to a non-exist path, many tests will fail.

So for now just papering over the "bad XDG_RUNTIME_DIR issue" by unset
it.
2022-08-28 03:19:18 +08:00
Bruce Dubbs
3032882841 Tags 2022-08-26 16:39:32 -05:00
Douglas R. Reno
19f84a6092 Update to gnome-bluetooth-42.3 and tag the rest of GNOME Desktop. 2022-08-25 20:03:11 -05:00
Bruce Dubbs
650ddb8903 Tag the rest of multimedia/libdriv/ 2022-08-25 18:48:40 -05:00
Bruce Dubbs
7263a049ae Tags 2022-08-25 16:06:42 -05:00
Bruce Dubbs
00eb94abb3 Tags and add a dependency to sysprof 2022-08-24 16:20:38 -05:00
Douglas R. Reno
e3c1140027 Tag LXDE 2022-08-24 14:00:03 -05:00
Douglas R. Reno
09422244a6 Tags for gtk3 and friends 2022-08-23 12:24:03 -05:00
Julien Lepiller
f33467d250 Fix typos 2022-08-23 08:17:55 +02:00
Bruce Dubbs
0ddf4e7c2a Tags 2022-08-22 22:55:37 -05:00
Xi Ruoyao
16f7f0edb1
Squashed commit of UEFI tags for 11.2 and some text changes
grub-setup: update version numbers in example to match LFS 11.2
    grub-efi: tag for 11.2
    freetype2: tag for 11.2
    brotli: tag for 11.2
    harfbuzz: tag for 11.2
    glib2: don't run test suite as root (text only change)
    graphite2: tag for 11.2
    libxml2: align explanation with acutal command (text only change)
    libpng: tag for 11.2
    efibootmgr: tag for 11.2
    efivar: tag for 11.2
    mandoc: tag for 11.2
2022-08-23 11:38:12 +08:00
Douglas R. Reno
aa0b625099 Tag Xorg and dependencies 2022-08-22 21:55:59 -05:00
Douglas R. Reno
8b22593891 Tags for Subversion and friends 2022-08-22 17:06:21 -05:00
Bruce Dubbs
7577bd65e8 Fix clucene for lfs-11,2 and tag 2022-08-22 16:44:04 -05:00