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
6bbdbe93
Verified
Commit
6bbdbe93
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/kdeclarative: bump to 5.47.0, modernise
parent
735dd91f
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/kdeclarative/APKBUILD
+6
-8
6 additions, 8 deletions
user/kdeclarative/APKBUILD
with
6 additions
and
8 deletions
user/kdeclarative/APKBUILD
+
6
−
8
View file @
6bbdbe93
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
kdeclarative
pkgver
=
5.4
6
.0
pkgver
=
5.4
7
.0
pkgrel
=
0
pkgdesc
=
"Frameworks for creating KDE components using QML"
url
=
"https://www.kde.org/"
arch
=
"all"
license
=
"LGPL-2.1"
options
=
"!check"
# Requires accelerated X11 desktop running
license
=
"LGPL-2.1+"
depends
=
""
depends_dev
=
"qt5-qtbase-dev qt5-qtdeclarative-dev kiconthemes-dev kio-dev
kpackage-dev libepoxy-dev"
makedepends
=
"
$depends_dev
cmake extra-cmake-modules python3 gettext-dev doxygen
graphviz qt5-qttools-dev"
install
=
""
makedepends
=
"
$depends_dev
cmake extra-cmake-modules python3 doxygen graphviz
qt5-qttools-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
source
=
"http://download.kde.org/stable/frameworks/
${
pkgver
%.*
}
/kdeclarative-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/kdeclarative-
$pkgver
"
source
=
"https://download.kde.org/stable/frameworks/
${
pkgver
%.*
}
/kdeclarative-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
...
...
@@ -45,4 +43,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
43db00d3ddb61be339a341e727f8e83001ffec7e9230f1a7ea9c4e80ae97e4b00621d7eb17efb703dae831fe61683995341881b9230b5850d4adc6e184b89e3c
kdeclarative-5.4
6
.0.tar.xz"
sha512sums
=
"
fed58997c474d5648335b689b0ba650d4b3c6be6636ddd1db1bc5d2a5db1bed67880bb77224cff7c3dece1d1e38eca3da79ebea7c6b9949bfd8c059ef9506cc5
kdeclarative-5.4
7
.0.tar.xz"
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