Package Details: qterminal-git 2.2.1.5.g1233838-1

Git Clone URL: https://aur.archlinux.org/qterminal-git.git (read-only, click to copy)
Package Base: qterminal-git
Description: Lightweight Qt-based terminal emulator
Upstream URL: https://github.com/lxqt/qterminal
Licenses: GPL2
Conflicts: qterminal
Provides: qterminal
Submitter: vicky91
Maintainer: yan12125
Last Packager: yan12125
Votes: 39
Popularity: 0.000000
First Submitted: 2011-12-15 22:33 (UTC)
Last Updated: 2026-05-03 12:39 (UTC)

Required by (6)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ArthurBorsboom commented on 2014-04-09 14:28 (UTC)

Package does not build, probably due to missing dependency (see below): -- Qxt includes: QXT_INCLUDE_PATH-NOTFOUND -- Qxt libs: QXT_CORE_LIB-NOTFOUND QXT_GUI_LIB-NOTFOUND CMake Error at CMakeLists.txt:50 (message): System Qxt not found. Install Qxt devel package or use -DUSE_SYSTEM_QXT=0 to build with internal copy of this library -- Configuring incomplete, errors occurred! Would you mind to fix this?

ant32 commented on 2013-11-29 03:18 (UTC)

please add cmake to makedepends

<deleted-account> commented on 2012-12-16 14:23 (UTC)

thank you

alium commented on 2012-08-02 09:16 (UTC)

@myra: Not for qtterminal, but for qtermwidget-git is needed add mv $pkgdir/usr/lib64 $pkgdir/usr/lib

<deleted-account> commented on 2012-07-31 07:43 (UTC)

For those of you who would like to use this package edit the package build as follows; package() { cd "$srcdir/$_gitname-build" make DESTDIR="$pkgdir/" install mv $pkgdir/usr/lib64 $pkgdir/usr/lib } Just to make sure I ran sudo ldconfig afterwards. The move to /usr/lib doesn't put the libs in a symlink but in the proper location. Myra

<deleted-account> commented on 2012-07-19 16:08 (UTC)

Hello, Linking CXX executable qterminal /usr/bin/ld: cannot find -lqtermwidget collect2: error: ld returned 1 exit status make[2]: *** [src/qterminal] Error 1 make[1]: *** [src/CMakeFiles/qterminal.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... The build failed.

vicky91 commented on 2012-01-20 17:02 (UTC)

It works now!n :)