summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-22Force-disable debug from optionsSebastian 'gonX' Jensen
This is necessary because of an upstream issue in debugedit This commit should be reverted once fixed
2024-02-210.6.4.0-3: Add 'git' to makedependsSebastian 'gonX' Jensen
2023-12-24Add 'jq' to makedependsSebastian 'gonX' Jensen
2023-12-230.6.4.0-1Sebastian 'gonX' Jensen
This also sets OTD_CONFIGURATIONS when generating rules, as the script will otherwise probe for git root which is guaranteed to break with most AUR helpers. Also remove a superfluous message from the .install script. This is only necessary when udev rule triggers aren't working, which they should've been for a while now.
2023-12-05Fix srcinfo's incorrect pkgrelSebastian 'gonX' Jensen
2023-12-05Revert "Specifically require .NET 6.0 packages"Sebastian 'gonX' Jensen
This reverts commit cf52bf7067de78cb404a2b686827586672dcba8c. I didn't realize the bug only affected .NET 7.0 (`pkgrel` was bumped to compensate for the revert)
2023-12-05Specifically require .NET 6.0 packagesSebastian 'gonX' Jensen
At the time of this commit, you will have conflicts when trying to install these It's tracked upstream at the following issue: https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-7.0/-/issues/1
2023-11-100.6.3.0-3: Add Digimend conflictsSebastian 'gonX' Jensen
2023-09-060.6.3.0-2Sebastian 'gonX' Jensen
Add modules-load.d configs for loading uinput
2023-09-060.6.3.0Sebastian 'gonX' Jensen
2023-09-06Update notes.installSebastian 'gonX' Jensen
- More highlights - Fix incorrect suggested daemon name
2023-09-06Remove dotnet-host as dependencySebastian 'gonX' Jensen
This is required by dotnet-runtime, so it should technically not be necessary to include
2023-08-160.6.2.0Sebastian 'gonX' Jensen
2022-11-14Require dotnet-runtime-6.0 insteadSebastian 'gonX' Jensen
2022-11-09don't use hardcoded configurations dirSebastian 'gonX' Jensen
this was breaking local configuration overrides for users
2022-07-19OpenTabletDriver 0.6.0.4Sebastian 'gonX' Jensen
Notice that this release "requires" dotnet-runtime>=6.0.4 due to dotnet/runtime#64509 The specific dotnet runtime version is technically not required to use basic OpenTabletDriver functionality, but is for interpolator filters.
2022-07-19Remove 'git' makedepend, as it isn't used in this package variationSebastian 'gonX' Jensen
2022-03-03OpenTabletDriver 0.6.0.3Sebastian 'gonX' Jensen
2022-03-03Fix notes.install post_upgrade logicSebastian 'gonX' Jensen
Aside from fixing the <0.6.0 detection logic, we now also ask the user to restart the daemon
2022-01-19Add manpageSebastian 'gonX' Jensen
2022-01-17OpenTabletDriver v0.6.0.2Sebastian 'gonX' Jensen
Also removes the settings migration patch we backported to 0.6.0
2022-01-12Add settings migration patch which is pending for 0.6.0.1Sebastian 'gonX' Jensen
2022-01-11OpenTabletDriver v0.6Sebastian 'gonX' Jensen
2021-11-13Select a specific commit in udev repository in case 'latest' changesSebastian 'gonX' Jensen
2021-11-13Build SRCINFOSebastian 'gonX' Jensen
2021-11-13Allow .NET SDK to be .NET 6.0Sebastian 'gonX' Jensen
2021-11-13Bump pkgrel to 'activate' revertSebastian 'gonX' Jensen
2021-11-13Revert "Enable usage of dotnet6"Sebastian 'gonX' Jensen
This reverts commit dc5d84e1c84b06c183e25e527c4adc2ad59c5a6e. OTD 0.5.3.3 does not work with .NET 6.0. Please use dotnet-runtime-5.0-bin from AUR, or wait for OTD 0.5.3.3 to get .NET 6 backported.
2021-11-13Enable usage of dotnet6Sebastian 'gonX' Jensen
2021-07-14Update maintainersSebastian 'gonX' Jensen
2021-07-11Bump to 0.5.3.3LavaDesu
Miscellaneous changes: - Removed unnecessary `provides` and `conflicts` (thanks @D3SOX on aur) - Add `pkg/` and `src/` to .gitignore
2021-06-10InitLavaDesu