-
Notifications
You must be signed in to change notification settings - Fork 80
Add several Mauikit applications #910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
alfredfo
wants to merge
13
commits into
gentoo:master
Choose a base branch
from
alfredfo:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
79702aa
dev-libs/mauiman: New package
alfredfo 6482557
dev-libs/mauikit-filebrowsing: New package
alfredfo 46399aa
kde-apps/index-fm: New package
alfredfo 2e091ce
dev-libs/mauikit-imagetools: New package
alfredfo 4965859
media-gfx/pix: New package
alfredfo 4a48e86
media-video/clip: New package
alfredfo 7f08274
dev-libs/mauikit-accounts: New package
alfredfo 9957c7b
dev-libs/mauikit-texteditor: New package
alfredfo 07cb80b
app-office/buho: New package
alfredfo f6fb2d5
app-office/communicator: New package
alfredfo d85e2a1
dev-vcs/bonsai: New package
alfredfo 239123d
app-editors/nota: New package
alfredfo 812b59d
dev-libs/mauikit: Correct LICENSE
alfredfo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="Multi-platform text editor" | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| DEPEND=" | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-libs/mauikit-filebrowsing-${KFMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] | ||
| >=dev-qt/qtgui-${QTMIN}:5 | ||
| >=dev-qt/qtquickcontrols2-${QTMIN}:5 | ||
| >=dev-qt/qtwidgets-${QTMIN}:5 | ||
| >=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND} | ||
| >=dev-libs/mauikit-texteditor-${KFMIN}:5 | ||
| " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="Browse your system files and preview your multimedia" | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
| BDEPEND="sys-devel/gettext" | ||
| DEPEND=" | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-libs/mauikit-filebrowsing-${KFMIN}:5 | ||
| >=dev-qt/qtconcurrent-${QTMIN}:5 | ||
| >=dev-qt/qtdbus-${QTMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] | ||
| >=dev-qt/qtgui-${QTMIN}:5 | ||
| >=dev-qt/qtnetwork-${QTMIN}:5 | ||
| >=dev-qt/qtquickcontrols2-${QTMIN}:5 | ||
| >=dev-qt/qtsql-${QTMIN}:5 | ||
| >=dev-qt/qtwidgets-${QTMIN}:5 | ||
| >=dev-qt/qtxml-${QTMIN}:5 | ||
| >=kde-frameworks/karchive-${KFMIN}:5 | ||
| >=kde-frameworks/kconfig-${KFMIN}:5[qml] | ||
| >=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| >=kde-frameworks/kio-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="Task and Note Keeper" | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| DEPEND=" | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-libs/mauikit-accounts-${KFMIN}:5 | ||
| >=dev-libs/mauikit-texteditor-${KFMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5 | ||
| >=dev-qt/qtnetwork-${QTMIN}:5 | ||
| >=dev-qt/qtsql-${QTMIN}:5 | ||
| >=dev-qt/qtwidgets-${QTMIN}:5 | ||
| >=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="Contacts and dialer application" | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| DEPEND=" | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-libs/mauikit-filebrowsing-${KFMIN}:5 | ||
| >=dev-qt/qtconcurrent-${QTMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5 | ||
| >=dev-qt/qtgui-${QTMIN}:5 | ||
| >=dev-qt/qtquickcontrols2-${QTMIN}:5[widgets] | ||
| >=dev-qt/qtwidgets-${QTMIN}:5 | ||
| >=kde-frameworks/kcontacts-${KFMIN}:5 | ||
| >=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| >=kde-frameworks/kpeople-${KFMIN}:5 | ||
| >=kde-frameworks/kservice-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="MauiKit utilities to handle User Accounts" | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| DEPEND=" | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5 | ||
| >=dev-qt/qtnetwork-${QTMIN}:5 | ||
| >=dev-qt/qtsql-${QTMIN}:5 | ||
| >=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
| >=kde-frameworks/kconfig-${KFMIN}:5[qml] | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND}" |
37 changes: 37 additions & 0 deletions
37
dev-libs/mauikit-filebrowsing/mauikit-filebrowsing-9999.ebuild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="MauiKit File Browsing utilities and controls" | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| BDEPEND=" | ||
| sys-devel/gettext | ||
| " | ||
| DEPEND="${DEPEND} | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-qt/qtconcurrent-${QTMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5 | ||
| >=dev-qt/qtgui-${QTMIN}:5 | ||
| >=dev-qt/qtnetwork-${QTMIN}:5 | ||
| >=dev-qt/qtsql-${QTMIN}:5 | ||
| >=dev-qt/qtxml-${QTMIN}:5 | ||
| >=kde-frameworks/kconfig-${KFMIN}:5[qml] | ||
| >=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
| >=kde-frameworks/kio-${KFMIN}:5 | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| >=kde-frameworks/kservice-${KFMIN}:5 | ||
| >=kde-frameworks/solid-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND}" | ||
30 changes: 30 additions & 0 deletions
30
dev-libs/mauikit-imagetools/mauikit-imagetools-9999.ebuild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="MauiKit Image Tools Components" | ||
|
|
||
| LICENSE="BSD-2 CC0-1.0 LGPL-2.1+" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| BDEPEND="sys-devel/gettext" | ||
| DEPEND=" | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-qt/qtsql-${QTMIN}:5 | ||
| >=dev-qt/qtpositioning-${QTMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5 | ||
| media-gfx/exiv2:= | ||
| >=media-libs/kquickimageeditor-${KFMIN}:5 | ||
| >=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND}" |
27 changes: 27 additions & 0 deletions
27
dev-libs/mauikit-texteditor/mauikit-texteditor-9999.ebuild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="MauiKit Text Editor components" | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| DEPEND=" | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5 | ||
| >=dev-qt/qtgui-${QTMIN}:5 | ||
| >=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| >=kde-frameworks/syntax-highlighting-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="Maui Manager Library. Server and public library API." | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| DEPEND=" | ||
| >=dev-qt/qtdbus-${QTMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND} | ||
| " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="Browse your system files and preview your multimedia" | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| DEPEND=" | ||
| dev-libs/libgit2:= | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-libs/mauikit-filebrowsing-${KFMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] | ||
| >=dev-qt/qtgui-${QTMIN}:5 | ||
| >=dev-qt/qtwidgets-${QTMIN}:5 | ||
| >=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # Copyright 1999-2022 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| ECM_QTHELP="true" | ||
| KDE_ORG_CATEGORY="maui" | ||
| KFMIN=5.82.0 | ||
| QTMIN=5.15.5 | ||
| inherit ecm kde.org | ||
|
|
||
| DESCRIPTION="Image gallery application" | ||
|
|
||
| LICENSE="LGPL-3" | ||
| SLOT="5" | ||
| KEYWORDS="" | ||
| IUSE="" | ||
|
|
||
| DEPEND=" | ||
| >=dev-libs/mauikit-${KFMIN}:5 | ||
| >=dev-libs/mauikit-filebrowsing-${KFMIN}:5 | ||
| >=dev-libs/mauikit-imagetools-${KFMIN}:5 | ||
| >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] | ||
| >=dev-qt/qtgui-${QTMIN}:5 | ||
| >=dev-qt/qtsql-${QTMIN}:5 | ||
| >=dev-qt/qtwidgets-${QTMIN}:5 | ||
| >=kde-frameworks/ki18n-${KFMIN}:5 | ||
| >=kde-frameworks/kio-${KFMIN}:5 | ||
| >=kde-frameworks/knotifications-${KFMIN}:5 | ||
| >=kde-frameworks/kservice-${KFMIN}:5 | ||
| " | ||
| RDEPEND="${DEPEND}" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
definitely no
RDEPEND. LikelyBDEPEND?