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: Sat, 04 Nov 2017 05:35:54
Message-Id: 1509773741.24afd934da2d906166a79ce12ea2d1c1ee5dd237.kensington@gentoo
1 commit: 24afd934da2d906166a79ce12ea2d1c1ee5dd237
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 4 05:34:01 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 05:35:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24afd934
7
8 x11-misc/albert: version bump 0.14.7
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.4
11
12 x11-misc/albert/Manifest | 2 ++
13 x11-misc/albert/albert-0.14.7.ebuild | 58 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 60 insertions(+)
15
16 diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
17 index 879e47d4429..fd12b999225 100644
18 --- a/x11-misc/albert/Manifest
19 +++ b/x11-misc/albert/Manifest
20 @@ -7,3 +7,5 @@ DIST albert-0.14.4-plugins.tar.gz 537929 SHA256 1b19f231738a84480abef1f80cecf910
21 DIST albert-0.14.4.tar.gz 83284 SHA256 fc89736a1ac34bb8a6e0db75dc9186fc266bdb63ce0cdbd699f94b373ea58d3e SHA512 c30430ac7255830781e27dbdf24a0aed90e509454feaff3ff1c95839cf05b3de641021a255087ac66bda051f34243e4a79eb6e08d8f6027ee1b8bc6564ee9d93 WHIRLPOOL 5934bcf0a87aa8232f8b10b2c74320fa0d11837d75b2472dc921924b7956c645d4a1bd8a0fa5c7b142c3e73f2944ccb74b8ec05c55564c3240f1a9c800798b77
22 DIST albert-0.14.6-plugins.tar.gz 538025 SHA256 b00acc7b8b9dab47fad9dc24d768eec91d406aeba86c72516833ee1721bf92d3 SHA512 42f96495876611fedf60bb6a2793bda7f48ea2b4cf67c23f864d74ce201d0af861a93bd904c58699b5b7c23f0121f9e6009953530750cc002133d148f3a32f79 WHIRLPOOL 07fc95c61668ab2aab5e294cb2d14b6f0654960a9c141350ff15375848f5886327e24e3005599f0c51ede06aec8a7bff11093a409b9edd80dabb68097dce4335
23 DIST albert-0.14.6.tar.gz 83749 SHA256 1160699c2dcd3648f265e313aec063e900597e3c4c1b748328750c2b76f0aa2a SHA512 ea0504bee62e022ad90f25b3752f3668e31463741ceb0392ad70c9ae586986cc55a99d92cd4b8e252acb4aea3324798a91a185fbc9a47577b703d98e891b195f WHIRLPOOL 7dadb3ec1c6b1c005bd1aea97d40b4cb2e1211ccd73266c4d05d526ec57637fcf230bbf1cd56f8887fb9c1e15c0cfb8c327250296600ddc4e61d8bbf2ad101c8
24 +DIST albert-0.14.7-plugins.tar.gz 538087 SHA256 64513ca6bbbc6bfa005e7dfe3c1af3266eff1981afc9e312318b658b9d0e15d3 SHA512 20150c12f8b9f12a260702a812ba2641a1121c12167b3a0035d52538a463e86ccc4188c714bb452d2d864d048a288900e3e868c585f5309fa08b3dc6cb53e928 WHIRLPOOL 4f348f9eb7d025eb6291b89b025d638186ac37845eb7adf808075b7dde6eb803689af54cdb77d1322bee2cf15873fc4b3f791b90113a03249ea1b80075f53a33
25 +DIST albert-0.14.7.tar.gz 84556 SHA256 5097de64e052a22cc5258a3e937508c49f8b7bc541d4ca1b62e8fcb547991a87 SHA512 10d33a21faf37c0ce9cc5bbdbf5a607c187eab68b2e9bcf6feff8d8811fe4e6163ac84504548ac249cdbc7c7f6b804a2756583b7a5d70b826b92e1871b474095 WHIRLPOOL 9789174477d61c2db45665b56d1a50adf5eae292f4770ffda9af6419661f09e24d9c9bb6ea287c7fd23a1e94c59c766504bd33c0e2a8bbbf5c766d87554d898b
26
27 diff --git a/x11-misc/albert/albert-0.14.7.ebuild b/x11-misc/albert/albert-0.14.7.ebuild
28 new file mode 100644
29 index 00000000000..638f6525e31
30 --- /dev/null
31 +++ b/x11-misc/albert/albert-0.14.7.ebuild
32 @@ -0,0 +1,58 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +PLUGINS_HASH="c871f186631f96a87e851a0dd7a91230e3527fff"
39 +inherit cmake-utils gnome2-utils
40 +
41 +DESCRIPTION="Desktop agnostic launcher"
42 +HOMEPAGE="https://albertlauncher.github.io/"
43 +# plugins is a git submodule. the hash is taken from the submodule reference in the ${PV} tag.
44 +SRC_URI="https://github.com/albertlauncher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
45 +https://github.com/albertlauncher/plugins/archive/${PLUGINS_HASH}.tar.gz -> ${P}-plugins.tar.gz"
46 +
47 +LICENSE="GPL-3+"
48 +SLOT="0"
49 +KEYWORDS="~amd64"
50 +IUSE="debug"
51 +
52 +RDEPEND="
53 + dev-cpp/muParser
54 + dev-qt/qtconcurrent:5
55 + dev-qt/qtcore:5
56 + dev-qt/qtdbus:5
57 + dev-qt/qtdeclarative:5
58 + dev-qt/qtgui:5
59 + dev-qt/qtnetwork:5
60 + dev-qt/qtsql:5[sqlite]
61 + dev-qt/qtsvg:5
62 + dev-qt/qtwidgets:5
63 + dev-qt/qtx11extras:5
64 + x11-libs/libX11
65 +"
66 +DEPEND="${RDEPEND}"
67 +
68 +src_prepare() {
69 + mv "${WORKDIR}"/plugins-${PLUGINS_HASH}/* "${S}"/plugins/ || die
70 +
71 + cmake-utils_src_prepare
72 +}
73 +
74 +src_configure() {
75 + local mycmakeargs=(
76 + -DBUILD_DEBUG=$(usex debug)
77 + -DBUILD_PYTHON=OFF #plugin directory is empty causing build failure
78 + -DBUILD_VIRTUALBOX=OFF #plugin needs virtualbox installed to build, untested
79 + )
80 +
81 + cmake-utils_src_configure
82 +}
83 +
84 +pkg_postinst() {
85 + gnome2_icon_cache_update
86 +}
87 +
88 +pkg_postrm() {
89 + gnome2_icon_cache_update
90 +}