Added x11-misc/find-cursor-20240408

This commit is contained in:
saundersp 2025-02-01 16:39:16 +01:00
parent 92bf8cfd1e
commit 966353cb14
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,11 @@
DEFINED_PHASES=install
DEPEND=x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXrender x11-libs/libX11
DESCRIPTION=Simple XLib program to highlight the cursor position
EAPI=8
HOMEPAGE=https://github.com/arp242/find-cursor
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXrender x11-libs/libX11
SLOT=0
SRC_URI=https://github.com/arp242/find-cursor/archive/4a67d023ef204d0c237841610e943cc247447be0.tar.gz -> find-cursor-20240408.tar.gz
_md5_=8442bc176d41a5df7aed787b049b85f1

View File

@ -0,0 +1 @@
DIST find-cursor-20240408.tar.gz 74806 BLAKE2B 7cedd5a0d2fb863b1839bccb86a7f5a3422531ed9eba817197d000dc45ec628fb2dadb2bb51456e2fd04dfbd1547651396fe020aa5d0d28221e8c507e28f665d SHA512 1eba954cdbf95504be097f79744a8bcb1635902ba280d65ce42f94a1a8bf011e1fc84f6e2155de55675fa06f3e487327057275edbd6185f53d5d5a7d19c2af8f

View File

@ -0,0 +1,26 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION='Simple XLib program to highlight the cursor position'
HOMEPAGE='https://github.com/arp242/find-cursor'
GIT_COMMIT='4a67d023ef204d0c237841610e943cc247447be0'
SRC_URI="https://github.com/arp242/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
LICENSE='MIT'
SLOT='0'
KEYWORDS='~amd64 ~x86'
DEPEND='
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXrender
x11-libs/libX11
'
RDEPEND="${DEPEND}"
src_install() {
emake PREFIX=/usr DESTDIR="${D}" install
}

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>martin@arp242.net</email>
<name>Martin Tournoij</name>
</maintainer>
<longdescription lang="en">
Simple XLib program to highlight the cursor position. This is similar to the feature found in Windows XP (and possibly later?).
</longdescription>
<upstream>
<remote-id type="github">arp242/find-cursor</remote-id>
</upstream>
</pkgmetadata>