Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
c6ae69ff
Unverified
Commit
c6ae69ff
authored
4 years ago
by
Luca Weiss
Browse files
Options
Downloads
Patches
Plain Diff
main/qmltermwidget: remove, upstreamed to alpine
parent
314ad6af
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/qmltermwidget/0001-fix-missing-include.patch
+0
-15
0 additions, 15 deletions
main/qmltermwidget/0001-fix-missing-include.patch
main/qmltermwidget/APKBUILD
+0
-29
0 additions, 29 deletions
main/qmltermwidget/APKBUILD
with
0 additions
and
44 deletions
main/qmltermwidget/0001-fix-missing-include.patch
deleted
100644 → 0
+
0
−
15
View file @
314ad6af
diff -U4 -r qmltermwidget-0.2.0--orig/lib/TerminalCharacterDecoder.cpp qmltermwidget-0.2.0--patched/lib/TerminalCharacterDecoder.cpp
--- qmltermwidget-0.2.0--orig/lib/TerminalCharacterDecoder.cpp 2018-11-24 22:06:16.000000000 +0100
+++ qmltermwidget-0.2.0--patched/lib/TerminalCharacterDecoder.cpp 2020-01-31 10:03:00.168118919 +0100
@@ -21,8 +21,11 @@
// Own
#include "TerminalCharacterDecoder.h"
+// stdlib
+#include <cwctype>
+
// Qt
#include <QTextStream>
// KDE
This diff is collapsed.
Click to expand it.
main/qmltermwidget/APKBUILD
deleted
100644 → 0
+
0
−
29
View file @
314ad6af
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qmltermwidget
pkgver
=
0.2.0
pkgrel
=
2
arch
=
"all"
url
=
"https://github.com/swordfish90/qmltermwidget"
license
=
"GPL-2.0-or-later"
pkgdesc
=
"QML port of qtermwidget"
makedepends
=
"qt5-qtbase-dev qt5-qtdeclarative-dev"
checkdepends
=
"xvfb-run qt5-qtquickcontrols"
source
=
"https://github.com/swordfish90/qmltermwidget/archive/
$pkgver
/qmltermwidget-
$pkgver
.tar.gz
0001-fix-missing-include.patch
"
options
=
"!check"
# Requires itself to be installed
build
()
{
qmake-qt5
make
}
check
()
{
xvfb-run /usr/lib/qt5/bin/qmlscene
-l
.
test-app/test-app.qml
}
package
()
{
INSTALL_ROOT
=
"
$pkgdir
"
make
install
}
sha512sums
=
"544d57296de6999b86bf2b921d1d93ac5d7eddd02eea436df4ecea0966c82389e716310fd7e4d13dd918bc1b3fd2d02f953c713dc5b4abcfc56d3f3f617adf43 qmltermwidget-0.2.0.tar.gz
8cd39957dbad653269fe215dcaad392a541cfac75d27ac5b3bba4b1ab20ac9f32a0d2a5a173135b2cad73764525088f4c76517e5d67b9466094b2471bb275bea 0001-fix-missing-include.patch"
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