From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB253138330 for ; Thu, 6 Oct 2016 14:40:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A44E0C06; Thu, 6 Oct 2016 14:40:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA4AFE0C06 for ; Thu, 6 Oct 2016 14:40:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 175623412A0 for ; Thu, 6 Oct 2016 14:40:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17BD9246C for ; Thu, 6 Oct 2016 14:40:47 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475764838.77de1f604e8b9fd9f7ce1b854a430b67be87f9f1.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/albert/Manifest x11-misc/albert/albert-0.8.11.ebuild X-VCS-Directories: x11-misc/albert/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 77de1f604e8b9fd9f7ce1b854a430b67be87f9f1 X-VCS-Branch: master Date: Thu, 6 Oct 2016 14:40:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2e8cabb-f5df-41a8-be6a-4b59f47a7892 X-Archives-Hash: 2dfd4a5f6d33aba65cc3af8d81126b99 commit: 77de1f604e8b9fd9f7ce1b854a430b67be87f9f1 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 6 14:40:24 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 6 14:40:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77de1f60 x11-misc/albert: version bump Package-Manager: portage-2.3.1 x11-misc/albert/Manifest | 1 + x11-misc/albert/albert-0.8.11.ebuild | 43 ++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest index b81d424..b6e6813 100644 --- a/x11-misc/albert/Manifest +++ b/x11-misc/albert/Manifest @@ -1 +1,2 @@ DIST albert-0.8.10.tar.gz 4630646 SHA256 32a54bb6b86a5e7e55055ec21eabbb85d0821c2bd465ac751d53eb6f345f6b58 SHA512 2003e9d9d13650a87f7afc24f41e7daecaf9090088a50f2ea35d903d13b264cfbf09592be712e74f66a4721ea05491b9ba68684a76322fb12a5bb3b90b0db890 WHIRLPOOL 7be2004a5edcb0f946d5012a3c0e83f814518de8b87061112bc634300fd799dcefeab092f9e841fcabf7b63a2461f767b66b3670516d67d6e8bf79ad56652ea8 +DIST albert-0.8.11.tar.gz 10509450 SHA256 7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3 SHA512 939b9fe4b5aaf0f3eaf280fbaebcecb12560e55e17a41b8917145c32e8e5bbfa45cbd85f249f22c0dcc8a7a1b32ec31f07bfb10c0f41080245c03555f93d7af3 WHIRLPOOL 114bed1a4f0b9c3157582f3a6e972d2b9991e90760311bb3a493c71ccdc3e05ec2f1790b4d47ad740af99d466d2c865777ba39cceb71cffaf176e621755d1538 diff --git a/x11-misc/albert/albert-0.8.11.ebuild b/x11-misc/albert/albert-0.8.11.ebuild new file mode 100644 index 00000000..303fb07 --- /dev/null +++ b/x11-misc/albert/albert-0.8.11.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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/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 + x11-libs/libX11 +" +DEPEND="${RDEPEND} + dev-qt/qtconcurrent:5 +" + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}