Search Criteria
Package Details: userspace-tablet-driver-gui-git r1.8a0e292-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/userspace-tablet-driver-gui-git.git (read-only, click to copy) |
---|---|
Package Base: | userspace-tablet-driver-gui-git |
Description: | A front-end GUI for Userspace Tablet Driver Daemon for non-Wacom tablets |
Upstream URL: | https://github.com/kurikaesu/userspace-tablet-driver-gui.git |
Licenses: | GPL3 |
Conflicts: | userspace-tablet-driver-gui |
Provides: | userspace-tablet-driver-gui |
Submitter: | jayceecreates |
Maintainer: | None |
Last Packager: | jayceecreates |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-26 17:51 (UTC) |
Last Updated: | 2022-04-26 17:51 (UTC) |
Dependencies (2)
- java-runtime (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jre13-openjdkAUR, jre15-openjdkAUR, jdk21-graalvm-binAUR, jre17-jetbrainsAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jre21-jetbrains-gitAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jre21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, jre17AUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-jetbrains-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
- userspace-tablet-driver-daemon (userspace-tablet-driver-daemon-gitAUR)
Latest Comments
dreieck commented on 2024-04-08 17:43 (UTC)
Can you please move all downloads out from
build()
intoprepare()
or thesource
array, so thatbuild()
can take place in an offline environment?Also, can you use system
gradle
(inmakedepends
) instead of downloading an own one?And can you please make sure that all downloads which are carried out by other means than the
source
array are put into a subdirectory of "${srcdir}" and not clutter the build user's home directory (as it is now with$HOME/.gradle
)?Regards and thanks for maintaining!
dreieck commented on 2023-07-26 15:55 (UTC)
Please remove the trailing
.git
from$url
.dreieck commented on 2023-07-26 15:54 (UTC)
Actually,
pkgver()
generates a package version (r1.2e9992b
) which is smaller than what is mentioned here in the AUR metadata and in the uploadedPKGBUILD
(r1.8a0e292
).This breaks check for updates. And must not happen:
$pkgver
must be strictly monotoneously increasing.If you cannot ensure this, consider adding the date of the latest upstream git respository operation after the
r1.
, and if this also does not help, please increment$epoch
(if not set, setepoch=1
).Regards & thanks for maintaining!