From 91526c66ba438cce14f37bb014917c8cb01e554a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 24 Jun 2016 21:24:43 +0200 Subject: Add meta packages to help keeping track of my software stack i.e. unclutter the pacman dependency tree. Ideally I would just spend a moment every now and then updating these _PKGBUILDs_ - a full reinstallation would then only require installing the base system, cloning this repository and installing the appropriate meta packages. --- packages/custom-thinkpad-meta/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 packages/custom-thinkpad-meta/PKGBUILD (limited to 'packages/custom-thinkpad-meta') diff --git a/packages/custom-thinkpad-meta/PKGBUILD b/packages/custom-thinkpad-meta/PKGBUILD new file mode 100644 index 0000000..949656f --- /dev/null +++ b/packages/custom-thinkpad-meta/PKGBUILD @@ -0,0 +1,34 @@ +pkgname=custom-thinkpad-meta +pkgver=0.1 +pkgrel=1 +pkgdesc='Meta package to install Thinkpad specific packages, i.e. they may not be required on other systems' +url='https://code.kummerlaender.eu/dotfiles/' +arch=('any') + +depends=( + acpi + acpi_call + lm_sensors + tlp + tlp-rdw + tp_smapi + xf86-video-intel + xf86-input-synaptics + wavemon + smartmontools + blueman + bluez + bluez-firmware + bluez-hid2hci + bluez-plugins + bluez-utils + modemmanager + networkmanager + chrony + networkmanager-dispatcher-chrony + networkmanager-openvpn + cups + epson-inkjet-printer-201212w + thermald-git + tpacpi-bat-git +) -- cgit v1.2.3