summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7673223f2888a156e48706cf57ce49476152861f (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
63
64
# Maintainer: Librewish <librewish@gmail.com>

_pkgname=lxqt-kwin-desktop
pkgname=$_pkgname-git
pkgver=0.17.0
pkgrel=1
pkgdesc="The LXQt-Kwin desktop"
arch=("any")
url="http://lxqt.org"
license=("GPL2")
depends=(
	"pcmanfm-qt"
	"lximage-qt"
	"qterminal"
	"pavucontrol-qt"
	"featherpad"
	# components
	"lxqt-about"
	"lxqt-admin"
	"lxqt-archiver"
	"lxqt-config"
	"lxqt-globalkeys"
	"lxqt-notificationd"
	"lxqt-openssh-askpass"
	"lxqt-panel"
	"lxqt-policykit"
	"lxqt-powermanagement"
	"lxqt-qtplugin"
	"lxqt-runner"
	"lxqt-session"
	"lxqt-sudo"
	"lxqt-themes"
	"xsettingsd"
	#kwin
	#"lxqt-kcm-integration-extra-git"
)
optdepends=(
	"lxqt_wallet"
	"kvantum-qt5: SVG-based Qt5 theme engine plus a config tool and extra themes"
	"feathernotes: Lightweight Qt hierarchical notes-manager for Linux"
	"qps: Task Monitoring"
	"qpdfview: A tabbed PDF viewer using the poppler library."
	"mpv: Recommended video player"
	"audacious: Recommended audio player"
	"qvkbd: Qt Virtual Keyboard"
	"simplescreenrecorder: A feature-rich screen recorder that supports X11 and OpenGL"
	"qbittorrent: A bittorrent client powered by C++, Qt5 and the good libtorrent library"
	"systemdgenie: Systemd management utility"
	"speedcrunch: Simple, high precision and powerful calculator."
	"sddm: Recommended display manager"
	"nm-tray: Qt front-end to NetworkManager"
	"meteo-qt: System tray application for weather status information"
)
makedepends=("git")
provides=("$_pkgname")
conflicts=("$_pkgname")

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

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