Package Details: qt5-styleplugins 5.0.0.20170311-35

Git Clone URL: https://aur.archlinux.org/qt5-styleplugins.git (read-only, click to copy)
Package Base: qt5-styleplugins
Description: Additional style plugins for Qt5
Upstream URL: https://github.com/qt/qtstyleplugins
Keywords: Qt5 style
Licenses: LGPL
Submitter: arojas
Maintainer: yrlf
Last Packager: yrlf
Votes: 81
Popularity: 2.22
First Submitted: 2020-05-26 19:14 (UTC)
Last Updated: 2023-01-08 12:56 (UTC)

Pinned Comments

yrlf commented on 2020-09-12 18:03 (UTC) (edited on 2022-12-08 16:50 (UTC) by yrlf)

Quick reminder: qt-base 5.15.7+kde+r176-1 has been released; Users of this package will need to rebuild qt5-styleplugins (yay -S --rebuild qt5-styleplugins), otherwise Qt applications will crash.

The pkgrel of this package has been bumped so this should be done automatically by your AUR helper.

qt5-base last release: 2022-11-24 10:22
PKGBUILD updated: 2022-12-08 17:48

Latest Comments

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

Brottweiler commented on 2020-12-27 23:05 (UTC)

gcc needs to be makedepend

arojas commented on 2020-11-24 09:30 (UTC) (edited on 2020-11-24 09:31 (UTC) by arojas)

May I suggest you to add something like this in package():

_qtver=$(pkg-config --modversion Qt5Core)

depends+=("qt5-base=$_qtver")

This will stop the flood of bogus bug reports we're getting every time Qt is updated.

txtsd commented on 2020-11-24 05:07 (UTC)

Can you make a pacman hook to trigger a rebuild when Qt updates, instead of requiring users to manually rebuild?

mynacol commented on 2020-11-22 18:00 (UTC)

Please bump the pkgrel again, as qt5 is now at 5.15.2

RX14 commented on 2020-09-13 11:14 (UTC) (edited on 2020-09-13 11:14 (UTC) by RX14)

Please bump the pkgrel if it needs a rebuild. The git log shows this has been done in the past.

yrlf commented on 2020-09-12 18:03 (UTC) (edited on 2022-12-08 16:50 (UTC) by yrlf)

Quick reminder: qt-base 5.15.7+kde+r176-1 has been released; Users of this package will need to rebuild qt5-styleplugins (yay -S --rebuild qt5-styleplugins), otherwise Qt applications will crash.

The pkgrel of this package has been bumped so this should be done automatically by your AUR helper.

qt5-base last release: 2022-11-24 10:22
PKGBUILD updated: 2022-12-08 17:48

TheRepoClub commented on 2020-06-21 12:43 (UTC)

@SpacingBat3 done pal :)

SpacingBat3 commented on 2020-06-18 21:33 (UTC)

This package is compatible with aarch64 architecture (at least I could built it successfully with "yay" package and select all of styles with qt5ct).

So my actual request is to add "aarch64" arch (with exact this name) to this package PKGBUILD, because it could be built without any problems. Some package managers like pamac (preinstalled with Manjaro) denies building progress while reading ARCH variable in PKGBUILD, making them harder to actually install and update.

DAMO238 commented on 2020-06-09 17:03 (UTC)

@Ferdi265: Thanks, that worked beautifully!

yrlf commented on 2020-06-08 23:01 (UTC)

@DAMO238: This exact error is what I experienced recently: https://bugs.archlinux.org/task/66805

The solution is to recompile qt5-styleplugins.

With an AUR helper like yay, this can be done with yay -S --rebuild qt5-styleplugins