Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | prepare(): ensure clean Makefile.personal | Vadim Yanitskiy | |
.. so that we no longer end up with duplicate variables when running makepkg more than one time (e.g. when an error happens). | |||
2024-09-17 | Bump $pkgrel | Vadim Yanitskiy | |
2024-09-17 | prepare(): do not let it strip binaries | Vadim Yanitskiy | |
We need symbols in order to create a debug package. The project's build system currently strips the symbols on its own while executing the 'install' target, preventing makepkg to create a debug package. Trick the build system to use 'touch -c', which does nothing, so that makepkg can extract symbols properly and strip them (if needed). | |||
2024-09-17 | prepare(): fix TTCN3_DIR pointing to /usr/ttcn3 | Vadim Yanitskiy | |
2024-09-10 | Bump $pkgver: 10.1.1 -> 10.1.2 | Vadim Yanitskiy | |
2024-06-11 | Bump $pkgver: 10.1.0 -> 10.1.1 | Vadim Yanitskiy | |
2024-06-01 | Backport a fix for upstream issue #726, bump $pkgrel | Vadim Yanitskiy | |
2024-05-08 | Bump $pkgver: 10.0.0 -> 10.1.0 | Vadim Yanitskiy | |
2024-05-08 | fix $license: use SPDX license identifier 'EPL-2.0' | Vadim Yanitskiy | |
This license is provided by 'licenses' package, so we don't install it. | |||
2024-05-08 | Bump $pkgrel: fix xsdconvert compilation errors | Vadim Yanitskiy | |
https://gitlab.eclipse.org/eclipse/titan/titan.core/-/merge_requests/431 | |||
2023-11-19 | Bump $pkgver 9.0.0 -> 10.0.0, follow up on java updates | Vadim Yanitskiy | |
2023-08-30 | New package: titan-git -> eclipse-titan v9.0.0 | Vadim Yanitskiy | |
2023-08-30 | Update '$pkgver' and '$pkgrel', add a Contributor | Vadim Yanitskiy | |
2023-08-30 | $depends=jdk8-openjdk -> $makedepends=java-environment=20 | Vadim Yanitskiy | |
OpenJDK is not a run-time, but a compile-time dependency. Take a chance to upgrade from version 8 to version 20. | |||
2023-08-30 | Fix reference to $pkgdir in the demo Makefile | Vadim Yanitskiy | |
2023-08-30 | Add missing deps: 'libxml2' and 'perl' | Vadim Yanitskiy | |
2023-08-30 | Fix build: make dep, disable lto/buildflags/makeflags | Vadim Yanitskiy | |
Currently we cannot build even old versions due to broken dependencies in the TITAN's hand-written Makefiles. Making the 'dep' target first helps to overcome the majority of them, but it still does not compile due to various compilation errors. Disabling 'lto' was recommended by the project maintainers [1]. I also had to disable '{build,make}flags' to overcome the compilation errors and make-loops (endlessly making the same subdir). [1] https://gitlab.eclipse.org/eclipse/titan/titan.core/-/issues/595 | |||
2023-08-30 | Fix incorrect license reference: eclipse -> custom | Vadim Yanitskiy | |
TITAN is licensed under Eclipse Public License v2.0, which is not present in /usr/share/licenses/common/. Follow the rules explained in https://wiki.archlinux.org/title/PKGBUILD#license and install it. | |||
2023-08-30 | Fix ETCDIR path: '$pkgdir/etc' -> '$pkgdir/usr/ttcn3/etc' | Vadim Yanitskiy | |
TITAN expects the etc directory to be in $TTCN3_DIR, regardless of the path given in ETCDIR. This is hard-coded and cannot be changed. | |||
2022-04-12 | Fix pkgver to get latest version and update SRCINFO | Pau Espin Pedrol | |
2022-03-28 | Add missing dependencies | Pau Espin Pedrol | |
2022-03-28 | Add git to makedepends | Pau Espin Pedrol | |
2022-03-28 | Generate pkgver as specified in the wiki | Pau Espin Pedrol | |
As per https://wiki.archlinux.org/title/VCS_package_guidelines#Git | |||
2022-03-25 | Depend on jdk8-openjdk since jdk7-openjdk no longer available | Pau Espin Pedrol | |
Package jdk7-openjdk seems was removed from AUR. I tesed building using jdk8-openjdk instead and the package was generated and runs just fine. | |||
2021-11-24 | Update git repo url | Christoph Gysin | |
2015-08-26 | add missing expect dependency | Christoph Gysin | |
2015-06-30 | add profile setup | Christoph Gysin | |
2015-06-30 | fix pkgver | Christoph Gysin | |
2015-06-30 | initial commit | Christoph Gysin | |