# Maintainer: Alejandro Valdes pkgname=plasma5-applets-window-title pkgver=0.3 pkgrel=1 pkgdesc="Plasma 5 applet that shows the application title and icon for active window" arch=(x86_64) url="https://github.com/psifidotos/applet-window-title" license=(GPL) depends=(plasma-workspace) source=("https://github.com/psifidotos/applet-window-title/archive/v$pkgver.tar.gz") sha512sums=('825dddd059a78e2695a396ba0a8c412c4825b11977d7610e095ae6adfe727a5263a8250439f2259a6e38c91e302ec8ef3d21f6e0b97364a1dec76fe0bd166be4') package() { _pkgdir="$pkgdir/usr/share/plasma/plasmoids/org.kde.windowtitle" mkdir -p "$_pkgdir" cp -r applet-window-title-$pkgver/* "$_pkgdir" rm "$_pkgdir/README.md" }