public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-docklike-plugin/
@ 2024-12-24 15:52 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2024-12-24 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b49d7a0412370f5e95c00f7258057875841d54cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 15:44:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 15:51:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49d7a04

xfce-extra/xfce4-docklike-plugin: New package, v0.4.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-docklike-plugin/Manifest          |  1 +
 xfce-extra/xfce4-docklike-plugin/metadata.xml      |  8 ++++
 .../xfce4-docklike-plugin-0.4.3.ebuild             | 55 ++++++++++++++++++++++
 3 files changed, 64 insertions(+)

diff --git a/xfce-extra/xfce4-docklike-plugin/Manifest b/xfce-extra/xfce4-docklike-plugin/Manifest
new file mode 100644
index 000000000000..9e8055cd19c3
--- /dev/null
+++ b/xfce-extra/xfce4-docklike-plugin/Manifest
@@ -0,0 +1 @@
+DIST xfce4-docklike-plugin-0.4.3.tar.bz2 456424 BLAKE2B 1cc2f2d1bf209d75e20d57a68b86e48fceed7f790e1d669275ca18445e1f279e07c5f6124b6b318ef532d4b3670e70cabb1fe188fff1a5f99a309e350a831c99 SHA512 89b3739568fb4d908ad99268688448b8883d5f8e2b4c7ac092fbd687f53ada7f9c08f58e34572e9e2f733035174db1a5340a02e329a7fbed848786235bc3b298

diff --git a/xfce-extra/xfce4-docklike-plugin/metadata.xml b/xfce-extra/xfce4-docklike-plugin/metadata.xml
new file mode 100644
index 000000000000..fb3a6777ad9f
--- /dev/null
+++ b/xfce-extra/xfce4-docklike-plugin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>xfce@gentoo.org</email>
+		<name>XFCE Team</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/xfce-extra/xfce4-docklike-plugin/xfce4-docklike-plugin-0.4.3.ebuild b/xfce-extra/xfce4-docklike-plugin/xfce4-docklike-plugin-0.4.3.ebuild
new file mode 100644
index 000000000000..04a24a2965aa
--- /dev/null
+++ b/xfce-extra/xfce4-docklike-plugin/xfce4-docklike-plugin-0.4.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A modern, minimalist docklike taskbar for Xfce"
+HOMEPAGE="
+	https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start
+	https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/
+"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="X wayland"
+REQUIRED_USE="|| ( X wayland )"
+
+DEPEND="
+	>=dev-libs/glib-2.58.0
+	>=x11-libs/gtk+-3.24.0:3[X?,wayland?]
+	>=x11-libs/cairo-1.16.0
+	>=xfce-base/libxfce4ui-4.16.0:=
+	>=xfce-base/libxfce4util-4.16.0:=
+	>=xfce-base/xfce4-panel-4.16.0:=
+	>=xfce-base/libxfce4windowing-4.19.4:=[X?]
+	X? (
+		>=x11-libs/libX11-1.6.7
+	)
+	wayland? (
+		>=gui-libs/gtk-layer-shell-0.7.0
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-24 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24 15:52 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-docklike-plugin/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox