I thought I'd mention that transparency support has been added, but requires the build flag UI_TRANSPARENCY=1
when building the client. Starting the client with transparency theme directly can be done with corefreq-cli -OE 2 -t
. See https://github.com/cyring/CoreFreq/issues/254 and https://github.com/cyring/CoreFreq/pull/257
Search Criteria
Package Details: corefreq-server-git 1.94.4.r7.g0116ad7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/corefreq-git.git (read-only, click to copy) |
---|---|
Package Base: | corefreq-git |
Description: | CoreFreq server |
Upstream URL: | https://github.com/cyring/CoreFreq |
Licenses: | GPL2 |
Conflicts: | corefreq-server |
Provides: | corefreq-server |
Submitter: | CyrIng |
Maintainer: | artafinde |
Last Packager: | artafinde |
Votes: | 31 |
Popularity: | 0.000004 |
First Submitted: | 2015-09-07 01:04 (UTC) |
Last Updated: | 2023-01-17 10:55 (UTC) |
Dependencies (2)
- corefreq-dkms (corefreq-dkms-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Required by (2)
- corefreq-client (requires corefreq-server)
- corefreq-client-git (requires corefreq-server)
Sources (3)
leaty commented on 2021-06-25 00:15 (UTC)
artafinde commented on 2021-05-07 08:40 (UTC) (edited on 2021-05-07 08:42 (UTC) by artafinde)
@ydallilar this was described on the comment before yours specifically for the reason you described. (edit: now it's pinned)
ydallilar commented on 2021-05-07 08:25 (UTC) (edited on 2021-05-07 08:26 (UTC) by ydallilar)
Not an issue but maybe inconvenience. Base packages don't show up in aur searches. It puzzled me yesterday, then a while after, I realized the package is split. And users that don't know this won't be able to update with yay -Syu
(or similar) and neither will be notified of an update.
artafinde commented on 2021-04-07 20:17 (UTC) (edited on 2021-05-07 08:41 (UTC) by artafinde)
Package now split to 3 - client, server, kernel module. This package follows develop
branch so if you want the latest released check corefreq-dkms
. Please report any issues!
CyrIng commented on 2021-04-07 14:13 (UTC)
@artafinde : done. thank you.
artafinde commented on 2021-04-07 11:57 (UTC)
Just orphan it and I can pick it up and combine it with the comments here.
CyrIng commented on 2021-04-07 11:51 (UTC)
I would like to disown the CoreFreq package.
I can provide the few package files made so far: PKGBUILD, dkms config, systemd unit ...
I can also provide support with the CoreFreq driver requirements and setup.
dreieck commented on 2021-04-05 16:17 (UTC) (edited on 2021-04-05 16:18 (UTC) by dreieck)
... here is a pkgver()
you could use:
pkgver() {
cd "${srcdir}/${_gitname}"
_ver="$(git describe --tags)"
_rev="$(git rev-list --all --count)"
_hash="$(git log -1 --format="%h")"
_date="$(git log -1 --date="format:%Y%m%d" --format="%cd")"
if [ -z "${_ver}" ]; then
error '%s\n' "Error in 'pkgver()': No version could be determined."
return 1
fi
printf '%s' "${_ver}+r${_rev}.${_date}.${_hash}"
}
Thanks for maintaining!
dreieck commented on 2021-04-05 10:35 (UTC) (edited on 2021-04-05 10:36 (UTC) by dreieck)
The issues mentioned by @artafinde on 2020-11-03 and by @FabioLolix on 2020-08-18 are quite importand. Please deal with them, or just do not provide this package here in the AUR (and focus on upstream only).
As a good reference, you can read other packages' PKGBUILD
s and read the guidelines in the wiki, e.g. this one and this one and this one.
Thanks for maintaining!!
Pinned Comments
artafinde commented on 2021-04-07 20:17 (UTC) (edited on 2021-05-07 08:41 (UTC) by artafinde)
Package now split to 3 - client, server, kernel module. This package follows
develop
branch so if you want the latest released checkcorefreq-dkms
. Please report any issues!