Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2024
1 parent 82077bd commit 073aede
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 51 deletions.
3 changes: 3 additions & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ lazygit
lbry-deb
legcord-deb
lemonbar-xft-git
lenovolegionlinux-dkms-git
lenovolegionlinux-git
lens
lf-bin
libaquamarine-bin
Expand Down Expand Up @@ -449,6 +451,7 @@ protonvpn-nm-lib
pulsar-deb
pycharm-community-bin
python3-anyascii
python3-darkdetect
python3-flit-core
python3-fvs
python3-gbinder-deb
Expand Down
15 changes: 4 additions & 11 deletions packages/lenovolegionlinux-dkms-git/.SRCINFO
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license=('GPL-2.0-only')
makedepends=(
"git"
"lm-sensors"
"i2c-tools"
"i2c-tools"
"dmidecode"
)
depends=("dkms")
Expand Down Expand Up @@ -50,4 +50,4 @@ post_remove() {
RED='\033[0;31m'
BOLD=$(tput bold)
echo -e "${RED} ${BOLD} If you have a 2022 or 2023 model, please help testing the new features '\e]8;;https://github.com/johnfanv2/LenovoLegionLinux/issues/46\ahere\e]8;;\a'"
}
}
23 changes: 4 additions & 19 deletions packages/lenovolegionlinux-git/.SRCINFO
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
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ package() {
# Systemd service
cd "${srcdir}/${_pkgname}/extra"
install -Dm664 service/*.service "${pkgdir}/etc/systemd/system"
install -Dm664 service/*.timer "${pkgdir}/etc/systemd/system"
install -Dm664 service/*.timer "${pkgdir}/etc/systemd/system"

# legiond daemon
install -Dm775 service/legiond/legiond "${pkgdir}/usr/bin"
install -Dm775 service/legiond/legiond-ctl "${pkgdir}/usr/bin"
install -Dm775 service/legiond/legiond-ctl "${pkgdir}/usr/bin"
}

post_install() {
Expand Down
32 changes: 16 additions & 16 deletions packages/python3-darkdetect/.SRCINFO
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
48 changes: 48 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -5460,6 +5460,36 @@ pkgbase = lemonbar-xft-git

pkgname = lemonbar-xft-git
---
pkgbase = lenovolegionlinux-dkms-git
pkgver = 1.c1e9b55
pkgrel = 0
pkgdesc = LenovoLegionLinux (LLL) DKMS module
url = https://github.com/johnfanv2/LenovoLegionLinux
arch = amd64
depends = dkms
makedepends = git
makedepends = lm-sensors
makedepends = i2c-tools
makedepends = dmidecode
license = GPL-2.0-only

pkgname = lenovolegionlinux-dkms-git
---
pkgbase = lenovolegionlinux-git
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
arch = amd64
depends = python3
depends = python3-argcomplete
depends = python3-yaml
depends = python3-pyqt6
depends = polkitd
license = GPL-2.0-only

pkgname = lenovolegionlinux-git
---
pkgbase = lens
pkgver = 1.0.2
pkgdesc = LENS is a spectral dynamics processor with unbelievable punch and clarity.
Expand Down Expand Up @@ -9039,6 +9069,24 @@ pkgbase = python3-anyascii

pkgname = python3-anyascii
---
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 = python3-darkdetect
---
pkgbase = python3-flit-core
pkgver = 3.9.0
pkgdesc = A PEP 517 build backend for packages using Flit
Expand Down

0 comments on commit 073aede

Please sign in to comment.