Commit Graph

26676 Commits

Author SHA1 Message Date
Douglas R. Reno
597a879c28 Use CPLUS_INCLUDE_PATH instead of setting CXXFLAGS 2023-07-17 23:00:40 -05:00
Douglas R. Reno
b6e536d26b lxqt-config: use the proper terminology for configuration center 2023-07-17 22:54:03 -05:00
Douglas R. Reno
60320480a3 Final Instructions: Mention visiting the LXQt Configuration Center. 2023-07-17 22:53:07 -05:00
Douglas R. Reno
16bfa72765 sddm: changes for systemd and typos/rewords 2023-07-17 22:46:12 -05:00
Douglas R. Reno
f9c0972ed4 lxqt tree-wide: Remove periods (.) from the end of short descriptions.
This is for consistency with the rest of the book since these aren't
sentences.
2023-07-17 22:22:13 -05:00
Douglas R. Reno
98452adde9 screengrab: work around a build failure if KDE Frameworks 5 is installed
fully in /opt.

This happens because, similar to lxqt-panel, it doesn't know how to find
the headers in /opt/kf5 and assumes they'll be found in /usr. Work
around this with CXXFLAGS.

Also updated the short description for screengrab itself
2023-07-17 22:16:19 -05:00
Douglas R. Reno
7543482a13 qterminal: minor cleanups 2023-07-17 22:10:28 -05:00
Douglas R. Reno
c4a1e8a062 qtermwidget: minor reword/reformat in description 2023-07-17 22:08:09 -05:00
Douglas R. Reno
301adbcde5 qps: Update the short description 2023-07-17 22:05:10 -05:00
Douglas R. Reno
fc857a6a2d pavucontrol-qt: minor typos and rewords 2023-07-17 22:02:17 -05:00
Douglas R. Reno
9ffe53ef5e lxqt-archiver: Update installed files and create a short description 2023-07-17 21:57:01 -05:00
Douglas R. Reno
da0d069e5f lximage-qt: minor reword in Short Descriptions 2023-07-17 21:50:06 -05:00
Douglas R. Reno
e0f68c65b9 Final Instructions: some minor typos / rewords 2023-07-17 21:46:18 -05:00
Douglas R. Reno
790258a2ed lxqt-panel: Add an instruction to allow users who have KF5 in /opt to
build the package.

The underlying problem is that the build system assumes that
KWindowSystem is installed in /usr, and doesn't account for builds in
/opt.

To fix this, export some CXXFLAGS to allow it to find the headers.
2023-07-17 21:38:17 -05:00
Douglas R. Reno
059c05ccaa pcmanfm-qt: minor rewords and typo fixes 2023-07-17 21:10:44 -05:00
Douglas R. Reno
331041e33a lxqt-session: some minor text modifications 2023-07-17 21:07:08 -05:00
Douglas R. Reno
aac49d985a lxqt-policykit: nitpick on dependencies 2023-07-17 20:59:41 -05:00
Douglas R. Reno
4b910bd74c lxqt-globalkeys: reword the description and short descriptions a bit 2023-07-17 20:57:06 -05:00
Douglas R. Reno
7514b3cc16 obconf-qt: Minor reword for description and short descriptions
Also commented out the dependency on gtk2 since it's not mentioned
anywhere in the source code, other than an area which isn't built
2023-07-17 20:51:57 -05:00
Douglas R. Reno
c26dec652a lxqt-config: rework the short descriptions and add a dependency
It will refuse to build without xf86-input-libinput installed
2023-07-17 20:46:32 -05:00
Douglas R. Reno
d7b7a91676 lxqt-sudo: Clean up the Contents and short descriptions 2023-07-17 20:27:25 -05:00
Douglas R. Reno
28320b90d9 lxqt-openssh-askpass: Rework the installed files list and add a short
description
2023-07-17 18:56:05 -05:00
Douglas R. Reno
3a96772024 lxqt-admin: fix a couple minor typos 2023-07-17 18:49:44 -05:00
Douglas R. Reno
6355c559e9 lxqt-themes: minor typo fix 2023-07-17 18:48:59 -05:00
Douglas R. Reno
939040e0e1 qtxdg-tools: Add a short description for qtxdg-mat 2023-07-17 18:46:27 -05:00
Douglas R. Reno
613f9f7a32 liblxqt: Add a short description for lxqt-backlight_backend.
It's used to adjust the screen backlight, and can be used from the CLI
2023-07-17 18:33:04 -05:00
Douglas R. Reno
806b740090 libqtxdg: Expand on the command explanations a bit. 2023-07-17 18:26:44 -05:00
Douglas R. Reno
900378721a lxqt-build-tools: Add lxqt-transupdate into the contents.
Also add a short description for it while we're here
2023-07-17 17:09:09 -05:00
Douglas R. Reno
b6326b82ae muparser: Add instructions on running the test suite 2023-07-17 16:48:41 -05:00
Douglas R. Reno
712ffb1c50 lxqt-solid: Add a command explanation for solid-hardware5 2023-07-17 16:47:04 -05:00
Douglas R. Reno
42382ae351 lxqt-libkscreen: Added a couple of short descriptions and updated
installed files
2023-07-17 16:41:14 -05:00
Douglas R. Reno
7b5a765ba3 lxqt-kconfig: Add some short descriptions 2023-07-17 16:34:11 -05:00
Douglas R. Reno
4ce77d1b05 KConfig and KScreen for LXQt: Remove unnecessary files from
/usr/lib/libexec/kf5.

These are used by kded, which isn't used in LXQt, and they are installed
in a location which isn't FHS compliant.
2023-07-17 16:17:48 -05:00
Douglas R. Reno
48b40684ae LXQt KDE Components: Remove the /usr/mkspecs directory. 2023-07-17 16:14:07 -05:00
Douglas R. Reno
81a1d5fbda qt-components: Fix building qtlocation with gcc-13.
It's not in qt5-alternate though, so we can remove the fix from that
page.
2023-07-17 13:08:53 -05:00
Douglas R. Reno
6895424949 qt-components: Apply the KF5 patches before building anything.
All of the modules listed in the page have fixes in the KF5 patchset, so
let's make sure that we apply that prior to building anything
2023-07-17 13:02:36 -05:00
Douglas R. Reno
38703f5dca qt5-components: some minor tweaks to the Contents list 2023-07-17 12:56:22 -05:00
Douglas R. Reno
e917814212 qt5-alternate: Use <command> around $(cat tempconf) in short
descriptions.

Also fix a typo in the short description
2023-07-17 12:50:06 -05:00
Douglas R. Reno
7d09c400db Qt5-alternate: Remove an extra newline for systemd instructions 2023-07-17 12:49:08 -05:00
Douglas R. Reno
04f2bf409b Qt5 and Qt5-alternate: mention LXQt as a major user. 2023-07-17 12:47:52 -05:00
Bruce Dubbs
f2cb575d78 Clanup sddm 2023-07-14 20:01:02 -05:00
Bruce Dubbs
ad65d19678 Intermediate sddm changes 2023-07-14 17:16:20 -05:00
Bruce Dubbs
b53901a7ba Typo 2023-07-14 15:50:14 -05:00
Bruce Dubbs
b3454beb4a Recommend oxygen icons in pcmanfm-qt 2023-07-14 13:59:00 -05:00
Bruce Dubbs
80f933b34a Initial add of sddm 2023-07-14 11:28:53 -05: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
Bruce Dubbs
32936bc2c2 lxqt and qt5-alternate cleanups 2023-07-13 01:17:52 -05:00
Bruce Dubbs
5ecd157c84 LXQt cleanup. 2023-07-10 20:14:57 -05:00
Bruce Dubbs
a16dff435d Install lxqt in /usr unconditionally. 2023-07-10 18:39:23 -05:00
Bruce Dubbs
cff158f0ad Add qt5-alternate page 2023-07-09 22:15:15 -05:00