This is the package content and build script for the Zupa Repo Cydia repository found at http://repo.kristapsausters.lv
Packages are for installing on jailbroken iOS devices via Cydia.
Adds custom symbols to keyboards.
Removes extended-Latin characters from the English keyboard and non-Latvian characters from the Latvian keyboard.
This ensures that there are no non-Latvian accents under keys in Latvian keyboard even when it's used in combination with the English keyboard. It works by letting English QWERTY keyboard hold only ASCII characters and Latvian keyboard only ASCII and Latvian accent characters.
Removes non-accented characters from Latvian keyboard's key accent menus.
This ensures that accents are instantly under the finger, making accent activation much faster.
To build packages, run make
from root folder. If successful, the packages will be placed into the upload/deb folder. The upload folder will also contain copies of the repository information from /repo, for easier uploading.
To remove compiled packages and copied repository information run make clean
.
The build script is made for OS X and requires dpkg and gzip.