[arch-commits] Commit in thermald/repos/community-x86_64 (4 files)

Frederik Schwan freswa at archlinux.org
Sat Aug 22 23:30:55 UTC 2020


    Date: Saturday, August 22, 2020 @ 23:30:54
  Author: freswa
Revision: 686906

archrelease: copy trunk to community-x86_64

Added:
  thermald/repos/community-x86_64/PKGBUILD
    (from rev 686905, thermald/trunk/PKGBUILD)
  thermald/repos/community-x86_64/modules-load-thermald.conf
    (from rev 686905, thermald/trunk/modules-load-thermald.conf)
Deleted:
  thermald/repos/community-x86_64/PKGBUILD
  thermald/repos/community-x86_64/modules-load-thermald.conf

----------------------------+
 PKGBUILD                   |   74 +++++++++++++++++++++----------------------
 modules-load-thermald.conf |    4 +-
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-22 23:30:51 UTC (rev 686905)
+++ PKGBUILD	2020-08-22 23:30:54 UTC (rev 686906)
@@ -1,37 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor:Francois Menning <f.menning at pm.me>
-# Contributor: gilbus <aur(AT)tinkershell.eu>
-# Contributor: Bruno Pagani <archange at archlinux.org>
-
-pkgname=thermald
-_pkgname=thermal_daemon
-pkgver=2.2
-pkgrel=3
-pkgdesc='The Linux Thermal Daemon program from 01.org'
-arch=('x86_64')
-url='https://01.org/linux-thermal-daemon'
-license=('GPL2')
-depends=('dbus-glib' 'libxml2')
-makedepends=('autoconf-archive' 'python')
-source=("https://github.com/intel/thermal_daemon/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"
-        'modules-load-thermald.conf')
-b2sums=('500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f8222254ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645'
-        '70cdf39afbcc4ea6b0cbe59182714a18755bad8e742f69f9b08e1415dd8f77e00473b9808c46dec3de4e0b5ec17f0bc16d0bd54d61b1e8e77e27901d90aedceb')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --with-dbus-sys-dir=/usr/share/dbus-1/system.d \
-    --localstatedir=/var \
-    --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" make install
-  install -Dm644 "${srcdir}"/modules-load-thermald.conf "${pkgdir}"/usr/lib/modules-load.d/thermald.conf
-}

Copied: thermald/repos/community-x86_64/PKGBUILD (from rev 686905, thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-22 23:30:54 UTC (rev 686906)
@@ -0,0 +1,37 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor:Francois Menning <f.menning at pm.me>
+# Contributor: gilbus <aur(AT)tinkershell.eu>
+# Contributor: Bruno Pagani <archange at archlinux.org>
+
+pkgname=thermald
+_pkgname=thermal_daemon
+pkgver=2.3
+pkgrel=1
+pkgdesc='The Linux Thermal Daemon program from 01.org'
+arch=('x86_64')
+url='https://01.org/linux-thermal-daemon'
+license=('GPL2')
+depends=('dbus-glib' 'libxml2' 'libevdev' 'upower')
+makedepends=('autoconf-archive' 'python' 'gtk-doc')
+source=("https://github.com/intel/thermal_daemon/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"
+        'modules-load-thermald.conf')
+b2sums=('caef87d670b14bfa0dbe6ca4873ebea4b0a9960a9bad48ddb10abb348e25cafdbdf5dad831a1c3ad38e71ab61d7f123df99046dec1e5ce2c32be506bc4b1312f'
+        '70cdf39afbcc4ea6b0cbe59182714a18755bad8e742f69f9b08e1415dd8f77e00473b9808c46dec3de4e0b5ec17f0bc16d0bd54d61b1e8e77e27901d90aedceb')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+    --localstatedir=/var \
+    --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" make install
+  install -Dm644 "${srcdir}"/modules-load-thermald.conf "${pkgdir}"/usr/lib/modules-load.d/thermald.conf
+}

Deleted: modules-load-thermald.conf
===================================================================
--- modules-load-thermald.conf	2020-08-22 23:30:51 UTC (rev 686905)
+++ modules-load-thermald.conf	2020-08-22 23:30:54 UTC (rev 686906)
@@ -1,2 +0,0 @@
-msr
-coretemp

Copied: thermald/repos/community-x86_64/modules-load-thermald.conf (from rev 686905, thermald/trunk/modules-load-thermald.conf)
===================================================================
--- modules-load-thermald.conf	                        (rev 0)
+++ modules-load-thermald.conf	2020-08-22 23:30:54 UTC (rev 686906)
@@ -0,0 +1,2 @@
+msr
+coretemp



More information about the arch-commits mailing list