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

Frederik Schwan freswa at gemini.archlinux.org
Wed Jan 12 15:27:02 UTC 2022


    Date: Wednesday, January 12, 2022 @ 15:27:02
  Author: freswa
Revision: 1101614

archrelease: copy trunk to community-x86_64

Added:
  thermald/repos/community-x86_64/PKGBUILD
    (from rev 1101613, thermald/trunk/PKGBUILD)
Deleted:
  thermald/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-12 15:27:00 UTC (rev 1101613)
+++ PKGBUILD	2022-01-12 15:27:02 UTC (rev 1101614)
@@ -1,34 +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.7
-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")
-b2sums=('2c546175181383c21d95345e4884e5d476a47b2c5f2e1dc379add5c340bd9f421567b7c391b6002e05e3ad793ba2f563d2eca7913f0688b53a8565f52da58fbf')
-
-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
-}

Copied: thermald/repos/community-x86_64/PKGBUILD (from rev 1101613, thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-12 15:27:02 UTC (rev 1101614)
@@ -0,0 +1,34 @@
+# 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.8
+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")
+b2sums=('a200eba847785ad4a99e229c10574ad99b0874ef14e8b14d5190e12090ae5f4577461743ac1993a1bdb28de85100b509c8affc7ba3426a61b9cba95ea14d2686')
+
+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
+}



More information about the arch-commits mailing list