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
2db7332e
Commit
2db7332e
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/qterminal: bump to 0.9.0
parent
02c73343
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!39
Bump LXQt to 0.13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/qterminal/APKBUILD
+8
-7
8 additions, 7 deletions
user/qterminal/APKBUILD
with
8 additions
and
7 deletions
user/qterminal/APKBUILD
+
8
−
7
View file @
2db7332e
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
qterminal
pkgver
=
0.
8
.0
pkgver
=
0.
9
.0
pkgrel
=
0
pkgdesc
=
"Qt-based terminal for LXQt"
url
=
"http://lxqt.org"
...
...
@@ -9,10 +9,10 @@ arch="all"
license
=
"GPL-2.0+"
depends
=
""
depends_dev
=
""
makedepends
=
"cmake extra-cmake-modules lxqt-build-tools>=0.
4
.0 qtermwidget-dev>=0.
8
.0 qt5-qttools-dev kwindowsystem-dev
$depends_dev
"
makedepends
=
"cmake extra-cmake-modules lxqt-build-tools>=0.
5
.0 qtermwidget-dev>=0.
9
.0 qt5-qttools-dev kwindowsystem-dev
$depends_dev
"
install
=
""
subpackages
=
""
source
=
"https://github.com/lx
de
/qterminal/releases/download/
$pkgver
/qterminal-
$pkgver
.tar.xz"
source
=
"https://github.com/lx
qt
/qterminal/releases/download/
$pkgver
/qterminal-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/qterminal-
$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
=
"
c2046727900bfa8f389a90a38c3843131f324af0b2f52810966f5df624c74fee31c8825b7bd86d0b44c896d276fff6ffbf17dd9796143f5e3940b4ba33dd98af
qterminal-0.
8
.0.tar.xz"
sha512sums
=
"
42553a847873e71543161855b6f07b521ebf7db8091a1753dfc4ad4bbdf7f074f74b7e7195e56ee482b5b9ff3ea3037250ba74fb64a8137fb3959fceaa2baa6e
qterminal-0.
9
.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