summaryrefslogtreecommitdiffstats
path: root/package/terminology
Commit message (Collapse)AuthorAgeFilesLines
* package/terminology: bump to version 1.3.2Romain Naour2019-01-032-3/+3
| | | | | | | | | | | | | | | | | | | See: https://sourceforge.net/p/enlightenment/mailman/message/36497308/ This version contain a fix [1] for newer meson (0.49.0) [2]: [1] https://git.enlightenment.org/apps/terminology.git/commit/?id=80e36857a28bb2a0b0fdd58b0cd86b110a180efc [2] https://github.com/mesonbuild/meson/issues/3600 This affect terminology build system since data/themes/meson.build use "in" which is now a reserved keyword. Fixes: http://autobuild.buildroot.net/results/6e4/6e445e8f0c973fad58937824452aac9b593b3e8d/build-end.log Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/terminology: convert to the meson-package infrastructureThomas Petazzoni2018-12-301-23/+5
| | | | | | | | | | | This conversion reduces the complexity of the .mk file, but also allows to prepare terminology for per-package meson cross-compilation.conf, where the cross-compilation.conf file will not be located in $(HOST_DIR)/etc/meson/cross-compilation.conf. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/terminology: bump version to 1.2.1Romain Naour2018-05-192-6/+31
| | | | | | | | | | | | | Switch to meson build system introduced with 1.2.0 release. Handle NLS option with BR2_SYSTEM_ENABLE_NLS. Add license file hash. See release note: (1.2.0) https://sourceforge.net/p/enlightenment/mailman/message/36294478/ (1.2.1) https://sourceforge.net/p/enlightenment/mailman/message/36317484/ Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/terminology: bump to v1.1.1Romain Naour2017-09-092-3/+3
| | | | | | | https://sourceforge.net/p/enlightenment/mailman/message/36026490 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/terminology: bump to 1.1.0Romain Naour2017-08-302-3/+3
| | | | | | | See: https://sourceforge.net/p/enlightenment/mailman/message/36004555/ Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/binArnout Vandecappelle2017-07-051-1/+1
| | | | | | | | | | | Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/bin' | xargs sed -i 's%$(HOST_DIR)/usr/bin%$(HOST_DIR)/bin%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for BSD-2cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-2c is BSD-2-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-2c/BSD-2-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/terminology: bump to version 1.0.0Romain Naour2017-01-242-3/+3
| | | | | | | | Announce: https://sourceforge.net/p/enlightenment/mailman/message/35600707/ Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/terminology: remove elementary dependencyRomain Naour2016-09-062-2/+1
| | | | | | | | elementary is now provided by efl package, so remove elementary package dependency. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/terminology: new packageRomain Naour2016-07-243-0/+27
Signed-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: - rewrap Config.in help text - fix license, it's BSD-2c, not just "BSD" - add dependency on host-pkgconf] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud