Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-22 | Bump dotnet to fix compilation | jamesbt365 | |
2024-03-22 | Force-disable debug from options | Sebastian 'gonX' Jensen | |
This is necessary because of an upstream issue in debugedit This commit should be reverted once fixed | |||
2023-12-05 | Require full .NET 7.0 install | Sebastian 'gonX' Jensen | |
At the time of this commit, you will have conflicts when trying to install these It's tracked upstream at the following commit: https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-7.0/-/issues/1 | |||
2023-11-10 | Add jq to makedepends | Sebastian 'gonX' Jensen | |
2023-11-10 | Add Digimend driver conflicts | Sebastian 'gonX' Jensen | |
2023-08-16 | Update to the new repo packaging scripts | Sebastian 'gonX' Jensen | |
2022-12-26 | Update SRCINFO and versions | Sebastian 'gonX' Jensen | |
2022-12-26 | Transition away from .dll support | Sebastian 'gonX' Jensen | |
2022-12-26 | Dotnet 7.0 | Sebastian 'gonX' Jensen | |
2022-12-26 | Force-disable stripping | Sebastian 'gonX' Jensen | |
This causes issues with the current dotnet toolchain after the recent changes to the build script which forcefully embed debug symbols with no way to disable it. This commit will likely be reverted once stripping support is back in | |||
2022-11-18 | Actually fix 0.7.0.0pre versioning | Sebastian 'gonX' Jensen | |
OpenTabletDriver itself would still report 0.6.0.4, but luckily with the right commit | |||
2022-11-14 | Fix 0.7.0.0pre versioning | Sebastian 'gonX' Jensen | |
I misinterpreted git-describe documentation, which would have resulted in the revision count never changing. It was counting number of commits between the DI rewrite and 0.6.0.4, rather than number of commits since the DI rewrite. | |||
2022-11-14 | 0.7.0.0pre compatibility | Sebastian 'gonX' Jensen | |
(0.7.0.0pre is an unofficial tag) | |||
2022-11-14 | Require dotnet-runtime-6.0 instead | Sebastian 'gonX' Jensen | |
2022-07-19 | Update .install to match non-git package | Sebastian 'gonX' Jensen | |
2022-07-19 | Drop dotnet-runtime-bin requirement | Sebastian 'gonX' Jensen | |
(which in hindsight was probably not the best solution) | |||
2022-05-11 | Require dotnet-runtime-bin 6.0.4 | Sebastian 'gonX' Jensen | |
OpenTabletDriver 0.6.0.4 reverted a timer change that was present due to a dotnet bug. This bug is fixed in dotnet-runtime 6.0.4, but as Arch has been stuck on an earlier version for a while I've chosen to require the AUR package instead. | |||
2022-01-11 | Refresh for OpenTabletDriver v0.6 | Sebastian 'gonX' Jensen | |
2021-12-14 | Drop usage of -c in otd script | Sebastian 'gonX' Jensen | |
OpenTabletDriver master has an issue with the -c flag, and since its mostly unused (configuration dir is 'Configurations') I've chosen to remove it for now | |||
2021-11-25 | Fix notes.install checksum | Sebastian 'gonX' Jensen | |
2021-11-25 | Remove prepare() from PKGBUILD as we no longer patch | Sebastian 'gonX' Jensen | |
2021-11-25 | Remove dotnet 6 patch as it has been upstreamed | Sebastian 'gonX' Jensen | |
2021-11-14 | Depend on dotnet6 since dotnet5 straight up doesn't work with the patch | Sebastian 'gonX' Jensen | |
2021-11-13 | Use X9VoiD's dotnet6.0 patch | Sebastian 'gonX' Jensen | |
2021-11-13 | Fix *.pdb file check | Sebastian 'gonX' Jensen | |
2021-11-13 | Don't strip symbols if strip isn't set in OPTIONS | Sebastian 'gonX' Jensen | |
2021-11-13 | (minor) Clean up newline escapes | Sebastian 'gonX' Jensen | |
2021-11-13 | Enable usage of dotnet6 | Sebastian 'gonX' Jensen | |
2021-11-13 | Don't use generate-rules.sh yet | Sebastian 'gonX' Jensen | |
The upstream script uses 'dotnet run' to generate the udev files - this does not work for dotnet5 projects on dotnet6 hosts. Ostensibly, building it with dotnet5 targeted and then running it with your local dotnet 6.0 install does work, however | |||
2021-11-13 | Use upstream build scripts | Sebastian 'gonX' Jensen | |
2021-10-12 | Don't build or package debug symbols | Sebastian 'gonX' Jensen | |
makepkg complains about references to $srcdir, this eliminates that. I'm open for reverting this commit if there's a good reason to | |||
2021-10-12 | Adapt to new configuration paths | Sebastian 'gonX' Jensen | |
Upstream changes how device configuration is packaged, and is now inlined rather than existing as dedicated files. | |||
2021-07-14 | Update maintainers | Sebastian 'gonX' Jensen | |
2021-06-10 | Fix build error | LavaDesu | |
2021-06-10 | Remove prepare function | LavaDesu | |
Upstream has updated eto to 2.5.11, and the udev builder is now included in the repo. | |||
2021-05-16 | Bump eto while we wait for upstream | LavaDesu | |
2021-05-15 | Revert "Temporary stopgap to workaround GUI crashes." | LavaDesu | |
This reverts commit bf5c1afea152bbce80611b8b7f27d9b3fd934e87. | |||
2021-04-09 | Temporary stopgap to workaround GUI crashes. | LavaDesu | |
The PKGBUILD will now build Eto (the GUI library) locally with a version bump for its GTK bindings (GtkSharp) that broke on systems with glib2>=2.68. This commit will be reverted when Eto releases a new version with the issue fixed. | |||
2021-03-11 | Update upstream URL | LavaDesu | |
2021-02-28 | Update upstream git repository URL | LavaDesu | |
2021-01-29 | Update license and upstream udev builder URL | LavaDesu | |
2021-01-29 | Use default.target instead of multi-user.target | LavaDesu | |
2021-01-28 | Improve systemd service | LavaDesu | |
2020-12-23 | Packaging overhaul | MoeLava | |
- systemd service now has a grace period when restarting too many times - Daemon can be started without systemd by running "otd" - Add instructions and common error fixes to the install file | |||
2020-10-14 | Fix OpenTabletDriver-udev build | MoeLava | |
Upstream now uses dotnet 5 for building | |||
2020-09-30 | Fix OpenTabletDriver-udev build | MoeLava | |
Upstream OpenTabletDriver-udev now uses a submodule to reference the main OpenTabletDriver repo, so we add a prepare function and symlink the main repo instead, to avoid cloning twice | |||
2020-09-17 | Fix build | MoeLava | |
2020-09-12 | Fix build after upstream refactor | MoeLava | |
2020-09-12 | Build and run with dotnet50 | MoeLava | |
2020-09-03 | Fix build process | MoeLava | |