public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprland-plugins/
Date: Mon, 30 Oct 2023 11:27:48 +0000 (UTC)	[thread overview]
Message-ID: <1698610812.783d909d70e27700f9fc1d79637f432cece2f681.davidroman@gentoo> (raw)

commit:     783d909d70e27700f9fc1d79637f432cece2f681
Author:     Gonçalo Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Sun Oct 29 20:20:12 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Oct 29 20:20:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=783d909d

gui-apps/hyprland-plugins: drop 0.29.1

Signed-off-by: Gonçalo Duarte <gonegrier.duarte <AT> gmail.com>

 .../hyprland-plugins-0.29.1.ebuild                 | 102 ---------------------
 1 file changed, 102 deletions(-)

diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.29.1.ebuild b/gui-apps/hyprland-plugins/hyprland-plugins-0.29.1.ebuild
deleted file mode 100644
index 759468262b..0000000000
--- a/gui-apps/hyprland-plugins/hyprland-plugins-0.29.1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-COMMIT=f9578d28d272fb61753417e175b0fcd5bedc1443
-SPLITCOMMIT=d8c97d60753f70d686588ad3b0a877e2ca67ff72
-DESCRIPTION="A blazing fast wayland wallpaper utility"
-HOMEPAGE="https://github.com/hyprwm/hyprland-plugins"
-SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> ${P}.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"
-REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars split-monitor-workspaces )"
-
-RDEPEND="gui-wm/hyprland"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	~gui-wm/hyprland-${PV}
-	x11-libs/libdrm
-	x11-libs/pixman
-	x11-libs/xcb-util-wm
-"
-
-src_configure() {
-	if use borders-plus-plus; then
-		BUILD_DIR="${WORKDIR}/${P}-build/borders-plus-plus"
-		EMESON_SOURCE="${S}/borders-plus-plus"
-		meson_src_configure
-	fi
-
-	if use csgo-vulkan-fix; then
-		BUILD_DIR="${WORKDIR}/${P}-build/csgo-vulkan-fix"
-		EMESON_SOURCE="${S}/csgo-vulkan-fix"
-		meson_src_configure
-	fi
-
-	if use hyprbars; then
-		BUILD_DIR="${WORKDIR}/${P}-build/hyprbars"
-		EMESON_SOURCE="${S}/hyprbars"
-		meson_src_configure
-	fi
-}
-
-src_compile() {
-	if use borders-plus-plus; then
-		BUILD_DIR="${WORKDIR}/${P}-build/borders-plus-plus"
-		EMESON_SOURCE="${S}/borders-plus-plus"
-		meson_src_compile
-	fi
-
-	if use csgo-vulkan-fix; then
-		BUILD_DIR="${WORKDIR}/${P}-build/csgo-vulkan-fix"
-		EMESON_SOURCE="${S}/csgo-vulkan-fix"
-		meson_src_compile
-	fi
-
-	if use hyprbars; then
-		BUILD_DIR="${WORKDIR}/${P}-build/hyprbars"
-		EMESON_SOURCE="${S}/hyprbars"
-		meson_src_compile
-	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
-		newins "${WORKDIR}/${P}-build/borders-plus-plus/libborders-plus-plus.so" "borders-plus-plus.so"
-	fi
-
-	if use csgo-vulkan-fix; then
-		newins "${WORKDIR}/${P}-build/csgo-vulkan-fix/libcsgo-vulkan-fix.so" "csgo-vulkan-fix.so"
-	fi
-
-	if use hyprbars; then
-		newins "${WORKDIR}/${P}-build/hyprbars/libhyprbars.so" "hyprbars.so"
-	fi
-
-	if use split-monitor-workspaces; then
-		doins "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}/split-monitor-workspaces.so"
-	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-10-30 11:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 11:27 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-23  1:36 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprland-plugins/ David Roman
2024-01-15 15:46 David Roman
2024-01-03 18:10 David Roman
2024-01-03 16:54 David Roman
2023-11-16 10:05 David Roman
2023-10-30 11:27 David Roman
2023-10-30 11:27 David Roman
2023-09-26 14:37 David Roman
2023-09-26 14:33 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-09-26 14:37 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-08-07 12:51 David Roman
2023-07-31 14:53 David Roman
2023-07-21  4:12 Viorel Munteanu
2023-06-07  7:04 Viorel Munteanu
2023-04-26  9:44 Florian Schmaus

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=1698610812.783d909d70e27700f9fc1d79637f432cece2f681.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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