From fc8d44c82828f6aacab31a470d2f86ed74555487 Mon Sep 17 00:00:00 2001 From: Dom H Date: Sun, 21 Aug 2016 12:15:42 +0100 Subject: [PATCH] slstatus: update to 1.1. (#4647) --- srcpkgs/slstatus/files/config.h | 4 +++- srcpkgs/slstatus/template | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/slstatus/files/config.h b/srcpkgs/slstatus/files/config.h index 5e78f9e571..e5fadae56f 100644 --- a/srcpkgs/slstatus/files/config.h +++ b/srcpkgs/slstatus/files/config.h @@ -27,11 +27,13 @@ static unsigned int update_interval = 1; - ram_perc (ram usage in percent) [argument: NULL] - ram_total (ram usage in percent) [argument: NULL] - ram_used (ram usage in percent) [argument: NULL] +- run_command (run custom shell command) [argument: command] - temp (temperature in degrees) [argument: temperature file] - uid (uid of current user) [argument: NULL] - username (username of current user) [argument: NULL] - vol_perc (alsa volume and mute status in percent) [argument: soundcard] -- wifi_perc (wifi signal in percent) [argument: wifi card interface name] */ +- wifi_perc (wifi signal in percent) [argument: wifi card interface name] +- wifi_essid (wifi essid) [argument: wifi card interface name] */ static const struct arg args[] = { /* function format argument */ { cpu_perc, "cpu %4s | ", NULL }, diff --git a/srcpkgs/slstatus/template b/srcpkgs/slstatus/template index 9b030f9072..e3508dc46d 100644 --- a/srcpkgs/slstatus/template +++ b/srcpkgs/slstatus/template @@ -1,15 +1,15 @@ # Template file for 'slstatus' pkgname=slstatus -version=1.0 +version=1.1 revision=1 build_style=gnu-makefile short_desc="Suckless status monitor for dwm" maintainer="Dom H. " -license="GPL-3" -homepage="https://git.nulltime.net/${pkgname}" -distfiles="https://git.nulltime.net/${pkgname}/snapshot/${pkgname}-${version}.tar.gz" +license="ISC" +homepage="https://git.nulltime.net/slstatus" +distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz" makedepends="alsa-lib-devel libX11-devel" -checksum=6b3510d6bc96b39a45cb2e2e02240ed7bc23eecb9b2fe79850dfe9f3b9ffff73 +checksum=77c42876571c7b1d850325e8d09a37ca9264031e4e6237195480d718a9a584f6 pre_build() { cp ${FILESDIR}/config.h config.h