gpu-screen-recorder-notification 1.0.8-2
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
name='gpu-screen-recorder-notification'
|
name='gpu-screen-recorder-notification'
|
||||||
version='1.0.8'
|
version='1.0.8'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Notification in the style of ShadowPlay.'
|
desc='Notification in the style of ShadowPlay'
|
||||||
desk_ru='Уведомления в стиле ShadowPlay'
|
desc_ru='Уведомления в стиле ShadowPlay'
|
||||||
homepage='https://git.dec05eba.com/gpu-screen-recorder-notification'
|
homepage='https://git.dec05eba.com/gpu-screen-recorder-notification'
|
||||||
maintainer='Евгений Храмов <xpamych@yandex.ru>'
|
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
||||||
|
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||||
architectures=('amd64')
|
architectures=('amd64')
|
||||||
license=('GPL-3.0-only')
|
license=('GPL-3.0-only')
|
||||||
provides=('gsr-notify')
|
provides=('gsr-notify')
|
||||||
@@ -25,21 +26,31 @@ deps_arch=(
|
|||||||
'libxrender'
|
'libxrender'
|
||||||
'libxext'
|
'libxext'
|
||||||
)
|
)
|
||||||
|
deps_alt=("${deps[@]}")
|
||||||
|
deps_debian=(
|
||||||
|
'libgl1'
|
||||||
|
'libx11-6'
|
||||||
|
'libxrandr2'
|
||||||
|
'libxrender1'
|
||||||
|
'libxext6'
|
||||||
|
)
|
||||||
|
deps_fedora=("${deps[@]}")
|
||||||
|
deps_redos=("${deps[@]}")
|
||||||
|
deps_rhel=("${deps[@]}")
|
||||||
|
deps_rosa=("${deps[@]}")
|
||||||
|
|
||||||
build_deps=(
|
build_deps=(
|
||||||
"meson"
|
"meson"
|
||||||
"ninja-build"
|
|
||||||
"libglvnd-devel"
|
|
||||||
"libX11-devel"
|
|
||||||
"libXrandr-devel"
|
|
||||||
"libXrender-devel"
|
|
||||||
"libXext-devel"
|
|
||||||
)
|
|
||||||
build_deps_arch=(
|
|
||||||
"meson"
|
|
||||||
"ninja"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
build_deps_alt=("${build_deps[@]}" "ninja-build")
|
||||||
|
build_deps_arch=("${build_deps[@]}" "ninja")
|
||||||
|
build_deps_debian=("${build_deps[@]}" "ninja-build" "libgl-dev" "libx11-dev" "libxrandr-dev" "libxrender-dev" "libxext-dev")
|
||||||
|
build_deps_fedora=("${build_deps[@]}" "ninja-build" "libglvnd-devel" "libX11-devel" "libXrandr-devel" "libXrender-devel" "libXext-devel")
|
||||||
|
build_deps_redos=("${build_deps[@]}" "ninja-build" "libglvnd-devel" "libX11-devel" "libXrandr-devel" "libXrender-devel" "libXext-devel")
|
||||||
|
build_deps_rhel=("${build_deps[@]}" "ninja-build" "libglvnd-devel" "libX11-devel" "libXrandr-devel" "libXrender-devel" "libXext-devel")
|
||||||
|
build_deps_rosa=("${build_deps[@]}" "ninja-build" "libglvnd-devel" "libX11-devel" "libXrandr-devel" "libXrender-devel" "libXext-devel")
|
||||||
|
|
||||||
sources=("https://dec05eba.com/snapshot/gpu-screen-recorder-notification.git.${version}.tar.gz")
|
sources=("https://dec05eba.com/snapshot/gpu-screen-recorder-notification.git.${version}.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
@@ -56,7 +67,6 @@ package() {
|
|||||||
|
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
echo ./usr/bin/gsr-notify
|
files-find-bin
|
||||||
printf '"%s" ' ./usr/share/gsr-notify/fonts/*
|
files-find-share "gsr-notify"
|
||||||
printf '"%s" ' ./usr/share/gsr-notify/images/*
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user