Add a note to the README and update PKGBUILD for Arch users (will be submitted to AUR shortly)

This commit is contained in:
Jeff MacEachern
2018-06-27 19:56:57 -07:00
parent 79492c5ef4
commit 536844bcd4
2 changed files with 21 additions and 8 deletions
+10 -8
View File
@@ -1,15 +1,17 @@
# Maintainer: AdmiralAkber
# Maintainer: ffejery
pkgname='thinkpad-yoga-scripts-git'
_gitname='thinkpad-yoga-scripts'
pkgver=20150103
pkgrel=2
pkgdesc='A collection of scripts and systemd services for tablet functionality of the ThinkPad Yoga'
url="https://github.com/admiralakber/thinkpad-yoga-scripts"
source=('thinkpad-yoga-scripts::git+https://github.com/admiralakber/thinkpad-yoga-scripts')
pkgname='thinkpad-l380-yoga-scripts-git'
_gitname='thinkpad-l380-yoga-scripts'
pkgver=20180627
pkgrel=1
pkgdesc='A collection of scripts and systemd services for tablet functionality of the ThinkPad L380 Yoga, based onthe original by AdmiralAkber'
url="https://github.com/ffejery/thinkpad-l380-yoga-scripts"
source=('thinkpad-l380-yoga-scripts::git+https://github.com/ffejery/thinkpad-l380-yoga-scripts')
license=('GPL3')
arch=('any')
depends=('xorg-xrandr' 'xorg-xinput' 'xbindkeys' 'kbd' 'systemd' 'gawk')
conflicts=('thinkpad-yoga-scripts-git')
provides=('thinkpad-yoga-scripts-git')
optdepends=(
'onboard: onscreen keyboard'
'xf86-input-wacom: for digitizer support'
+11
View File
@@ -1,3 +1,14 @@
Since there's no good universal daemon for convertible laptops yet, and
since I had to make the edits to AdmiralAkber's original code to get my
own laptop working, I've posted them here to help others. This works
for me - please let me know if you encounter any issues.
For the moment since I have nothing to add to add to it, the following
is the original README.
Share & Enjoy,
ffejery
thinkpad-yoga-scripts
=====================