summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-notes-plugin
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /xfce-extra/xfce4-notes-plugin
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'xfce-extra/xfce4-notes-plugin')
-rw-r--r--xfce-extra/xfce4-notes-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-notes-plugin/metadata.xml8
-rw-r--r--xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.12.0.ebuild50
3 files changed, 0 insertions, 59 deletions
diff --git a/xfce-extra/xfce4-notes-plugin/Manifest b/xfce-extra/xfce4-notes-plugin/Manifest
deleted file mode 100644
index c64de47b8f2b..000000000000
--- a/xfce-extra/xfce4-notes-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-notes-plugin-1.12.0.tar.xz 99140 BLAKE2B 6598e96e048ca27039e72f104502b4eca987d772ffe9e3799515768035910e965825bd8e1815dd760a482f72510032c26fe5b393cebcabdb14c5e9826a689d0b SHA512 f91ed786b35c26c36576be46c1c5d546a93d74479fe28971191eaabe66a066193b7a3779fabcb16aee5db35ac15f158f7420a54ce34cdb9f1f8979c295c73b97
diff --git a/xfce-extra/xfce4-notes-plugin/metadata.xml b/xfce-extra/xfce4-notes-plugin/metadata.xml
deleted file mode 100644
index 2b8ef06e9a39..000000000000
--- a/xfce-extra/xfce4-notes-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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-notes-plugin/xfce4-notes-plugin-1.12.0.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.12.0.ebuild
deleted file mode 100644
index 0c064193fee2..000000000000
--- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.12.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson vala xdg-utils
-
-DESCRIPTION="Xfce4 panel sticky notes plugin"
-HOMEPAGE="
- https://docs.xfce.org/panel-plugins/xfce4-notes-plugin/start
- https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin/
-"
-SRC_URI="
- https://archive.xfce.org/src/panel-plugins/${PN}/$(ver_cut 1-2)/${P}.tar.xz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 ~riscv ~sparc x86"
-
-DEPEND="
- >=dev-libs/glib-2.50.0:2
- >=x11-libs/gtk+-3.22.0:3
- >=x11-libs/gtksourceview-4.0.0:4[introspection,vala]
- >=xfce-base/libxfce4ui-4.16.0:=[introspection,vala]
- >=xfce-base/libxfce4util-4.16.0:=[introspection,vala]
- >=xfce-base/xfce4-panel-4.16.0:=[introspection,vala]
- >=xfce-base/xfconf-4.16.0:=[introspection,vala]
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- $(vala_depend)
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- vala_setup
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}