upgpkg: plasma5-wallpapers-wallpaper-engine 0.5.4-3
Bump glslang version
This commit is contained in:
parent
ac86f5733e
commit
1989ad4103
2 changed files with 7 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = plasma5-wallpapers-wallpaper-engine
|
pkgbase = plasma5-wallpapers-wallpaper-engine
|
||||||
pkgdesc = A KDE wallpaper plugin integrating wallpaper engine
|
pkgdesc = A KDE wallpaper plugin integrating wallpaper engine
|
||||||
pkgver = 0.5.4
|
pkgver = 0.5.4
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/catsout/wallpaper-engine-kde-plugin
|
url = https://github.com/catsout/wallpaper-engine-kde-plugin
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
@ -17,8 +17,8 @@ pkgbase = plasma5-wallpapers-wallpaper-engine
|
||||||
optdepends = qt5-webchannel: for web support
|
optdepends = qt5-webchannel: for web support
|
||||||
optdepends = mpv: alternative video backend
|
optdepends = mpv: alternative video backend
|
||||||
source = https://github.com/catsout/wallpaper-engine-kde-plugin/archive/v0.5.4/wallpaper-engine-kde-plugin-0.5.4.tar.gz
|
source = https://github.com/catsout/wallpaper-engine-kde-plugin/archive/v0.5.4/wallpaper-engine-kde-plugin-0.5.4.tar.gz
|
||||||
source = https://github.com/KhronosGroup/glslang/archive/11.10.0/glslang-11.10.0.tar.gz
|
source = https://github.com/KhronosGroup/glslang/archive/11.11.0/glslang-11.11.0.tar.gz
|
||||||
sha256sums = 83354734f7ea36e7077206506dd05f0e6877eb51294b820fdbdc398255c6f803
|
sha256sums = 83354734f7ea36e7077206506dd05f0e6877eb51294b820fdbdc398255c6f803
|
||||||
sha256sums = 8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602
|
sha256sums = 26c216c3062512c018cbdd752224b8dad703b7e5bb90bf338ba2dbb5d4f11438
|
||||||
|
|
||||||
pkgname = plasma5-wallpapers-wallpaper-engine
|
pkgname = plasma5-wallpapers-wallpaper-engine
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -3,11 +3,11 @@
|
||||||
pkgname=plasma5-wallpapers-wallpaper-engine
|
pkgname=plasma5-wallpapers-wallpaper-engine
|
||||||
_pkgname=wallpaper-engine-kde-plugin
|
_pkgname=wallpaper-engine-kde-plugin
|
||||||
pkgver=0.5.4
|
pkgver=0.5.4
|
||||||
_pkgver_glslang=11.10.0
|
_pkgver_glslang=11.11.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='A KDE wallpaper plugin integrating wallpaper engine'
|
pkgdesc='A KDE wallpaper plugin integrating wallpaper engine'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/catsout/wallpaper-engine-kde-plugin'
|
url="https://github.com/catsout/${_pkgname}"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('gst-libav' 'python-websockets' 'plasma-framework' 'qt5-declarative' 'qt5-websockets')
|
depends=('gst-libav' 'python-websockets' 'plasma-framework' 'qt5-declarative' 'qt5-websockets')
|
||||||
makedepends=('extra-cmake-modules' 'qt5-webchannel' 'mpv' 'vulkan-headers')
|
makedepends=('extra-cmake-modules' 'qt5-webchannel' 'mpv' 'vulkan-headers')
|
||||||
|
@ -16,7 +16,7 @@ optdepends=('qt5-webchannel: for web support'
|
||||||
source=("https://github.com/catsout/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"
|
source=("https://github.com/catsout/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"
|
||||||
"https://github.com/KhronosGroup/glslang/archive/${_pkgver_glslang}/glslang-${_pkgver_glslang}.tar.gz")
|
"https://github.com/KhronosGroup/glslang/archive/${_pkgver_glslang}/glslang-${_pkgver_glslang}.tar.gz")
|
||||||
sha256sums=('83354734f7ea36e7077206506dd05f0e6877eb51294b820fdbdc398255c6f803'
|
sha256sums=('83354734f7ea36e7077206506dd05f0e6877eb51294b820fdbdc398255c6f803'
|
||||||
'8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602')
|
'26c216c3062512c018cbdd752224b8dad703b7e5bb90bf338ba2dbb5d4f11438')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mv -T "glslang-${_pkgver_glslang}" "${_pkgname}-${pkgver}/src/backend_scene/third_party/glslang"
|
mv -T "glslang-${_pkgver_glslang}" "${_pkgname}-${pkgver}/src/backend_scene/third_party/glslang"
|
||||||
|
|
Loading…
Reference in a new issue