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

Bruno Pagani archange at archlinux.org
Thu May 17 16:23:13 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-05-17 16:23:01 UTC (rev 323859)
+++ PKGBUILD	2018-05-17 16:23:10 UTC (rev 323860)
@@ -1,33 +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.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)
+++ PKGBUILD	2018-05-17 16:23:10 UTC (rev 323860)
@@ -0,0 +1,32 @@
+# 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
+}



More information about the arch-commits mailing list