summaryrefslogtreecommitdiffstats
path: root/dev-tqt/tqt/tqt-9999.ebuild
Commit message (Collapse)AuthorAgeFilesLines
* dev-tqt/tqt: respect user's flags with USE=debugAlexander Golubev2024-02-191-5/+15
| | | | | Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/362 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* */*: add ~arm64 keyword to hybrid live packagesAlexander Golubev2024-02-021-1/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* */*: replace spaces with tabsAlexander Golubev2024-01-181-8/+8
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Removing the TDEHOME variable from the tqt assemblyormorph2023-12-181-0/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Removing duplicate configuration options in tqtormorph2023-06-201-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* add dependency on x11-misc/xdg-utilsBobby Bingham2023-04-151-0/+1
| | | | | | | | | | | | | These packages add files to /etc/env.d to set the XDG_DATA_DIRS environment variable, but without the x11-misc/xdg-utils package: - env-update does not know that multiple values of XDG_DATA_DIRS should be concatenated together. Instead, the last value overwrites the others. - The default search paths of /usr/local/share:/usr/share are not included in XDG_DATA_DIRS, which can break applications depending on data files from other non-Trinity packages. Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
* Replacing spaces with tabs in ebuildsormorph2022-10-311-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Changing live ebuilds to eapi8 and changing cmake-utils to cmakeormorph2022-04-261-2/+2
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Added fixes for tqtormorph2021-11-231-2/+13
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Added mysql and mariadb build selection, solution to issue #205ormorph2021-11-181-2/+14
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Fixed TQT build parametersormorph2021-05-171-1/+2
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* dev-tqt/tqt: Add release/live switch, sort DEPENDsAndreas Sturmlechner2020-12-071-39/+47
| | | | | | | | | - Switch release tarball SRC_URI to primary redirector - Drop ${S} not necessary in src_prepare() - Add missing || die Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-tqt/tqt: Add missing IUSE metadata, fix DESCRIPTION, typos, whitespaceAndreas Sturmlechner2020-09-221-10/+10
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: HOMEPAGE: http -> httpsAndreas Sturmlechner2020-09-221-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* TQt: Make `-qt-style-motif` mandatory.Chris2020-04-271-3/+4
| | | | | | Otherwise TQt/TDE will have problems. 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>
* TQt: Improve `qmake.conf` fixing.Chris2020-04-271-4/+4
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* TQt: Add `imext` and `styles` USE and general improvements.Chris2020-04-261-3/+41
| | | | | | | | | | | | | | | - Fix `QTDIR`. - Fix `mng´ flag. - Add `imext` USE. - Add `styles` USE. - Add missing dependencies. - Fix `qmake.conf` files. - Fix tests for other Profiles. - Remove obsolete X11 and OpenGL paths. Credits to `ormorph`. Signed-off-by: Chris <xchrisx@uber.space>
* Stable ebuilds: General cosmetics and sync with live ebuilds.Chris2020-04-231-5/+5
| | | | | | Also: Some cosmetics for the live ebuilds. Signed-off-by: Chris <xchrisx@uber.space>
* Cosmetical fixes of the ebuilds.Chris2020-03-211-1/+2
| | | | | | | | | | | - Always set EAPI in quotes. (allowed style by the documentation) - Call `need-trinity` after depends. (otherwise there is no point) - Call `need-trinity` without version for live ebuilds. (eclass does it) - Remove `offer-hiddensibility` call. (until now) - Add missing copyrights. - Remove empty vars. Signed-off-by: Chris <xchrisx@uber.space>
* Remove obsoleted `$id$` line from all ebuilds.Chris2020-03-201-1/+1
| | | | | | This was used back in times, when Gentoo was not using GIT. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Fix building TQt when it was not installed before.Chris2020-03-201-4/+8
| | | | | | Also: Remove safeguards for built-in commands. (not needed) Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: More options, fixed dependencies and cleanup.Chris2020-02-141-59/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TQt: - Add USE for: xrandr, tablet, tools, glib, mng and fontconfig. - Get ride of forced -g flag (thanks to @selk). - Make hiddenvisibility a choice. - Do not dlopen libGL. - Less debug if building without debug. - Build sqlite3 plugin too, if build with sqlite. - Add -xshape -xkb -xcursor for building. - Fix dependencies and polish. General: - DrKonqi: Add USE for hwlib. - KControl: Add USE for svg. - TDM: Add USE for svg and hwlib. - KSMServer: Add USE for hwlib, remove upower. - Make hwlib USE flag default option. - Fix dependencies in general. - Remove avahi USE mask, because fixed. TDELibs: - Add USE for: svg, pkcs11, elficons, malloc, udisks, ssl, udevil, systemd, debug, pcre, idn. - Use shared memory for pixmap loading. - Depend on ca-certificates only with ssl USE. - Ebuild polish and cleanup. - Messages for informations. - Remove redundant multilib eclass. - Add back old_udisks, udisks and udevil USE. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Cleanup and EAPI7 bump of tdelibs and tqt.Chris2020-01-181-16/+9
| | | | | | | | Also fix the building segfault, caused by building without tdehwlib. Use of hwlib only pulls in additional dependencies at the moment. Signed-off-by: Chris <xchrisx@uber.space>
* EAPI 7 for tqt, tqtinterface, dbus-1-tqt, tdelibs live ebuilds; modified USE ↵E. Liddell2020-01-061-1/+1
| | | | | | flags and deps for tdelibs-9999 Signed-off-by: E. Liddell <ejlddll@warpmail.net>
* Update of trinity-* eclasses, tqt, tqtinterface, dbus-1-tqt, tdelibs to ↵E. Liddell2020-01-061-59/+15
| | | | | | 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-311-0/+301
- 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>