[arch-commits] Commit in thermald/repos (8 files)

Bruno Pagani archange at archlinux.org
Fri Nov 3 09:07:06 UTC 2017


    Date: Friday, November 3, 2017 @ 09:07:05
  Author: archange
Revision: 265277

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------------------------+
 /PKGBUILD                                   |   76 ++++++++++++++++++++++++++
 /modules-load-thermald.conf                 |    4 +
 community-i686/PKGBUILD                     |   38 -------------
 community-i686/modules-load-thermald.conf   |    2 
 community-x86_64/PKGBUILD                   |   38 -------------
 community-x86_64/modules-load-thermald.conf |    2 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-11-03 09:06:44 UTC (rev 265276)
+++ community-i686/PKGBUILD	2017-11-03 09:07:05 UTC (rev 265277)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=thermald
-_pkgname=thermal_daemon
-pkgver=1.6
-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')
-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=('c63ae1b031f2b4ce037441e7e9910d05405b540fe6668e156d32c56d5dfa7492'
-            '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-i686/PKGBUILD (from rev 265276, thermald/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-11-03 09:07:05 UTC (rev 265277)
@@ -0,0 +1,38 @@
+# 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"
+}

Deleted: community-i686/modules-load-thermald.conf
===================================================================
--- community-i686/modules-load-thermald.conf	2017-11-03 09:06:44 UTC (rev 265276)
+++ community-i686/modules-load-thermald.conf	2017-11-03 09:07:05 UTC (rev 265277)
@@ -1,2 +0,0 @@
-msr
-coretemp

Copied: thermald/repos/community-i686/modules-load-thermald.conf (from rev 265276, thermald/trunk/modules-load-thermald.conf)
===================================================================
--- community-i686/modules-load-thermald.conf	                        (rev 0)
+++ community-i686/modules-load-thermald.conf	2017-11-03 09:07:05 UTC (rev 265277)
@@ -0,0 +1,2 @@
+msr
+coretemp

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-11-03 09:06:44 UTC (rev 265276)
+++ community-x86_64/PKGBUILD	2017-11-03 09:07:05 UTC (rev 265277)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=thermald
-_pkgname=thermal_daemon
-pkgver=1.6
-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')
-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=('c63ae1b031f2b4ce037441e7e9910d05405b540fe6668e156d32c56d5dfa7492'
-            '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 265276, thermald/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-11-03 09:07:05 UTC (rev 265277)
@@ -0,0 +1,38 @@
+# 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"
+}

Deleted: community-x86_64/modules-load-thermald.conf
===================================================================
--- community-x86_64/modules-load-thermald.conf	2017-11-03 09:06:44 UTC (rev 265276)
+++ community-x86_64/modules-load-thermald.conf	2017-11-03 09:07:05 UTC (rev 265277)
@@ -1,2 +0,0 @@
-msr
-coretemp

Copied: thermald/repos/community-x86_64/modules-load-thermald.conf (from rev 265276, thermald/trunk/modules-load-thermald.conf)
===================================================================
--- community-x86_64/modules-load-thermald.conf	                        (rev 0)
+++ community-x86_64/modules-load-thermald.conf	2017-11-03 09:07:05 UTC (rev 265277)
@@ -0,0 +1,2 @@
+msr
+coretemp



More information about the arch-commits mailing list