Don't like ads? PRO users don't see any ads ;-)
Guest

plasmoid-eventlist 0.2.90-1 PKGBUILD

By: a guest on Jul 17th, 2010  |  syntax: None  |  size: 0.67 KB  |  hits: 103  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pkgname=plasmoid-eventlist
  2. pkgver=0.2.90
  3. pkgrel=1
  4. pkgdesc="This is a plasmoid to show the events from Akonadi resources (KOrganizer, Birthdays etc.)."
  5. arch=('i686' 'x86_64')
  6. url="http://www.kde-look.org/content/show.php/Eventlist?content=107779"
  7. license=('GPL')
  8. depends=('kdebase-workspace>=4.3.0')
  9. makedepends=('gcc' 'cmake' 'automoc4')
  10. source=(http://www.kde-look.org/CONTENT/content-files/107779-plasmoid-eventlist-$pkgver.tar.bz2)
  11. md5sums=('99f6c905f6a023ac7a4578572af0de2f')
  12.  
  13. build() {
  14.   cd $startdir/src/plasmoid-eventlist-$pkgver/
  15.   mkdir build
  16.   cd build
  17.   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
  18.   make || return 1
  19.   make DESTDIR=$pkgdir install
  20. }