Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | Bump $pkgver | Vadim Yanitskiy | |
2024-05-31 | update $pkgver, fix $license, migrate to sha256 | Vadim Yanitskiy | |
2023-11-19 | Bump $pkgver, follow up on java updates | 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 | 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. | |||
2022-04-12 | Fix pkgver to get latest version and update SRCINFO | Pau Espin Pedrol | |
2022-03-28 | Fix .SRCINFO not updated in last commit | Pau Espin Pedrol | |
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 | |