[arch-commits] Commit in thermald/repos/community-x86_64 (4 files)
Bruno Pagani
archange at archlinux.org
Sun Jun 3 06:46:52 UTC 2018
Date: Sunday, June 3, 2018 @ 06:46:51
Author: archange
Revision: 338690
archrelease: copy trunk to community-x86_64
Added:
thermald/repos/community-x86_64/PKGBUILD
(from rev 338689, thermald/trunk/PKGBUILD)
thermald/repos/community-x86_64/modules-load-thermald.conf
(from rev 338689, 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, 38 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-03 06:46:37 UTC (rev 338689)
+++ PKGBUILD 2018-06-03 06:46:51 UTC (rev 338690)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=thermald
-_pkgname=thermal_daemon
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="The Linux Thermal Daemon program from 01.org"
-arch=('i686' 'x86_64')
-url="https://01.org/linux-thermal-daemon"
-license=('GPL2')
-makedepends=('systemd' 'python')
-depends=('dbus-glib' 'libxml2')
-backup=('etc/thermald/thermal-conf.xml')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/01org/${_pkgname}/archive/v${pkgver}.tar.gz"
- 'modules-load-thermald.conf')
-sha256sums=('c4465d9312304b879908289e2e9da7417e88151c1529dff42acb8e3fb6aa4f47'
- '0155e1eb459306d251a5a049ffc6c11e144fa8caa75901ac5fa20bd52e05d515')
-
-build() {
- cd ${_pkgname}-${pkgver}
- ./autogen.sh
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --sbindir=/usr/bin
- make
-}
-
-package() {
- cd ${_pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-
- install -Dm644 "${srcdir}"/modules-load-thermald.conf "${pkgdir}"/usr/lib/modules-load.d/thermald.conf
-
- # Remove Upstart related files
- rm -r "${pkgdir}/etc/init"
-}
Copied: thermald/repos/community-x86_64/PKGBUILD (from rev 338689, thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-03 06:46:51 UTC (rev 338690)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=thermald
+_pkgname=thermal_daemon
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="The Linux Thermal Daemon program from 01.org"
+arch=('x86_64')
+url="https://01.org/linux-thermal-daemon"
+license=('GPL2')
+makedepends=('systemd' 'python')
+depends=('dbus-glib' 'libxml2')
+backup=('etc/thermald/thermal-conf.xml')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/01org/${_pkgname}/archive/v${pkgver}.tar.gz"
+ 'modules-load-thermald.conf')
+sha256sums=('2b180301b99508e7f340138c40ccbfd8a35055d707e71c81ab9a177fccda4695'
+ '0155e1eb459306d251a5a049ffc6c11e144fa8caa75901ac5fa20bd52e05d515')
+
+build() {
+ cd ${_pkgname}-${pkgver}
+ ./autogen.sh
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd ${_pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" 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 2018-06-03 06:46:37 UTC (rev 338689)
+++ modules-load-thermald.conf 2018-06-03 06:46:51 UTC (rev 338690)
@@ -1,2 +0,0 @@
-msr
-coretemp
Copied: thermald/repos/community-x86_64/modules-load-thermald.conf (from rev 338689, thermald/trunk/modules-load-thermald.conf)
===================================================================
--- modules-load-thermald.conf (rev 0)
+++ modules-load-thermald.conf 2018-06-03 06:46:51 UTC (rev 338690)
@@ -0,0 +1,2 @@
+msr
+coretemp
More information about the arch-commits
mailing list