[arch-commits] Commit in thermald/repos/community-x86_64 (4 files)
Frederik Schwan
freswa at archlinux.org
Wed Dec 2 13:57:02 UTC 2020
Date: Wednesday, December 2, 2020 @ 13:57:02
Author: freswa
Revision: 769157
archrelease: copy trunk to community-x86_64
Added:
thermald/repos/community-x86_64/PKGBUILD
(from rev 769156, thermald/trunk/PKGBUILD)
thermald/repos/community-x86_64/modules-load-thermald.conf
(from rev 769156, 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-12-02 13:56:58 UTC (rev 769156)
+++ PKGBUILD 2020-12-02 13:57:02 UTC (rev 769157)
@@ -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
-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=('3554e1af02cde8d8953dc997a3f33a61d1464bbdb85c14ce72c7e440f67eb3e563d68c799bcffbf8354907694bef1da22dea4aeb464ef86a75af742ce7d969c1'
- '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 769156, thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-02 13:57:02 UTC (rev 769157)
@@ -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.1
+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=('ee4d6bc590bc50639c0b19adbba7e243358174a837b2ff155dea060b1cd09171d4fb77b18b785dc9f64a633f680358cb1d7b36e3bd438e5267e0a0a27e18497e'
+ '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-12-02 13:56:58 UTC (rev 769156)
+++ modules-load-thermald.conf 2020-12-02 13:57:02 UTC (rev 769157)
@@ -1,2 +0,0 @@
-msr
-coretemp
Copied: thermald/repos/community-x86_64/modules-load-thermald.conf (from rev 769156, thermald/trunk/modules-load-thermald.conf)
===================================================================
--- modules-load-thermald.conf (rev 0)
+++ modules-load-thermald.conf 2020-12-02 13:57:02 UTC (rev 769157)
@@ -0,0 +1,2 @@
+msr
+coretemp
More information about the arch-commits
mailing list