public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/projecteur/
Date: Thu,  5 Dec 2019 23:32:54 +0000 (UTC)	[thread overview]
Message-ID: <1575588726.89bfdd680f3ae72c40f7b654c21409f90c4f8224.conikost@gentoo> (raw)

commit:     89bfdd680f3ae72c40f7b654c21409f90c4f8224
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 23:31:30 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 23:32:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bfdd68

x11-misc/projecteur: New package

Newer presenter hardware by Logitech contains a windows software, which
provides additional software features like a virtual laser pointer.
This open source software tries to bring those features to linux.

Closes: https://github.com/gentoo/gentoo/pull/12000
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/projecteur/Manifest              |  1 +
 x11-misc/projecteur/metadata.xml          | 18 +++++++++++++
 x11-misc/projecteur/projecteur-0.6.ebuild | 43 +++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+)

diff --git a/x11-misc/projecteur/Manifest b/x11-misc/projecteur/Manifest
new file mode 100644
index 00000000000..b9decade370
--- /dev/null
+++ b/x11-misc/projecteur/Manifest
@@ -0,0 +1 @@
+DIST projecteur-0.6.tar.gz 286242 BLAKE2B 80385b946fbd8ba8f6f5db4c495f382252a5c644d0626c0e6f0b95c9a1785a3fdba8347115c456517da1c5627238883db7b253a98f3aa4912dc75adc54af1f82 SHA512 d97cd9facb0db0199ae0c569a1e4c881f30901a31966f23a94d093cab5582af1b8199d7b7d2d074d852dc2c22f4ce249b9690e99e8b4d79444d17d22bcabcbc0

diff --git a/x11-misc/projecteur/metadata.xml b/x11-misc/projecteur/metadata.xml
new file mode 100644
index 00000000000..429e23db708
--- /dev/null
+++ b/x11-misc/projecteur/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>conikost@gentoo.org</email>
+		<name>Conrad Kostecki</name>
+	</maintainer>
+	<longdescription>
+		A Linux application for the Logitech Spotlight.
+		Features: A configurable desktop spotlight,
+		configure color, opacity, cursor and the center dot,
+		multiple screen support.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/jahnf/Projecteur/issues</bugs-to>
+		<remote-id type="github">jahnf/Projecteur</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-misc/projecteur/projecteur-0.6.ebuild b/x11-misc/projecteur/projecteur-0.6.ebuild
new file mode 100644
index 00000000000..2891b3b14b8
--- /dev/null
+++ b/x11-misc/projecteur/projecteur-0.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/p/P}"
+
+inherit cmake-utils 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[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
+}


             reply	other threads:[~2019-12-05 23:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05 23:32 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-19 23:53 [gentoo-commits] repo/gentoo:master commit in: x11-misc/projecteur/ Andreas Sturmlechner
2020-01-19 23:53 Andreas Sturmlechner
2020-03-12 22:48 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-05-10 16:22 Conrad Kostecki
2020-05-10 16:23 Conrad Kostecki
2020-05-10 19:37 Conrad Kostecki
2020-06-20 21:52 Conrad Kostecki
2020-06-29 13:40 Agostino Sarubbo
2020-08-11 18:50 Conrad Kostecki
2020-08-17  7:01 Agostino Sarubbo
2020-08-18 11:22 Agostino Sarubbo
2021-03-29 20:54 Conrad Kostecki
2021-03-29 20:54 Conrad Kostecki
2021-03-29 20:54 Conrad Kostecki
2021-10-11 18:22 Conrad Kostecki
2021-11-14 13:57 Conrad Kostecki
2021-11-14 13:57 Conrad Kostecki
2021-11-14 13:57 Conrad Kostecki
2023-11-12  0:24 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2024-01-06  1:56 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1575588726.89bfdd680f3ae72c40f7b654c21409f90c4f8224.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox