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 90146138351 for ; Thu, 12 Mar 2020 22:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99DDAE0B0F; Thu, 12 Mar 2020 22:48:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F5D7E0B0F for ; Thu, 12 Mar 2020 22:48:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DE5034EE86 for ; Thu, 12 Mar 2020 22:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815C817A for ; Thu, 12 Mar 2020 22:48:13 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1584053216.3460193e2585de1bfac8e8322790205b0c415148.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/projecteur/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/projecteur/Manifest x11-misc/projecteur/projecteur-0.7.ebuild X-VCS-Directories: x11-misc/projecteur/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3460193e2585de1bfac8e8322790205b0c415148 X-VCS-Branch: master Date: Thu, 12 Mar 2020 22:48:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78899dc4-5249-4433-9c59-bb03a5185c57 X-Archives-Hash: 6fd75315c552dcf1472facd776c1b93a commit: 3460193e2585de1bfac8e8322790205b0c415148 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Mar 12 21:50:44 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Mar 12 22:46:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3460193e x11-misc/projecteur: bump to version 0.7 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/projecteur/Manifest | 1 + x11-misc/projecteur/projecteur-0.7.ebuild | 45 +++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/x11-misc/projecteur/Manifest b/x11-misc/projecteur/Manifest index b9decade370..c74a0e350df 100644 --- a/x11-misc/projecteur/Manifest +++ b/x11-misc/projecteur/Manifest @@ -1 +1,2 @@ DIST projecteur-0.6.tar.gz 286242 BLAKE2B 80385b946fbd8ba8f6f5db4c495f382252a5c644d0626c0e6f0b95c9a1785a3fdba8347115c456517da1c5627238883db7b253a98f3aa4912dc75adc54af1f82 SHA512 d97cd9facb0db0199ae0c569a1e4c881f30901a31966f23a94d093cab5582af1b8199d7b7d2d074d852dc2c22f4ce249b9690e99e8b4d79444d17d22bcabcbc0 +DIST projecteur-0.7.tar.gz 296252 BLAKE2B fb20de48ee5f89e66701fc8d6cad036aed48ed862994b82431a8a14f3ec95dccb863c4c35a5de01c932150b3b311511ef01af093ddbcd23a2413ebb882152bab SHA512 9af54e47883cd3d9368edef173b9c0eb522f947f7d72f759388e2ecdf275524bdf56d3562506a383bba32c0fd2ec5c76c232a7b523e13b79caeb4d6d76bbbac0 diff --git a/x11-misc/projecteur/projecteur-0.7.ebuild b/x11-misc/projecteur/projecteur-0.7.ebuild new file mode 100644 index 00000000000..d727e882f0f --- /dev/null +++ b/x11-misc/projecteur/projecteur-0.7.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="${PN/p/P}" + +inherit cmake udev xdg-utils + +DESCRIPTION="Linux Desktop Application for the Logitech Spotlight device" +HOMEPAGE="https://github.com/jahnf/Projecteur" +SRC_URI="https://github.com/jahnf/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + || ( + dev-qt/qtgui:5[X(-)] + dev-qt/qtgui:5[xcb(-)] + ) + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + virtual/udev + x11-libs/libX11 +" +DEPEND="${RDEPEND}" + +BDEPEND="virtual/pkgconfig" + +pkg_postinst() { + udev_reload + xdg_icon_cache_update +} + +pkg_postrm() { + udev_reload + xdg_icon_cache_update +}