Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
a4cff39b
Commit
a4cff39b
authored
Jan 18, 2014
by
Fabian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kjs: initial import
parent
b61faa12
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
kjs/PKGBUILD
kjs/PKGBUILD
+42
-0
No files found.
kjs/PKGBUILD
0 → 100644
View file @
a4cff39b
# Contributor: Andrea Scarpino <andrea@archlinux.org>
source
../frameworks.conf
pkgname
=
kjs
pkgver
=
${
KFVersion
}
pkgrel
=
1
pkgdesc
=
'KJS'
arch
=(
'i686'
'x86_64'
)
url
=
'https://projects.kde.org/projects/frameworks/kjs'
license
=(
'LGPL'
)
depends
=(
'qt5-base'
)
makedepends
=(
'extra-cmake-modules'
)
checkdepends
=(
'cmake'
)
groups
=(
'kf5'
)
options
=(
'debug'
)
source
=(
"
${
KFServer
}
/
${
pkgver
}
/
${
pkgname
}
-
${
pkgver
}
.tar.xz"
)
md5sums
=(
'3385476b429c6b2ea6f2c6ee42012d7d'
)
prepare
()
{
mkdir
-p
build
}
build
()
{
cd
build
cmake ../
${
pkgname
}
-
${
pkgver
}
\
-DCMAKE_BUILD_TYPE
=
${
KFBuildType
}
\
-DCMAKE_INSTALL_PREFIX
=
${
KFInstallPrefix
}
\
-DLIB_INSTALL_DIR
=
lib
make
}
check
()
{
cd
build
make
test
}
package
()
{
cd
build
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
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