Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
fb492dda
Commit
fb492dda
authored
4 years ago
by
Bart Ribbers
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/telepathy-qt: add https to url
parent
4225b70e
No related branches found
No related tags found
1 merge request
!5537
community/telepathy-qt: add https to url
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/telepathy-qt/APKBUILD
+8
-5
8 additions, 5 deletions
community/telepathy-qt/APKBUILD
with
8 additions
and
5 deletions
community/telepathy-qt/APKBUILD
+
8
−
5
View file @
fb492dda
...
...
@@ -2,9 +2,9 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
telepathy-qt
pkgver
=
0.9.8
pkgrel
=
1
pkgrel
=
2
arch
=
"all"
url
=
"http://telepathy.freedesktop.org/wiki/"
url
=
"http
s
://telepathy.freedesktop.org/wiki/"
license
=
"LGPL-2.1-or-later"
pkgdesc
=
"A library for Qt-based Telepathy clients"
depends_dev
=
"telepathy-farstream-dev telepathy-glib-dev gstreamer-dev"
...
...
@@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-doc"
options
=
"!check"
build
()
{
cmake
\
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -22,19 +22,22 @@ build() {
-DDESIRED_QT_VERSION
=
5
\
-DENABLE_EXAMPLES
=
OFF
\
-DENABLE_TESTS
=
TRUE
make
make
-C
build
cd
build
doxygen doxygen.cfg
}
check
()
{
cd
build
# BaseConnectionManager requires jabber support
# BaseProtocol is broken
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
-E
"Base(ConnectionManager|Protocol)"
}
package
()
{
DESTDIR
=
"
$pkgdir
"
make
install
DESTDIR
=
"
$pkgdir
"
make
-C
build
install
install
-d
"
$pkgdir
"
/usr/share/doc/
$pkgname
cp
-r
doc/html
"
$pkgdir
"
/usr/share/doc/
$pkgname
/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment