It's not a real issue, because it doesn't halt the compilation, but why the package check fail to verify the xrandr presence? I've installed the package xorg-xrandr and this issue still persists.
Search Criteria
Package Details: libqxt 0.6.2-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/libqxt.git (read-only, click to copy) |
---|---|
Package Base: | libqxt |
Description: | Provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit |
Upstream URL: | http://www.libqxt.org |
Licenses: | LGPL2.1, CPL |
Submitter: | None |
Maintainer: | SunRed |
Last Packager: | SunRed |
Votes: | 88 |
Popularity: | 0.000000 |
First Submitted: | 2007-09-01 14:18 (UTC) |
Last Updated: | 2022-02-13 14:15 (UTC) |
Dependencies (6)
- db
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt4AUR
- avahi (make)
- libxrandr (libxrandr-gitAUR) (make)
- avahi (optional) – Zeroconf support
Sources (5)
viniavila commented on 2013-11-08 10:15 (UTC)
<deleted-account> commented on 2013-03-14 10:53 (UTC)
My mistake, I shouldn't have flagged this out of date.
sl1pkn07 commented on 2013-03-02 13:52 (UTC)
need add "-qmake-bin qmake-qt4"
Xavier commented on 2013-01-07 18:18 (UTC)
fixes, thanks tfischer
<deleted-account> commented on 2013-01-07 10:45 (UTC)
The package file creates only an empty package for me. It does not contain any files and is only a few hundred bytes large. I fixed the problem by changing the PKGBUILD file in two places:
@@ -17,8 +17,8 @@
noextract=()
build() {
- cd $startdir/src/$pkgname-*
+ cd $srcdir/$pkgname-*
./configure -prefix /usr
make || return 1
- make INSTALL_ROOT=$startdir/pkg install || return 1
+ make INSTALL_ROOT=$pkgdir install || return 1
}
el_aur commented on 2012-10-09 18:56 (UTC)
Have made lib32-libqxt package:
https://aur.archlinux.org/packages.php?ID=63465
el_aur commented on 2012-10-09 18:53 (UTC)
Thanks for this. Please mark that optional dependency is 'avahi'
sl1pkn07 commented on 2012-07-13 20:27 (UTC)
new md5
a859a1757dc0aaf010df1a0783e3e001 v0.6.2.tar.bz2
maleadt commented on 2012-01-27 15:56 (UTC)
MD5 has changed once more... to dd262cbdaf2ad7151d007b1b93e87479 this time
abique commented on 2011-10-15 22:57 (UTC)
The md5sum is invalid, has the package changed ?
I have f566099a52adb9bcffb741a1a0f7b912.
Pinned Comments
SunRed commented on 2024-05-07 19:10 (UTC) (edited on 2024-05-07 19:11 (UTC) by SunRed)
Just for future reference, this package as well as the
qt4
dependency still successfully build with the defaultmakepkg.conf
from Arch at this point in time as well as my optimized one I use for testing.