aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/x-base/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'meta/x-base/PKGBUILD')
-rw-r--r--meta/x-base/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/x-base/PKGBUILD b/meta/x-base/PKGBUILD
new file mode 100644
index 0000000..5d51f7d
--- /dev/null
+++ b/meta/x-base/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
+pkgname=strisemarx-x-base
+pkgver=4
+pkgrel=1
+pkgdesc="strisemarx's Xorg base metapackage"
+arch=('any')
+url="https://strisemarx.com"
+license=('GPL3')
+depends=(
+ 'sx'
+ 'unclutter-xfixes-git'
+ 'xclip'
+ 'xorg-xinput'
+ 'xorg-xmodmap'
+ 'xorg-xrandr'
+ 'xorg-xrdb'
+ 'xorg-xsetroot'
+)
+
+# vim: ts=2 sw=2 et: