summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-07-17Remove Empty Liness7hoang
2020-07-17Reference The Shell Script Instead Of Manually Install The Bundle Dependenciess7hoang
2020-07-17Readd The Build Steps7hoang
It turns out that the module has to be at least initialized and updated in order for the server to work.
2020-07-17Do The Commands As The Right Users7hoang
2020-07-17Add Clarifying Messages7hoang
To avoid any confusion about having already installed webob and decorator python dependencies. These dependencies are installed locally to the anki-sync-server user and not for the regular user.
2020-07-17Update Post-Install To Include All The Optional Dependenciess7hoang
2020-07-17Move Bundled-Anki Python Dependencies To Pacman Optional Lists7hoang
Since pacman is the intended way to install python packages, I thought I should probably just move all of the stuff found in requirements.txt to the optional dependencies list. Originally this list contained all the stuff I found I needed to get it working by doing it manually on fresh installations of arch. I'm guessing that these extra things that weren't listed in the requirements.txt were probably covered via the packages I didn't have in my original optionals list. We'll see...
2020-07-17Flip Install Liness7hoang
According to https://unix.stackexchange.com/questions/76389/recommended-way-of-installing-python-packages-on-arch the recommended way of installing python packages on Arch is using pacman, so I've flipped the two lines to recommend pacman first.
2020-07-17Remove Optional Anki-Bundled Build Stuff And Move To Post-Installs7hoang
Originally I left it as a hodgepodge of an install since I wasn't *really* sure what I was going for (leave it in or not). I've since decided to leave it out and let the user decide to install that stuff.
2020-07-17Remove Installing Packages From Anki-Bundleds7hoang
This was a line that shouldn't have been in here in the first place. When I first updated this package, I wasn't sure whether or not I was going to auto-install the bundled anki or not. I ended up not going with it, but obviously left this line in erroneously.
2020-07-17Change Info To Point To The Official Anki Community Owned Repos7hoang
There is apparently a new profile on github which seems to be the official anki profile. The project seems to be compatible with the current url so it's no problem to change it. Description is updated as well.
2020-05-29Update Post Install Instructions For Running Bundled Anki Clients7hoang
There's a non obvious detail that I neglected to mention (since I never use this myself) about getting the bundled client to work.
2020-05-29Add Missing Optional Dependencies For Bundled Anki Clients7hoang
I tried running the bundled anki client on my arch setup again (I normally use a windows and android client) and found that it wasn't working unless I installed these dependencies.
2020-05-25Fix Git Being In Wrong Dependency Lists7hoang
Git is only needed for building.
2020-03-02Add .SRCINFOs7hoang
I don't know what this is for, I got a warning about not having it though :(
2020-03-02Add Git To Dependenciess7hoang
2019-10-25clarify webob and decorator dependency issues7hoang
2019-04-19Remove Unused Files7hoang
2019-04-19Change pkgname To Use '-git's7hoang
The pkgbase is not supposed to be set directly, but it derives the name based off of pkgname.
2019-04-19update .SRCINFOs7hoang
2019-04-19Add Files For New Implementations7hoang
2019-04-18Test CommitVirtual Ubuntu
2016-06-29Add missing srcinfoJanne Heß
2016-06-29Rrefactor everythingJanne Heß
2016-03-13Initial commit of the anki sync serverJanne Heß