From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-842254-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B8DAD13888F for <garchives@archives.gentoo.org>; Sat, 24 Oct 2015 18:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A5CAE0810; Sat, 24 Oct 2015 18:05:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E339CE0810 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Oct 2015 18:05:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5FB83406AD for <gentoo-commits@lists.gentoo.org>; Sat, 24 Oct 2015 18:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDCA817C5 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Oct 2015 18:05:17 +0000 (UTC) From: "Michael Palimaka" <kensington@gentoo.org> 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" <kensington@gentoo.org> Message-ID: <1445709910.379464b71bb9471a9d7a5e37879f9017dca5b6af.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.7.7.ebuild x11-misc/albert/metadata.xml X-VCS-Directories: x11-misc/albert/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 379464b71bb9471a9d7a5e37879f9017dca5b6af X-VCS-Branch: master Date: Sat, 24 Oct 2015 18:05:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 885079bf-a68d-4fee-86fe-e2fcf323d2b4 X-Archives-Hash: e3a25bafe27bebe2c2d5d79f9dc8daf9 commit: 379464b71bb9471a9d7a5e37879f9017dca5b6af Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Oct 24 18:03:56 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Oct 24 18:05:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379464b7 x11-misc/albert: new package Gentoo-bug: 563974 Package-Manager: portage-2.2.20.1 x11-misc/albert/Manifest | 1 + x11-misc/albert/albert-0.7.7.ebuild | 40 +++++++++++++++++++++++++++++++++++++ x11-misc/albert/metadata.xml | 7 +++++++ 3 files changed, 48 insertions(+) diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest new file mode 100644 index 0000000..389e3fd --- /dev/null +++ b/x11-misc/albert/Manifest @@ -0,0 +1 @@ +DIST albert-0.7.7.tar.gz 4490918 SHA256 24fbe1f758eea8b8a0920413d2b7a3b44c0cfa88e3d98f302bd5604b4eb0acc3 SHA512 890bb0ba53be64b58090ad1b73152980c5f3e426fa2582a13bca081978253e792c1569857b01f71b3d2513d37bee7af79b9aef502881c30f0afa29cd6d9f0bdf WHIRLPOOL 924d24e1840eaab11aecaa82edf68c1b050a840b97393736b84601cab66b7914748206d6118b4a68668b8cb115408c6a63913637829d2eb9936ae14bf0416cd4 diff --git a/x11-misc/albert/albert-0.7.7.ebuild b/x11-misc/albert/albert-0.7.7.ebuild new file mode 100644 index 0000000..d028470 --- /dev/null +++ b/x11-misc/albert/albert-0.7.7.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 +" +RDEPEND="${DEPEND} + dev-qt/qtsvg:5 +" + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/x11-misc/albert/metadata.xml b/x11-misc/albert/metadata.xml new file mode 100644 index 0000000..07339f6 --- /dev/null +++ b/x11-misc/albert/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>kensington@gentoo.org</email> + </maintainer> +</pkgmetadata>