Commit Graph

1379 Commits

Author SHA1 Message Date
Pierre Labastie
1859ee6872 Remove links to deleted wiki pages
See https://wiki.linuxfromscratch.org/blfs/ticket/18952
2023-12-23 13:40:25 +01:00
Bruce Dubbs
c95e0acc4e Clean up dependencies in avahi abd graphviz 2023-12-10 14:28:40 -06:00
Pierre Labastie
8a721c7612 ibus: add --disable-gtk2
This is needed if GTK+-2 is not installed.
2023-12-10 09:39:31 +01:00
Pierre Labastie
875b3b57e8 Fix various option vs parameter problems
Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives
2023-12-08 22:05:39 +01:00
Bruce Dubbs
0e942fdf6e Update tree URL and other stats 2023-12-07 14:14:05 -06:00
Bruce Dubbs
032d0cfcbd Update to shared-mime-info-2.4. 2023-12-03 18:49:04 -06:00
Bruce Dubbs
f1948e1bd6 Speling 2023-12-02 18:50:54 -06:00
Bruce Dubbs
dcd5a06347 Archive Berkeley DB 2023-11-22 15:35:10 -06:00
Xi Ruoyao
cb3d7ec5c9
ibus: Various adjustments
1. Allow building without gtk-doc.
2. Run "configure" manually instead of let autogen.sh run it.  It's
   because autogen.sh sets CFLAGS, producing binaries with optimization
   off and debug on.  More seriously, the debug feature it uses
   (sanitizer) is not suitable for a release build per GCC security
   policy.
3. Add a link to the external dependency libdbusmenu.
2023-11-22 11:27:45 +08:00
Douglas R. Reno
0b129142e7 Ibus: some minor text tweaks and formatting 2023-11-21 20:35:30 -06:00
Bruce Dubbs
e1caa7a273 Fix ibus url 2023-11-21 19:43:12 -06:00
Bruce Dubbs
494030be0a Update to ibus-1.5.29. 2023-11-21 19:16:28 -06:00
Douglas R. Reno
a9575074e6 Update to lsof-4.99.0 2023-11-20 13:34:30 -06:00
Xi Ruoyao
375113cd87
bogofilter: Switch to Sqlite from Berkeley DB
Berkeley DB is some deathware (unless we switch to the Oracle
implementation which may have legal issues) and slated for removal in
the next BLFS release.
2023-11-16 21:49:15 +08:00
Pierre Labastie
048e89d050 Archive lcms 2023-11-10 10:51:17 +01:00
Bruce Dubbs
865f2143b6 Update to highlight-4.10. 2023-10-23 13:08:46 -05:00
Bruce Dubbs
c85267e479 Update to highlight-4.9. 2023-10-19 15:04:40 -05:00
Pierre Labastie
28d1edfdef Remove a few forgotten ftp urls 2023-10-15 22:28:40 +02:00
Pierre Labastie
e1e58be454 Remove all ftp urls
neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...
2023-10-15 21:43:08 +02:00
Bruce Dubbs
5f8447cc5f Update to desktop-file-utils-0.27. 2023-10-12 13:08:42 -05:00
Pierre Labastie
e459d5d970 Update to graphviz-9.0.0 2023-09-14 21:22:30 +02:00
Bruce Dubbs
8ff79c8e83 Update to highlight-4.8. 2023-09-04 17:05:26 -05:00
Bruce Dubbs
39edc5a2e3 Archive sawfish and its dependency rep-gtk. 2023-09-03 16:02:59 -05:00
Xi Ruoyao
0fa2f6ef5a
pinentry: Fix a typo 2023-09-04 01:15:15 +08:00
Douglas R. Reno
f6f9332351 Update to dos2unix-7.5.1 2023-09-03 11:03:31 -05:00
Pierre Labastie
e440af55af Remove trailing spaces and a few typos 2023-08-27 10:41:46 +02:00
Douglas R. Reno
8e5487c02e Pinentry: If Qt5 is present, it will use KWayland as well for Wayland
support.

Also add a quick comment regarding testing this package - using
"echo GETPIN | pinentry-qt5" will pop up a dialog where you can enter a
set of numbers that will then be returned to your terminal.

I mentioned KF5 and KWayland since users of LXQt who have GnuPG
installed may want this functionality to work, but I don't have a
problem with removing the mention to KWayland if desired.

In KWayland, the library used is libKF5WaylandClient.so
2023-08-25 15:44:17 -05:00
Douglas R. Reno
b5c0ca3be6 Tag GNOME Libraries 2023-08-22 21:18:55 -05:00
Bruce Dubbs
8c5fe7b1f8 Tags for all of General Utilities except telepathy-mission-control 2023-08-19 21:59:58 -05:00
Bruce Dubbs
c0d2926487 Update to ImageMagick-7.1.1-15. 2023-08-19 21:39:56 -05:00
Douglas R. Reno
30c1c726dd Tag GTK+-2, GTK+-3, and Sawfish 2023-08-18 16:30:17 -05:00
Douglas R. Reno
6e8884c8ee Update to screen-4.9.1 2023-08-17 16:16:33 -05:00
Douglas R. Reno
2967716c43 Tags for gnupg 2023-08-17 16:13:10 -05:00
Douglas R. Reno
a73fc76227 Tags 2023-08-16 19:32:11 -05:00
Douglas R. Reno
c8b719a475 Tags 2023-08-16 15:00:41 -05:00
Xi Ruoyao
a9779b901a
Tag UEFI and dependencies 2023-08-16 21:36:01 +08:00
Douglas R. Reno
ed345e70fd Tags 2023-08-15 17:21:31 -05:00
Douglas R. Reno
4757ef5de9 Update to unixODBC-2.3.12 2023-08-09 10:33:51 -05:00
Douglas R. Reno
fb3323ad5a Add xdg-dbus-proxy in support of sandboxing for WebKitGTK+. 2023-08-08 21:59:45 -05:00
Xi Ruoyao
21d89b9c05
ibus: Test ibus-keypress still fails in Wayland
Please don't remove this again unless you've tested in Wayland...
2023-08-05 19:40:34 +08:00
Xi Ruoyao
1ab35050f3
Revert "ibus: The test xkb-latin-layouts no longer fails"
This reverts commit b0a334e0cf.

The test starts to fail again with xkeyboard-config-2.39.

Link: https://github.com/ibus/ibus/issues/2542
2023-08-05 19:37:02 +08:00
Xi Ruoyao
c41cafb3bc
kernel-config: Add color for hotkey
Align with recent LFS change.  Regenerate all kernel.xml files.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
e7cd19a120
general: Use new rendering method for kernel configuration
It's almost a plain "conversion".  Exceptions:

- In elogind, [CGROUPS] is dropped because it's in LFS now.
- In libusb, move the kernel configuration to match the layout of other
  packages.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
1f2235c314
xdg-user-dirs: Add optional dependencies for man pages ...
and disable them by default.
2023-07-23 21:20:30 +08:00
Bruce Dubbs
a4f374d804 Update to highlight-4.7. 2023-07-19 19:36:36 -05:00
Bruce Dubbs
e77c478989 Merge branch 'trunk' into lxqt 2023-07-18 16:51:51 +00:00
Bruce Dubbs
b3867c5f8c Add qt5-components page.
Also create an ENTITY for qt5 or qt5-alternate and use that
to specify the qt5 dependenies.

The complete KF5/plasma packages should use the full qt5 build, but
the lxqt kf5/plasma components only need qt5-alternate.
2023-07-13 20:23:08 -05:00
Pierre Labastie
b1b83b31c8 Update to graphviz-8.1.0 2023-07-12 18:13:25 +02:00
Ken Moffat
4715676784 Package Update to ImageMagick-7.1.1-12. 2023-07-06 01:06:41 +01:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00