-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
82077bd
commit 073aede
Showing
7 changed files
with
80 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,14 @@ | ||
pkgbase = lenovolegionlinux-dkms-git | ||
pkgdesc = LenovoLegionLinux (LLL) DKMS module | ||
pkgver = 1.c1e9b55 | ||
pkgrel = 0 | ||
pkgdesc = LenovoLegionLinux (LLL) DKMS module | ||
url = https://github.com/johnfanv2/LenovoLegionLinux | ||
install = lenovolegionlinux.install | ||
arch = x86_64 | ||
license = GPL-2.0-only | ||
arch = amd64 | ||
depends = dkms | ||
makedepends = git | ||
makedepends = lm-sensors | ||
makedepends = i2c-tools | ||
makedepends = dmidecode | ||
depends = dkms | ||
pacdep = lenovolegionlinux-git | ||
options = !makeflags | ||
options = !buildflags | ||
options = !strip | ||
source = lenovolegionlinux::git+https://github.com/johnfanv2/LenovoLegionLinux | ||
sha256sums = SKIP | ||
license = GPL-2.0-only | ||
|
||
pkgname = lenovolegionlinux-dkms-git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,14 @@ | ||
pkgbase = lenovolegionlinux-git | ||
pkgdesc = LenovoLegionLinux (LLL) brings additional drivers and tools for Lenovo Legion series laptops to Linux. PLEASE READ THE REPO BEFORE INSTALL THIS PACKAGE!!! | ||
pkgver = 1.c1e9b55 | ||
pkgrel = 0 | ||
pkgdesc = LenovoLegionLinux (LLL) brings additional drivers and tools for Lenovo Legion series laptops to Linux. PLEASE READ THE REPO BEFORE INSTALL THIS PACKAGE!!! | ||
url = https://github.com/johnfanv2/LenovoLegionLinux | ||
install = lenovolegionlinux.install | ||
arch = x86_64 | ||
license = GPL-2.0-only | ||
arch = amd64 | ||
depends = python3 | ||
depends = python3-argcomplete | ||
depends = python3-yaml | ||
depends = python3-pyqt6 | ||
depends = python3-pyqt6 | ||
depends = polkitd | ||
pacdep = python3-darkdetect | ||
makedepends = git | ||
makedepends = python3-build | ||
makedepends = python3-installer | ||
makedepends = python3-setuptools | ||
makedepends = libinih-dev | ||
makedepends = python3-wheel | ||
replaces = lenovolegionlinux | ||
optdepends = lenovolegionlinux-dkms-git: DKMS module (install if your distro dosent patch in the kernel our you are not sure to haveit) | ||
options = !makeflags | ||
options = !buildflags | ||
options = !strip | ||
source = lenovolegionlinux::git+https://github.com/johnfanv2/LenovoLegionLinux | ||
sha256sums = SKIP | ||
license = GPL-2.0-only | ||
|
||
pkgname = lenovolegionlinux-git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
pkgbase = python-darkdetect | ||
pkgdesc = Detect OS Dark Mode from Python | ||
pkgver = 0.8.0 | ||
pkgrel = 4 | ||
url = https://github.com/albertosottile/darkdetect | ||
arch = any | ||
license = BSD-1-Clause | ||
makedepends = git | ||
makedepends = python3-build | ||
makedepends = python3-installer | ||
makedepends = python3-wheel | ||
makedepends = python3-setuptools | ||
depends = python3 | ||
source = https://github.com/albertosottile/darkdetect/archive/refs/tags/v${pkgver}.tar.gz | ||
sha256sums=('SKIP') | ||
pkgbase = python3-darkdetect | ||
pkgver = 0.8.0 | ||
pkgrel = 4 | ||
pkgdesc = Detect OS Dark Mode from Python | ||
url = https://github.com/albertosottile/darkdetect | ||
arch = any | ||
depends = python3 | ||
makedepends = git | ||
makedepends = python3-build | ||
makedepends = python3-installer | ||
makedepends = python3-wheel | ||
makedepends = python3-setuptools | ||
license = BSD-1-Clause | ||
source = https://github.com/albertosottile/darkdetect/archive/refs/tags/v0.8.0.tar.gz | ||
sha256sums = SKIP | ||
|
||
pkgname = python-darkdetect | ||
pkgname = python3-darkdetect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters