Date: Monday, January 30, 2023 @ 23:44:49
Author: freswa
Revision: 1391355
archrelease: copy trunk to community-x86_64
Added:
thermald/repos/community-x86_64/PKGBUILD
(from rev 1391354, thermald/trunk/PKGBUILD)
Deleted:
thermald/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-30 23:44:36 UTC (rev 1391354)
+++ PKGBUILD 2023-01-30 23:44:49 UTC (rev 1391355)
@@ -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.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
-}
Copied: thermald/repos/community-x86_64/PKGBUILD (from rev 1391354,
thermald/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-30 23:44:49 UTC (rev 1391355)
@@ -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.2
+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=('e6427ce50928378e9c3733bcc8a4c20086911fa333a9701331c676c9c50a7e10bbc9e3f078a818811088995ee68efe9ba9b1f0a0363ef1d13309833c62352a14')
+
+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
+}