Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.29 KB

readme.md

File metadata and controls

33 lines (17 loc) · 1.29 KB

Zupa Repo

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.

Packages

Key Addons (iOS 6 – iOS 8)

Adds custom symbols to keyboards.

LV Key Cleaner (iOS 4 – iOS 13)

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.

LV Key Speeder (iOS 4 – iOS 13)

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.

Building

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.

Dependencies

The build script is made for OS X and requires dpkg and gzip.