Date: Tuesday, September 20, 2022 @ 14:05:50
Author: freswa
Revision: 1305778
archrelease: copy trunk to community-x86_64
Added:
thermald/repos/community-x86_64/PKGBUILD
(from rev 1305777, thermald/trunk/PKGBUILD)
Deleted:
thermald/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-20 14:05:47 UTC (rev 1305777)
+++ PKGBUILD 2022-09-20 14:05:50 UTC (rev 1305778)
@@ -1,34 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor:Francois Menning <[email protected]>
-# Contributor: gilbus <aur(AT)tinkershell.eu>
-# Contributor: Bruno Pagani <[email protected]>
-
-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
-}
Copied: thermald/repos/community-x86_64/PKGBUILD (from rev 1305777,
thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-20 14:05:50 UTC (rev 1305778)
@@ -0,0 +1,34 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor:Francois Menning <[email protected]>
+# Contributor: gilbus <aur(AT)tinkershell.eu>
+# Contributor: Bruno Pagani <[email protected]>
+
+pkgname=thermald
+_pkgname=thermal_daemon
+pkgver=2.5.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")
+b2sums=('546d540b53365f9f57059dd74378226ba111abdd0bf9a47a2b81b29726cf2b2d99bfdf166f6b50f30071d28c6fad00d84f48e83f886ec8e50f9f08989b28192a')
+
+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
+}