aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-26 21:35:26 -0700
committerGravatar Tom Willemse2020-04-26 21:35:26 -0700
commit79c006b5c64171af414a29288add857e0b4d132d (patch)
tree99b624270cd88db53082807a85852d04e7b9d1ae /x11
parent5bb0014265536ee59a9d63625f716257bdd2785c (diff)
downloadnew-dotfiles-79c006b5c64171af414a29288add857e0b4d132d.tar.gz
new-dotfiles-79c006b5c64171af414a29288add857e0b4d132d.zip
Add meta-package for my X11 configuration
With this meta-package it locks down which packages should be installed.
Diffstat (limited to 'x11')
-rw-r--r--x11/PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/PKGBUILD b/x11/PKGBUILD
new file mode 100644
index 0000000..4556084
--- /dev/null
+++ b/x11/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Tom Willemse <tom@ryuslash.org>
+pkgname=dot-x11
+pkgver=0
+pkgrel=1
+pkgdesc="Meta package for my X11 configuration"
+arch=(any)
+url='https://ryuslash.org/'
+depends=(
+ m4
+ xcursor-pixelfun
+ xorg-xrandr
+ xorg-xrdb
+)
+optdepends=(
+ 'kdeconnect: Connect your phone with your PC'
+ 'syncthing-gtk: See the status of Syncthing on your desktop'
+ "unclutter: Hide the cursor when you're typing"
+)