From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E90ED1382C5 for ; Fri, 16 Mar 2018 10:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2023BE088C; Fri, 16 Mar 2018 10:13:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDD32E087D for ; Fri, 16 Mar 2018 10:13:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53EF2335C85 for ; Fri, 16 Mar 2018 10:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9769A232 for ; Fri, 16 Mar 2018 10:13:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521195132.e25e4078ce2a7b2870722c6c00783530adaca24e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/kdocker/Manifest x11-misc/kdocker/kdocker-5.1.ebuild X-VCS-Directories: x11-misc/kdocker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e25e4078ce2a7b2870722c6c00783530adaca24e X-VCS-Branch: master Date: Fri, 16 Mar 2018 10:13:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a16de9a7-42a5-4aa4-ac11-2ad571bc8d88 X-Archives-Hash: ce4e1ca06aa6d0bde8fcd64757a481f2 commit: e25e4078ce2a7b2870722c6c00783530adaca24e Author: Nikos Chantziaras gmail com> AuthorDate: Wed Mar 14 02:52:47 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 16 10:12:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25e4078 x11-misc/kdocker: version bump to 5.1 Closes: https://bugs.gentoo.org/648574 Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-misc/kdocker/Manifest | 1 + x11-misc/kdocker/kdocker-5.1.ebuild | 56 +++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index 78eca9dd6fb..db68f1de65c 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1 +1,2 @@ +DIST KDocker-5.1.tar.gz 173340 BLAKE2B a15b833fba2a2d1e3f1b55ad4d115cb09f55a57981076332fc86b1e607bac470705b8bc909d15ddd912b43d301e8c217b1fd175947879f053b250d8684556424 SHA512 df5880e1c19a436ef6b8ee92426f989b77f4dfd11f3a6a2357f425419ea61cd69f51250a10e92962a893611f0a14504f698ccef09322d62d20f5d49a506c4a12 DIST kdocker-5.0.tar.gz 152222 BLAKE2B b4e60a28f497476503f2a40aee4a776ece3a052adce4d29cb75095d9056ba0d6e4993838d6f771fad08532a3fb6d4022a07684f47cbd72289d34bce7196347aa SHA512 7c7702000621204d7e4acab295d43d05f71982af91524bc237878bdc9aa8851dc01a718bbe32412f46c718a1e358de8e710489a4beba9ef5b39359fe43662ba3 diff --git a/x11-misc/kdocker/kdocker-5.1.ebuild b/x11-misc/kdocker/kdocker-5.1.ebuild new file mode 100644 index 00000000000..cc8d8ab4af6 --- /dev/null +++ b/x11-misc/kdocker/kdocker-5.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit bash-completion-r1 qmake-utils gnome2-utils + +MY_P=KDocker-${PV} +DESCRIPTION="Helper to dock any application into the system tray" +HOMEPAGE="https://github.com/user-none/KDocker" +SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsingleapplication[qt5(+),X] + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXpm +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) + +S=${WORKDIR}/${MY_P} + +src_prepare() { + default + + sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ + kdocker.pro || die "sed failed" +} + +src_configure() { + eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}