summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 54b6094203f592ab9d6c5e097e331f6d0f95d64e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=theshell-blueprint
pkgver=8.1b
pkgrel=2
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' 'the-libs-blueprint'
'networkmanager' 'xorg-xbacklight' 'redshift' 
'libcups' 'qt5-base' 'ts-qtplatform' 'qt5-charts'
'qt5-location' 'kscreen' 'ts-bt' 'ts-bugreport' 'pulseaudio-qt' 'libtdesktopenvironment')
optdepends=('alsa-utils: for volume controls')
makedepends=('git' 'qt5-tools')
conflicts=('ts-startsession')
replaces=('ts-startsession')
source=("$pkgname-repo"::'git+https://github.com/vicr123/theshell#branch=blueprint')
md5sums=('SKIP')

pkgver() {
	cd "$pkgname-repo"
	echo $(cat version)b
}

build() {
	cd "$pkgname-repo"
	qmake "CONFIG+=blueprint" theShell.pro
	make
}

package() {
	cd "$pkgname-repo"
	make install INSTALL_ROOT=$pkgdir
}