summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan [A2N] Bouteiller2024-03-05 11:24:57 +0100
committerAlan [A2N] Bouteiller2024-03-05 11:24:57 +0100
commit83c45710fe03053dc7d7d593014ff8abef295157 (patch)
tree56e8842dd1f97ef8ecd4126073b08856ef181ff1
parent21545d0fd10e63ef21d109b003ce651389dd7965 (diff)
downloadaur-83c45710fe03053dc7d7d593014ff8abef295157.tar.gz
revert to plasma 5
This reverts commit 21545d0fd10e63ef21d109b003ce651389dd7965.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf050bd8b2b6..a5ceea571707 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kdeplasma-blurredwallpaper-git
pkgdesc = KDE plasma wallpaper plugin that blur the wallpaper when a window is active
- pkgver = 3.0.1
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/bouteillerAlan/blurredwallpaper
arch = any
license = GPL3
makedepends = git
- source = git+https://github.com/bouteillerAlan/blurredwallpaper.git#tag=c3ddcb2a7920906cd508545210c889c35dc709ef?signed
+ source = git+https://github.com/bouteillerAlan/blurredwallpaper.git#tag=2380eaf295025c9baeb7f1e90b5fb2ed2462547e?signed
validpgpkeys = 6A2ECC8A396F8A943A109A1E0F11C2A6BF79111E
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 136b34f58899..f168a33272cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
# Maintainer: Bouteiller a2n Alan <a2n.dev@pm.me>
-_tag=c3ddcb2a7920906cd508545210c889c35dc709ef
+_tag=2380eaf295025c9baeb7f1e90b5fb2ed2462547e
_sourceName="blurredwallpaper"
_plasmoidName="a2n.blur"
pkgname="kdeplasma-blurredwallpaper-git"
-pkgver=3.0.1
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="KDE plasma wallpaper plugin that blur the wallpaper when a window is active"
arch=("any")
url="https://github.com/bouteillerAlan/blurredwallpaper"
license=("GPL3")
+depends=()
makedepends=(git)
+optdepends=()
source=("git+${url}.git#tag=${_tag}?signed")
md5sums=("SKIP")
validpgpkeys=(6A2ECC8A396F8A943A109A1E0F11C2A6BF79111E)
@@ -25,6 +27,8 @@ package() {
cd "${_sourceName}"
install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/"${pkgname}"/
- find "${_plasmoidName}" -type f -exec install -Dm 644 "{}" "${pkgdir}/usr/share/plasma/wallpapers/{}" \;
+ mkdir -p "${pkgdir}"/usr/share/plasma/wallpapers/"${_plasmoidName}"
+ install -Dm 644 metadata.json -t "${pkgdir}"/usr/share/plasma/wallpapers/"${_plasmoidName}"/
+ find "contents" -type f -exec install -Dm 644 "{}" "${pkgdir}/usr/share/plasma/wallpapers/${_plasmoidName}/{}" \;
}