[arch-commits] Commit in throttled/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed Mar 4 11:05:22 UTC 2020


    Date: Wednesday, March 4, 2020 @ 11:05:21
  Author: felixonmars
Revision: 590030

archrelease: copy trunk to community-testing-any

Added:
  throttled/repos/community-testing-any/
  throttled/repos/community-testing-any/PKGBUILD
    (from rev 590029, throttled/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: throttled/repos/community-testing-any/PKGBUILD (from rev 590029, throttled/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2020-03-04 11:05:21 UTC (rev 590030)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kenneth Endfinger <kaendfinger at gmail.com>
+
+pkgname=throttled
+pkgver=0.7
+pkgrel=1
+pkgdesc="Workaround for Intel throttling issues in Linux."
+arch=('any')
+url="https://github.com/erpalma/throttled"
+license=('MIT')
+depends=('python-dbus' 'python-psutil' 'python-gobject')
+conflicts=('lenovo-throttling-fix-git' 'lenovo-throttling-fix')
+replaces=('lenovo-throttling-fix')
+backup=('etc/lenovo_fix.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/erpalma/$pkgname/archive/v$pkgver.tar.gz")
+sha512sums=('abb0d717ccbdc33b30daf026eb1a86a5a885ca1c2f48814d7e9bcf8b21a108ee93803d8c26dfdeb59b612afa9ee0f64d48078e3c5c0bd2236c67d8076de2b1ae')
+
+prepare() {
+  sed -i "s|ExecStart=.*|ExecStart=/usr/lib/$pkgname/lenovo_fix.py|" $pkgname-$pkgver/systemd/lenovo_fix.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python -m compileall *.py
+}
+
+package() {
+  cd throttled-$pkgver
+  install -Dm644 etc/lenovo_fix.conf "$pkgdir"/etc/lenovo_fix.conf
+  install -Dm644 systemd/lenovo_fix.service "$pkgdir"/usr/lib/systemd/system/lenovo_fix.service
+  install -Dm755 lenovo_fix.py "$pkgdir"/usr/lib/$pkgname/lenovo_fix.py
+  install -Dm755 mmio.py "$pkgdir"/usr/lib/$pkgname/mmio.py
+  cp -a __pycache__ "$pkgdir"/usr/lib/$pkgname/
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list