summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 431f96c39b64072055a253b86ca3c0e4a9f3265e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
# Contributor: Alejandro Valdes <alejandrovaldes@live.com>

pkgname=plasma6-applets-window-title
pkgver=0.9.0
pkgrel=1
pkgdesc="Plasma 6 applet that shows the application title and icon for active window"
arch=(any)
url="https://github.com/dhruv8sh/plasma6-window-title-applet"
license=(GPL)
depends=(plasma-workspace)
source=(https://github.com/dhruv8sh/plasma6-window-title-applet/archive/refs/tags/v$pkgver.tar.gz)
sha256sums=('82a0ae9d10c47e36c510a45fb8f793891def81addfa32b0697b580a84d18a6c2')

package() {
  _pkgdir="$pkgdir/usr/share/plasma/plasmoids/org.kde.windowtitle"
  mkdir -p "$_pkgdir"
  cp -r plasma6-window-title-applet-$pkgver/* "$_pkgdir"
  rm "$_pkgdir/README.md"
}