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
7e2c93a9
Commit
7e2c93a9
authored
Feb 23, 2015
by
Xuetian Weng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix qca and qca-qt5 conflicts
parent
3947b4bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
qca/PKGBUILD
qca/PKGBUILD
+4
-3
No files found.
qca/PKGBUILD
View file @
7e2c93a9
...
...
@@ -5,7 +5,7 @@
pkgbase
=
qca
pkgname
=(
"qca"
"qca-qt5"
)
pkgver
=
2.1.0.3
pkgrel
=
2
pkgrel
=
3
arch
=(
'x86_64'
)
url
=
"http://delta.affinix.com/qca/"
license
=(
'LGPL'
)
...
...
@@ -27,7 +27,9 @@ build() {
cd
$srcdir
/build-qt5
cmake ../
${
pkgbase
}
\
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DQCA_SUFFIX
=
qt5
\
-DQCA_INSTALL_IN_QT_PREFIX
=
ON
make
}
...
...
@@ -42,7 +44,6 @@ package_qca() {
package_qca-qt5
()
{
pkgdesc
=
"Qt5 Cryptographic Architecture"
depends
=(
'qt5-base'
'ca-certificates'
'nss'
)
conflicts
=(
'qca'
)
cd
$srcdir
/build-qt5
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