summarylogtreecommitdiffstats
path: root/.SRCINFO
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
2023-12-05Require full .NET 7.0 installSebastian '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-10Add jq to makedependsSebastian 'gonX' Jensen
2023-11-10Add Digimend driver conflictsSebastian 'gonX' Jensen
2023-08-16Update to the new repo packaging scriptsSebastian 'gonX' Jensen
2022-12-26Update SRCINFO and versionsSebastian 'gonX' Jensen
2022-11-18Actually fix 0.7.0.0pre versioningSebastian 'gonX' Jensen
OpenTabletDriver itself would still report 0.6.0.4, but luckily with the right commit
2022-11-14Fix 0.7.0.0pre versioningSebastian '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-140.7.0.0pre compatibilitySebastian 'gonX' Jensen
(0.7.0.0pre is an unofficial tag)
2022-07-19Update .install to match non-git packageSebastian 'gonX' Jensen
2022-07-19Drop dotnet-runtime-bin requirementSebastian 'gonX' Jensen
(which in hindsight was probably not the best solution)
2022-05-11Require dotnet-runtime-bin 6.0.4Sebastian '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-11Refresh for OpenTabletDriver v0.6Sebastian 'gonX' Jensen
2021-12-14Drop usage of -c in otd scriptSebastian '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-25Remove dotnet 6 patch as it has been upstreamedSebastian 'gonX' Jensen
2021-11-14Depend on dotnet6 since dotnet5 straight up doesn't work with the patchSebastian 'gonX' Jensen
2021-11-13Use X9VoiD's dotnet6.0 patchSebastian 'gonX' Jensen
2021-11-13Fix *.pdb file checkSebastian 'gonX' Jensen
2021-11-13Don't strip symbols if strip isn't set in OPTIONSSebastian 'gonX' Jensen
2021-11-13Enable usage of dotnet6Sebastian 'gonX' Jensen
2021-10-12Don't build or package debug symbolsSebastian '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-12Adapt to new configuration pathsSebastian 'gonX' Jensen
Upstream changes how device configuration is packaged, and is now inlined rather than existing as dedicated files.
2021-06-10Fix build errorLavaDesu
2021-06-10Remove prepare functionLavaDesu
Upstream has updated eto to 2.5.11, and the udev builder is now included in the repo.
2021-05-16Bump eto while we wait for upstreamLavaDesu
2021-05-15Revert "Temporary stopgap to workaround GUI crashes."LavaDesu
This reverts commit bf5c1afea152bbce80611b8b7f27d9b3fd934e87.
2021-04-09Temporary 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-11Update upstream URLLavaDesu
2021-02-28Update upstream git repository URLLavaDesu
2021-01-29Update license and upstream udev builder URLLavaDesu
2021-01-29Use default.target instead of multi-user.targetLavaDesu
2021-01-28Improve systemd serviceLavaDesu
2020-12-23Packaging overhaulMoeLava
- 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-14Fix OpenTabletDriver-udev buildMoeLava
Upstream now uses dotnet 5 for building
2020-09-30Fix OpenTabletDriver-udev buildMoeLava
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-17Fix buildMoeLava
2020-09-12Fix build after upstream refactorMoeLava
2020-09-12Build and run with dotnet50MoeLava
2020-09-03Fix build processMoeLava
2020-07-27Add versioning to build argumentsMoeLava
2020-07-12Update .SRCINFO and pkgverInfinityGhost
2020-07-09Add libappindicator-gtk3 dependencyMoeLava
2020-06-22Add install script to reload systemd daemonsMoeLava
Built-in pacman hook isn't run because this uses a user service
2020-06-15Bump version and fix buildMoeLava
2020-05-06Copy icons to /usr/share/pixmaps instead for theming supportMoeLava
2020-04-09Update dependenciesMoeLava
Adds libevdev and removes libxtst from required dependencies
2020-04-02Bump pkgrelMoeLava
2020-04-02Fix an incorrect sha256sumMoeLava
2020-04-02Update .SRCINFOMoeLava
2020-01-16Fix missing app iconMoeLava