Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Packages
kde-unstable
apps
krfb
Commits
e5d0bd50
Commit
e5d0bd50
authored
Nov 20, 2021
by
Manjaro Build Server
Browse files
depends kwayland
parent
bffc10b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
e5d0bd50
...
...
@@ -9,14 +9,17 @@ url='https://apps.kde.org/krfb/'
arch
=(
x86_64 aarch64
)
license
=(
LGPL
)
replaces
=(
$pkgname
-git
)
depends
=(
kdnssd kxmlgui kwallet libvncserver pipewire kcompletion hicolor-icon-theme
)
depends
=(
kdnssd kxmlgui kwallet libvncserver pipewire kcompletion hicolor-icon-theme
kwayland
)
makedepends
=(
git extra-cmake-modules kdoctools
)
groups
=(
kde-applications kde-network
)
source
=(
"git+https://github.com/KDE/
$pkgname
.git"
)
sha256sums
=(
'SKIP'
)
validpgpkeys
=(
CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
# Albert Astals Cid <aacid@kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
# Christoph Feck <cfeck@kde.org>
D81C0CB38EB725EF6691C385BB463350D6EF31EF
)
# Heiko Becker <heiko.becker@kde.org>
pkgver
()
{
cd
$pkgname
_ver
=
21.08.3
echo
"
${
_ver
}
.r
$(
git rev-list
--count
HEAD
)
.g
$(
git rev-parse
--short
HEAD
)
"
}
build
()
{
cmake
-B
build
-S
$pkgname
\
...
...
@@ -27,9 +30,3 @@ build() {
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
pkgver
()
{
cd
$pkgname
_ver
=
21.08.3
echo
"
${
_ver
}
.r
$(
git rev-list
--count
HEAD
)
.g
$(
git rev-parse
--short
HEAD
)
"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment