From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EADDC59CAB for ; Thu, 31 Mar 2016 11:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 705E221C00F; Thu, 31 Mar 2016 11:45:36 +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 1B95921C00F for ; Thu, 31 Mar 2016 11:45:36 +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 C4AE5340D5C for ; Thu, 31 Mar 2016 11:45:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5ECA86B for ; Thu, 31 Mar 2016 11:45:31 +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: <1459424721.4bf2ffc7a20933a1a3099fb616b3a2a0288a4c0b.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.7.1.ebuild X-VCS-Directories: x11-misc/albert/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4bf2ffc7a20933a1a3099fb616b3a2a0288a4c0b X-VCS-Branch: master Date: Thu, 31 Mar 2016 11:45:31 +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: 438a5f5a-eb8f-4af4-96e7-226ebf1ac758 X-Archives-Hash: d1426753a205ef2d9a9b1bfb2223292f commit: 4bf2ffc7a20933a1a3099fb616b3a2a0288a4c0b Author: Michael Palimaka gentoo org> AuthorDate: Thu Mar 31 11:45:12 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 31 11:45:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf2ffc7 x11-misc/albert: version bump Package-Manager: portage-2.2.28 x11-misc/albert/Manifest | 1 + x11-misc/albert/albert-0.8.7.1.ebuild | 39 +++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest index c487e4d..40cfe82 100644 --- a/x11-misc/albert/Manifest +++ b/x11-misc/albert/Manifest @@ -1 +1,2 @@ DIST albert-0.8.2.tar.gz 4558869 SHA256 68b956904b272f48a994dd14d0c936e67e1cc340c7c30472adc6ac48b82d366d SHA512 ac602b6cad35308970f07231c01c1a0b285aaa364b5910a5ea91049a8c20e1a4d02621e0a8b28fd8b16326f853321f1fc6225777a63241b63660db86183ca8ac WHIRLPOOL 6032255f2d3718b73edccad301c863b40808026ae81a10886072e652fcf3c14ff52223f5a2a4606857d24e101c078a5f30386d2070f2f61b33872120ba6c2158 +DIST albert-0.8.7.1.tar.gz 4595203 SHA256 94ec180696abe9652c16eb1d45320f70f7a1fd2bc1f3c8d2addd9a6f1f999daf SHA512 281c3cfc7aaf2e8887cb277c51bab8f4d6bc9b9ade03a8cd4efb0d1b5d6cc142d4d55909d8a0cadadf4eb20aea34c67b79cfab8d41005875c3d2a7153998cc7d WHIRLPOOL 5420bf5c399f6041ec3d0a5a5e2191ba82416ca28eb2797c09dfda46633f36b2ec8c80c00bb87b0ae112d50a82274d9db3aeb32c465328c8763f82569070bab1 diff --git a/x11-misc/albert/albert-0.8.7.1.ebuild b/x11-misc/albert/albert-0.8.7.1.ebuild new file mode 100644 index 0000000..b27d1bc --- /dev/null +++ b/x11-misc/albert/albert-0.8.7.1.ebuild @@ -0,0 +1,39 @@ +# 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="" + +DEPEND=" + dev-cpp/muParser + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 +" +RDEPEND="${DEPEND}" + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}