diff options
Diffstat (limited to 'dev-util')
| -rw-r--r-- | dev-util/plasmate/plasmate-9999.ebuild | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/plasmate/plasmate-9999.ebuild b/dev-util/plasmate/plasmate-9999.ebuild index 7bae8673b06..b05067b054d 100644 --- a/dev-util/plasmate/plasmate-9999.ebuild +++ b/dev-util/plasmate/plasmate-9999.ebuild @@ -2,24 +2,28 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 + +DECLARATIVE_REQUIRED="always" inherit kde4-base -DESCRIPTION="A small IDE taylored for development of Plasma components, such as Widgets, Runners, Dataengines." -HOMEPAGE="https://projects.kde.org/projects/kdereview/plasmate" +DESCRIPTION="IDE for writing KDE Plasma/KWin components (themes, Plasmoids, runners, data engines)" +HOMEPAGE="https://projects.kde.org/projects/extragear/sdk/plasmate" LICENSE="GPL-2" -SLOT="0" +SLOT="4" KEYWORDS="" IUSE="debug" DEPEND=" - >=dev-libs/libattica-0.1.4 app-crypt/gpgme + dev-libs/libattica + dev-libs/soprano + $(add_kdebase_dep kdepimlibs) $(add_kdebase_dep knewstuff) " RDEPEND=" - dev-vcs/git ${DEPEND} + dev-vcs/git " |
