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
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
Ermine
Adélie Package Tree
Commits
bc029ad7
Commit
bc029ad7
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/lxqt-sudo: bump to 0.13.0
parent
90e1e413
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-sudo/APKBUILD
+8
-7
8 additions, 7 deletions
user/lxqt-sudo/APKBUILD
with
8 additions
and
7 deletions
user/lxqt-sudo/APKBUILD
+
8
−
7
View file @
bc029ad7
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
lxqt-sudo
pkgver
=
0.1
2
.0
pkgver
=
0.1
3
.0
pkgrel
=
0
pkgdesc
=
"Graphical LXQt utility for sudo/su"
url
=
"http://lxqt.org"
...
...
@@ -9,10 +9,10 @@ arch="all"
license
=
"LGPL-2.1+"
depends
=
"sudo"
depends_dev
=
""
makedepends
=
"cmake extra-cmake-modules lxqt-build-tools liblxqt-dev>=0.12.0 qt5-qtbase-dev qt5-qttools-dev kwindowsystem-dev
$depends_dev
"
makedepends
=
"cmake extra-cmake-modules lxqt-build-tools
>=0.5.0
liblxqt-dev>=0.12.0 qt5-qtbase-dev qt5-qttools-dev kwindowsystem-dev
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/lx
de
/lxqt-sudo/releases/download/
$pkgver
/lxqt-sudo-
$pkgver
.tar.xz"
source
=
"https://github.com/lx
qt
/lxqt-sudo/releases/download/
$pkgver
/lxqt-sudo-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/lxqt-sudo-
$pkgver
"
# no tests
options
=
"!check"
...
...
@@ -22,6 +22,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
\
...
...
@@ -30,18 +31,18 @@ build() {
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DPULL_TRANSLATIONS
=
False
\
${
CMAKE_CROSSOPTS
}
${
CMAKE_CROSSOPTS
}
..
make
}
check
()
{
cd
"
$builddir
"
cd
"
$builddir
"
/build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
cd
"
$builddir
"
cd
"
$builddir
"
/build
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
14a2dd325b3ce125431135ed1a39b9c0deb1a0fa143271f69d199d22fbe30a83d9147c7714871a4c9157128cc2da4af1a90a9215c7df09295cfe8dc511fbaedd
lxqt-sudo-0.1
2
.0.tar.xz"
sha512sums
=
"
ea7d8ca093e736e3cf581605598cb9c8ed4e40bc39fb94a4b44334e7f58ae53c489ede0dcfc75de8daf58c115c1a91ae152f676276488df8a16ed53bbf56fc82
lxqt-sudo-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