[arch-commits] Commit in plasma5-applets-thermal-monitor/repos/community-any (3 files)

Bruno Pagani archange at archlinux.org
Fri Oct 27 18:01:48 UTC 2017


    Date: Friday, October 27, 2017 @ 18:01:45
  Author: archange
Revision: 264608

archrelease: copy trunk to community-any

Added:
  plasma5-applets-thermal-monitor/repos/community-any/PKGBUILD
    (from rev 264607, plasma5-applets-thermal-monitor/trunk/PKGBUILD)
Deleted:
  plasma5-applets-thermal-monitor/repos/community-any/PKGBUILD
  plasma5-applets-thermal-monitor/repos/community-any/remove-spammer.patch

----------------------+
 PKGBUILD             |   71 ++++++++++++++++++++++---------------------------
 remove-spammer.patch |   21 --------------
 2 files changed, 33 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-27 18:01:28 UTC (rev 264607)
+++ PKGBUILD	2017-10-27 18:01:45 UTC (rev 264608)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
-# Contributor: Martin Kostolný <clearmartin at zoho dot com>
-
-pkgname=plasma5-applets-thermal-monitor
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="Plasma applet for monitoring temperatures of existing sensors including CPU, GPU and HDD."
-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"
-        "remove-spammer.patch")
-sha256sums=('09a66d02ddd658eee0b8aeea02fb8e305da3f057b436cfb6b8ad8454ebbd1ca2'
-            'aa411a4b53fa81815cc2bc17c6818e5ebcd7646eda87b51cc829f4e5fef37385')
-
-prepare() {
-    mkdir -p build
-    cd plasma-applet-thermal-monitor-${pkgver}
-    patch -p1 -i ../remove-spammer.patch
-}
-
-build() {
-    cd build
-
-    cmake ../plasma-applet-thermal-monitor-${pkgver} \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DKDE_INSTALL_LIBDIR=lib \
-        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-}
-
-package() {
-    cd build
-
-    make DESTDIR="${pkgdir}" install
-}

Copied: plasma5-applets-thermal-monitor/repos/community-any/PKGBUILD (from rev 264607, plasma5-applets-thermal-monitor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-27 18:01:45 UTC (rev 264608)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Contributor: Martin Kostolný <clearmartin at zoho dot com>
+
+pkgname=plasma5-applets-thermal-monitor
+pkgver=1.2.8
+pkgrel=1
+pkgdesc="Plasma applet for monitoring temperatures of existing sensors including CPU, GPU and HDD."
+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=('a7ab7d4eb7aed93b5892027513a4a6f99b8b5a983ebbeeeac00e02d43b55dba8')
+
+prepare() {
+    mkdir -p build
+}
+
+build() {
+    cd build
+
+    cmake ../plasma-applet-thermal-monitor-${pkgver} \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DKDE_INSTALL_LIBDIR=lib
+}
+
+package() {
+    cd build
+
+    make DESTDIR="${pkgdir}" install
+}

Deleted: remove-spammer.patch
===================================================================
--- remove-spammer.patch	2017-10-27 18:01:28 UTC (rev 264607)
+++ remove-spammer.patch	2017-10-27 18:01:45 UTC (rev 264608)
@@ -1,21 +0,0 @@
-From 7ceb9a2c09caca063aa938d2aea2775326be19e6 Mon Sep 17 00:00:00 2001
-From: Keziolio <keziolio123 at gmail.com>
-Date: Tue, 2 Aug 2016 22:55:29 +0200
-Subject: [PATCH] remove spammer
-
----
- package/contents/code/temperature-utils.js | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/package/contents/code/temperature-utils.js b/package/contents/code/temperature-utils.js
-index 5bcea6e..70a8787 100644
---- a/package/contents/code/temperature-utils.js
-+++ b/package/contents/code/temperature-utils.js
-@@ -3,7 +3,6 @@ function toFahrenheit(celsia) {
- }
- 
- function getTemperature(celsiaDouble, fahrenheitEnabled) {
--    dbgprint('getTemperature: ' + celsiaDouble)
-     var fl = celsiaDouble
-     if (fahrenheitEnabled) {
-         fl = toFahrenheit(fl)



More information about the arch-commits mailing list