Skip to content

Commit

Permalink
contrib/xfce4: add subpackage for panel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and nekopsykose committed Jun 18, 2024
1 parent 10c4086 commit a100e87
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/xfce4-panel-plugins
37 changes: 36 additions & 1 deletion contrib/xfce4/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "xfce4"
pkgver = "4.18"
pkgrel = 1
pkgrel = 2
build_style = "meta"
depends = [
"thunar",
Expand Down Expand Up @@ -45,3 +45,38 @@ def _apps(self):
"xfdashboard",
]
return []


@subpackage("xfce4-panel-plugins")
def _panel_plugins(self):
self.pkgdesc = "Xfce desktop environment (panel plugins)"
self.install_if = [f"{pkgname}={pkgver}-r{pkgrel}"]
self.depends = [
"xfce4-clipman-plugin",
"xfce4-cpufreq-plugin",
"xfce4-cpugraph-plugin",
"xfce4-diskperf-plugin",
"xfce4-docklike-plugin",
"xfce4-eyes-plugin",
"xfce4-fsguard-plugin",
"xfce4-generic-slider",
"xfce4-genmon-plugin",
"xfce4-indicator-plugin",
"xfce4-mailwatch-plugin",
"xfce4-netload-plugin",
"xfce4-notes-plugin",
"xfce4-places-plugin",
"xfce4-pulseaudio-plugin",
"xfce4-sensors-plugin",
"xfce4-smartbookmark-plugin",
"xfce4-stopwatch-plugin",
"xfce4-systemload-plugin",
"xfce4-time-out-plugin",
"xfce4-timer-plugin",
"xfce4-verve-plugin",
"xfce4-wavelan-plugin",
"xfce4-whiskermenu-plugin",
"xfce4-windowck-plugin",
"xfce4-xkb-plugin",
]
return []

0 comments on commit a100e87

Please sign in to comment.