diff options
author | Adrian Kummerlaender | 2016-10-13 21:11:20 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-10-13 21:11:20 +0200 |
commit | 7288cc191f03e39205fa981ef7245b086fe4ec78 (patch) | |
tree | 782065fb694c40636d10966e9b366cc1955a7306 /packages/custom-thinkpad-meta/PKGBUILD | |
parent | 40a903f2f45537497becde12fa83d9085e627bdb (diff) | |
download | dotfiles-7288cc191f03e39205fa981ef7245b086fe4ec78.tar dotfiles-7288cc191f03e39205fa981ef7245b086fe4ec78.tar.gz dotfiles-7288cc191f03e39205fa981ef7245b086fe4ec78.tar.bz2 dotfiles-7288cc191f03e39205fa981ef7245b086fe4ec78.tar.lz dotfiles-7288cc191f03e39205fa981ef7245b086fe4ec78.tar.xz dotfiles-7288cc191f03e39205fa981ef7245b086fe4ec78.tar.zst dotfiles-7288cc191f03e39205fa981ef7245b086fe4ec78.zip |
Remove meta packages as they fell short of my expectations
…it will probably be best to seriously consider switching to NixOS / GNU
GuixSD.
Diffstat (limited to 'packages/custom-thinkpad-meta/PKGBUILD')
-rw-r--r-- | packages/custom-thinkpad-meta/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/custom-thinkpad-meta/PKGBUILD b/packages/custom-thinkpad-meta/PKGBUILD deleted file mode 100644 index 9350998..0000000 --- a/packages/custom-thinkpad-meta/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -pkgname=custom-thinkpad-meta -pkgver=0.1 -pkgrel=2 -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 - networkmanager-openvpn - cups - epson-inkjet-printer-201212w - thermald-git - tpacpi-bat-git -) |