dotfiles/x11/PKGBUILD
Tom Willemse 79c006b5c6 Add meta-package for my X11 configuration
With this meta-package it locks down which packages should be installed.
2020-04-26 21:35:26 -07:00

18 lines
419 B
Bash

# 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"
)