mirror of
https://github.com/wassname/thinkpad-x380-yoga-scripts.git
synced 2026-09-11 12:51:55 +08:00
Add a note to the README and update PKGBUILD for Arch users (will be submitted to AUR shortly)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
=====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user