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
edee15c0
Commit
edee15c0
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/qtermwidget: bump to 0.9.0
parent
cb416f0b
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/qtermwidget/APKBUILD
+10
-9
10 additions, 9 deletions
user/qtermwidget/APKBUILD
with
10 additions
and
9 deletions
user/qtermwidget/APKBUILD
+
10
−
9
View file @
edee15c0
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
qtermwidget
pkgver
=
0.
8
.0
pkgver
=
0.
9
.0
pkgrel
=
0
pkgdesc
=
"A Qt-based terminal widget, used in QTerminal"
url
=
"http://lxqt.org"
...
...
@@ -9,12 +9,12 @@ arch="all"
license
=
"GPL-2.0+"
depends
=
""
depends_dev
=
""
makedepends
=
"cmake extra-cmake-modules qt5-qtbase-dev qt5-qttools-dev lxqt-build-tools
$depends_dev
"
makedepends
=
"cmake extra-cmake-modules qt5-qtbase-dev qt5-qttools-dev lxqt-build-tools
>0.5.0
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"https://github.com/lx
de
/qtermwidget/releases/download/
$pkgver
/qtermwidget-
$pkgver
.tar.xz"
source
=
"https://github.com/lx
qt
/qtermwidget/releases/download/
$pkgver
/qtermwidget-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/qtermwidget-
$pkgver
"
# tests
can't be built due to CMakeLists.txt errors behind the flag.
#
no
tests
options
=
"!check"
build
()
{
...
...
@@ -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
"
make
test
cd
"
$builddir
"
/build
CTEST_OUTPUT_ON_FAILURE
=
TRUE c
test
}
package
()
{
cd
"
$builddir
"
cd
"
$builddir
"
/build
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
2e1354b457d49ae2ad37479259549b279f8bb381ce6bce2d18eb3f845af615e796a9d0bd143156b485a1b2abeffc83e686d85f9ee157611b20c8c1bb3254fe82
qtermwidget-0.
8
.0.tar.xz"
sha512sums
=
"
fc7286dc3494bd1ccdd95fae3cee7cc8dd39b51eab58e697d939d5fb85c930545d79b984769815708852335e460ad063b684291b200e1e7f90c13195ea5e66dc
qtermwidget-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