Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
885afba3
Commit
885afba3
authored
3 years ago
by
Zach van Rijn
Browse files
Options
Downloads
Patches
Plain Diff
user/qt5-qtquicktimeline: new package
parent
8f99d9c6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/qt5-qtquicktimeline/APKBUILD
+45
-0
45 additions, 0 deletions
user/qt5-qtquicktimeline/APKBUILD
with
45 additions
and
0 deletions
user/qt5-qtquicktimeline/APKBUILD
0 → 100644
+
45
−
0
View file @
885afba3
# Maintainer: Zach van Rijn <me@zv.io>
pkgname
=
qt5-qtquicktimeline
_pkgname
=
${
pkgname
#*-
}
-everywhere-src
pkgver
=
5.15.3_git20211215
pkgrel
=
0
_commit
=
67503cdadea43b95ddad0de1a04951aff0ce1a07
pkgdesc
=
"Qt5 Timeline module enables keyframe-based animations and parameterization"
url
=
"https://www.qt.io/"
arch
=
"all"
license
=
"LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
depends
=
""
makedepends
=
"qt5-qtbase-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://invent.kde.org/qt/qt/
${
pkgname
#*-
}
/-/archive/
$_commit
/
${
pkgname
#*-
}
-
$_commit
.tar.gz"
builddir
=
"
$srcdir
"
/
${
pkgname
#*-
}
-
$_commit
prepare
()
{
default_prepare
# Make configure think we are running in a git directory
# This makes it symlink the include files to the right directory
mkdir
.git
}
build
()
{
qmake
make
}
check
()
{
make check
}
package
()
{
make
INSTALL_ROOT
=
"
$pkgdir
"
install
# Drop QMAKE_PRL_BUILD_DIR because reference the build dir
find
"
$pkgdir
/usr/lib"
-type
f
-name
'*.prl'
\
-exec
sed
-i
-e
'/^QMAKE_PRL_BUILD_DIR/d'
{}
\;
install
-d
"
$pkgdir
"
/usr/share/licenses
ln
-s
/usr/share/licenses/qt5-base
"
$pkgdir
"
/usr/share/licenses/
$pkgname
}
sha512sums
=
"cf18c91e80668da4dea344b70e850f4b99b08d9c38d8663918edc97968a48ad1b6c1fce91460dc29b3788edd156166b7dfd96fc49c487bec718c832f82e37efd qtquicktimeline-67503cdadea43b95ddad0de1a04951aff0ce1a07.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