Skip to content

Commit 1a4452a

Browse files
committed
Fixed some lxde mentions
1 parent f275eb1 commit 1a4452a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Bug reports
22

33
Please file bugs on the qterminal github tracker:
4-
https://github.com/lxde/qterminal/issues
4+
https://github.com/lxqt/qterminal/issues
55

66
Please file qtermwidget-related bugs on the qtermwidget github tracker:
7-
https://github.com/lxde/qtermwidget/issues
7+
https://github.com/lxqt/qtermwidget/issues
88

99

1010
# Code contributions

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
## Overview
44

5-
QTerminal is a lightweight Qt terminal emulator based on [QTermWidget](https://github.com/lxde/qtermwidget).
5+
QTerminal is a lightweight Qt terminal emulator based on [QTermWidget](https://github.com/lxqt/qtermwidget).
66

7-
It is maintained by the LXQt project but can be used independently from this desktop environment. The only bonds are [lxqt-build-tools](https://github.com/lxde/lxqt-build-tools) representing a build dependency and the localization files which were outsourced to LXQt repository [lxqt-l10n](https://github.com/lxde/lxqt-l10n).
7+
It is maintained by the LXQt project but can be used independently from this desktop environment. The only bonds are [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools) representing a build dependency and the localization files which were outsourced to LXQt repository [lxqt-l10n](https://github.com/lxqt/lxqt-l10n).
88

99
This project is licensed under the terms of the [GPLv2](https://www.gnu.org/licenses/gpl-2.0.en.html) or any later version. See the LICENSE file for the full text of the license.
1010

1111
## Installation
1212

1313
### Compiling sources
1414

15-
Dependencies are qtx11extras ≥ 5.2 and [QTermWidget](https://github.com/lxde/qtermwidget).
16-
In order to build CMake ≥ 3.0.2 and [lxqt-build-tools](https://github.com/lxde/lxqt-build-tools) are needed as well as optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxde/lxqt-l10n) so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information.
15+
Dependencies are qtx11extras ≥ 5.2 and [QTermWidget](https://github.com/lxqt/qtermwidget).
16+
In order to build CMake ≥ 3.0.2 and [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools) are needed as well as optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxqt/lxqt-l10n) so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information.
1717

1818
Code configuration is handled by CMake. Building out of source is strongly recommended. CMake variable `CMAKE_INSTALL_PREFIX` will normally have to be set to `/usr`.
1919

qterminal.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
<caption>Find bar and highlighted match.</caption>
4040
</screenshot>
4141
</screenshots>
42-
<url type="homepage">https://github.com/lxde/qterminal</url>
42+
<url type="homepage">https://github.com/lxqt/qterminal</url>
4343
</application>

src/main.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ void print_usage_and_exit(int code)
6060
puts(" -p, --profile Load qterminal with specific options");
6161
puts(" -v, --version Prints application version and exits");
6262
puts(" -w, --workdir <dir> Start session with specified work directory");
63-
puts("\nHomepage: <https://github.com/lxde/qterminal>");
64-
puts("Report bugs to <https://github.com/lxde/qterminal/issues>");
63+
puts("\nHomepage: <https://github.com/lxqt/qterminal>");
64+
puts("Report bugs to <https://github.com/lxqt/qterminal/issues>");
6565
exit(code);
6666
}
6767

0 commit comments

Comments
 (0)