diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-28 07:11:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-28 07:11:58 +0000 |
| commit | ebcfdde700572edcef684fefa2245f7955c655ae (patch) | |
| tree | 6c397f76adb9324789fa1e83af8b23c934ce0786 /x11-misc | |
| parent | 758ba3a26cf3d19ddbff9cc837673acde1d4be43 (diff) | |
| download | baldeagleos-repo-ebcfdde700572edcef684fefa2245f7955c655ae.tar.gz baldeagleos-repo-ebcfdde700572edcef684fefa2245f7955c655ae.tar.xz baldeagleos-repo-ebcfdde700572edcef684fefa2245f7955c655ae.zip | |
Adding metadata
Diffstat (limited to 'x11-misc')
| -rw-r--r-- | x11-misc/xsri/xsri-2.1.0_p17_p12-r1.ebuild | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/x11-misc/xsri/xsri-2.1.0_p17_p12-r1.ebuild b/x11-misc/xsri/xsri-2.1.0_p17_p12-r1.ebuild new file mode 100644 index 000000000000..0792547ef26c --- /dev/null +++ b/x11-misc/xsri/xsri-2.1.0_p17_p12-r1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RPM_COMPRESS_TYPE=none +inherit autotools rpm + +DESCRIPTION="The xsri wallpaper setter from RedHat" +HOMEPAGE="https://fedoraproject.org" +SRC_URI=" + https://download.fedoraproject.org/pub/fedora/linux/releases/$(ver_cut 7)/Everything/source/SRPMS/${P/_p*/}-$(ver_cut 5).fc$(ver_cut 7).src.rpm +" +S=${WORKDIR}/${P/_p*/} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + dev-libs/popt + dev-libs/glib:2 + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + x11-libs/libX11 +" + +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +PATCHES=( + "${FILESDIR}"/${P/_p*/}-configure.patch +) + +DOCS=( AUTHORS ChangeLog README ) + +src_unpack() { + rpm_unpack + unpack "${WORKDIR}"/${P/_p*/}.tar.gz +} + +src_prepare() { + default + + eautoreconf +} + +src_install() { + default + doman ../${PN}.1 +} |
