[arch-commits] Commit in psensor/repos/community-x86_64 (4 files)

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 04:00:04 UTC 2022


    Date: Monday, April 25, 2022 @ 04:00:04
  Author: allan
Revision: 1189882

archrelease: copy trunk to community-x86_64

Added:
  psensor/repos/community-x86_64/PKGBUILD
    (from rev 1189881, psensor/trunk/PKGBUILD)
  psensor/repos/community-x86_64/psensor.appdata.xml
    (from rev 1189881, psensor/trunk/psensor.appdata.xml)
Deleted:
  psensor/repos/community-x86_64/PKGBUILD
  psensor/repos/community-x86_64/psensor.appdata.xml

---------------------+
 PKGBUILD            |   72 +++++++++++++++++++++++++-------------------------
 psensor.appdata.xml |   68 +++++++++++++++++++++++------------------------
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 03:59:42 UTC (rev 1189881)
+++ PKGBUILD	2022-04-25 04:00:04 UTC (rev 1189882)
@@ -1,36 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Robin Broda <robin at broda.me>
-# Contributor: X0rg
-# Contributor: marlock <marlock87 at hotmail.com>
-# Contributor: Diogo Leal <estranho at diogoleal.com>
-
-pkgname=psensor
-pkgver=1.2.1
-pkgrel=2
-pkgdesc='Graphical hardware temperature monitoring application'
-arch=('x86_64')
-url='https://wpitchoune.net/psensor'
-license=('GPL2')
-depends=('curl' 'gtk3' 'json-c' 'libgtop' 'libmicrohttpd' 'libnotify' 'libxnvctrl' 'lm_sensors'
-         'udisks2')
-source=("https://wpitchoune.net/$pkgname/files/$pkgname-$pkgver.tar.gz"
-        'psensor.appdata.xml')
-sha256sums=('084f785d169f533d3010e50c5933436ed427afc70d41740b762f1db5034833ab'
-            'f8079f06959447af0baf3b00ab74cbf6d9ed55a2995114071189cf501bc55009')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/ -Werror//' {src/lib,src/server,tests}/Makefile.{am,in}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-}

Copied: psensor/repos/community-x86_64/PKGBUILD (from rev 1189881, psensor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 04:00:04 UTC (rev 1189882)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Robin Broda <robin at broda.me>
+# Contributor: X0rg
+# Contributor: marlock <marlock87 at hotmail.com>
+# Contributor: Diogo Leal <estranho at diogoleal.com>
+
+pkgname=psensor
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Graphical hardware temperature monitoring application'
+arch=('x86_64')
+url='https://wpitchoune.net/psensor'
+license=('GPL2')
+depends=('curl' 'gtk3' 'json-c' 'libgtop' 'libmicrohttpd' 'libnotify' 'libxnvctrl' 'lm_sensors'
+         'udisks2')
+source=("https://wpitchoune.net/$pkgname/files/$pkgname-$pkgver.tar.gz"
+        'psensor.appdata.xml')
+sha256sums=('084f785d169f533d3010e50c5933436ed427afc70d41740b762f1db5034833ab'
+            'f8079f06959447af0baf3b00ab74cbf6d9ed55a2995114071189cf501bc55009')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/ -Werror//' {src/lib,src/server,tests}/Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Deleted: psensor.appdata.xml
===================================================================
--- psensor.appdata.xml	2022-04-25 03:59:42 UTC (rev 1189881)
+++ psensor.appdata.xml	2022-04-25 04:00:04 UTC (rev 1189882)
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
-  <id>net.wpitchoune.psensor</id>
-  <launchable type="desktop-id">psensor.desktop</launchable>
-  <name>Psensor</name>
-  <summary>Graphical temperature monitor for Linux</summary>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-2.0</project_license>
-  <developer_name>Jean-Philippe Orsini</developer_name>
-  <description>
-    <p>psensor is a graphical hardware temperature monitor for Linux.</p>
-    <p>It can monitor:</p>
-    <ul>
-      <li>the temperature of the motherboard and CPU sensors (using lm-sensors).</li>
-      <li>the temperature of the NVidia GPUs (using XNVCtrl).</li>
-      <li>the temperature of the Hard Disk Drives (using hddtemp or libatasmart).</li>
-      <li>the rotation speed of the fans (using lm-sensors).</li>
-      <li>the CPU usage (since 0.6.2.10 and using Gtop2).</li>
-    </ul>
-    <p>The application is designed to be simple and easy to use. The CPU and memory consumption are not significant.</p>
-  </description>
-  <screenshots>
-    <screenshot type="default">
-      <image>https://wpitchoune.net/psensor/screenshots/psensor-last.png</image>
-    </screenshot>
-    <screenshot type="default">
-      <image>https://wpitchoune.net/psensor/screenshots/psensor-2011-06-16.png</image>
-    </screenshot>
-  </screenshots>
-  <url type="bugtracker">https://gitlab.com/jeanfi/psensor/-/issues</url>
-  <url type="homepage">https://wpitchoune.net/psensor/</url>
-  <update_contact>jeanfi at gmail.com</update_contact>
-  <translation type="gettext">psensor</translation>
-</component>

Copied: psensor/repos/community-x86_64/psensor.appdata.xml (from rev 1189881, psensor/trunk/psensor.appdata.xml)
===================================================================
--- psensor.appdata.xml	                        (rev 0)
+++ psensor.appdata.xml	2022-04-25 04:00:04 UTC (rev 1189882)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>net.wpitchoune.psensor</id>
+  <launchable type="desktop-id">psensor.desktop</launchable>
+  <name>Psensor</name>
+  <summary>Graphical temperature monitor for Linux</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+  <developer_name>Jean-Philippe Orsini</developer_name>
+  <description>
+    <p>psensor is a graphical hardware temperature monitor for Linux.</p>
+    <p>It can monitor:</p>
+    <ul>
+      <li>the temperature of the motherboard and CPU sensors (using lm-sensors).</li>
+      <li>the temperature of the NVidia GPUs (using XNVCtrl).</li>
+      <li>the temperature of the Hard Disk Drives (using hddtemp or libatasmart).</li>
+      <li>the rotation speed of the fans (using lm-sensors).</li>
+      <li>the CPU usage (since 0.6.2.10 and using Gtop2).</li>
+    </ul>
+    <p>The application is designed to be simple and easy to use. The CPU and memory consumption are not significant.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://wpitchoune.net/psensor/screenshots/psensor-last.png</image>
+    </screenshot>
+    <screenshot type="default">
+      <image>https://wpitchoune.net/psensor/screenshots/psensor-2011-06-16.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://gitlab.com/jeanfi/psensor/-/issues</url>
+  <url type="homepage">https://wpitchoune.net/psensor/</url>
+  <update_contact>jeanfi at gmail.com</update_contact>
+  <translation type="gettext">psensor</translation>
+</component>



More information about the arch-commits mailing list