[arch-commits] Commit in thermald/repos/community-x86_64 (4 files)
Frederik Schwan
freswa at archlinux.org
Thu Feb 4 21:15:28 UTC 2021
Date: Thursday, February 4, 2021 @ 21:15:27
Author: freswa
Revision: 845549
archrelease: copy trunk to community-x86_64
Added:
thermald/repos/community-x86_64/PKGBUILD
(from rev 845548, thermald/trunk/PKGBUILD)
thermald/repos/community-x86_64/modules-load-thermald.conf
(from rev 845548, 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-02-04 21:15:11 UTC (rev 845548)
+++ PKGBUILD 2021-02-04 21:15:27 UTC (rev 845549)
@@ -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 845548, thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-04 21:15:27 UTC (rev 845549)
@@ -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.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
+}
Deleted: modules-load-thermald.conf
===================================================================
--- modules-load-thermald.conf 2021-02-04 21:15:11 UTC (rev 845548)
+++ modules-load-thermald.conf 2021-02-04 21:15:27 UTC (rev 845549)
@@ -1,2 +0,0 @@
-msr
-coretemp
Copied: thermald/repos/community-x86_64/modules-load-thermald.conf (from rev 845548, thermald/trunk/modules-load-thermald.conf)
===================================================================
--- modules-load-thermald.conf (rev 0)
+++ modules-load-thermald.conf 2021-02-04 21:15:27 UTC (rev 845549)
@@ -0,0 +1,2 @@
+msr
+coretemp
More information about the arch-commits
mailing list