You are not logged in.

#1 2004-11-20 11:50:20

tomby
Member
Registered: 2004-11-20
Posts: 5

[NEW] kcheckgmail. KDE systray Gmail notifier.

Kcheckgmail is a KDE systray application to check your Gmail.

PKGBUILD

# Contributor: Antonio Muñoz <antoniomgcATgmail.com>

pkgname=kcheckgmail
pkgver=0.5.1
pkgrel=1
pkgdesc="KDE systray application to check your Gmail"
url="http://kcheckgmail.sourceforge.net/"
makedepends=('qt' 'kdelibs' 'gettext')
depends=('qt' 'kdelibs')
source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('d8667ebdac632a252e73cf7fc7210230')

build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/opt/kde --disable-warnings --disable-debug
    make || return 1
    make DESTDIR=$startdir/pkg install
}

Offline

#2 2006-03-22 16:51:47

rosh
Member
Registered: 2004-09-01
Posts: 58

Re: [NEW] kcheckgmail. KDE systray Gmail notifier.

# Contributor: Antonio Muñoz <antoniomgcATgmail.com> 
 
 pkgname=kcheckgmail 
 pkgver=0.5.5
 pkgrel=1
 pkgdesc="KDE systray application to check your Gmail" 
 url="http://kcheckgmail.sourceforge.net/" 
 makedepends=('qt' 'kdelibs' 'gettext') 
 depends=('qt' 'kdelibs') 
 source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) 
 md5sums=('c6e00abca80a88ed0d3cdb445b765d8f') 
 
 build() { 
     cd $startdir/src/$pkgname-$pkgver 
     ./configure --prefix=/opt/kde --disable-warnings --disable-debug 
     make || return 1 
     make DESTDIR=$startdir/pkg install 
 }  

Offline

Board footer

Powered by FluxBB