[arch-commits] Commit in plasma5-applets-thermal-monitor/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Mon Jul 1 12:46:37 UTC 2019


    Date: Monday, July 1, 2019 @ 12:46:36
  Author: archange
Revision: 486958

Fix FS#61771

Modified:
  plasma5-applets-thermal-monitor/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-01 12:44:18 UTC (rev 486957)
+++ PKGBUILD	2019-07-01 12:46:36 UTC (rev 486958)
@@ -1,25 +1,28 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
 # Contributor: Martin Kostolný <clearmartin at zoho dot com>
 
 pkgname=plasma5-applets-thermal-monitor
 pkgver=1.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Plasma applet for monitoring temperatures of existing sensors including CPU, GPU and HDD."
-arch=('any')
+arch=(any)
 url="https://github.com/kotelnik/plasma-applet-thermal-monitor"
-license=('GPL')
-depends=('plasma-workspace' 'qt5-graphicaleffects')
-makedepends=('extra-cmake-modules')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('b665025a4c22a33244b9c8bf87cdc26080715225a56ae46beefda4c8cad8520d')
+license=(GPL)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "${url}/commit/b389b886a7ee759d06c9eb0e6a3b6abbea400035.patch")
+sha256sums=('b665025a4c22a33244b9c8bf87cdc26080715225a56ae46beefda4c8cad8520d'
+            '9d2ce31a47ff9400040814d18be08503372ab9f2a8282c76dee8a0e4432814e8')
 
 prepare() {
     mkdir -p build
+    cd plasma-applet-thermal-monitor-${pkgver}
+    patch -p1 -i ../b389b886a7ee759d06c9eb0e6a3b6abbea400035.patch
 }
 
 build() {
     cd build
-
     cmake ../plasma-applet-thermal-monitor-${pkgver} \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_BUILD_TYPE=None
@@ -27,6 +30,5 @@
 
 package() {
     cd build
-
     make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list