From 536844bcd484d7c863cccc573e4f227ff7628a1e Mon Sep 17 00:00:00 2001 From: Jeff MacEachern Date: Wed, 27 Jun 2018 19:56:57 -0700 Subject: [PATCH] Add a note to the README and update PKGBUILD for Arch users (will be submitted to AUR shortly) --- PKGBUILD | 18 ++++++++++-------- README.md | 11 +++++++++++ 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 50cc83d..7bdd8fb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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' diff --git a/README.md b/README.md index 6bf5e44..c651369 100644 --- a/README.md +++ b/README.md @@ -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 =====================