Commit Graph

911 Commits

Author SHA1 Message Date
Bruce Dubbs
b6f92d4c0c Make sure that KDE libexec files are placed in the right location. 2024-03-17 19:41:58 -05:00
Bruce Dubbs
1ba03603cd Update lf6 and plasma6 dependencies 2024-03-17 17:06:56 -05:00
Bruce Dubbs
3c9ec7c579 Add kirigami-addons-1.0.1 2024-03-17 13:04:23 -05:00
Bruce Dubbs
6d8eeb9662 Intermediate commit for kde6.
This is a large, but still intermediate commit for KDE6 (kf6 and plasma6).
These are the key changes:

Update kf6 dependencies.

Remove kuserfeedback (it is now a part of kf6).

Move libdbusmenu-qt to General Libraries.  It is still needed for LXQt, but
will be remmoved when LXQt moves to Qt6 and LF6/Plasma6.

Made some changes to bluez to use &root;.

Commented out kmix, libkcddb, and k3b.  These are still kf5 apps and would
require adding back most of kf5 to the book.  It's easier to just wait for
these to be updated to qt6/kf6.

Removed references to the full qt5 package in LXQt packages.  It mkes no sense
now that Qt6 is in the book to also build the full (deprecated) Qt5 package.
It may makes sense to just remove the full Qt5 package from th ebook now.

Renamed an internal referece from plasma5-build to just plasma-build in polkit
and mesa.
2024-03-16 22:10:52 -05:00
Bruce Dubbs
1883bc4534 Remove extraneous blank lines 2024-03-13 15:00:40 -05:00
Bruce Dubbs
b1add97c36 Stats updates 2024-03-08 16:03:29 -06:00
Douglas R. Reno
e27c7b2c43 polkit-qt: Update the installed files to match Qt6 versions 2024-03-06 12:44:39 -06:00
Bruce Dubbs
5bfcd23e85 Internal cleanup kf5->kf6 2024-03-06 10:12:21 -06:00
Bruce Dubbs
f806bbf299 Update most of kde-gear
There are still a few packages that need testing and the book updated.
The kf6 adn plasma packages referenced in LXQt are incorrect and need
to be changed to reference kf5 packages for now.

Note that there is a new package, plasma-activities, that is needed in
the kde-gear section, but needed to be taken from the plasma6 set of
packages.

kio-extras is no longer needed for the packages in the book.
2024-03-06 00:34:58 -06:00
Xi Ruoyao
abfacaf80e
Remove most references to PCRE1
Some notes:

- proftpd has been supporting PCRE2 since 1.3.8a.
- bluefish actually invokes PCRE via Glib, so since Glib was ported
  from PCRE1 to PCRE2 bluefish has been using PCRE2 in fact.
- zsh and rasqal will support PCRE2 in the next release.  For zsh pcre
  is not used with book instruction anyway, and for rasqal the
  maintainer suggests just relying on Glibc regex.h before the next
  release.
- The other distros (Fedora for eg) are already disabling PCRE for
  slang.
2024-03-05 22:22:51 +08:00
Bruce Dubbs
338ace7170 Remove unneeded patch for gwenview. 2024-03-04 20:09:26 -06:00
Bruce Dubbs
b60f1cebb0 Preliminry update to kf6-6.0.0.
This update replaces kf5.  In doing so there are several packages
in BLFS that are broken, notably the LXQt packages that reference
kf5 packages.

Trying to maintain kf5 and kf6 in the book is more effort than it
is worth.  For those that want the kf5 based elements, blfs-12.1
still works.

Several packages were updated to build with qt6 so they are not available
for packages that need the qt5 versions,  These include qca, polkit-qt, and
phonon.  A couple of packages that are no longer needed for kf6 are still
in the book: kuserfeedback and libdbusmenuqt.

Many filenames still need to be changed, e.g. kf5-frameworks.xml, as
well as xml defined identifiers.

Later when LXQt releases their qt6/kf6 based packages, then we will
do a scrub of all the book internals to make names consistent.
2024-03-04 18:38:49 -06:00
Bruce Dubbs
cc70c5d33b Update to polkit-qt-1-0.200.0. 2024-03-03 12:33:39 -06:00
Douglas R. Reno
de89edf059 Gwenview: fix building with recent kImageAnnotator and kColorPicker. 2024-02-26 15:33:08 -06:00
Douglas R. Reno
27bda4fcf4 Plasma: Update the description for the symbolic link creation for
display managers and the XDG Desktop Portal.
2024-02-26 15:28:04 -06:00
Douglas R. Reno
00fd47c279 Phonon: remove a reference to phonon-backend-gstreamer. 2024-02-26 11:21:44 -06:00
Bruce Dubbs
c6d06534fb Fix several md5sums 2024-02-19 09:52:25 -06:00
Bruce Dubbs
d0b42e90c8 Added comments about the udated discover package. 2024-02-18 16:49:06 -06:00
Bruce Dubbs
f67c5c8d96 Update to kde-apps-23.08.5 and associated tags. 2024-02-18 16:12:27 -06:00
Bruce Dubbs
eafb44adc9 Update to kf5-5.115 and tag KDE Preliminary packages. 2024-02-18 10:42:20 -06:00
Rahul Chandra
7ec0be3542 Merge branch 'trunk' into rahul/power-profiles-daemon 2024-02-09 20:39:24 -05:00
Douglas R. Reno
289fd16294 Fix building Gwenview with kImageAnnotator-0.7.0 2024-01-29 10:13:56 -06:00
Rahul Chandra
0ba3295cf6 Add power-profiles-daemon to plasma 2024-01-27 20:34:54 -05:00
Pierre Labastie
ab4fdfccf8 Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +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
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
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
Pierre Labastie
c8281f05f4 Further KDE packages: Add a link to the wiki page 2023-12-20 17:26:26 +01:00
Bruce Dubbs
14e7e0b3af Update to latest KDE packages.
Update to plasma-wayland-protocols-1.12.0.
Update to plasma5-5.27.10.
Update to kde gear-23.08.4 including kate, kwave, and falkon.
Update to kf5-5.113.0.
2023-12-15 21:11:51 -06:00
Bruce Dubbs
f1948e1bd6 Speling 2023-12-02 18:50:54 -06:00
Bruce Dubbs
ca51396d15 Update to faad2-2.11.1. 2023-11-15 11:23:08 -06:00
Douglas R. Reno
097e2591b7 Update to plasma-wayland-protocols-1.11.0 2023-11-08 14:44:14 -06:00
Douglas R. Reno
959b132cce phonon: minor wording change 2023-11-03 12:05:46 -05:00
Bruce Dubbs
bac7c05d12 Noneckage updates.
Update to kuserfeedback-1.3.0.
Update to phonon-backend-vlc-0.12.0.
Archive phonon-backend-gstreamer.
2023-11-02 17:32:15 -05:00
Bruce Dubbs
3909fa1e6b Update to phonon-4.12.0. 2023-11-02 16:42:02 -05:00
Douglas R. Reno
921174d5f6 Minor text tweaks/typo fixes
For libmpeg2, add a space into the FTP entity so that it gets ignored
2023-10-21 11:47:06 -05: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
Xi Ruoyao
0fbdad469c
plasma-all: Remove link to mockcpp
The link is dead and it seems plasma does not use "mockcpp" anymore.
2023-09-23 22:51:28 +08:00
Douglas R. Reno
fa559f1cc8 Add AppStream to the book in support of libadwaita.
See Tickets #18599 and #18573 for more details.
2023-09-18 13:30:04 -05:00
Pierre Labastie
665150acb4 Make "nodump" what shouldn't be run by jhalfs 2023-09-16 09:32:30 +02:00
Douglas R. Reno
14237443ca Plasma: remove invalid plasma-sdk entry 2023-09-15 12:17:57 -05:00
Bruce Dubbs
4395529877 Adjust and continue using entities fo rpip3 commands 2023-09-10 15:01:56 -05:00
Douglas R. Reno
15a09d4ae8 kf5: minor text tweak 2023-08-30 22:48:19 -05:00
Ken Moffat
9963df299d TTF-and-OTF fonts - more cleanups:
1. Remove redundant paragraph for Cantarell, left over from when it
was at gnome (latest gnome versions do not ship the fonts, only
the source - prepared TTF fonts are at Google fonts).

2. Reword the old KDE comment in Noto fonts, replace by mentioning
that Noto fonts are preferred for everything in KDE Plasma and
applications, except for monospace - and add link to Hack for that.

3. Comment Oxygen fonts.
2023-08-30 18:56:47 +01:00
Pierre Labastie
7c60108532 Remove an unneded sed in kf5-frameworks 2023-08-30 18:06:03 +02:00
Pierre Labastie
e440af55af Remove trailing spaces and a few typos 2023-08-27 10:41:46 +02:00
Bruce Dubbs
44ed0d6216 Remove obsolete libkexiv2 patch 2023-08-25 10:45:19 -05:00
Bruce Dubbs
fde99ebb4b Update to kf5-apps-23.08.0, kate, kwave, falkon. 2023-08-24 15:00:35 -05:00
Bruce Dubbs
d59b03d21b Tag kf5 and plasma 2023-08-23 15:34:46 -05:00