summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroi_wtf2022-03-04 16:57:54 +0100
committeroi_wtf2022-03-04 16:57:54 +0100
commit1b28a318a29a7e1c5ef6d547366d92aef9c7baf9 (patch)
tree2a5dc34a51975812dc4dffb1c396f781772b951d
parentaed4ff00412cf3188dd72e42d3f7fa546f83e11f (diff)
downloadaur-1b28a318a29a7e1c5ef6d547366d92aef9c7baf9.tar.gz
upgpkg: tuxedo-touchpad-switch 1.0.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--0001-plasma_5-24.patch13
-rw-r--r--PKGBUILD17
3 files changed, 9 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41915c6acd82..ab0311621c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tuxedo-touchpad-switch
pkgdesc = A Linux userspace driver to enable and disable the touchpads on TongFang/Uniwill laptops
- pkgver = 1.0.3
- pkgrel = 2
+ pkgver = 1.0.4
+ pkgrel = 1
url = https://github.com/tuxedocomputers/tuxedo-touchpad-switch
arch = x86_64
license = GPL3
@@ -11,9 +11,7 @@ pkgbase = tuxedo-touchpad-switch
depends = glib2
provides = tuxedo-touchpad-switch
conflicts = tuxedo-touchpad-switch
- source = git+https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git#commit=88c8e4561087a3c7e8bf60bdd72a1f0005864eb0
- source = 0001-plasma_5-24.patch
+ source = git+https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git#commit=cf8bd26506ca3a215bfa269c534eca985bd2d03d
sha256sums = SKIP
- sha256sums = 5f9f5e02c2913ea16936961c4bd02ad444123d0a6cc441fa8f5cab9b5f905b7b
pkgname = tuxedo-touchpad-switch
diff --git a/0001-plasma_5-24.patch b/0001-plasma_5-24.patch
deleted file mode 100644
index 8c6e7d7f0687..000000000000
--- a/0001-plasma_5-24.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup-kde.cpp b/setup-kde.cpp
-index 903096f..fcbcb82 100644
---- a/setup-kde.cpp
-+++ b/setup-kde.cpp
-@@ -165,7 +165,7 @@ int setup_kde(int lockfile_arg) {
- GDBusProxy *kded5_modules_touchpad = g_dbus_proxy_new_for_bus_sync(G_BUS_TYPE_SESSION,
- G_DBUS_PROXY_FLAGS_NONE, NULL,
- "org.kde.kded5",
-- "/modules/touchpad",
-+ "/modules/kded_touchpad",
- "org.kde.touchpad",
- NULL, NULL);
- if (kded5_modules_touchpad == NULL) {
diff --git a/PKGBUILD b/PKGBUILD
index 2f446370ab14..4aad001f1368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: oi_wtf <brainpower at mailbox dot org>
pkgname=tuxedo-touchpad-switch
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
pkgdesc="A Linux userspace driver to enable and disable the touchpads on TongFang/Uniwill laptops"
url="https://github.com/tuxedocomputers/tuxedo-touchpad-switch"
arch=(x86_64)
@@ -14,23 +14,18 @@ makedepends=("git" "cmake" "ninja")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-_commit="88c8e4561087a3c7e8bf60bdd72a1f0005864eb0"
+_commit="cf8bd26506ca3a215bfa269c534eca985bd2d03d"
#https://github.com/tuxedocomputers/tuxedo-touchpad-switch/archive/v$pkgver/${pkgname}-${pkgver}.tar.gz
source=(
git+https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git#commit=$_commit
- 0001-plasma_5-24.patch
)
sha256sums=(
SKIP
- 5f9f5e02c2913ea16936961c4bd02ad444123d0a6cc441fa8f5cab9b5f905b7b
)
-#sha256sums=('dd4fa6871735fed3e094f177f0a2d0861fd3411ef4e6fbf1fbba5405a01ae219')
-prepare() {
- cd "${pkgname}"
-
- patch -p1 -i "${srcdir}/0001-plasma_5-24.patch"
-}
+#prepare() {
+# cd "${pkgname}"
+#}
build() {
cd "${pkgname}"