summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c267ab791f567617fec3705e20cab76c0b838b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Fushan Wen <qydwhotmail@gmail.com>
pkgname=plasma5-wallpapers-xml
pkgver=1.3.0
pkgrel=1
pkgdesc="An image/slideshow wallpaper plugin for KDE Plasma that supports GNOME XML wallpaper format."
arch=('x86_64')
url="https://github.com/easyteacher/plasma-wallpapers-xml"
license=('GPL')
depends=(plasma-framework knewstuff qt5-base qt5-declarative)
makedepends=(cmake extra-cmake-modules)
source=("$pkgname-$pkgver.tar.gz"::"$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('ce61c74658bfbe7fa6062ae9bc8b751e5c849cedfcda692a6df25aee29d56479')

build() {
    cmake -B build -S plasma-wallpapers-xml-$pkgver
    cmake --build build
}

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