summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFirstAirBender2021-08-26 22:30:16 -0600
committerFirstAirBender2021-08-26 22:30:16 -0600
commitb3665ff2a5125ae7f54272aa1a49bb4a4327ef6a (patch)
tree4d12d7f079de3087fb174570ffb2cd93febce32b
parentb96fb7adfc20524f989dc9c51a450c66a33d8475 (diff)
downloadaur-b3665ff2a5125ae7f54272aa1a49bb4a4327ef6a.tar.gz
update to 1.4.1 enjoy :)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
-rw-r--r--nvidia.c.patch4
3 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87817c55c326..ab665eedeb47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-sensors-plugin-nvidia
pkgdesc = A lm_sensors plugin for the Xfce panel with nvidia gpu support
- pkgver = 1.3.95
+ pkgver = 1.4.1
pkgrel = 1
url = https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
arch = i686
@@ -17,9 +17,7 @@ pkgbase = xfce4-sensors-plugin-nvidia
depends = libxnvctrl
optdepends = hddtemp: for monitoring the temperature of hard drives
conflicts = xfce4-sensors-plugin
- source = https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.3/xfce4-sensors-plugin-1.3.95.tar.bz2
- source = nvidia.c.patch
- sha256sums = 83c64ae4618dd592971cfa0bc285a9b47af801a3ed856835cdb2a4c533c7846c
- sha256sums = 5ed9142eb3b213f7b9b354ba3e967994a9046c78579256567ebda7e462237d8a
+ source = https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.1.tar.bz2
+ sha256sums = 37d0dc569e735e482a18545c24eb1ce0229d6910e3a4d4c1dee0680999234be2
pkgname = xfce4-sensors-plugin-nvidia
diff --git a/PKGBUILD b/PKGBUILD
index 87a9f34255cb..3d505c9ef388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=xfce4-sensors-plugin
pkgname=xfce4-sensors-plugin-nvidia
-pkgver=1.3.95
+pkgver=1.4.1
pkgrel=1
pkgdesc="A lm_sensors plugin for the Xfce panel with nvidia gpu support"
arch=('i686' 'x86_64')
@@ -22,14 +22,8 @@ optdepends=('hddtemp: for monitoring the temperature of hard drives')
conflicts=('xfce4-sensors-plugin')
source=(
https://archive.xfce.org/src/panel-plugins/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2
- nvidia.c.patch
)
-sha256sums=('83c64ae4618dd592971cfa0bc285a9b47af801a3ed856835cdb2a4c533c7846c'
- '5ed9142eb3b213f7b9b354ba3e967994a9046c78579256567ebda7e462237d8a')
-
-prepare() {
- patch ./"$_pkgname-$pkgver"/lib/nvidia.c -i ./nvidia.c.patch
-}
+sha256sums=('37d0dc569e735e482a18545c24eb1ce0229d6910e3a4d4c1dee0680999234be2')
build() {
cd "$srcdir/$_pkgname-$pkgver"
@@ -40,6 +34,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
+ --enable-xnvctrl \
--localstatedir=/var \
--datadir=/usr/share \
--datarootdir=/usr/share \
diff --git a/nvidia.c.patch b/nvidia.c.patch
deleted file mode 100644
index b5dd93b4c16c..000000000000
--- a/nvidia.c.patch
+++ /dev/null
@@ -1,4 +0,0 @@
-37a38
-> #include <X11/Xlib.h>
-41d41
-< #include <X11/Xlib.h>