cbatticon: 1.6.13

This commit is contained in:
Daniel Azevedo 2024-10-01 14:06:19 +01:00
parent 804457c88f
commit 430add9dad
4 changed files with 32 additions and 0 deletions

8
cbatticon/.footprint Normal file
View file

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cbatticon
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cbatticon.1.gz

1
cbatticon/.md5sum Normal file
View file

@ -0,0 +1 @@
1b84d432bf28aa8089002df22a1344b4 cbatticon-1.6.13.tar.gz

5
cbatticon/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkF5aOGmiITbKYjgIfIwIX3HthEr73K9WZOxu0Zz9YETEbs9APzCV5X5DS+UF9rdqBCek87hvBMDIscOTQnq3CQ8=
SHA256 (Pkgfile) = dde1fbb471ee414e23102cb879c3c576ea9425fb5b12f25b22d98c8272774e3a
SHA256 (.footprint) = d6834e5dc2dce6695c94ffa3a68e376c091888068f3ec4da56f1871702c8a2e1
SHA256 (cbatticon-1.6.13.tar.gz) = 87c6dae4a20dcfbf4897b110a7c5105fa8cf10de74b19e128b0cfd6212c55098

18
cbatticon/Pkgfile Normal file
View file

@ -0,0 +1,18 @@
# Description: Lightweight battery icon for the system tray
# URL: https://github.com/valr/cbatticon
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on: libnotify
name=cbatticon
version=1.6.13
release=2
source=(https://github.com/valr/cbatticon/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make WITH_NOTIFY=1 WITH_GTK3=1
make PREFIX=$PKG/usr install
rm -rf $PKG/usr/share/doc/cbatticon-1.6.13/
rm -rf $PKG/usr/share/locale/
}