summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Live ebuilds: Add preliminary `Tastymenu` ebuild.Chris2020-03-291-0/+28
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `Kooldock` ebuild.Chris2020-03-291-0/+28
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `MPlayerThumbs` ebuild.Chris2020-03-281-0/+33
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `KBookReader` ebuild.Chris2020-03-271-0/+28
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `KBibTex` ebuild.Chris2020-03-271-0/+36
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `KBFX` ebuild.Chris2020-03-271-0/+28
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `tdedocker` ebuild.Chris2020-03-271-0/+28
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `K3b`, `K3b-i18n` and `eMoviX` ebuilds.Chris2020-03-274-0/+131
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `Kasablanca` ebuild.Chris2020-03-271-0/+28
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `Katapult` ebuild.Chris2020-03-271-0/+21
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `dolphin` ebuild.Chris2020-03-271-0/+28
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add `pinentry` ebuild as TQt version.Chris2020-03-267-0/+227
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary `Abakus` ebuild.Chris2020-03-251-0/+28
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* 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>
* Live ebuilds: Improve aspell support in `tdelibs`.Chris2020-03-241-3/+3
| | | | | | Also: Remove not needed `aspell-en` dependency. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Remove obsolete CMake option for `tqtinterface`.Chris2020-03-241-10/+4
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add `tqt-avahi` ebuild.Chris2020-03-242-1/+22
| | | | | | Also: Add proper Avahi support to `tdelibs`. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Fix handbook support of KCPULoad.Chris2020-03-241-0/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Streamline `lm-sensors` USE.Chris2020-03-233-10/+10
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Cosmetical fixes of the ebuilds.Chris2020-03-2123-28/+30
| | | | | | | | | | | - 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>
* Live ebuilds: Add preliminary Elogind support.Chris2020-03-201-4/+10
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Remove obsoleted `$id$` line from all ebuilds.Chris2020-03-20225-225/+220
| | | | | | This was used back in times, when Gentoo was not using GIT. Signed-off-by: Chris <xchrisx@uber.space>
* Remove old `shared` symlinks.Chris2020-03-202-2/+0
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Fix eclass typo in TWin4.Chris2020-03-201-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add `acct-group/plugdev` dependency to tdelibs.Chris2020-03-201-5/+11
| | | | | | | | | Also: - Sync with stable and make `pmount` optionally. - Fix missed `idn` option. - Make `shm` support optionally too. - Fix `utempter` support. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Fix building KControl with USB support.Chris2020-03-201-1/+1
| | | | | | | This offers the correct `libusb.pc` instead of the `libusb-1.0.pc` which `dev-libs/libusb` is only providing these days on Gentoo. 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>
* Add jasper (JPEG 2000) ebuild.Chris2020-03-203-0/+131
| | | | | | | | | Gentoo removed it from the Portage, so we add it to the overlay to keep support. Thanks to agris from IRC for the report. Signed-off-by: Chris <xchrisx@uber.space>
* README: Conversion to Markdown.Chris2020-02-162-74/+88
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: More options, fixed dependencies and cleanup.Chris2020-02-1410-111/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Fix and sync KCMInit ebuild.Chris2020-02-141-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary Kaffeine ebuild.Chris2020-02-141-0/+56
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Fix Kopete ebuild.Chris2020-02-131-27/+27
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add hldig (htdig fork) ebuild.Chris2020-02-023-0/+74
| | | | | | Lays groundwork for later KHelpCenter support. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add libr ebuild.Chris2020-02-022-0/+33
| | | | | | Used for later elficons support in tdelibs. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Mainstream ebuilds to use aRts eclass functions.Chris2020-01-298-79/+46
| | | | | | Also: Some cosmetics. 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>
* Live ebuilds: More overlay cleanup.Chris2020-01-2879-82/+17
| | | | | | | | | | | - Remove superflous files folders. - Fix wrong or bad variables. - Remove superfluous dependencies. - Mainstream hwlib flag for all ebuilds. - Fix wrong WITH_XCURSOR flag (typo?). - Fix wrong WITH_XTEST flag (typo?). Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Fix compositing support in TWin.Chris2020-01-281-0/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary LibreSSL support and fix certs.Chris2020-01-284-12/+19
| | | | | | | Also: Add ca-certificates as dependency. Remove superfluous dependencies. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary Amarok ebuild.Chris2020-01-262-0/+88
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Fix sudo support for Konsole.Chris2020-01-262-2/+6
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Fix aRts realtime priority.Chris2020-01-261-13/+12
| | | | | | | | Fixes issue #16. Also: Some cosmetics + Flag fixes. Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary Kima ebuild.Chris2020-01-262-0/+39
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary KRename ebuild.Chris2020-01-252-0/+39
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary KShutDown ebuild.Chris2020-01-252-0/+45
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary Yakuake ebuild.Chris2020-01-252-0/+31
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Live ebuilds: Add preliminary Keep ebuild.Chris2020-01-252-0/+38
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Trinity-*-2.eclass: Fix handbook and arts support.Chris2020-01-252-8/+11
| | | | | | | | | | - 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>
* Live ebuilds: Fix XScreenSaver support.Chris2020-01-251-0/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>