build: move makedepends to global config
This commit is contained in:
parent
c9ff65d26a
commit
ccd6cfdc3c
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -8,6 +8,7 @@ pkgdesc="A dynamic wallpaper of Sebin that changes throughout the day"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('unknown')
|
license=('unknown')
|
||||||
url="https://gitlab.com/SebinNyshkim/$pkgbase"
|
url="https://gitlab.com/SebinNyshkim/$pkgbase"
|
||||||
|
makedepends=('plasma5-wallpapers-dynamic')
|
||||||
source=(
|
source=(
|
||||||
"sebin-dyn_wallpaper1-hires.png"
|
"sebin-dyn_wallpaper1-hires.png"
|
||||||
"sebin-dyn_wallpaper2-hires.png"
|
"sebin-dyn_wallpaper2-hires.png"
|
||||||
|
@ -34,7 +35,6 @@ sha256sums=(
|
||||||
)
|
)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
makedepends=('plasma5-wallpapers-dynamic')
|
|
||||||
kdynamicwallpaperbuilder "sebin-kdynamicwallpaperbuilder.json" --output "sebin-dyn_wallpaper.avif" --speed 10
|
kdynamicwallpaperbuilder "sebin-kdynamicwallpaperbuilder.json" --output "sebin-dyn_wallpaper.avif" --speed 10
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue