# Maintainer: Victor Tran pkgname=theshell pkgver=2.0 pkgrel=0 pkgdesc="Desktop Shell that gets out of your way" arch=("x86_64") url="https://github.com/vicr123/theshell" license=('GPL3') depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin' 'networkmanager' 'xorg-xbacklight' 'redshift') optdepends=('alsa-utils: for volume controls' 'pocketsphinx: for theWave' 'festival: for theWave') makedepends=('qtchooser' 'git') source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theshell#branch=master') md5sums=('SKIP') build() { cd "$pkgname-$pkgver" qdbuscpp2xml -M -s notificationdbus.h -o org.freedesktop.Notifications.xml qmake theShell.pro make } package() { chmod +x "$pkgname-$pkgver/init_theshell" mkdir -p "$pkgdir/usr/bin" cp "$pkgname-$pkgver/theshell" "$pkgdir/usr/bin" cp "$pkgname-$pkgver/init_theshell" "$pkgdir/usr/bin" mkdir -p "$pkgdir/usr/share/xsessions" cp "$pkgname-$pkgver/theshell.desktop" "$pkgdir/usr/share/xsessions" }