Package Details: radeon-profile-git 20200824.r22.g295d189-3

Git Clone URL: https://aur.archlinux.org/radeon-profile-git.git (read-only, click to copy)
Package Base: radeon-profile-git
Description: App for display info about radeon card
Upstream URL: http://github.com/emerge-e-world/radeon-profile
Licenses: GPL2
Conflicts: radeon-profile
Provides: radeon-profile
Submitter: marazmista
Maintainer: marazmista
Last Packager: Roshless
Votes: 73
Popularity: 0.000033
First Submitted: 2013-07-31 22:43 (UTC)
Last Updated: 2023-11-04 13:36 (UTC)

Dependencies (16)

Required by (1)

Sources (1)

Latest Comments

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

UnicornDarkness commented on 2016-09-10 09:04 (UTC)

Hi @marazmista. I noticed troubles with your PKGBUILD. Due to radeon-profilte-git is a VCS package, you cannot do the same things as a not VCS package. This is the guidelines: https://wiki.archlinux.org/index.php/VCS_package_guidelines One concrete exemple with your package: it doesn't use a git source. pkgver() function is missing, so, with Yaourt for instance, it builds package when already up-to-date. Your target 'make install' is broken, it does nothing... This is one exemple: https://gist.githubusercontent.com/X0rg/49eefe6f072cd43e212fd306524b17b6/raw/b0ea4af0763f46fc4e961848eb2474d28851f621/PKGBUILD With that, it is not necessary to update the pkgver variable. NB: Don't forget to update .SRCINFO file. :)

marazmista commented on 2016-07-26 15:31 (UTC)

It use Qt5. I don't know why this page hasn't updated itself after changes in PKGBUILD (qt5-base in depends). Though, it probably will still build fine on Qt4.

ahjolinna commented on 2016-07-26 15:24 (UTC)

why is this still using qt4? its EOL...or is it because Qt5 port isnt done yet?

bastelfreak commented on 2016-05-16 15:51 (UTC)

Thanks, works now: https://ci.virtapi.org/job/Arch_Package_radeon-profile-git/4/console

marazmista commented on 2016-05-16 15:36 (UTC)

Should be ok now.

Danysan commented on 2016-05-16 07:04 (UTC)

Sorry, forgot that lrelease comes with qt5-tools: makedepends=('qt5-tools')

bastelfreak commented on 2016-05-15 23:45 (UTC)

Hi, I now get a different error :( https://ci.virtapi.org/job/Arch_Package_radeon-profile-git/3/console lrelease: could not exec '/usr/lib/qt/bin/lrelease': No such file or directory

Danysan commented on 2016-05-15 19:56 (UTC)

You should add libxrandr to the dependencies: depends=('qt5-base' 'libxkbcommon-x11' 'libxrandr') You could also remove xorg-xrandr from the optional dependencies. Also, to make the translation system work you should add this to build(): lrelease ../radeon-profile/radeon-profile/radeon-profile.pro cp ../radeon-profile/radeon-profile/*.qm . And this to package(): for translation in *.qm do install -Dm644 "$translation" "$pkgdir/usr/share/radeon-profile/$translation" done

marazmista commented on 2016-05-15 08:51 (UTC)

Hi, try to install libxrandr. I will add it to dependencies.

bastelfreak commented on 2016-05-14 22:06 (UTC)

Hi, I think some X stuff is missing as a makedepend: https://ci.virtapi.org/job/Arch_Package_radeon-profile-git/1/console I'm unable to build the PKGBUILD in a clean environment.