Search Criteria
Package Details: cbatticon-git 0.r116.7ee9555-1
Git Clone URL: | https://aur.archlinux.org/cbatticon-git.git (read-only, click to copy) |
---|---|
Package Base: | cbatticon-git |
Description: | A lightweight and fast battery icon that sits in your system tray |
Upstream URL: | https://github.com/valr/cbatticon |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | xentalion |
Maintainer: | valr |
Last Packager: | valr |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2011-04-13 01:18 |
Last Updated: | 2015-07-21 13:28 |
Latest Comments
1 2 Next › Last »
valr commented on 2014-05-02 15:07
adopted, thanks
xentalion commented on 2014-05-02 15:01
Orphaning package to let valr take over, as valr is maintaining the git repo now.
valr commented on 2013-04-19 21:21
Hello,
Could you update the PKGBUILD to perform standard make & make install ?
Currently, the binary is installed "by hand" so the package is missing the README file.
Example (or see cbatticon AUR PKGBUILD):
build() {
...
make
}
package() {
...
make PREFIX="$pkgdir/usr" install
}
valr commented on 2013-03-10 20:24
@xentalion, I've merged the changes from hasufell in git. It's an improved Makefile. I've also tagged cbatticon in github as 1.0 and created a new AUR package 'cbatticon' for the tagged release.
Could you update this PKGBUILD to take the new Makefile into account ?
Add:
provides=('cbatticon')
conflicts=('cbatticon')
Modify package() function:
make PREFIX="$pkgdir/usr" install
valr commented on 2013-02-05 20:47
Hi, new features have been added to set low battery level and critical battery level. For help on available options: cbatticon --help
valr commented on 2012-12-23 20:46
Hi, new feature has been added to execute any user defined command when critical battery level (5%) is reached. For help on available options: cbatticon --help
burntsushi commented on 2012-07-02 05:43
Nevermind me. For whatever reason, I wasn't able to switch my icon theme (which was set to Oxygen) while using the QtCurve theme. Once I switched to Clearlooks, I was able to switch icon themes and get a working icon theme.
Is there any way to express "have an available icon" in the dependencies? I doubt it, but maybe.
burntsushi commented on 2012-07-02 05:23
Is there some package I need to get this working with an icon?
[andrew@Tiger ~] cbatticon -t
List of available icon types:
Standard type : unavailable
Notification type : unavailable
Symbolic type : unavailable
I have various GTK icon packages installed, i.e., faenza-icon-theme, gtk-engines, and simple-icon-theme for example. I've also set my GTK theme and icon theme using lxappearance. But still no dice.
Any ideas?
DanielJour commented on 2011-12-29 23:12
I think you are missing the udev dependency! At least, namcap says so and looking at your makefile I assume it is right :)
valr commented on 2011-10-25 19:55
sorry, /me stupid. udev is part of base group.