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/albert/
Date: Thu, 31 Mar 2016 11:45:37
Message-Id: 1459424721.4bf2ffc7a20933a1a3099fb616b3a2a0288a4c0b.kensington@gentoo
1 commit: 4bf2ffc7a20933a1a3099fb616b3a2a0288a4c0b
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 11:45:12 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 11:45:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf2ffc7
7
8 x11-misc/albert: version bump
9
10 Package-Manager: portage-2.2.28
11
12 x11-misc/albert/Manifest | 1 +
13 x11-misc/albert/albert-0.8.7.1.ebuild | 39 +++++++++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
17 index c487e4d..40cfe82 100644
18 --- a/x11-misc/albert/Manifest
19 +++ b/x11-misc/albert/Manifest
20 @@ -1 +1,2 @@
21 DIST albert-0.8.2.tar.gz 4558869 SHA256 68b956904b272f48a994dd14d0c936e67e1cc340c7c30472adc6ac48b82d366d SHA512 ac602b6cad35308970f07231c01c1a0b285aaa364b5910a5ea91049a8c20e1a4d02621e0a8b28fd8b16326f853321f1fc6225777a63241b63660db86183ca8ac WHIRLPOOL 6032255f2d3718b73edccad301c863b40808026ae81a10886072e652fcf3c14ff52223f5a2a4606857d24e101c078a5f30386d2070f2f61b33872120ba6c2158
22 +DIST albert-0.8.7.1.tar.gz 4595203 SHA256 94ec180696abe9652c16eb1d45320f70f7a1fd2bc1f3c8d2addd9a6f1f999daf SHA512 281c3cfc7aaf2e8887cb277c51bab8f4d6bc9b9ade03a8cd4efb0d1b5d6cc142d4d55909d8a0cadadf4eb20aea34c67b79cfab8d41005875c3d2a7153998cc7d WHIRLPOOL 5420bf5c399f6041ec3d0a5a5e2191ba82416ca28eb2797c09dfda46633f36b2ec8c80c00bb87b0ae112d50a82274d9db3aeb32c465328c8763f82569070bab1
23
24 diff --git a/x11-misc/albert/albert-0.8.7.1.ebuild b/x11-misc/albert/albert-0.8.7.1.ebuild
25 new file mode 100644
26 index 0000000..b27d1bc
27 --- /dev/null
28 +++ b/x11-misc/albert/albert-0.8.7.1.ebuild
29 @@ -0,0 +1,39 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +
36 +inherit cmake-utils gnome2-utils
37 +
38 +DESCRIPTION="Desktop agnostic launcher"
39 +HOMEPAGE="https://github.com/manuelschneid3r/albert"
40 +SRC_URI="https://github.com/manuelschneid3r/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +DEPEND="
48 + dev-cpp/muParser
49 + dev-qt/qtcore:5
50 + dev-qt/qtgui:5
51 + dev-qt/qtsvg:5
52 + dev-qt/qtwidgets:5
53 + dev-qt/qtx11extras:5
54 + x11-libs/libX11
55 +"
56 +RDEPEND="${DEPEND}"
57 +
58 +pkg_preinst() {
59 + gnome2_icon_savelist
60 +}
61 +
62 +pkg_postinst() {
63 + gnome2_icon_cache_update
64 +}
65 +
66 +pkg_postrm() {
67 + gnome2_icon_cache_update
68 +}