summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-09-03Add git to makedependsThomas Hebb
Thanks, @bakerty.
2022-07-30Bump pkgverThomas Hebb
2022-07-30Depend on generic wxwidgets package instead of wxgtk2Thomas Hebb
Some of the programs show warnings on start with wxwidgets-gtk3, but they're perfectly usable once you skip past them. And I'd prefer not to keep a hard dependency on wxwidgets-gtk2 (which used to be called wxgtk2), since it's now an AUR package.
2022-05-09Switch to upstream udev rulesThomas Hebb
2022-05-08Bump pkgrelThomas Hebb
2022-05-08Patch Makefiles to respect makepkg's CFLAGS/LDFLAGSThomas Hebb
2022-05-08Remove some more unwanted multilib code in undebian.patchThomas Hebb
This gets rid of some "uninstalled dependency" errors in namcap that resulted from an extra (harmless) slash in RPATH.
2022-05-08Remove unneeded dependenciesThomas Hebb
I think I originally added java-runtime because I thought there was Java code in this repo, given that there are JNI libraries. But there's actually not. We just need the JNI headers at build time, not a JRE at runtime. I have no idea why I originally added webkit2gtk, but namcap says we don't need it anymore and I see no reference to it anywhere in the source.
2022-05-08Update PKGBUILD with new CreateDebFile changesThomas Hebb
The upstream version also now installs udev rules, but I'm leaving that change to a separate commit, since we'll need to replace our existing rules file.
2022-05-08Update hash for undebian.patch, whoopsThomas Hebb
2022-05-08Fix build errors with latest upstreamThomas Hebb
2021-01-18Remove Linux build fixes now upstreamedThomas Hebb
2021-01-18Update package version and .SRCINFOThomas Hebb
2021-01-18Fix a number of new build issues in the latest GitThomas Hebb
2021-01-17Auto-rebase undebian.patch on top of latest GitThomas Hebb
2021-01-17Update wxgtk2 dependency nameThomas Hebb
2021-01-17Use new Makefile name, drop 32-bit supportThomas Hebb
2021-01-17Remove never-set BITNESS variableThomas Hebb
2018-01-17Fix sed patching bugThomas Hebb
2018-01-17Update for current Git versionThomas Hebb
2016-11-11Update versionThomas Hebb
2016-11-11Conflict with usbdm packageThomas Hebb
2016-11-11Add notification about USB suspend problemsThomas Hebb
2016-11-11Add missing dependenciesThomas Hebb
2016-11-11Add udev rulesThomas Hebb
2016-11-06Initial commitThomas Hebb