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

Bruno Pagani archange at archlinux.org
Sun Sep 30 17:58:39 UTC 2018


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

Copied: thermald/repos/community-x86_64/PKGBUILD (from rev 388579, thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-30 17:58:38 UTC (rev 388580)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+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



More information about the arch-commits mailing list