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

Frederik Schwan freswa at archlinux.org
Sat Apr 3 15:14:04 UTC 2021


    Date: Saturday, April 3, 2021 @ 15:14:04
  Author: freswa
Revision: 911530

archrelease: copy trunk to community-x86_64

Added:
  thermald/repos/community-x86_64/PKGBUILD
    (from rev 911529, thermald/trunk/PKGBUILD)
  thermald/repos/community-x86_64/modules-load-thermald.conf
    (from rev 911529, 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	2021-04-03 15:14:00 UTC (rev 911529)
+++ PKGBUILD	2021-04-03 15:14:04 UTC (rev 911530)
@@ -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.4.2
-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=('5be01fa67defe738d2e9109388ab440ee93fea63e2fb56c2f5294095b14077330f1af4cba454e0f39bde69726f358513bec123f1eb7815afac469fb2385b6c9a'
-        '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 911529, thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-03 15:14:04 UTC (rev 911530)
@@ -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.4.4
+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=('26ca1af1693a5f67c327a97784a06f86f7debc87a5ba928de2edf1b16f92d4b39771e8df4bbdc2d1dd314c60f837c5c550bb7b7854bce4d4647a096653ac2931'
+        '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	2021-04-03 15:14:00 UTC (rev 911529)
+++ modules-load-thermald.conf	2021-04-03 15:14:04 UTC (rev 911530)
@@ -1,2 +0,0 @@
-msr
-coretemp

Copied: thermald/repos/community-x86_64/modules-load-thermald.conf (from rev 911529, thermald/trunk/modules-load-thermald.conf)
===================================================================
--- modules-load-thermald.conf	                        (rev 0)
+++ modules-load-thermald.conf	2021-04-03 15:14:04 UTC (rev 911530)
@@ -0,0 +1,2 @@
+msr
+coretemp



More information about the arch-commits mailing list