Plasma-applet-window-buttons 0.14.0-3

Plasma-applet-window-buttons is NOT linked to the correct github file in pamac.
Though it shows up correctly: GitHub - moodyhunter/applet-window-buttons6: Plasma ~~5~~ (no, 6) applet in order to show window buttons in your panels · GitHub, this not what pamac downloads.
It downloads the depracated version: GitHub - psifidotos/applet-window-buttons: Plasma 5 applet in order to show window buttons in your panels · GitHub which is version 0.11.1 from years ago for some reason.
Try it yourself.

Welcome to the Manjaro community @shroedinaz

plasma-applet-window-buttons is packaged by Arch, not Manjaro:

mbn info plasma-applet-window-buttons -q
Branch         : archlinux
Name           : plasma-applet-window-buttons
Version        : 0.14.0-3
Repository     : extra
Build Date     : Wed 25 Feb 2026 09:22:40 
Packager       : Antonio Rojas <arojas@archlinux.org>
Branch         : unstable
Name           : plasma-applet-window-buttons
Version        : 0.14.0-3
Repository     : extra
Build Date     : Wed 25 Feb 2026 09:22:40 
Packager       : Antonio Rojas <arojas@archlinux.org>
Branch         : testing
Name           : plasma-applet-window-buttons
Version        : 0.14.0-2
Repository     : extra
Build Date     : Fri 28 Feb 2025 02:57:40 
Packager       : Antonio Rojas <arojas@archlinux.org>
Branch         : stable
Name           : plasma-applet-window-buttons
Version        : 0.14.0-2
Repository     : extra
Build Date     : Fri 28 Feb 2025 02:57:40 
Packager       : Antonio Rojas <arojas@archlinux.org>

mbn can be found in the manjaro-check-repos package

It appears to be building the correct package from the correct source:

.SRCINFO:

pkgbase = plasma-applet-window-buttons
	pkgdesc = Plasma applet in order to show window buttons in your panels
	pkgver = 0.14.0
	pkgrel = 2
	url = https://github.com/moodyhunter/applet-window-buttons6
	arch = x86_64
	license = GPL-2.0-or-later
	license = LGPL-2.1-or-later
	makedepends = extra-cmake-modules
	makedepends = git
	depends = gcc-libs
	depends = glibc
	depends = kcolorscheme
	depends = kconfig
	depends = kcoreaddons
	depends = kdecoration
	depends = ki18n
	depends = kirigami
	depends = kitemmodels
	depends = ksvg
	depends = libplasma
	depends = plasma-workspace
	depends = qt6-base
	depends = qt6-declarative
	conflicts = plasma5-applets-window-buttons
	replaces = plasma5-applets-window-buttons
	source = git+https://github.com/moodyhunter/applet-window-buttons6#tag=v0.14.0
	sha256sums = 4efb6c3dfcb5f25e68395da61c19e4c5cd6dd7c641fb512d6c8aff29b93dc2e1

pkgname = plasma-applet-window-buttons

PKGBUILD :

# Maintainer: Antonio Rojas <arojas@archlinux.org>

pkgname=plasma-applet-window-buttons
pkgver=0.14.0
pkgrel=2
pkgdesc='Plasma applet in order to show window buttons in your panels'
arch=(x86_64)
url='https://github.com/moodyhunter/applet-window-buttons6'
license=(GPL-2.0-or-later
         LGPL-2.1-or-later)
depends=(gcc-libs
         glibc
         kcolorscheme
         kconfig
         kcoreaddons
         kdecoration
         ki18n
         kirigami
         kitemmodels
         ksvg
         libplasma
         plasma-workspace
         qt6-base
         qt6-declarative)
makedepends=(extra-cmake-modules
             git)
conflicts=(plasma5-applets-window-buttons)
replaces=(plasma5-applets-window-buttons)
source=(git+https://github.com/moodyhunter/applet-window-buttons6#tag=v$pkgver)
sha256sums=('4efb6c3dfcb5f25e68395da61c19e4c5cd6dd7c641fb512d6c8aff29b93dc2e1')

build() {
  cmake -B build -S applet-window-buttons6
  cmake --build build
}

package() {
  DESTDIR="$pkgdir" cmake --install build
}

However, it looks like moodyhunter’s version (which was probably forked from psifidotos’ Plasma 5 version), whilst updating the actual package to work with Plasma 6, hasn’t updated the metadata sections of the code to reflect the newer version. This is why you are seeing version 0.11.1 & links to psifidotos’ Github page in the “About” section of the plasmoid’s configuration:

2 Likes

Thanks everyone for looking at this. I appeciate it very much.
Manjaro is running very, very well.
Thanks

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.