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

2020-12-02 Thread Frederik Schwan via arch-commits
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
===
--- PKGBUILD2020-12-02 13:56:58 UTC (rev 769156)
+++ PKGBUILD2020-12-02 13:57:02 UTC (rev 769157)
@@ -1,37 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor:Francois Menning 
-# Contributor: gilbus 
-# Contributor: Bruno Pagani 
-
-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)
+++ PKGBUILD2020-12-02 13:57:02 UTC (rev 769157)
@@ -0,0 +1,37 @@
+# Maintainer: Frederik Schwan 
+# Contributor:Francois Menning 
+# Contributor: gilbus 
+# Contributor: Bruno Pagani 
+
+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


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

2020-11-25 Thread Frederik Schwan via arch-commits
Date: Wednesday, November 25, 2020 @ 21:25:47
  Author: freswa
Revision: 761296

archrelease: copy trunk to community-x86_64

Added:
  thermald/repos/community-x86_64/PKGBUILD
(from rev 761295, thermald/trunk/PKGBUILD)
  thermald/repos/community-x86_64/modules-load-thermald.conf
(from rev 761295, 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
===
--- PKGBUILD2020-11-25 21:25:45 UTC (rev 761295)
+++ PKGBUILD2020-11-25 21:25:47 UTC (rev 761296)
@@ -1,37 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor:Francois Menning 
-# Contributor: gilbus 
-# Contributor: Bruno Pagani 
-
-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
-}

Copied: thermald/repos/community-x86_64/PKGBUILD (from rev 761295, 
thermald/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-25 21:25:47 UTC (rev 761296)
@@ -0,0 +1,37 @@
+# Maintainer: Frederik Schwan 
+# Contributor:Francois Menning 
+# Contributor: gilbus 
+# Contributor: Bruno Pagani 
+
+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
+}

Deleted: modules-load-thermald.conf
===
--- modules-load-thermald.conf  2020-11-25 21:25:45 UTC (rev 761295)
+++ modules-load-thermald.conf  2020-11-25 21:25:47 UTC (rev 761296)
@@ -1,2 +0,0 @@
-msr
-coretemp

Copied: thermald/repos/community-x86_64/modules-load-thermald.conf (from rev 
761295, thermald/trunk/modules-load-thermald.conf)
===
--- modules-load-thermald.conf  (rev 0)
+++ modules-load-thermald.conf  2020-11-25 21:25:47 UTC (rev 761296)
@@ -0,0 +1,2 @@
+msr
+coretemp


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

2020-08-22 Thread Frederik Schwan via arch-commits
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
===
--- PKGBUILD2020-08-22 23:30:51 UTC (rev 686905)
+++ PKGBUILD2020-08-22 23:30:54 UTC (rev 686906)
@@ -1,37 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor:Francois Menning 
-# Contributor: gilbus 
-# Contributor: Bruno Pagani 
-
-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=('500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f854ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645'
-
'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)
+++ PKGBUILD2020-08-22 23:30:54 UTC (rev 686906)
@@ -0,0 +1,37 @@
+# Maintainer: Frederik Schwan 
+# Contributor:Francois Menning 
+# Contributor: gilbus 
+# Contributor: Bruno Pagani 
+
+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


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

2020-06-29 Thread Frederik Schwan via arch-commits
Date: Tuesday, June 30, 2020 @ 01:08:42
  Author: freswa
Revision: 657034

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 01:08:33 UTC (rev 657033)
+++ PKGBUILD2020-06-30 01:08:42 UTC (rev 657034)
@@ -1,36 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor:Francois Menning 
-# Contributor: gilbus 
-# Contributor: Bruno Pagani 
-
-pkgname=thermald
-_pkgname=thermal_daemon
-pkgver=2.2
-pkgrel=2
-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=('500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f854ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645'
-
'70cdf39afbcc4ea6b0cbe59182714a18755bad8e742f69f9b08e1415dd8f77e00473b9808c46dec3de4e0b5ec17f0bc16d0bd54d61b1e8e77e27901d90aedceb')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---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 657033, 
thermald/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 01:08:42 UTC (rev 657034)
@@ -0,0 +1,37 @@
+# Maintainer: Frederik Schwan 
+# Contributor:Francois Menning 
+# Contributor: gilbus 
+# Contributor: Bruno Pagani 
+
+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=('500189b924594e5b1d68adc776b3ad0c1d531d4259c65dd77f9166648c9b4273c52e1f854ec6500b3d37e39deb4ec862443728d50e9be95dee8e43496645'
+
'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-06-30 01:08:33 UTC (rev 657033)
+++ modules-load-thermald.conf  2020-06-30 01:08:42 UTC (rev 657034)
@@ -1,2 +0,0 @@
-msr
-coretemp

Copied: thermald/repos/community-x86_64/modules-load-thermald.conf (from rev 
657033, thermald/trunk/modules-load-thermald.conf)
===
--- modules-load-thermald.conf  (rev 0)
+++ modules-load-thermald.conf  2020-06-30 01:08:42 UTC (rev 657034)
@@ -0,0 +1,2 @@
+msr
+coretemp


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

2018-09-30 Thread Bruno Pagani via arch-commits
Date: Sunday, September 30, 2018 @ 17:58:38
  Author: archange
Revision: 388580

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   71 +--
 modules-load-thermald.conf |4 +-
 2 files changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-30 17:58:21 UTC (rev 388579)
+++ PKGBUILD2018-09-30 17:58:38 UTC (rev 388580)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-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
-}

Copied: thermald/repos/community-x86_64/PKGBUILD (from rev 388579, 
thermald/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-30 17:58:38 UTC (rev 388580)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=thermald
+_pkgname=thermal_daemon
+pkgver=1.8
+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')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/01org/${_pkgname}/archive/v${pkgver}.tar.gz;
+'modules-load-thermald.conf')
+sha256sums=('662456eff5b7ee5a42e54b8a667d002d3a4dec5cacbddc5e1ab5ec94dab218c6'
+'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-09-30 17:58:21 UTC (rev 388579)
+++ modules-load-thermald.conf  2018-09-30 17:58:38 UTC (rev 388580)
@@ -1,2 +0,0 @@
-msr
-coretemp

Copied: thermald/repos/community-x86_64/modules-load-thermald.conf (from rev 
388579, thermald/trunk/modules-load-thermald.conf)
===
--- modules-load-thermald.conf  (rev 0)
+++ modules-load-thermald.conf  2018-09-30 17:58:38 UTC (rev 388580)
@@ -0,0 +1,2 @@
+msr
+coretemp


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

2018-06-03 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2018-06-03 06:46:37 UTC (rev 338689)
+++ PKGBUILD2018-06-03 06:46:51 UTC (rev 338690)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-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)
+++ PKGBUILD2018-06-03 06:46:51 UTC (rev 338690)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+
+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