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 13ACF139694 for ; Sun, 12 Feb 2017 01:24:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3825BE0DA3; Sun, 12 Feb 2017 01:24:38 +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 F39F0E0DA3 for ; Sun, 12 Feb 2017 01:24:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2152D340EF6 for ; Sun, 12 Feb 2017 01:24:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ADAB44AA for ; Sun, 12 Feb 2017 01:24:35 +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: <1486862663.553c199019a30f4520a7d76768d8ddf6f11b2411.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.9.3.ebuild X-VCS-Directories: x11-misc/albert/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 553c199019a30f4520a7d76768d8ddf6f11b2411 X-VCS-Branch: master Date: Sun, 12 Feb 2017 01:24:35 +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: 2362b7ed-b799-4f0b-9522-a868455a5f13 X-Archives-Hash: daee63be63b1cada08d17f79917c28f9 commit: 553c199019a30f4520a7d76768d8ddf6f11b2411 Author: Michael Palimaka gentoo org> AuthorDate: Sun Feb 12 01:24:05 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Feb 12 01:24:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553c1990 x11-misc/albert: version bump 0.9.3 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-misc/albert/Manifest | 1 + x11-misc/albert/albert-0.9.3.ebuild | 50 +++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest index 62990a78c9..b99c33f14e 100644 --- a/x11-misc/albert/Manifest +++ b/x11-misc/albert/Manifest @@ -1 +1,2 @@ DIST albert-0.8.11.tar.gz 10509450 SHA256 7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3 SHA512 939b9fe4b5aaf0f3eaf280fbaebcecb12560e55e17a41b8917145c32e8e5bbfa45cbd85f249f22c0dcc8a7a1b32ec31f07bfb10c0f41080245c03555f93d7af3 WHIRLPOOL 114bed1a4f0b9c3157582f3a6e972d2b9991e90760311bb3a493c71ccdc3e05ec2f1790b4d47ad740af99d466d2c865777ba39cceb71cffaf176e621755d1538 +DIST albert-0.9.3.tar.gz 10176040 SHA256 5e16e369e38267e861407e5315c841e07ee04cf14caf0294e8c33d837c1931f4 SHA512 d62fc7884d09e499a5f9a5818edefd8382810063611f572e6fc65e3054e3f76a158dac56dc22314a5d33bd06856e66d73ff2348a10e6e1fdbbea02a8f19ed925 WHIRLPOOL 920e162f3380e70d73acc6f1a2e55629e12f8fa11282e8a1d325349ad4b3cabbc2433715e25d982b337ff57151fed655cf81c9fd0d16d6387bf07630313d08c1 diff --git a/x11-misc/albert/albert-0.9.3.ebuild b/x11-misc/albert/albert-0.9.3.ebuild new file mode 100644 index 0000000000..81da0b41d6 --- /dev/null +++ b/x11-misc/albert/albert-0.9.3.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 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/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 +}