summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c5e6003c32a9171f4c09e78c698c6ca7c486e314 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Maintainer: Jerome Leclanche <jerome@leclan.ch>

_pkgname=lxqt-desktop
pkgname=$_pkgname-git
pkgver=0.13.0
pkgrel=1
pkgdesc="The LXQt desktop"
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
depends=(
	"pcmanfm-qt-git"
	# components
	"lxqt-about-git"
	"lxqt-admin-git"
	"lxqt-archiver-git"
	"lxqt-config-git"
	"lxqt-globalkeys-git"
	"lxqt-notificationd-git"
	"lxqt-openssh-askpass-git"
	"lxqt-panel-git"
	"lxqt-policykit-git"
	"lxqt-powermanagement-git"
	"lxqt-qtplugin-git"
	"lxqt-runner-git"
	"lxqt-session-git"
	"lxqt-sudo-git"
	"lxqt-themes-git"
)
optdepends=(
	"lximage-qt-git: The LXQt image viewer"
	"openbox: Recommended window manager"
	"obconf-qt: Openbox configuration tool. Qt port of ObConf"
	"sddm-git: Recommended display manager"
	"qterminal-git: Pure Qt terminal"
	"featherpad-git: Pure Qt text editor"
	"screengrab-git: Screenshot capture"
	"qps-git: Task Monitoring"
	"nm-tray-git: Qt front-end to NetworkManager"
    "compton-conf-git: Qt-based configuration tool for compton"
    "pavucontrol-qt-git: PulseAudio mixer. Qt port of pavucontroli"
    "lxqt-connman-applet-git: Qt front-end to ConnMan"
)
makedepends=("git")
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/lxde/lxqt.git")
sha256sums=("SKIP")


pkgver() {
	cd "$srcdir/$_pkgname"
	git describe --always | sed "s/-/./g"
}

build() {
	msg2 "This is a metapackage. Nothing will be built."
}

package() {
	msg2 "This is a metapackage. Nothing will be installed."
}