public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/
Date: Tue, 31 Oct 2017 12:42:04 +0000 (UTC)	[thread overview]
Message-ID: <1509453715.52dc9aadb2c02499bafa5fde381f0c3fef8adc2b.kensington@gentoo> (raw)

commit:     52dc9aadb2c02499bafa5fde381f0c3fef8adc2b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 12:41:43 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 12:41:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dc9aad

x11-misc/albert: version bump 0.14.6

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 x11-misc/albert/Manifest             |  2 ++
 x11-misc/albert/albert-0.14.6.ebuild | 58 ++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
index 3d7a569cbb6..879e47d4429 100644
--- a/x11-misc/albert/Manifest
+++ b/x11-misc/albert/Manifest
@@ -5,3 +5,5 @@ DIST albert-0.14.3-plugins.tar.gz 537751 SHA256 400613894457d8514e1a492726db9966
 DIST albert-0.14.3.tar.gz 83217 SHA256 39a121098db261d7fd2f48ec0f5b7b3bfc8a032430d796a6dedc92713aef5fa2 SHA512 f9d137477c830c92b457480acd095617b4281e4f26e4c547a0bf208459fa11964485328f3c04d92aeadb9c6ca134834b2b216935ad8fb72e6538e02ad230aeb2 WHIRLPOOL 4db02ee5cdbdc5c5bdbfdcd61b8cdd2451fce95f8dfe77693bb651a61e2dfa9022934584eda00044dcd0ec0f06fae9b5e456144dc3c8589c24eb6ef91b62acfd
 DIST albert-0.14.4-plugins.tar.gz 537929 SHA256 1b19f231738a84480abef1f80cecf910cd701eedac53c01c378c80cfa030068a SHA512 faa4d51ed18c3e68d255cedaccfe2f4c79bcfce844a2e9e289b197223f0b3898760bd217b76b5a0631899a76f870889726027fca5e80840c81f6d14264feed73 WHIRLPOOL 1e0f11befb6fedb95085d3abd0596087d8199f4861baed04d754d5e974ca96ac6027eb328b16cc84ee655eb5d5911708050f98257421379816699d8721280ca7
 DIST albert-0.14.4.tar.gz 83284 SHA256 fc89736a1ac34bb8a6e0db75dc9186fc266bdb63ce0cdbd699f94b373ea58d3e SHA512 c30430ac7255830781e27dbdf24a0aed90e509454feaff3ff1c95839cf05b3de641021a255087ac66bda051f34243e4a79eb6e08d8f6027ee1b8bc6564ee9d93 WHIRLPOOL 5934bcf0a87aa8232f8b10b2c74320fa0d11837d75b2472dc921924b7956c645d4a1bd8a0fa5c7b142c3e73f2944ccb74b8ec05c55564c3240f1a9c800798b77
+DIST albert-0.14.6-plugins.tar.gz 538025 SHA256 b00acc7b8b9dab47fad9dc24d768eec91d406aeba86c72516833ee1721bf92d3 SHA512 42f96495876611fedf60bb6a2793bda7f48ea2b4cf67c23f864d74ce201d0af861a93bd904c58699b5b7c23f0121f9e6009953530750cc002133d148f3a32f79 WHIRLPOOL 07fc95c61668ab2aab5e294cb2d14b6f0654960a9c141350ff15375848f5886327e24e3005599f0c51ede06aec8a7bff11093a409b9edd80dabb68097dce4335
+DIST albert-0.14.6.tar.gz 83749 SHA256 1160699c2dcd3648f265e313aec063e900597e3c4c1b748328750c2b76f0aa2a SHA512 ea0504bee62e022ad90f25b3752f3668e31463741ceb0392ad70c9ae586986cc55a99d92cd4b8e252acb4aea3324798a91a185fbc9a47577b703d98e891b195f WHIRLPOOL 7dadb3ec1c6b1c005bd1aea97d40b4cb2e1211ccd73266c4d05d526ec57637fcf230bbf1cd56f8887fb9c1e15c0cfb8c327250296600ddc4e61d8bbf2ad101c8

diff --git a/x11-misc/albert/albert-0.14.6.ebuild b/x11-misc/albert/albert-0.14.6.ebuild
new file mode 100644
index 00000000000..157c9abd62a
--- /dev/null
+++ b/x11-misc/albert/albert-0.14.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLUGINS_HASH="b1521e33fb9071c989103783b884a92d1f28f664"
+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
+
+	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
+}


             reply	other threads:[~2017-10-31 12:42 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-31 12:42 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-26 12:32 Michael Palimaka
2017-10-22  2:58 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=1509453715.52dc9aadb2c02499bafa5fde381f0c3fef8adc2b.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