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

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


    Date: Monday, July 1, 2019 @ 12:46:49
  Author: archange
Revision: 486959

archrelease: copy trunk to community-any

Added:
  plasma5-applets-thermal-monitor/repos/community-any/PKGBUILD
    (from rev 486958, plasma5-applets-thermal-monitor/trunk/PKGBUILD)
Deleted:
  plasma5-applets-thermal-monitor/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-01 12:46:36 UTC (rev 486958)
+++ PKGBUILD	2019-07-01 12:46:49 UTC (rev 486959)
@@ -1,32 +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.9
-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=('b665025a4c22a33244b9c8bf87cdc26080715225a56ae46beefda4c8cad8520d')
-
-prepare() {
-    mkdir -p build
-}
-
-build() {
-    cd build
-
-    cmake ../plasma-applet-thermal-monitor-${pkgver} \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=None
-}
-
-package() {
-    cd build
-
-    make DESTDIR="${pkgdir}" install
-}

Copied: plasma5-applets-thermal-monitor/repos/community-any/PKGBUILD (from rev 486958, plasma5-applets-thermal-monitor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-01 12:46:49 UTC (rev 486959)
@@ -0,0 +1,34 @@
+# 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=2
+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=("${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
+}
+
+package() {
+    cd build
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list