public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprland-plugins/
Date: Sun, 23 Apr 2023 19:53:27 +0000 (UTC)	[thread overview]
Message-ID: <1682277742.04522bf71ee2ff0b7cb8b64f6dd4e2322a309ec1.julien@gentoo> (raw)

commit:     04522bf71ee2ff0b7cb8b64f6dd4e2322a309ec1
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Apr 23 19:22:22 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr 23 19:22:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04522bf7

gui-apps/hyprland-plugins: drop 0.24.1

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 .../hyprland-plugins-0.24.1.ebuild                 | 92 ----------------------
 1 file changed, 92 deletions(-)

diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1.ebuild b/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1.ebuild
deleted file mode 100644
index c674218ec..000000000
--- a/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=bb1437add2df7f76147f7beb430365637fc2c35e
-SPLITCOMMIT=feb6ab9a4929a92d41c724f6d16e9d351b12de39
-DESCRIPTION="A blazing fast wayland wallpaper utility"
-HOMEPAGE="https://github.com/hyprwm/hyprpaper"
-SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz
-	https://github.com/hyprwm/Hyprland/releases/download/v${PV}/source-v${PV}.tar.gz \
-	-> ${P}-hyprsrc.gh.tar.gz
-	https://github.com/Duckonaut/split-monitor-workspaces/archive/${SPLITCOMMIT}.tar.gz \
-	-> ${P}-split-monitor-workspaces.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars split-monitor-workspaces X"
-REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars split-monitor-workspaces )"
-
-RDEPEND="gui-wm/hyprland"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	~gui-wm/hyprland-${PV}
-	split-monitor-workspaces? ( gui-libs/wlroots[X?] )
-	x11-libs/libdrm
-	x11-libs/pixman
-"
-
-src_unpack() {
-	default
-	cp "${FILESDIR}/split-monitor-workspaces.patch" "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" || die
-}
-
-src_prepare() {
-	eapply_user
-	if use split-monitor-workspaces && ! use X; then
-		cd "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" || die
-		eapply "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}"
-	fi
-}
-
-src_compile() {
-	emake -C "${WORKDIR}/hyprland-source" protocols
-	export HYPRLAND_HEADERS="${WORKDIR}/hyprland-source"
-
-	if use borders-plus-plus; then
-		emake -C "${S}/borders-plus-plus" all
-	fi
-
-	if use csgo-vulkan-fix; then
-		emake -C "${S}/csgo-vulkan-fix" all
-	fi
-
-	if use hyprbars; then
-		emake -C "${S}/hyprbars" all
-	fi
-
-	if use split-monitor-workspaces; then
-		emake -C "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" split-monitor-workspaces.so
-	fi
-}
-
-src_install() {
-	insinto "/usr/share/hyprland/plugins"
-
-	if use borders-plus-plus; then
-		doins "${S}/borders-plus-plus/borders-plus-plus.so"
-	fi
-
-	if use csgo-vulkan-fix; then
-		doins "${S}/csgo-vulkan-fix/csgo-vulkan-fix.so"
-	fi
-
-	if use hyprbars; then
-		doins "${S}/hyprbars/hyprbars.so"
-	fi
-
-	if use split-monitor-workspaces; then
-		doins "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}/split-monitor-workspaces.so"
-		emake -C "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" all
-	fi
-}
-
-pkg_postinst() {
-	einfo "Plugins are installed in /usr/share/hyprland/plugins"
-	einfo "To load them, refer to the official documentation"
-	einfo "https://wiki.hyprland.org/Plugins/Using-Plugins/"
-}


             reply	other threads:[~2023-04-23 19:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-23 19:53 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-23  1:30 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprland-plugins/ Julien Roy
2024-01-14 11:34 Joe Kappus
2024-01-03 17:24 Julien Roy
2024-01-03 12:35 Gonçalo Negrier Duarte
2024-01-02 11:40 Gonçalo Negrier Duarte
2023-11-14 11:22 Gonçalo Negrier Duarte
2023-10-29 20:24 Gonçalo Negrier Duarte
2023-10-29 20:04 Gonçalo Negrier Duarte
2023-10-29 20:04 Gonçalo Negrier Duarte
2023-09-26 14:37 [gentoo-commits] repo/proj/guru:master " David Roman
2023-09-26 14:33 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-09-26 14:33 David Roman
2023-08-07 12:51 [gentoo-commits] repo/proj/guru:master " David Roman
2023-08-07 12:48 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-07-31  7:30 Gonçalo Negrier Duarte
2023-07-20 12:16 Anna Vyalkova
2023-06-06  1:18 Julien Roy
2023-05-08 12:59 Julien Roy
2023-05-08 12:46 Julien Roy
2023-05-08  1:53 Julien Roy
2023-05-07 20:29 Julien Roy
2023-05-07 20:29 Julien Roy
2023-04-23 19:53 Julien Roy
2023-04-16  5:01 Julien Roy

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=1682277742.04522bf71ee2ff0b7cb8b64f6dd4e2322a309ec1.julien@gentoo \
    --to=julien@jroy.ca \
    --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