Search Criteria
Package Details: radeon-profile-git 20200504.r0.g2e0b4d9-1
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/marazmista/radeon-profile |
Licenses: | |
Provides: | |
Replaces: | |
Submitter: | marazmista |
Maintainer: | marazmista |
Last Packager: | marazmista |
Votes: | 70 |
Popularity: | 0.71 |
First Submitted: | 2013-07-31 22:43 |
Last Updated: | 2020-05-04 19:00 |
Dependencies (13)
- libxkbcommon-x11 (libxkbcommon-git)
- libxrandr (libxrandr-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-charts (qt5-charts-git)
- git (git-git) (make)
- qt5-tools (qt5-tools-git) (make)
- mesa-demos (mesa-demos-git) (optional) – for glxinfo
- radeon-profile-daemon (radeon-profile-daemon-git) (optional) – system daemon for reading card info
- sudo (nosudo, sudo-hg, opendoas-sudo, fake-sudo, sudo-selinux) (optional) – start with root privilages without password
- xf86-video-amdgpu (xf86-video-amdgpu-git, xf86-video-amdgpu-nosystemd-git) (optional) – amdgpu open source driver
- xf86-video-ati (xf86-video-ati-git) (optional) – radeon open source driver
- xorg-xdriinfo (optional) – display driver name
- xorg-xrandr (xorg-xrandr-git) (optional) – show card connected outputs
Required by (1)
- radeon-profile-daemon-git (requires radeon-profile)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Xorg commented on 2017-02-25 06:39
@marazmista: can you remove pkgbase variable from PKGBUILD? This is not a split package.
Xorg commented on 2016-12-01 09:00
Hi @marazmista.
The problem still appears, and it's caused by pkgbase variable. pkgbase is useful in a splitted package, but radeon-profile is not splitted...
I think you should add the radeon-profile package (e.g. versioned), like this: https://gist.githubusercontent.com/X0rg/cdbe7505a3749d2afac4df4a9a8a321a/raw/a64847a33cc5111eccd8b811cccce29bcf7477c3/radeon-profile-20161123-1
And after that, try to remove pkgbase from radeon-profile-git PKGBUILD. :)
Xorg commented on 2016-10-08 08:15
@marazmista: Yup, you can have a versioned package (radeon-profile) using last release, and a VCS package (radeon-profile-git) using master branch.
Thank for your change. :)
marazmista commented on 2016-10-03 19:59
@Xorg
Thanks for the feedback. I did it that way because I wanted somewhat more stable releases and be able to mess more with master without breaking stuff, but everybody just had -git package installed already, so building from tag was like a fairly suitable solution. Now I just think that it will be better to create release package and development package. Thanks for example :)
Xorg commented on 2016-09-10 09:04
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
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
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
Thanks, works now:
https://ci.virtapi.org/job/Arch_Package_radeon-profile-git/4/console
marazmista commented on 2016-05-16 15:36
Should be ok now.
Danysan commented on 2016-05-16 07:04
Sorry, forgot that lrelease comes with qt5-tools:
makedepends=('qt5-tools')