4 pkgdesc="ShowImage is a simple KDE based image viewer using the maximum space inside its window without cluttering the window with menubar, toolbar or statusbar."
6 url="http://opendesktop.org/content/show.php/ShowImage?content=${_odid}"
10 makedepends=('cmake' 'automoc4')
12 source=(http://opendesktop.org/CONTENT/content-files/${_odid}-${pkgname}-${pkgver}.tar.bz2)
13 md5sums=('045784689c2b66826ada147adb7e29af')
16 cd ${srcdir}/${pkgname}-${pkgver}
17 cmake . -DCMAKE_INSTALL_PREFIX=/usr
19 make DESTDIR=${pkgdir} install || return 1