From 79c006b5c64171af414a29288add857e0b4d132d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Apr 2020 21:35:26 -0700 Subject: Add meta-package for my X11 configuration With this meta-package it locks down which packages should be installed. --- x11/PKGBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 x11/PKGBUILD (limited to 'x11') 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 +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" +) -- cgit v1.3-2-g0d8e