aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoni Aloy Torrens <aaloytorrens@gmail.com>2021-02-12 02:34:03 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-03-21 07:10:40 +0000
commitd99720045f16b2952444c313a2d28e74f2614d00 (patch)
tree01c452637a7583623091b3af5b56da90141e4af2
parentafeebe252f4212ef340cccc86db44da57b4450f4 (diff)
testing/lxqt-desktop: new aport
-rw-r--r--testing/lxqt-desktop/APKBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/lxqt-desktop/APKBUILD b/testing/lxqt-desktop/APKBUILD
new file mode 100644
index 00000000000..cc13cc8ce38
--- /dev/null
+++ b/testing/lxqt-desktop/APKBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
+pkgname=lxqt-desktop
+pkgver=0.16.0
+pkgrel=0
+pkgdesc="LXQt Desktop with Applications"
+url="https://lxqt-project.org/"
+arch="noarch !armhf !s390x"
+license="GPL-3.0-or-later"
+options="!check" # No testsuite
+depends="
+ lxqt-core lximage-qt obconf-qt
+ pavucontrol-qt qps screengrab
+ "
+
+package() {
+ mkdir -p "$pkgdir"
+}