Commit Graph

31 Commits (a9836ea75e7cdeb6b7847efdc4d4dc50b49335d0)

Author SHA1 Message Date
Andreas Sturmlechner ef0d4e2ace */*: Bulk-fix Copyright to 1999-2020 Gentoo s/Foundation/Authors/
Assuming all or most ebuilds have been touched by previous commits.

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
4 years ago
Andreas Sturmlechner 0a7dd5542e dev-tqt/tqt: Add missing IUSE metadata, fix DESCRIPTION, typos, whitespace
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
4 years ago
Andreas Sturmlechner 945af85e4e dev-tqt/tqtinterface: Drop unused local IUSE descriptions, whitespace cleanup
local mycmakeargs

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
4 years ago
Andreas Sturmlechner 4f52b053ea dev-tqt/avahi-tqt: Invalid Copyright, missing metadata, newline
Style: Sort DEPENDs.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
4 years ago
Andreas Sturmlechner d2bf8d9b5f */*: HOMEPAGE: http -> https
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
4 years ago
Andreas Sturmlechner b57bb3f54c */*: Fix MissingPackageRevision by using ~ instead of =
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
4 years ago
Andreas Sturmlechner 3665b1feac */*: Drop executable flag
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
4 years ago
E. Liddell cb75382958 14.0.7 ebuilds for tdebase, tdeartwork, and dependencies (auto-generated) 5 years ago
Chris 0417d6f3e9 Live ebuilds: Add `opengl` USE and fix `glu` dependency of tqtinterface.
In reference to #125.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris bfd5e4e1e2 TQt: Make `-qt-style-motif` mandatory.
Otherwise TQt/TDE will have problems.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 128b20ebca Use `RESTRICT="mirror"` for the overlay.
Also: Fix the SRC_URI of `lcms`.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 1921c77796 TQt: Improve `qmake.conf` fixing.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 8030f4f93c TQt: Add `imext` and `styles` USE and general improvements.
- 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>
5 years ago
Chris 912f40ace9 Stable ebuilds: Fix dependency of `tqtinterface` ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris ff2189c197 Fix typo in `tqtinterface` ebuilds.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 7e24157247 Stable ebuilds: General cosmetics and sync with live ebuilds.
Also: Some cosmetics for the live ebuilds.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 08336df21c Add `glu` dependency for tqtinterface.
This is some workaround, until this is fixed at TDE level.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
E. Liddell d4bfee7720 Various requested fixes 5 years ago
E. Liddell bea4b1d209 stable ebuilds round 2--rebase and manifests
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
5 years ago
Chris f0270b2349 Live ebuilds: Remove obsolete CMake option for `tqtinterface`.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 59b36b51e2 Live ebuilds: Add `tqt-avahi` ebuild.
Also: Add proper Avahi support to `tdelibs`.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 79fb4ca498 Cosmetical fixes of the ebuilds.
- 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>
5 years ago
Chris 7c4d1c766e Remove obsoleted `$id$` line from all ebuilds.
This was used back in times, when Gentoo was not using GIT.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris d16cb46f8c Live ebuilds: Fix building TQt when it was not installed before.
Also: Remove safeguards for built-in commands. (not needed)

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris fa565e6f4d Live ebuilds: More options, fixed dependencies and cleanup.
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>
5 years ago
Chris 355b84074a Live ebuilds: Cleanup and EAPI7 bump of tdelibs and tqt.
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>
5 years ago
E. Liddell b78e6201f8 Tweaks and clean-up for stable ebuilds and supporting eclasses
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
5 years ago
E. Liddell 3abb4ba477 EAPI 7 for tqt, tqtinterface, dbus-1-tqt, tdelibs live ebuilds; modified USE flags and deps for tdelibs-9999
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
5 years ago
E. Liddell caa72c95de Moved EAPI 7 eclasses to trinity-[foo]-2.eclass; 14.0.6 ebuilds for tqt, tqtinterface, dbus-1-tqt, tdelibs amended to work with new eclasses
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
5 years ago
E. Liddell 3ffa67c73f Update of trinity-* eclasses, tqt, tqtinterface, dbus-1-tqt, tdelibs to 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>
5 years ago
Chris 55d2aaa4eb Clean up and fix TDE Gentoo overlay.
- 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>
5 years ago