mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/sensors-applet to 3.0.0-2
This commit is contained in:
parent
bee009b703
commit
0cfe9a8e8c
3 changed files with 17 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = sensors-applet
|
pkgbase = sensors-applet
|
||||||
pkgdesc = Applet for GNOME Panel to display readings from hardware sensors
|
pkgdesc = Applet for GNOME Panel to display readings from hardware sensors
|
||||||
pkgver = 3.0.0
|
pkgver = 3.0.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://sensors-applet.sourceforge.net/
|
url = https://sensors-applet.sourceforge.net/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -30,6 +30,6 @@ pkgbase = sensors-applet
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 9c4cc2accf326c44cb625f5db0b82a782351cdf8829f1a4067a30f287b6b7156
|
sha256sums = 9c4cc2accf326c44cb625f5db0b82a782351cdf8829f1a4067a30f287b6b7156
|
||||||
sha256sums = cb0e35e0d6e6568f14836da7e5b78154bd4d9a4127f0f6dd476e4f7c9d62339d
|
sha256sums = cb0e35e0d6e6568f14836da7e5b78154bd4d9a4127f0f6dd476e4f7c9d62339d
|
||||||
sha256sums = a189ffb899bd87de885bcf7f27324d845a2bf88b6213e11aa12e3c90a3276105
|
sha256sums = ca6489da2e82df77e5a3b4e71e99689954132d5110f1c7bffc2f0ee7c35d4b33
|
||||||
|
|
||||||
pkgname = sensors-applet
|
pkgname = sensors-applet
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=sensors-applet
|
pkgname=sensors-applet
|
||||||
pkgver=3.0.0
|
pkgver=3.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Applet for GNOME Panel to display readings from hardware sensors'
|
pkgdesc='Applet for GNOME Panel to display readings from hardware sensors'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -24,7 +24,7 @@ source=("$pkgname::git+https://git.code.sf.net/p/sensors-applet/code#commit=$_co
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'9c4cc2accf326c44cb625f5db0b82a782351cdf8829f1a4067a30f287b6b7156'
|
'9c4cc2accf326c44cb625f5db0b82a782351cdf8829f1a4067a30f287b6b7156'
|
||||||
'cb0e35e0d6e6568f14836da7e5b78154bd4d9a4127f0f6dd476e4f7c9d62339d'
|
'cb0e35e0d6e6568f14836da7e5b78154bd4d9a4127f0f6dd476e4f7c9d62339d'
|
||||||
'a189ffb899bd87de885bcf7f27324d845a2bf88b6213e11aa12e3c90a3276105')
|
'ca6489da2e82df77e5a3b4e71e99689954132d5110f1c7bffc2f0ee7c35d4b33')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
|
@ -1489,6 +1489,19 @@ index 7704412..df8dab0 100644
|
||||||
if test "x$enable_udisks2" = "xno" ; then
|
if test "x$enable_udisks2" = "xno" ; then
|
||||||
echo "Disabling udisks2 support"
|
echo "Disabling udisks2 support"
|
||||||
#else
|
#else
|
||||||
|
diff --git a/sensors-applet/org.gnome.sensors-applet.gschema.xml.in.in b/sensors-applet/org.gnome.sensors-applet.gschema.xml.in.in
|
||||||
|
index aeae777..d0b2e53 100644
|
||||||
|
--- a/sensors-applet/org.gnome.sensors-applet.gschema.xml.in.in
|
||||||
|
+++ b/sensors-applet/org.gnome.sensors-applet.gschema.xml.in.in
|
||||||
|
@@ -75,7 +75,7 @@
|
||||||
|
<summary></summary>
|
||||||
|
<description></description>
|
||||||
|
</key>
|
||||||
|
- <key name="udisks" type="b">
|
||||||
|
+ <key name="udisks2" type="b">
|
||||||
|
<default>false</default>
|
||||||
|
<summary></summary>
|
||||||
|
<description></description>
|
||||||
--
|
--
|
||||||
2.40.1
|
2.40.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue