summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
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
2020-01-06Directly launch the dll instead of an executableMoeLava
2020-01-03Fix incorrect udev rulesMoeLava
2020-01-02Initial CommitMoeLava