Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
cdd54bb8
Unverified
Commit
cdd54bb8
authored
5 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
kde/telepathy-logger-qt: remove, unnecessary since upstreaming ktp-common-internals
parent
b1edecbc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/telepathy-logger-qt/APKBUILD
+0
-43
0 additions, 43 deletions
kde/telepathy-logger-qt/APKBUILD
with
0 additions
and
43 deletions
kde/telepathy-logger-qt/APKBUILD
deleted
100644 → 0
+
0
−
43
View file @
b1edecbc
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
telepathy-logger-qt
pkgver
=
17.08.0_git20191003
pkgrel
=
2
_commit
=
"cae0e0254e88899e83bc707a6caf69e7b414aa46"
pkgdesc
=
"Qt Wrapper around TpLogger client library"
url
=
"https://github.com/kde/telepathy-logger-qt"
arch
=
"all"
license
=
"LGPL-2.1-only"
depends_dev
=
"qt5-qtbase-dev telepathy-qt-dev telepathy-logger-dev"
makedepends
=
"
$depends_dev
extra-cmake-modules doxygen graphviz python3 qt5-qttools-dev"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/kde/telepathy-logger-qt/archive/
$_commit
.tar.gz"
subpackages
=
"
$pkgname
-dev"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
prepare
()
{
default_prepare
mkdir
"
$builddir
"
/build
}
build
()
{
cd
"
$builddir
"
/build
cmake
"
$builddir
"
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
make
}
check
()
{
cd
"
$builddir
"
/build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
cd
"
$builddir
"
/build
DESTDIR
=
"
$pkgdir
"
make
install
}
sha512sums
=
"0e56059e87a064223646285d0999b9f02a49b1a6db2a23acfa7f3779888986d7b3ed23865f0e552f9f161d4a3a760aa3fa1f589294029bc92ebedaa9a84989ad telepathy-logger-qt-cae0e0254e88899e83bc707a6caf69e7b414aa46.tar.gz"
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