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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08BFF158090 for ; Sat, 14 May 2022 22:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 143852BC00B; Sat, 14 May 2022 22:56:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBBF02BC00B for ; Sat, 14 May 2022 22:56:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17748341B56 for ; Sat, 14 May 2022 22:56:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E02FF485 for ; Sat, 14 May 2022 22:56:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1652568970.e21ded3b0e7a6c4d2f1c548c00442d2814a51aa1.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/g15composer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/g15composer/Manifest app-misc/g15composer/g15composer-3.4.ebuild X-VCS-Directories: app-misc/g15composer/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e21ded3b0e7a6c4d2f1c548c00442d2814a51aa1 X-VCS-Branch: master Date: Sat, 14 May 2022 22:56:17 +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: 3c98e130-10ad-4a16-a8ff-0f27755f7399 X-Archives-Hash: 1feb9749d751958e0f98e01ae83b0eed commit: e21ded3b0e7a6c4d2f1c548c00442d2814a51aa1 Author: Lars Wendler gentoo org> AuthorDate: Sat May 14 22:54:23 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat May 14 22:56:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21ded3b app-misc/g15composer: Bump to version 3.4 Signed-off-by: Lars Wendler gentoo.org> app-misc/g15composer/Manifest | 1 + app-misc/g15composer/g15composer-3.4.ebuild | 49 +++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/app-misc/g15composer/Manifest b/app-misc/g15composer/Manifest index 0a3880eb72d9..8dcaa4e12cd0 100644 --- a/app-misc/g15composer/Manifest +++ b/app-misc/g15composer/Manifest @@ -1 +1,2 @@ DIST g15composer-3.2.tar.bz2 105805 BLAKE2B 1a843ed50f0374cb23d469be9c083437f13279f5584e3112037635225e5d5df7765452e3e805c4230fd33782c300f5abdb1fc05e394f636d160c8e49baf3dde0 SHA512 95b033e2bb957ef4a2f3d3e2954a11454af7d8576e037f723d2a7d45a7dadde4908540ff0a66b387209e689217ba0e6677dcee1e647b792c402f250371518bc1 +DIST g15composer-3.4.tar.bz2 125798 BLAKE2B 6377e6122511ff580622ca340d82c09054e72dcdd782b55325ff803dbbf4f9f99f10ee6b9c40ecb411bb516546bfbf1dc9d5114d11c175c62d390b48e630f5a5 SHA512 43f1e57df642d599554a454ef6aeb5ebd74aa9f9e002031c7f1d83748a4e3fafae1b9675f1347a5a829f8d8d4433c8f83309c1842ac264f51807d8d38ee36c66 diff --git a/app-misc/g15composer/g15composer-3.4.ebuild b/app-misc/g15composer/g15composer-3.4.ebuild new file mode 100644 index 000000000000..91ff7d33e957 --- /dev/null +++ b/app-misc/g15composer/g15composer-3.4.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="A library to render text and shapes into a buffer usable by the Logitech G15" +HOMEPAGE="https://gitlab.com/menelkir/g15composer" +if [[ ${PV} == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/menelkir/g15composer.git" +else + SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2" + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="truetype" + +DEPEND=" + >=app-misc/g15daemon-3.0 + >=dev-libs/libg15render-3.0[truetype?] + truetype? ( media-libs/freetype ) +" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + mv configure.{in,ac} || die + eautoreconf +} + +src_configure() { + econf $(use_enable truetype ttf) +} + +src_install() { + local DOCS=( AUTHORS README ChangeLog ) + default + + newinitd "${FILESDIR}/${PN}-3.2.initd" ${PN} + newconfd "${FILESDIR}/${PN}-3.2.confd" ${PN} +} + +pkg_postinst() { + elog "Set the user to run g15composer in /etc/conf.d/g15composer before starting the service." +}