Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qlipper/
Date: Wed, 02 Nov 2016 20:23:34
Message-Id: 1478118194.1dfeb6fcf2918251fb3eb66da2a21c55ab3ecd1d.kensington@gentoo
1 commit: 1dfeb6fcf2918251fb3eb66da2a21c55ab3ecd1d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 20:22:21 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 20:23:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfeb6fc
7
8 x11-misc/qlipper: version bump
9
10 Gentoo-bug: 598804
11
12 Package-Manager: portage-2.3.2
13
14 x11-misc/qlipper/Manifest | 1 +
15 x11-misc/qlipper/qlipper-5.0.0.ebuild | 39 +++++++++++++++++++++++++++++++++++
16 2 files changed, 40 insertions(+)
17
18 diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest
19 index 68f65ed..5c8cb01 100644
20 --- a/x11-misc/qlipper/Manifest
21 +++ b/x11-misc/qlipper/Manifest
22 @@ -1 +1,2 @@
23 DIST qlipper-2.0.2.tar.bz2 83544 SHA256 bd5463183966c6fee464b256b21f6e8397cd05faa20bd12719f7369a72c73958 SHA512 ac402f5d5fe77213192a59b0f52e780bf98f211868f88552a3bbcb400269714da42a5b13222a48aa0b8906c77100c8f5bf058dc159550e0d4a5575dc2917b268 WHIRLPOOL 87341e7172e3b5700a27e071d98fcf287b6cf795e99082707b73eaf4c4cc27e0da3c9e338d938b4a805f295e1163d51365a9f0373679787609ce986f536c91d7
24 +DIST qlipper-5.0.0.tar.gz 94281 SHA256 50a0876335ff19d804b42f1550c68272c707c1259c66a548c4192ab65f20dc77 SHA512 d2bd834f33531a175201244bdd6e9436da16c6f77e1fdc79616c8c3faef531ae50d4cc3b072074fd5efa494cc7be30ffe617912cf54494a66a72420095b0c642 WHIRLPOOL ca6e9542e14b4ec15e7e15d9b2bb88fee0b34913010e6c058ab122a01f3a8e1532764137f6ba42c2ebd72361ff5653983737f84cbb8a9f8b37b5400ee8da4c22
25
26 diff --git a/x11-misc/qlipper/qlipper-5.0.0.ebuild b/x11-misc/qlipper/qlipper-5.0.0.ebuild
27 new file mode 100644
28 index 00000000..8b231bb
29 --- /dev/null
30 +++ b/x11-misc/qlipper/qlipper-5.0.0.ebuild
31 @@ -0,0 +1,39 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +inherit cmake-utils gnome2-utils
39 +
40 +DESCRIPTION="Lightweight and cross-platform clipboard history applet"
41 +HOMEPAGE="https://github.com/pvanek/qlipper"
42 +SRC_URI="https://github.com/pvanek/qlipper/archive/5.0.0.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-2+"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +# bundles x11-libs/libqxt but no qt5 system version is available yet
50 +RDEPEND="
51 + dev-qt/qtcore:5
52 + dev-qt/qtgui:5
53 + dev-qt/qtwidgets:5
54 + x11-libs/libX11
55 +"
56 +DEPEND="${RDEPEND}
57 + dev-qt/linguist-tools:5
58 +"
59 +
60 +pkg_preinst() {
61 + gnome2_icon_savelist
62 +}
63 +
64 +pkg_postinst() {
65 + gnome2_icon_cache_update
66 +}
67 +
68 +pkg_postrm() {
69 + gnome2_icon_cache_update
70 +}