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

2020-08-07 Thread Bruno Pagani via arch-commits
Date: Friday, August 7, 2020 @ 10:21:33
  Author: archange
Revision: 671475

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   71 +++--
 1 file changed, 37 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-07 10:21:07 UTC (rev 671474)
+++ PKGBUILD2020-08-07 10:21:33 UTC (rev 671475)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Martin Kostolný 
-
-pkgname=plasma5-applets-thermal-monitor
-pkgver=1.2.9
-pkgrel=3
-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
-}

Copied: plasma5-applets-thermal-monitor/repos/community-any/PKGBUILD (from rev 
671474, plasma5-applets-thermal-monitor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-07 10:21:33 UTC (rev 671475)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Martin Kostolný 
+
+pkgname=plasma5-applets-thermal-monitor
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Plasma applet for monitoring temperatures of existing sensors 
including CPU, GPU and HDD."
+arch=(any)
+url="https://gitlab.com/agurenko/plasma-applet-thermal-monitor/";
+license=(GPL)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=(${url}/-/archive/${pkgver}/${pkgname/5-applets/-applet}-${pkgver}.tar.bz2
+
${pkgname}-fix-window-size.patch::${url}/-/commit/c780ccea2bf8c6050a4ecdacc006ed0f73edb9bb.patch
+
${pkgname}-whitespace-clean.patch::${url}/-/commit/d30197f2b07901bfcfc4c1e6d26e14f2c242bdf6.patch
+
${pkgname}-fix-config-window-crash.patch::${url}/-/commit/a2493ee35417ffe707816872d865ce92d74a9a15.patch)
+sha256sums=('3e7e218f59285bba3c8a23810cf39a3a938f3ff152cd3a2ad1adb5e8ec034ad9'
+'6a4d818ec56e472a77b83e7d6ee477cdc667d531628d5e108a77b1fbb29e4575'
+'e3cc2d0b39194baf12ebbcb8650d4b81ca077ff66aef4fd22177433715e4d993'
+'c914afed4f101d231edf350e45cb9196fe4d2bcce56898a02f1007fcc1141541')
+
+prepare() {
+  cd plasma-applet-thermal-monitor-${pkgver}
+  patch -p1 -i ../${pkgname}-fix-window-size.patch
+  patch -p1 -i ../${pkgname}-whitespace-clean.patch
+  patch -p1 -i ../${pkgname}-fix-config-window-crash.patch
+}
+
+build() {
+  cmake -B build -S plasma-applet-thermal-monitor-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}


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

2019-07-01 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2019-07-01 12:46:36 UTC (rev 486958)
+++ PKGBUILD2019-07-01 12:46:49 UTC (rev 486959)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Martin Kostolný 
-
-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)
+++ PKGBUILD2019-07-01 12:46:49 UTC (rev 486959)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Martin Kostolný 
+
+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
+}


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

2018-05-17 Thread Bruno Pagani via arch-commits
Date: Thursday, May 17, 2018 @ 16:23:10
  Author: archange
Revision: 323860

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   65 ++---
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-17 16:23:01 UTC (rev 323859)
+++ PKGBUILD2018-05-17 16:23:10 UTC (rev 323860)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Martin Kostolný 
-
-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
-}

Copied: plasma5-applets-thermal-monitor/repos/community-any/PKGBUILD (from rev 
323859, plasma5-applets-thermal-monitor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-17 16:23:10 UTC (rev 323860)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Martin Kostolný 
+
+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
+}