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
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Westly Ward
Adélie Package Tree
Commits
e488fdd1
Commit
e488fdd1
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/lxqt-config: bump to 0.13.0
parent
31c2cb18
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/lxqt-config/APKBUILD
+9
-8
9 additions, 8 deletions
user/lxqt-config/APKBUILD
with
9 additions
and
8 deletions
user/lxqt-config/APKBUILD
+
9
−
8
View file @
e488fdd1
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
lxqt-config
pkgver
=
0.1
2
.0
pkgrel
=
1
pkgver
=
0.1
3
.0
pkgrel
=
0
pkgdesc
=
"Collection of tools for configuring LXQt and the underlying system."
url
=
"http://lxqt.org"
arch
=
"all"
license
=
"LGPL-2.1+"
depends
=
""
depends_dev
=
""
makedepends
=
"cmake extra-cmake-modules liblxqt-dev>=0.12.0 lxqt-build-tools libxcursor-dev qt5-qtsvg-dev qt5-qttools-dev kwindowsystem-dev libkscreen-dev
$depends_dev
"
makedepends
=
"cmake extra-cmake-modules liblxqt-dev>=0.12.0 lxqt-build-tools
>=0.5.0
libxcursor-dev qt5-qtsvg-dev qt5-qttools-dev kwindowsystem-dev libkscreen-dev
$depends_dev
"
install
=
""
source
=
"https://github.com/lx
de
/lxqt-config/releases/download/
$pkgver
/lxqt-config-
$pkgver
.tar.xz"
source
=
"https://github.com/lx
qt
/lxqt-config/releases/download/
$pkgver
/lxqt-config-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/lxqt-config-
$pkgver
"
# no tests
options
=
"!check"
...
...
@@ -21,6 +21,7 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
mkdir
-p
build
&&
cd
build
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
...
...
@@ -29,18 +30,18 @@ build() {
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DPULL_TRANSLATIONS
=
False
\
${
CMAKE_CROSSOPTS
}
${
CMAKE_CROSSOPTS
}
..
make
-j1
}
check
()
{
cd
"
$builddir
"
cd
"
$builddir
"
/build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
cd
"
$builddir
"
cd
"
$builddir
"
/build
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
c2140b37577692e06da492da183d59565140b380ec42881a80e76df88d14a67c9424314a8e01335cc99a84262c8011e8bacb5704386c352e794517edf049c58f
lxqt-config-0.1
2
.0.tar.xz"
sha512sums
=
"
a5102794c4cf18a18e633cbc7d0b89653abf2612bc61e506ec169f4898903092f5201a09a2610642c641a17b59a992a6d6f59366ec61d54763e8b911d5220ca9
lxqt-config-0.1
3
.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