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
c6b5df41
Commit
c6b5df41
authored
6 years ago
by
Bart Ribbers
Committed by
Oliver Smith
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove internal qmltermwidget from index, resolves
#111
parent
1f423d89
No related branches found
No related tags found
No related merge requests found
Pipeline
#192656
passed
6 years ago
Stage: first
Stage: second
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/index/APKBUILD
+6
-4
6 additions, 4 deletions
main/index/APKBUILD
main/index/remove-included-qmltermwidget.patch
+20
-0
20 additions, 0 deletions
main/index/remove-included-qmltermwidget.patch
with
26 additions
and
4 deletions
main/index/APKBUILD
+
6
−
4
View file @
c6b5df41
...
...
@@ -2,15 +2,16 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
index
pkgver
=
0_git20180903
pkgrel
=
0
pkgrel
=
1
_commit
=
"113d6e0ba138d31c746421271b927efed8a7b25e"
pkgdesc
=
"Index file manager based on MauiKit"
arch
=
"all"
url
=
"https://github.com/maui-project/index"
license
=
"unknown"
depends
=
"mauikit"
depends
=
"mauikit
qmltermwidget
"
makedepends
=
"qt5-qtbase-dev qt5-qtdeclarative-dev mauikit-dev kservice-dev knotifications-dev ki18n-dev kio-dev"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/maui-project/
$pkgname
/archive/
$_commit
.tar.gz"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/maui-project/
$pkgname
/archive/
$_commit
.tar.gz
remove-included-qmltermwidget.patch"
options
=
"!check"
# No tests available
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
...
...
@@ -23,4 +24,5 @@ package() {
cd
"
$builddir
"
make
INSTALL_ROOT
=
"
$pkgdir
"
install
}
sha512sums
=
"b46e93013c62ff9cc2e520e46012ae3a21823b3e2dadeddc2afc07d9c537de0be9a4823047dd203a3a344bd6e4ecf9e26d9a0813020effe759ef5ba8a2c37c4a index-113d6e0ba138d31c746421271b927efed8a7b25e.tar.gz"
sha512sums
=
"b46e93013c62ff9cc2e520e46012ae3a21823b3e2dadeddc2afc07d9c537de0be9a4823047dd203a3a344bd6e4ecf9e26d9a0813020effe759ef5ba8a2c37c4a index-113d6e0ba138d31c746421271b927efed8a7b25e.tar.gz
e371184dd4e2a03f232cfde3911ec7f76c715f056d650dbd1458606720d63bb699448b8bc7acde36fa77934956384a08b2664ea8afe1f4746a1be39559b9ddad remove-included-qmltermwidget.patch"
This diff is collapsed.
Click to expand it.
main/index/remove-included-qmltermwidget.patch
0 → 100644
+
20
−
0
View file @
c6b5df41
Description: This patch disables building qmltermwidget as part of index
qmltermwidget is packaged as an external qml module, and including it in this package again would cause conflicts.
Instead of including qmltermwidget, the index package now depends on qmltermwidget.
.
index (0+git20180930-1) UNRELEASED; urgency=medium
.
* New snapshot
Author: Jonah Brüchert <jbb@kaidan.im>
--- a/index.pro
+++ b/index.pro
@@ -4,7 +4,7 @@
CONFIG += ordered
SUBDIRS += app
-linux:unix:!android {
+!linux:!unix:!android {
message(Building Terminal for Linux KDE)
SUBDIRS += $$PWD/kde/qmltermwidget
}
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