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: Sat, 18 Mar 2017 06:56:14 +0000 (UTC)	[thread overview]
Message-ID: <1489820164.3d7be98cc67caae485c94cb019db73127742b3c9.kensington@gentoo> (raw)

commit:     3d7be98cc67caae485c94cb019db73127742b3c9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 06:55:54 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 06:56:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7be98c

x11-misc/albert: version bump 0.9.5

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/albert/Manifest            |  1 +
 x11-misc/albert/albert-0.9.5.ebuild | 49 +++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
index 3a28a3c27de..51de8f34d6d 100644
--- a/x11-misc/albert/Manifest
+++ b/x11-misc/albert/Manifest
@@ -1,2 +1,3 @@
 DIST albert-0.8.11.tar.gz 10509450 SHA256 7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3 SHA512 939b9fe4b5aaf0f3eaf280fbaebcecb12560e55e17a41b8917145c32e8e5bbfa45cbd85f249f22c0dcc8a7a1b32ec31f07bfb10c0f41080245c03555f93d7af3 WHIRLPOOL 114bed1a4f0b9c3157582f3a6e972d2b9991e90760311bb3a493c71ccdc3e05ec2f1790b4d47ad740af99d466d2c865777ba39cceb71cffaf176e621755d1538
 DIST albert-0.9.4.tar.gz 10176251 SHA256 c514d3a949b792f536c5a682f4f9127c014ce8ddf60938584efe81c568724dad SHA512 dccf58aba2f224efc9c9889ad134a7e4296fcc02b9a3b45c7ba889cc1d9103ec54a8aa179921e6f3f94272a46faa8fa1f16efa5db3731888b2d58c2f38093267 WHIRLPOOL 48400a6200f383919ee0f6131acbbc0d50825100ef088f14c8f2f88bd7572aaad551734b0cfa0f2e509bc2d872675c3db80e543467484f257594b3a9f7df6452
+DIST albert-0.9.5.tar.gz 10175835 SHA256 0af1f01b45454088ed5776ee7884b3244442a65dde7b220f2a5ccc37cef2ad3f SHA512 5405a78fe90c6d4a6e4a1508f34cd786f535381a0824bdca1a02f6edac37bf819b67bf2de55b8c9bf883e4628656b26316904b93877d92f1865673d2810527de WHIRLPOOL 391e0e0fb980955d237ba256e0e5100b00cb7c4b789d386ec352a8af60621d1578bbaa02d6e6c62ef69ba5e773ae27595176c2a7f27e6a4cc93aa129005ee7bc

diff --git a/x11-misc/albert/albert-0.9.5.ebuild b/x11-misc/albert/albert-0.9.5.ebuild
new file mode 100644
index 00000000000..fe3ca76fc6a
--- /dev/null
+++ b/x11-misc/albert/albert-0.9.5.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Desktop agnostic launcher"
+HOMEPAGE="https://github.com/manuelschneid3r/albert"
+SRC_URI="https://github.com/manuelschneid3r/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-cpp/muParser
+	dev-qt/qtconcurrent:5
+	dev-qt/qtcore: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
+	dev-qt/qtxml:5
+	x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	sed -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" \
+		-i src/plugins/*/CMakeLists.txt \
+		-i src/lib/*/CMakeLists.txt || die
+	cmake-utils_src_prepare
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2017-03-18  6:56 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-18  6:56 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-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-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=1489820164.3d7be98cc67caae485c94cb019db73127742b3c9.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