pytextmonitor

This commit is contained in:
arcan1s
2014-03-27 20:13:40 +04:00
parent 4b2318d118
commit 47f631ba32
4 changed files with 12 additions and 9 deletions

View File

@ -3,13 +3,13 @@
pkgname=kdeplasma-applets-pytextmonitor
_pkgname=py-text-monitor
pkgver=1.5.2
pkgver=1.5.3
pkgrel=1
_dtengine=ext-sysmon
_dtver=1.5
_dtver=1.6
pkgdesc="Minimalistic Plasmoid script written on Python2. It looks like widgets in awesome-wm"
arch=('i686' 'x86_64')
url="http://arcan1s.github.io/projects/pytextmonitor"
url="http://arcanis.name/projects/pytextmonitor"
license=('GPL')
depends=('kdebase-workspace' 'kdebindings-python2' 'lm_sensors' 'net-tools' 'sysstat')
optdepends=("hddtemp: for HDD temperature monitor"
@ -22,8 +22,8 @@ makedepends=('automoc4' 'cmake')
source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}.plasmoid
https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_dtengine}-${_dtver}.zip)
install=${pkgname}.install
md5sums=('62a83e665d5a60e40891357a237cea1c'
'e8c0e40298facf6f515f3c72c66b2aa0')
md5sums=('7fef048a8e000ccf9a1e5f0924f59cc2'
'74f42444a2bddce898d462045c3dbd44')
backup=('usr/share/config/extsysmon.conf')
build () {

View File

@ -10,13 +10,16 @@ post_install()
{
func_update
cat << EOF
Make sure that \`hddtemp\` can be run as non-root
Make sure that \`hddtemp\` can be run with sudo without password
EOF
}
post_upgrade()
{
func_update
cat << EOF
Make sure that \`hddtemp\` can be run with sudo without password
EOF
}
post_remove()