From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/
Date: Sun, 22 Oct 2017 02:58:24 +0000 (UTC) [thread overview]
Message-ID: <1508641091.eb56df6c9d03b1ba0b6ea2ba03396d31868fe2e0.kensington@gentoo> (raw)
commit: eb56df6c9d03b1ba0b6ea2ba03396d31868fe2e0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 02:57:09 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 02:58:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb56df6c
x11-misc/albert: version bump 0.14.3
Package-Manager: Portage-2.3.8, Repoman-2.3.3
x11-misc/albert/Manifest | 2 ++
x11-misc/albert/albert-0.14.3.ebuild | 62 ++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
index 92b973b9a6e..7dc9a299967 100644
--- a/x11-misc/albert/Manifest
+++ b/x11-misc/albert/Manifest
@@ -1,3 +1,5 @@
DIST albert-0.12.0.tar.gz 404748 SHA256 e1ec7783b6cc22e5ed28d2f1ac6148528cb3eb734f139945b49d44e07770d9c8 SHA512 56d141a2c6b98744c0b34a7adbbca8b6af93545a7b067263acf59fc63d99ec7d9f19f2f3c73f477e5f35448ae8a563c9f132bed87be135467f8f0c1462f9b031 WHIRLPOOL 328fe6efdcce988e37bf30448ea147d0aac5a69aaee267e3453c4b0abd621a58f8b29f11727ecaf199129d9d11bc03b2fea71651c17aaf22f06e51ba582beaaa
DIST albert-0.14.2-plugins.tar.gz 537751 SHA256 400613894457d8514e1a492726db9966384da26ebc6190467d71c3275b1b3bf5 SHA512 5e16f64ccf474546b1f9c6d665c29aa45b7238fc2fdbd1399c17171af0db95bb205501925621a8189186bece073377bc7e127961bf051941ec388fdfb00f289c WHIRLPOOL 2a5251cd382b44e12df8cfcca615ff8d4f55f3ca7e6efd977eabc98bf5f61487e19fc718bf8f6c817298553822727e59eccd6018b99879b242803cc3369d6055
DIST albert-0.14.2.tar.gz 83202 SHA256 80cd27259c74687d5d10c94593cca99075cf05d9e396ff4b58d8a9f583ef7c77 SHA512 81f2b7e618d9d1b11e6e765b6508e2976985e56ebac6232e2e17c58ca6a38c111020b23ee9963c71d2b80be0aa138ce7403e7f9b807e10131b06ad95eab19b43 WHIRLPOOL b1f42870b0050daf901aef02ee752154ff7cb76ef633844886f7fc3cfa0fb23663c1bd5feeda646d304138d4f56b1b491770aed126693c6ee1ace8f9e17228b2
+DIST albert-0.14.3-plugins.tar.gz 537751 SHA256 400613894457d8514e1a492726db9966384da26ebc6190467d71c3275b1b3bf5 SHA512 5e16f64ccf474546b1f9c6d665c29aa45b7238fc2fdbd1399c17171af0db95bb205501925621a8189186bece073377bc7e127961bf051941ec388fdfb00f289c WHIRLPOOL 2a5251cd382b44e12df8cfcca615ff8d4f55f3ca7e6efd977eabc98bf5f61487e19fc718bf8f6c817298553822727e59eccd6018b99879b242803cc3369d6055
+DIST albert-0.14.3.tar.gz 83217 SHA256 39a121098db261d7fd2f48ec0f5b7b3bfc8a032430d796a6dedc92713aef5fa2 SHA512 f9d137477c830c92b457480acd095617b4281e4f26e4c547a0bf208459fa11964485328f3c04d92aeadb9c6ca134834b2b216935ad8fb72e6538e02ad230aeb2 WHIRLPOOL 4db02ee5cdbdc5c5bdbfdcd61b8cdd2451fce95f8dfe77693bb651a61e2dfa9022934584eda00044dcd0ec0f06fae9b5e456144dc3c8589c24eb6ef91b62acfd
diff --git a/x11-misc/albert/albert-0.14.3.ebuild b/x11-misc/albert/albert-0.14.3.ebuild
new file mode 100644
index 00000000000..065d85200cb
--- /dev/null
+++ b/x11-misc/albert/albert-0.14.3.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLUGINS_HASH="16b4f9c39b91ef0435dc8a0eeb714800b7b99d4b"
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Desktop agnostic launcher"
+HOMEPAGE="https://albertlauncher.github.io/"
+# plugins is a git submodule. the hash is taken from the submodule reference in the ${PV} tag.
+SRC_URI="https://github.com/albertlauncher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+https://github.com/albertlauncher/plugins/archive/${PLUGINS_HASH}.tar.gz -> ${P}-plugins.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+RDEPEND="
+ dev-cpp/muParser
+ dev-qt/qtconcurrent:5
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtsql:5[sqlite]
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ mv "${WORKDIR}"/plugins-${PLUGINS_HASH}/* "${S}"/plugins/ || die
+
+ sed -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" \
+ -i plugins/*/CMakeLists.txt \
+ -i lib/*/CMakeLists.txt || die
+
+ cmake-utils_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DEBUG=$(usex debug)
+ -DBUILD_PYTHON=OFF #plugin directory is empty causing build failure
+ -DBUILD_VIRTUALBOX=OFF #plugin needs virtualbox installed to build, untested
+ )
+
+ cmake-utils_src_configure
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next reply other threads:[~2017-10-22 2:58 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-22 2:58 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-06 8:47 [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/ Viorel Munteanu
2024-01-06 8:44 Viorel Munteanu
2024-01-06 8:41 Ulrich Müller
2024-01-06 8:33 Viorel Munteanu
2024-01-06 8:33 Viorel Munteanu
2024-01-06 8:33 Viorel Munteanu
2024-01-06 8:33 Viorel Munteanu
2023-07-21 7:54 Joonas Niilola
2023-07-21 7:54 Joonas Niilola
2023-05-20 12:32 Joonas Niilola
2023-05-20 12:32 Joonas Niilola
2022-11-22 13:37 Joonas Niilola
2022-10-31 13:48 Joonas Niilola
2022-08-26 10:46 Sam James
2022-04-14 8:54 Joonas Niilola
2021-02-01 20:27 Ulrich Müller
2021-01-10 14:33 Joonas Niilola
2020-12-20 7:42 Michael Palimaka
2020-12-20 7:42 Michael Palimaka
2019-08-04 9:38 Michael Palimaka
2019-02-22 7:17 Michael Palimaka
2018-12-20 10:59 Michael Palimaka
2018-11-25 10:19 Michael Palimaka
2018-11-25 10:19 Michael Palimaka
2018-09-24 12:17 Michael Palimaka
2018-08-10 11:50 Michael Palimaka
2018-08-10 11:50 Michael Palimaka
2018-06-10 23:44 Michael Palimaka
2018-05-26 10:23 Michael Palimaka
2018-04-26 13:16 Michael Palimaka
2018-03-10 0:49 Michael Palimaka
2018-03-06 12:32 Michael Palimaka
2018-03-06 12:32 Michael Palimaka
2018-01-27 0:23 Michael Palimaka
2018-01-01 2:33 Michael Palimaka
2017-12-16 0:55 Michael Palimaka
2017-11-18 0:55 Michael Palimaka
2017-11-04 5:35 Michael Palimaka
2017-10-31 12:42 Michael Palimaka
2017-10-26 12:32 Michael Palimaka
2017-10-21 3:53 Michael Palimaka
2017-10-21 3:53 Michael Palimaka
2017-09-29 11:33 Michael Palimaka
2017-08-26 12:25 Michael Palimaka
2017-07-23 1:45 Michael Palimaka
2017-07-23 1:45 Michael Palimaka
2017-06-18 5:32 Michael Palimaka
2017-06-03 14:10 Michael Palimaka
2017-04-23 11:12 Michael Palimaka
2017-04-23 10:40 Michael Palimaka
2017-04-23 10:27 Agostino Sarubbo
2017-04-15 9:00 Michael Palimaka
2017-03-18 6:56 Michael Palimaka
2017-03-02 10:09 Michael Palimaka
2017-02-12 1:24 Michael Palimaka
2016-12-01 19:15 Michael Palimaka
2016-12-01 19:15 Michael Palimaka
2016-10-06 14:40 Michael Palimaka
2016-07-27 15:47 Michael Palimaka
2016-07-27 15:47 Michael Palimaka
2016-06-23 19:12 Michael Palimaka
2016-06-23 19:12 Michael Palimaka
2016-05-25 18:33 Michael Palimaka
2016-04-27 12:17 Michael Palimaka
2016-04-15 11:43 Michael Palimaka
2016-03-31 11:45 Michael Palimaka
2016-03-22 15:59 Michael Palimaka
2016-03-10 8:15 Michael Palimaka
2016-03-06 16:46 Michael Palimaka
2015-10-27 17:02 Michael Palimaka
2015-10-24 18:05 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1508641091.eb56df6c9d03b1ba0b6ea2ba03396d31868fe2e0.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox