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 AA376138334 for ; Sun, 31 Mar 2019 11:08:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C73C0E08F1; Sun, 31 Mar 2019 11:08:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9B90DE08F1 for ; Sun, 31 Mar 2019 11:08:58 +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 1E557335C8C for ; Sun, 31 Mar 2019 11:08:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 330F053A for ; Sun, 31 Mar 2019 11:08:55 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1554030524.615ee019188a1ce4f2605eadd61383b48be59ae2.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/qlipper/Manifest x11-misc/qlipper/qlipper-5.1.2.ebuild X-VCS-Directories: x11-misc/qlipper/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 615ee019188a1ce4f2605eadd61383b48be59ae2 X-VCS-Branch: master Date: Sun, 31 Mar 2019 11:08:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a1e27af1-5072-49a9-9089-92de9acd0cf2 X-Archives-Hash: e6dbabe9ba225d0af05d25c10e7df3fe commit: 615ee019188a1ce4f2605eadd61383b48be59ae2 Author: Michael Palimaka gentoo org> AuthorDate: Sun Mar 31 11:08:31 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Mar 31 11:08:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615ee019 x11-misc/qlipper: version bump 5.1.2 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka gentoo.org> x11-misc/qlipper/Manifest | 1 + x11-misc/qlipper/qlipper-5.1.2.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest index af29bab6dc0..b79245def69 100644 --- a/x11-misc/qlipper/Manifest +++ b/x11-misc/qlipper/Manifest @@ -1 +1,2 @@ DIST qlipper-5.0.0.tar.gz 94281 BLAKE2B 04834165a70d71fad2ee945c0b8389ffefef110554d234e0b1f25f02f7b33a0c8cf809cafd7f7a74a2845f949d35a6ad8045d23981efdd9e6c091c5e61ac9367 SHA512 d2bd834f33531a175201244bdd6e9436da16c6f77e1fdc79616c8c3faef531ae50d4cc3b072074fd5efa494cc7be30ffe617912cf54494a66a72420095b0c642 +DIST qlipper-5.1.2.tar.gz 104652 BLAKE2B 841b984d4720dfe7d69424a79beee8d84f5d66109ac1afb75c39cf16ff27da309d929f91eab2222e43a547d4d010809f31d59adb321c9f9f0ae19fb580cff0a2 SHA512 1ad49424855abf5f446026856178291b6ed8c1152338013f2228bbe5a923bc2e989754fe41e8b03f069f815c3850073eb1063842b5f40462005693a9029b187b diff --git a/x11-misc/qlipper/qlipper-5.1.2.ebuild b/x11-misc/qlipper/qlipper-5.1.2.ebuild new file mode 100644 index 00000000000..412e6dbec0e --- /dev/null +++ b/x11-misc/qlipper/qlipper-5.1.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils xdg-utils + +DESCRIPTION="Lightweight and cross-platform clipboard history applet" +HOMEPAGE="https://github.com/pvanek/qlipper" +SRC_URI="https://github.com/pvanek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# bundles x11-libs/libqxt but no qt5 system version is available yet +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + x11-libs/libX11 +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}