updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ksplash-theme-generator / PKGBUILD
blob15a29a01f8812d95979aeb18ed4f845ba83dd561
1 # Maintainer: Dylon Edwards <deltaecho@archlinux.us>
3 pkgname=ksplash-theme-generator
4 pkgver=0.4
5 pkgrel=1
7 pkgdesc="Generates a splash screen for KDE4 with your current wallpaper and plasma/icon theme."
8 url="http://www.kde-apps.org/content/show.php/Ksplash+theme+generator?content=104456"
9 license=('GPL')
11 arch=('i686' 'x86_64')
13 depends=('acl' 'attr' 'bzip2' 'e2fsprogs' 'expat' 'fontconfig' 'freetype2' 'gcc-libs' 'glib2' 'glibc' 'kdebase-workspace' 'kdelibs' 'libice' 'libgl' 'libpng' 'libsm' 'libx11' 'libxau' 'libxcb' 'libxcursor' 'libxdmcp' 'libxext' 'libxfixes' 'libxml2' 'libxrender' 'libxtst' 'mesa' 'openssl' 'pcre' 'qt' 'sqlite3' 'strigi' 'zlib')
15 makedepends=('automoc4' 'cmake')
17 install="${pkgname}.install"
19 provides=("${pkgname}=${pkgver}")
21 source=("http://www.kde-apps.org/CONTENT/content-files/104456-KsplashThemeGenerator.tar.gz")
22 md5sums=('7f6160c5c048f34515771eb08ba735c7')
24 build() {
25         cd KsplashThemeGenerator
26         cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release || return 1
27         make || return 1
28         make DESTDIR="${pkgdir}" install || return 1