summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-06-15PKGBUILD: Update to v1.7.1Shohei Maruyama
This commit updates the sources to v1.7.1. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-06-15PKGBUILD: Update to v1.7.0Shohei Maruyama
This commit updates the sources to v1.7.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2024-06-15PKGBUILD: Fix build failure with python 3.12Shohei Maruyama
This temporarily fixes the problem as follows, which causes pkg_resources has been moved to setuptools. $ python -m ttfautohint --help Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/ttfautohint/_version.py", line 2, in <module> from pkg_resources import get_distribution, DistributionNotFound ModuleNotFoundError: No module named 'pkg_resources' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<frozen runpy>", line 189, in _run_module_as_main File "<frozen runpy>", line 148, in _get_module_details File "<frozen runpy>", line 112, in _get_module_details File "/usr/lib/python3.12/site-packages/ttfautohint/__init__.py", line 12, in <module> from ttfautohint._version import __version__ File "/usr/lib/python3.12/site-packages/ttfautohint/_version.py", line 4, in <module> except (ImportError, DistributionNotFound): ^^^^^^^^^^^^^^^^^^^^ NameError: name 'DistributionNotFound' is not defined Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-07-23PKGBUILD: Fix missing build dependencyShohei Maruyama
python-ttfautohint-py is required at around L3377 on `plemoljp_generator.sh`, so it should be set to the build dependencies to build correctly. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-05-05PKGBUILD: Update to 1.6.0Shohei Maruyama
This commit updates the source version to 1.6.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-05-05PKGBUILD: Check the checksum of sourceShohei Maruyama
This commit changes the source from git to tarball to check its checksum. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-03-18PKGBUILD: Update to 1.5.0Shohei Maruyama
This commit updates the source version to 1.5.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-01-06PKGBUILD: Update to 1.4.0Shohei Maruyama
This commit updates the source version to 1.4.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-11-05PKGBUILD: Update to 1.3.0Shohei Maruyama
This commit updates the sourcce version to 1.3.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-09-25PKGBUILD: Update to 1.2.7Shohei Maruyama
This commit updates the source version to 1.2.7. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-09-25PKGBUILD: Update to 1.2.6Shohei Maruyama
This commit updates the source version to 1.2.6. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-06-08PKGBUILD: Update to 1.2.5Shohei Maruyama
This commit updates the source version to 1.2.5. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-04-16PKGBUILD: Update to 1.2.4Shohei Maruyama
This commit updates the source version to 1.2.4. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-02-22PKGBUILD: Update to 1.2.3Shohei Maruyama
This commit updates the source version to 1.2.3. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-12-18Update to 1.2.2Shohei Maruyama
This commit updates the source version to 1.2.2. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-11-14Update to 1.2.1Shohei Maruyama
This commit updates the source version to 1.2.1. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-11-05Update to 1.2.0Shohei Maruyama
This commit updates the source version to 1.2.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-10-27Update to 1.1.0Shohei Maruyama
This commit updates the source version to 1.1.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-10-24ttf-plemoljp: Fix wrong tag nameShohei Maruyama
This commit fies wrong tag name. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-10-23Initial commitShohei Maruyama
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>