Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Néri
aports
Commits
c5d537e0
Commit
c5d537e0
authored
Dec 17, 2019
by
Rasmus Thomsen
Browse files
community/tracker: remove installed tests, break dep cycle between tracker and libtracker
parent
9800a38d
Changes
1
Hide whitespace changes
Inline
Side-by-side
community/tracker/APKBUILD
View file @
c5d537e0
...
...
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
tracker
pkgver
=
2.3.1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Personal search tool and storage system"
url
=
"https://wiki.gnome.org/Projects/Tracker"
arch
=
"all"
...
...
@@ -48,6 +48,9 @@ check() {
package
()
{
DESTDIR
=
"
$pkgdir
"
ninja
-C
output
install
# Remove installed tests
rm
-r
"
$pkgdir
"
/usr/lib/tracker-2.0/trackertestutils
}
bashcomp
()
{
...
...
@@ -58,4 +61,11 @@ bashcomp() {
mv
"
$pkgdir
"
/usr/share/bash-completion
"
$subpkgdir
"
/usr/share
}
libs
()
{
default_libs
mkdir
"
$subpkgdir
"
/usr/lib/tracker-2.0
mv
"
$pkgdir
"
/usr/lib/tracker-2.0/libtracker-data.so
"
$subpkgdir
"
/usr/lib/tracker-2.0
}
sha512sums
=
"7642e90383dd47362fda70b6dff25c962c9f3a6155c12dc09223e4635ee9e150a2bb2b52451074a94ac43136bdf80326d293e4e6f6430a1b725781120cb4a333 tracker-2.3.1.tar.xz"
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