gpu-screen-recorder-notification 1.0.8-2
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
name='gpu-screen-recorder-notification'
|
||||
version='1.0.8'
|
||||
release='1'
|
||||
desc='Notification in the style of ShadowPlay.'
|
||||
desk_ru='Уведомления в стиле ShadowPlay'
|
||||
release='2'
|
||||
desc='Notification in the style of ShadowPlay'
|
||||
desc_ru='Уведомления в стиле ShadowPlay'
|
||||
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')
|
||||
license=('GPL-3.0-only')
|
||||
provides=('gsr-notify')
|
||||
@@ -25,21 +26,31 @@ deps_arch=(
|
||||
'libxrender'
|
||||
'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=(
|
||||
"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")
|
||||
checksums=('SKIP')
|
||||
|
||||
@@ -56,7 +67,6 @@ package() {
|
||||
|
||||
|
||||
files() {
|
||||
echo ./usr/bin/gsr-notify
|
||||
printf '"%s" ' ./usr/share/gsr-notify/fonts/*
|
||||
printf '"%s" ' ./usr/share/gsr-notify/images/*
|
||||
files-find-bin
|
||||
files-find-share "gsr-notify"
|
||||
}
|
Reference in New Issue
Block a user