2012-05-07 09:48:41 +08:00
|
|
|
#
|
|
|
|
# Apps Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# Maintainer: george <george[at]chakra-project.org>
|
|
|
|
|
|
|
|
pkgname=spun
|
2012-06-19 08:56:51 +08:00
|
|
|
pkgver=0.3
|
2012-05-08 00:31:53 +08:00
|
|
|
pkgrel=1
|
2012-05-07 09:48:41 +08:00
|
|
|
pkgdesc='A simple pacman update notifier, using notify-send.'
|
|
|
|
arch=('any')
|
|
|
|
url='http://github.com/george2/spun/'
|
2012-06-19 09:03:59 +08:00
|
|
|
screenshot='http://github.com/george2/spun/raw/master/spun.png'
|
2012-05-07 09:48:41 +08:00
|
|
|
license=('none')
|
2012-05-07 08:31:56 +08:00
|
|
|
conflicts=('spun-live')
|
2012-05-07 09:48:41 +08:00
|
|
|
depends=('libnotify' 'bash')
|
|
|
|
optdepends=('kde-baseapps: for the kdialog configuration gui')
|
|
|
|
source=('https://raw.github.com/george2/spun/master/spun'
|
|
|
|
'https://raw.github.com/george2/spun/master/spun.conf'
|
|
|
|
'https://raw.github.com/george2/spun/master/spun.desktop')
|
2012-06-19 08:56:51 +08:00
|
|
|
md5sums=('485f63d5569afca73799b45eb12ba06f'
|
|
|
|
'1a1ac3a55999a35798e01945f3827b1e'
|
2012-05-08 00:31:53 +08:00
|
|
|
'ac9e112d6280bb384fb76cd4ed85dd5d')
|
2012-05-07 09:48:41 +08:00
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm755 spun "${pkgdir}/usr/bin/spun"
|
|
|
|
install -Dm644 spun.conf "${pkgdir}/etc/spun.conf"
|
|
|
|
install -Dm755 spun.desktop "${pkgdir}/usr/share/autostart/spun.desktop"
|
|
|
|
}
|