Commit Graph

28500 Commits

Author SHA1 Message Date
Xi Ruoyao
0131819b9d
gst10-plugins-base: Demote libtheora to optional
Addresses #18984.  I've built a GNOME system with libtheora skipped.
2024-01-14 17:30:54 +08:00
Pierre Labastie
1e6da19b6e Add figures to xdg-desktop-portal-*
also remove useless comments
2024-01-13 22:21:31 +01:00
Pierre Labastie
e4dd745afc Fix typo in changelog preventing rendering 2024-01-13 19:00:48 +01:00
Pierre Labastie
9fbf060174 Add changelog for xdg-desktop-portal-* 2024-01-13 18:55:49 +01:00
Pierre Labastie
21a55df02a Fix xdg-desktop-portal-kde when kde in /opt
For some reason, although XDG_DATA_DIRS contains /opt/kf5/share and
xdg-desktop-portal should use config files from XDG_DATA_DIRS,
xdg-desktop-portal-kde is not started unless the configuration files are
copied to /usr/share. Do that after building plasma (as we already fo
for the .desktop files). We don't copy but just symlink them...
2024-01-13 18:50:27 +01:00
Pierre Labastie
d93c6b0ada plasma: runtime depends on xdg-desktop-portal
Make it recommended
2024-01-13 18:50:27 +01:00
Pierre Labastie
7da4bea595 xdg-desktop-portal: add runtime dep on backend
Also small nitpick on text...
2024-01-13 18:50:27 +01:00
Pierre Labastie
2a1923cc1d Add xdg-desktop-portal-lxqt 2024-01-13 18:50:27 +01:00
Pierre Labastie
062e3c55a5 Tell when /usr/share/xdg-desktop-portal is installed 2024-01-13 18:50:27 +01:00
Pierre Labastie
a000624c11 Typos 2024-01-13 18:50:27 +01:00
Pierre Labastie
eebda93666 Add xdg-desktop-portal-gnome 2024-01-13 18:50:27 +01:00
Pierre Labastie
5c75cc9612 Add a precision for xdg-desktop-portal-gtk 2024-01-13 18:50:27 +01:00
Pierre Labastie
cc2e30704a Add xdg-desktop-portal-gtk 2024-01-13 18:50:27 +01:00
Pierre Labastie
e36f62366c Add xdg-desktop-portal 2024-01-13 18:50:27 +01:00
Pierre Labastie
a9725cee18 Fix install dirs in kde packages for lxqt
- add -DKDE_INSTALL_USE_QT_SYS_PATHS=ON, which allows installing
  qtplugins in the /opt/qt5 hierarchy instead of /usr/mkspecs
- add -DCMAKE_INSTALL_LIBEXECDIR=libexec, which allows installing
  private apps in /usr/libexec instead of /usr/lib/libexec
- remove -DCMAKE_INSTALL_LIBDIR=lib, which is useless since
  extra-cmake-modules use GNUInstallDir

Note that those modifications have been done for all the kde packages
used in LXQt, althoough the modification for libexec is only needed for
three of them. But it does not hurt for the others, and who knows how
things may evolve...
2024-01-13 16:33:12 +01:00
Douglas R. Reno
d021202135 Update to node.js-20.11.0 2024-01-12 17:03:19 -06:00
Douglas R. Reno
268179b5fc Update to mesa-23.3.3 2024-01-12 14:41:19 -06:00
Douglas R. Reno
79acc5ff2d Update to pipewire-1.0.1 2024-01-12 14:26:42 -06:00
Douglas R. Reno
af9eb55fbd Update to mpg123-1.32.4 2024-01-12 12:12:56 -06:00
Douglas R. Reno
9a00362c5f Update to jasper-4.1.2 (Security Update) 2024-01-12 11:45:07 -06:00
Douglas R. Reno
45f0076551 Update to Thunderbird-115.6.1 2024-01-10 10:27:11 -06:00
Bruce Dubbs
b58d6e503d Update to qca-2.3.8. 2024-01-10 09:19:20 -06:00
Bruce Dubbs
c776bf3067 Update to kdsoap-2.2.0. 2024-01-10 09:14:54 -06:00
Douglas R. Reno
739f4dc527 Update to mutter-45.3 2024-01-09 17:12:56 -06:00
Douglas R. Reno
5b77db936c Update to gnome-shell-45.3 2024-01-09 17:09:41 -06:00
Douglas R. Reno
e4a3789ea3 Update to gjs-1.78.2 2024-01-09 17:06:37 -06:00
Douglas R. Reno
42e749c637 Update to gnome-maps-45.3 2024-01-09 17:00:26 -06:00
Douglas R. Reno
94ed9c8820 Update to eog-45.2 2024-01-09 16:54:52 -06:00
Douglas R. Reno
cac32260da Update to pyatspi-2.46.1 2024-01-09 16:45:59 -06:00
Douglas R. Reno
e3c17f2a96 Update to epiphany-45.2 2024-01-09 16:43:14 -06:00
Douglas R. Reno
2a5b0e2c89 Update to gvfs-1.52.2 2024-01-09 16:35:21 -06:00
Douglas R. Reno
80f23a2e37 Update to evolution-3.50.3 2024-01-09 16:29:27 -06:00
Douglas R. Reno
dce2b3908c Update to evolution-data-server-3.50.3 2024-01-09 16:21:52 -06:00
Douglas R. Reno
35e44ccc04 Update to at-spi2-core-2.50.1 2024-01-09 16:08:08 -06:00
Douglas R. Reno
dc3e545085 Update to vulkan-headers and vulkan-loader 1.3.275 2024-01-09 16:04:18 -06:00
Pierre Labastie
4efd668a74 Fix xml validity errors in xincludes/* files
The DOCTYPE and the top level element must match...
2024-01-09 19:12:15 +01:00
Pierre Labastie
7fdc3aa3a7 clean xincludes from obsolete files
mainly from gnome-2 era
2024-01-09 19:11:05 +01:00
Pierre Labastie
55883c382e Fix validity error in xinclude/rm-la-file...
The DOCTYPE must match the top level element for valid XML.
2024-01-09 18:52:02 +01:00
Xi Ruoyao
5c01c63ce8
Add the xinclude file referred by the previous change
I forgot git add :(.
2024-01-09 10:43:49 +08:00
Xi Ruoyao
eb8d428227
Remove .la files of gspell and libqalculate
They may cause packages to be linked against icu libraries, increasing
the burden if upgrading ICU to a new major version.
2024-01-09 10:32:40 +08:00
Ken Moffat
ce1d9c5de0 Update codereview link in qtwebengine comments.
They are no longer nokia!
2024-01-09 01:46:50 +00:00
Pierre Labastie
f30fd62cde Recommend at-spi2-core for qt5{,-alternate}
at-spi2-core allows building Qt5LinuxAccessibility, which is
required for kwin... Note that this is not new in 5.15.12, but
I found it while testing this version.
2024-01-08 14:17:24 +01:00
Pierre Labastie
b785dce2f8 Add libxcvt as required for plasma
Although libxcvt is required for xwayland, xwayland is only a runtime
dependency of plasma, so can be built later and pull libxcvt in later.
But kwin requires libxcvt at build time.
2024-01-08 12:47:58 +01:00
Xi Ruoyao
1fcb077ef5
boost: Switch to GitHub for downloading
The boostorg.jfrog.io website is down.  And GitHub also provides .xz
tarball which is smaller.
2024-01-08 19:20:41 +08:00
Xi Ruoyao
7ca69c6a8a
zsh: Remove unused entities
I forgot them when cleaning up the instructions.
2024-01-08 19:00:41 +08:00
Pierre Labastie
8525524be7 Update to qt5-5.15.12 2024-01-07 22:23:24 +01:00
Xi Ruoyao
7299d5ef26
zsh: Clean up documentation build and install instruction
The so-called "optional documentation" actually contains nothing more
than the HTML documentations generated by makeinfo --html.  So just stop
downloading it.

A change in texinfo-7.0 has actually break makeinfo --html of zsh, but
the issue was hidden due to the inclusion of the "optional
documentation".  Use a sed to correct it.

Do not put zsh.txt and zsh.html info the Doc directory, or they'll be
installed to /usr/share/doc/zsh-5.9/html by make install.html.

Also install the FAQ of zsh.
2024-01-07 04:48:26 +08:00
Xi Ruoyao
2cec8a051a
git: Remove -k from make test
As the previously known failures are (hopefully) resolved and removed
from text, there seems no reason using -k.
2024-01-07 03:35:15 +08:00
Bruce Dubbs
b6ed70e679 Fix wirshark md5sum 2024-01-06 10:39:08 -06:00
Kevin
ebba22637d
postlfs/config/firmware.xml: small grammatical correction
As i was reading the BLFS firmware section recently, I saw that
"Some systems" is plural, so it should be "utilize" not "utilizes".
2024-01-06 18:19:27 +08:00