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
359c4644
Commit
359c4644
authored
7 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/lxqt-build-tools: new package
parent
aa4b2c82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
LXQt desktop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/lxqt-build-tools/APKBUILD
+40
-0
40 additions, 0 deletions
user/lxqt-build-tools/APKBUILD
with
40 additions
and
0 deletions
user/lxqt-build-tools/APKBUILD
0 → 100644
+
40
−
0
View file @
359c4644
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
lxqt-build-tools
pkgver
=
0.4.0
pkgrel
=
0
pkgdesc
=
"Toolchain for building & packaging LXQt."
url
=
"http://lxqt.org"
arch
=
"noarch"
license
=
"BSD-3-Clause"
depends
=
""
makedepends
=
"cmake extra-cmake-modules qt5-qtbase-dev"
install
=
""
subpackages
=
""
source
=
"lxqt-build-tools-
$pkgver
.tar.gz::https://github.com/lxde/lxqt-build-tools/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/lxqt-build-tools-
$pkgver
"
# no tests to run; this package just provides a common base for scaffolding.
options
=
"!check"
build
()
{
cd
"
$builddir
"
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
${
CMAKE_CROSSOPTS
}
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"4169080fb3c2ed986ec30d24106f5b61df081c7531ff259b3667497526f6cde4140cc3a09509220da5207e9383b8ac4b865c8f32380d19a9dc5d12d0ac15e381 lxqt-build-tools-0.4.0.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