summaryrefslogtreecommitdiffstats
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* trinity-meta-2.eclass: add "translations" to TSM_EXTRACT_LISTAlexander Golubev2024-02-021-1/+1
| | | | | | | | | Almost every package requires access to translation directory (mostly to get translation of its *.desktop files) there is no use in extracting it on a per-package basis. Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/195 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix doxygen dependency in ebuildsormorph2024-01-141-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Replacing the version in the TRINITY_LIVEVER variableormorph2023-12-271-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* trinity-base-2.eclass: fix an old typoAlexander Golubev2023-12-261-1/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Replacing spaces with tabs in eclassormorph2023-11-091-36/+36
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Changed packages download addressormorph2023-04-231-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Fixed obsolete macro definitions, added documentation for classes, functions ↵ormorph2022-09-143-26/+76
| | | | | | and variables Signed-off-by: ormorph <roma251078@mail.ru>
* Removing obsolete conditions from eclassormorph2022-07-311-3/+2
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Handbook dependency fixormorph2022-07-151-1/+2
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Added support handbook assemblyormorph2022-07-111-0/+17
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Changed from cmake-utils to cmake and added support for eapi8 to eclassormorph2022-04-253-13/+16
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Commented out the variable TRINITY_NO_TRANSLATIONS=yesormorph2021-11-151-3/+3
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Added solution for circular dependencies and bugs in eclassormorph2021-11-151-4/+7
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Fixing admin dependency in trinity-meta-2.eclass for stable branchormorph2021-11-141-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Added -DWITH_ALL_OPTIONS=OFF and -DBUILD_ALL=OFF options to ↵ormorph2021-11-061-0/+8
| | | | | | eclass/trinity-base-2.eclass Signed-off-by: ormorph <roma251078@mail.ru>
* Improved dependencies with trinity-cmake package.ormorph2021-06-121-4/+6
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* The trinity-cmake package has been added as a dependency.ormorph2021-06-071-0/+4
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Shortcomings fixes in trinity-meta-2_src_delete functionormorph2021-05-171-2/+6
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Fixed dependencies in eclassormorph2021-02-181-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* trinity-functions-2.eclass: TRINITY_NEED_ARTS moved to trinity-base-2Andreas Sturmlechner2020-11-291-6/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* trinity-base-2.eclass: Move TRINITY_NEED_ARTS+setup from trinity-functions-2Andreas Sturmlechner2020-11-291-0/+31
| | | | | | Assign IUSE, DEPEND and RDEPEND here instead of in need-arts() function Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* trinity-functions-2.eclass: set-trinityver/need-trinity: No-op if called ↵Andreas Sturmlechner2020-11-291-0/+2
| | | | | | from live Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* trinity-base-2.eclass: Begin to make set-trinityver/need-trinity obsoleteAndreas Sturmlechner2020-11-291-1/+42
| | | | | | | | | | | | | | | | This remains conditional on BUILD_TYPE=live for now as this is where we can experiment with things. Set only relevant bits we need from these functions directly in here: - TRINITY_VER - TDEDIR - TDEDIRS - Dependency on trinity-base/tdelibs In a follow-up commit, set-trinityver() and need-trinity() will become no-ops for BUILD_TYPE=live. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* trinity-meta-2.eclass: Move SLOT/TDEDIR/TRINITY_VER setup to trinity-base-2Andreas Sturmlechner2020-11-292-9/+9
| | | | | | | | | | | | | | | | | | | | | By making it conditional on CATEGORY=trinity-base there is effectively no change for now with existing trinity-meta-2.eclass consumers. This is a better fit, since all the things set up here are actually being used inside trinity-base-2.eclass. This is important for the next step, when the functions used are being phased out in favor of meta vars. In trinity-base category, this affects the following trinity-base-2.eclass consumers: - trinity-base/arts - trinity-base/tde-i18n - trinity-base/tdelibs Of those, only trinity-base/tdelibs needs handling to not create a circular dependency on its own. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* trinity-functions-2.eclass: need-trinity/need-arts: Do not use ETRINITY_VERAndreas Sturmlechner2020-11-291-10/+4
| | | | | | | | | This depends on an undocumented variable set inside a function set-trinityver() that may or may not be run before. In reality, that string only ever contained ${PV} anyway. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* Added support for assemblies using the admin moduleormorph2020-11-293-5/+109
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Add `trinity-admin-prepare, trinity-gen-configure and trinity-econf functions`ormorph2020-11-101-0/+45
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* trinity-functions-2.eclass: Fix MissingPackageRevision by using ~Andreas Sturmlechner2020-09-211-6/+10
| | | | | | Style: One line per dependency, add missing newline at end of file Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* TDE-i18n + Eclass: Add and use new `L10N function`.Chris2020-04-271-0/+15
| | | | | | Credits @ormorph. Signed-off-by: Chris <xchrisx@uber.space>
* Use `RESTRICT="mirror"` for the overlay.Chris2020-04-271-0/+3
| | | | | | Also: Fix the SRC_URI of `lcms`. Signed-off-by: Chris <xchrisx@uber.space>
* Eclasses: Fix some typo related to documentation installation.Chris2020-04-261-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Remove old eclasses.Chris2020-04-223-907/+0
| | | | | | | Thanks to Fat-Zer. 2011 - 2020. Signed-off-by: Chris <xchrisx@uber.space>
* stable ebuilds round 2--rebase and manifestsE. Liddell2020-04-222-3/+2
| | | | Signed-off-by: E. Liddell <ejlddll@warpmail.net>
* Eclasses: Clean up and mainstream.Chris2020-03-243-148/+140
| | | | | | | | | | | Also: - Fix documentation depends. - Mainstream the way dependencies are handled. - Remove rest of the removed SVN code. - Remove not needed `LDPATH`. - Remove inheriting of not needed eclasses. - Fix translation selection for ebuilds. (LINGUAS to L10N) Signed-off-by: Chris <xchrisx@uber.space>
* Trinity-*-2.eclass: Improve arts 'yes' support.Chris2020-01-291-0/+4
| | | | | | You don't need to specify the build flag now. Signed-off-by: Chris <xchrisx@uber.space>
* Trinity-*-2.eclass: Fix handbook and arts support.Chris2020-01-251-6/+10
| | | | | | | | | | - Handle 'en' as main docs too. - Filter out noise from docs. - Sync with eclass changes in working branch. - Live ebuilds: Fix arts in tdelibs ebuild. - Sync typo fix about sudo support. Signed-off-by: Chris <xchrisx@uber.space>
* Trinity-*-2.eclass: Fix some typos and cleanup.Chris2020-01-183-36/+42
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Tweaks and clean-up for stable ebuilds and supporting eclassesE. Liddell2020-01-062-51/+4
| | | | Signed-off-by: E. Liddell <ejlddll@warpmail.net>
* Moved EAPI 7 eclasses to trinity-[foo]-2.eclass; 14.0.6 ebuilds for tqt, ↵E. Liddell2020-01-066-100/+1007
| | | | | | tqtinterface, dbus-1-tqt, tdelibs amended to work with new eclasses Signed-off-by: E. Liddell <ejlddll@warpmail.net>
* Update of trinity-* eclasses, tqt, tqtinterface, dbus-1-tqt, tdelibs to ↵E. Liddell2020-01-064-789/+100
| | | | | | EAPI7 and git-v3; wholesale slaughter of obsolete eclass code; ebuilds for 14.0.6; aRts flag nonfunctional Signed-off-by: E. Liddell <ejlddll@warpmail.net>
* Clean up and fix TDE Gentoo overlay.Chris2019-12-316-1412/+2
| | | | | | | | | | | | | | | | | | | | - Remove old v3.5.13 ebuilds and eclasses - Change repo URL to official TGW - Remove old HAL and traces (TDEHW is used now) - Make split between TDE applications and tdebase consistent - Move TQt into own category (for users filtering dev-qt/ out) - Change to new TQTDIR var - Move away from virtual/pam dependency - Change to use new xorg-proto dependency - Some cosmetic fixes and removal of unneeded files - Remove some now obsolete patches - Change to clean 9999 naming scheme for anything - Add some potential workaround for newer portage versions - Add own README ... thanks to Aggi from IRC for some fixes too. Signed-off-by: Chris <xchrisx@uber.space>
* Initial import of an ebuilds treeSlávek Banko2019-11-289-0/+2925
from Fat-Zer's (Alexander Golubev) repository. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>