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

@ -2,7 +2,7 @@
# Maintainer: Evgeniy "arcanis" Alekseev <esalexeev@gmail.com> # Maintainer: Evgeniy "arcanis" Alekseev <esalexeev@gmail.com>
pkgname=appset-qt pkgname=appset-qt
pkgver=0.7.2 pkgver='0.7.2'
pkgrel=6 pkgrel=6
pkgdesc="An advanced and feature rich Package Manager Frontend" pkgdesc="An advanced and feature rich Package Manager Frontend"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')

View File

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

View File

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

View File

@ -5,7 +5,7 @@
#_build_plasmoid=0 #_build_plasmoid=0
pkgname=netctl-gui pkgname=netctl-gui
pkgver=1.0.0 pkgver=1.0.1
pkgrel=1 pkgrel=1
pkgdesc="Qt4 GUI for netctl. Provides a plasmoid for KDE4" pkgdesc="Qt4 GUI for netctl. Provides a plasmoid for KDE4"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -18,7 +18,7 @@ optdepends=('kdebase-runtime: sudo support'
'wpa_supplicant: wifi support') 'wpa_supplicant: wifi support')
source=("https://github.com/arcan1s/netctlplasmoid/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz") source=("https://github.com/arcan1s/netctlplasmoid/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz")
install="${pkgname}.install" install="${pkgname}.install"
md5sums=('bc727268cdc3b9ab7d567a2fe9ad3330') md5sums=('b2bdfabd96a436823c9d46fc0d58bbe8')
# flags # flags
_cmakekeys="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release" _cmakekeys="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release"