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

Frederik Schwan freswa at gemini.archlinux.org
Wed Jul 20 12:47:17 UTC 2022


    Date: Wednesday, July 20, 2022 @ 12:47:16
  Author: freswa
Revision: 1254901

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-20 12:47:12 UTC (rev 1254900)
+++ PKGBUILD	2022-07-20 12:47:16 UTC (rev 1254901)
@@ -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.9
-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=('92eb36c19608c454336d8cf709a1650d5853ca3884c0a99d2371ee5e5d749e1b9cc10eab9a9382e2c43dd7d424d58263de9333aa223902714f8794545a0034bd')
-
-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 1254900, thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-20 12:47:16 UTC (rev 1254901)
@@ -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.5
+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=('df7004cdd9f0a36479f7d8c129338ac9b2fd3b4deca188ef3568336c448f563460ca74203384694f37a29fd7ba71b52d356f861d28313e52b443a81557ea406e')
+
+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