commit:     2c645e6cca94a4e26317ed8303699975780e8031
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue May  2 10:59:41 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Tue May  2 10:59:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c645e6c

gui-wm/hyprland-contrib: new package, add 0.1

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-wm/hyprland-contrib/Manifest                   |  1 +
 .../hyprland-contrib/hyprland-contrib-0.1.ebuild   | 38 ++++++++++++++++++++++
 gui-wm/hyprland-contrib/metadata.xml               | 11 +++++++
 3 files changed, 50 insertions(+)

diff --git a/gui-wm/hyprland-contrib/Manifest b/gui-wm/hyprland-contrib/Manifest
new file mode 100644
index 000000000..1ef117679
--- /dev/null
+++ b/gui-wm/hyprland-contrib/Manifest
@@ -0,0 +1 @@
+DIST hyprland-contrib-0.1.tar.gz 13608 BLAKE2B 
6cd69792a0a96b1df47039d33ea5fe4aa286a37359cd855042c6bd52c81f83d42f119d2ddd2fb5215695d8b8f03ebd907d05e0eae98495164a1c0f59d9cdd4b8
 SHA512 
f258711b1f35bd2c913a19d98282c3cc257413916e5727986e4cfb1922aa256ec361aef840013e6acbe084746d69271b78a5043ab11044ef074baabc9d5e9ed7

diff --git a/gui-wm/hyprland-contrib/hyprland-contrib-0.1.ebuild 
b/gui-wm/hyprland-contrib/hyprland-contrib-0.1.ebuild
new file mode 100644
index 000000000..3769f05a6
--- /dev/null
+++ b/gui-wm/hyprland-contrib/hyprland-contrib-0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Community-maintained extensions for hyprland"
+HOMEPAGE="https://hyprland.org/";
+SRC_URI="https://github.com/hyprwm/contrib/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+       app-shells/bash
+"
+DEPEND="${RDEPEND}
+"
+
+S="${WORKDIR}/contrib-${PV}"
+src_install() {
+       pushd grimblast || die
+       PREFIX="${D}/usr" emake install
+       popd || die
+       pushd hyprprop || die
+       PREFIX="${D}/usr" emake install
+       popd || die
+       pushd scratchpad || die
+       PREFIX="${D}/usr" emake install
+       popd || die
+       pushd shellevents || die
+       PREFIX="${D}/usr" emake install
+       popd || die
+       pushd try_swap_workspace || die
+       PREFIX="${D}/usr" emake install
+       popd || die
+}

diff --git a/gui-wm/hyprland-contrib/metadata.xml 
b/gui-wm/hyprland-contrib/metadata.xml
new file mode 100644
index 000000000..cc162a507
--- /dev/null
+++ b/gui-wm/hyprland-contrib/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <name>Pascal Jaeger</name>
+               <email>pascal.jae...@leimstift.de</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">hyprwm/contrib</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to