aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-terms/tilix: enable dmd-2_109 and ldc2-1_39Andrei Horodniceanu2024-08-301-5/+4
| | | | | | Additionally move the inherit to the beginning of the ebuild. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: enable gdc-14Andrei Horodniceanu2024-06-021-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: let meson handle LDFLAGS for dmd and ldc2Andrei Horodniceanu2024-06-011-1/+15
| | | | | | | | | | | | | | | Meson is too eager to transform the already transformed by the eclass LDFLAGS from gcc-style (-Wl, prefixed) to dmd-style (-L prefixed). This leads to flags receiving a double prefix. Specifically -Wl,-z,pack-relative-relocs is transformed by the eclass into -L-z -Lpack-relative-relocs which meson then transforms into -L-z -L=-Lpack-relative-relocs making it ignore the flag and swallow the next one. If meson is given the raw LDFLAGS it will transform them properly. Additionally, don't specify DCFLAGS in the linker arguments, meson will add them by default anyway. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: backport upstream fixesAndrei Horodniceanu2024-06-013-0/+172
| | | | | | | | | | | - Support building with dmd and gdc - remove libunwind dependency gdc-13 support requires a more recent compiler lest it ICEs during the build. Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113125 Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: change password support optfeature depsAndrei Horodniceanu2024-06-011-1/+1
| | | | | | | | | app-crypt/libsecret already depends on virtual/secret-service so a provider will be installed when libsecret is. This makes it redundant to specify gnome-keyring in the optfeature much more that other providers exist and they work fine. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: enable ldc2-1_38Andrei Horodniceanu2024-06-011-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: enable ldc2-1_37Andrei Horodniceanu2024-06-011-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: reorder variables to please pkgcheckAndrei Horodniceanu2024-06-011-2/+3
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: port to dlang-single.eclassAndrei Horodniceanu2024-04-141-0/+57
| | | | | Closes: https://github.com/gentoo/dlang/pull/130 Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: add 2.106 to DLANG_VERSION_RANGEAndrei Horodniceanu2024-03-131-1/+1
| | | | Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
* x11-terms/tilix: drop 1.9.3-r2Horodniceanu Andrei2024-01-132-48/+0
| | | | Signed-off-by: Horodniceanu Andrei <a.horodniceanu@proton.me>
* x11-terms/tilix: stabilize 1.9.6 for amd64, x86Horodniceanu Andrei2024-01-131-2/+2
| | | | Signed-off-by: Horodniceanu Andrei <a.horodniceanu@proton.me>
* x11-terms/tilix: add 1.9.6Horodniceanu Andrei2023-12-172-0/+71
| | | | Signed-off-by: Horodniceanu Andrei <a.horodniceanu@proton.me>
* Fixes gentoo/dlang#96Alexandre Fournier2022-05-101-1/+1
| | | | | | x11-terms/tilix: use autoconf:1.16 Signed-off-by: Alexandre Fournier <pro@alexandrefournier.com>
* Updated tilix ebuild to EAPI=7. Does not compile with GCC due to ↵Marco Leise2020-08-151-3/+3
| | | | | | shared/constness issues in object.d Signed-off-by: Marco Leise <marco.leise@gmx.de>
* dmd-2.089.0 & dub-1.18.0Marco Leise2019-11-171-1/+1
| | | | Signed-off-by: Marco Leise <marco.leise@gmx.de>
* updated copyright lineMarco Leise2019-09-011-1/+1
|
* stabilization sweepMarco Leise2019-06-293-49/+1
|
* additional modifications for the /opt -> /usr/lib moveMarco Leise2019-06-292-0/+0
|
* stabilization sweepMarco Leise2019-05-263-49/+1
|
* tilix-1.9.3Marco Leise2019-05-212-0/+48
|
* stabilization sweepMarco Leise2019-05-213-44/+1
|
* tilix-1.9.0Marco Leise2019-04-212-0/+48
|
* stabilization sweepMarco Leise2019-02-173-96/+0
|
* tilix-1.8.9Marco Leise2019-01-074-2/+104
|
* tilix-1.7.1 does not compile with dmd-2.080 and laterMarco Leise2018-10-061-1/+1
|
* tilix-1.8.5Marco Leise2018-10-063-0/+43
|
* stabilization sweep and Manifest update to latest checksumsMarco Leise2018-03-311-1/+1
|
* removed the use of l10n.eclass from the tilix.ebuildMarco Leise2018-01-072-11/+4
|
* stabilization sweepMarco Leise2017-11-213-47/+1
|
* tilix-1.7.1Marco Leise2017-10-162-0/+46
|
* stabilization sweepMarco Leise2017-09-303-47/+1
|
* stabilization sweepMarco Leise2017-08-121-1/+1
|
* tilix-1.5.6 version bumpMarco Leise2017-07-182-2/+2
|
* x11-terms/tilix: depend on app-text/po4a (#61)Ian Moone2017-07-012-2/+6
|
* Tilix 1.6.1Marco Leise2017-06-062-0/+44
|
* Fixed automake dependency in Tilix, which prevented an automake update.Marco Leise2017-05-101-1/+1
|
* Fix library order for static builds of Tilix.Marco Leise2017-05-051-1/+1
|
* Tilix: Added '+crypt' IUSE to pull in a GNUTLS enabled vte version.Marco Leise2017-04-291-1/+3
|
* Fixed new repoman-2.3.2 warning "Stale CVS header on line: 3" in almost all ↵Marco Leise2017-04-271-1/+0
| | | | ebuilds.
* Added a first ebuild for the Tilix virtual terminal.Marco Leise2017-04-143-0/+50