kensington 14/10/15 13:29:47
Added: knotifications-5.3.0.ebuild metadata.xml Manifest
ChangeLog
Log:
Import from KDE overlay.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key
0x06B1F38DCA45A1EC!)
Revision Changes Path
1.1 kde-frameworks/knotifications/knotifications-5.3.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/knotifications/knotifications-5.3.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/knotifications/knotifications-5.3.0.ebuild?rev=1.1&content-type=text/plain
Index: knotifications-5.3.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/kde-frameworks/knotifications/knotifications-5.3.0.ebuild,v
1.1 2014/10/15 13:29:47 kensington Exp $
EAPI=5
KDE_TEST="false"
inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback
and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=" ~amd64"
IUSE="dbus nls X"
RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
X? (
dev-qt/qtx11extras:5
x11-libs/libX11
x11-libs/libXtst
)
"
DEPEND="${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X X11)
$(cmake-utils_use_find_package dbus DBusMenuQt5)
)
kde5_src_configure
}
1.1 kde-frameworks/knotifications/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/knotifications/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/knotifications/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
</pkgmetadata>
1.1 kde-frameworks/knotifications/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/knotifications/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/knotifications/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST knotifications-5.3.0.tar.xz 92944 SHA256
c7ed8a04d4006db8b38732758a0ac27b0a5db12523e02826bf7c25eb88038e0b SHA512
59b02c8fc7fb7efd9f8af425835cbf5402f8de57c527898719c159315f6de02b9ab9ae245c2121e966098b0c10251958a64a747df1a1c8833820bf1f1962cb29
WHIRLPOOL
9a619914edb5d2ac6d7ad9f1d15f65dac06a80c107f4a59815f719779694d707a3d2ca88a604f386f098d8b1365b14a658a4099e45ff7bdecef2b30293f449c2
EBUILD knotifications-5.3.0.ebuild 955 SHA256
4fb2bdb4282e5023cfb39b9f5fe203f9e12998ff946f845e172542a956fd4381 SHA512
103c7bff57e145532ba0d62de7a42ce0c6695c0fa44236048f0ad8af4b013c9a6189a59b483d8a2624bd00aa9d0d78569e8bcd1781855c7e274eb0e628dfdb8b
WHIRLPOOL
3ba9eb860bf9016766a2a49c8562ac624b9508c508fcb0624ea87f54da31d9ab54310d7f1eea0ea10e49ea9a69c1fdc799ccb570620b4045bf4715f6b97a1aa7
MISC metadata.xml 157 SHA256
01f6fa4357ce08e8b0f7900a51fa78c7f060fefc7c7da98acaec1e283dd59892 SHA512
657d6b0a31ceb7ac10bedfd5cbd634d4ff47938bd2f321203f0233e53686f7e0fd460e81f82793804895c7e97cfa472c1ca44b93314574262ee8cc5745a3efd0
WHIRLPOOL
785331909f1834cdd5d797ad484ea0e35c3e44c79a8a7517a6fb5de926acd181abd57910c8d960fb2e11ea38ddea336bca309af16fcc2df68fe4b602bca120b3
1.1 kde-frameworks/knotifications/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/knotifications/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/knotifications/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for kde-frameworks/knotifications
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/knotifications/ChangeLog,v
1.1 2014/10/15 13:29:47 kensington Exp $
*knotifications-5.3.0 (15 Oct 2014)
15 Oct 2014; Michael Palimaka <[email protected]>
+knotifications-5.3.0.ebuild, +metadata.xml:
Import from KDE overlay.