Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Konheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Nheko Reborn
Konheko
Commits
45853d64
Verified
Commit
45853d64
authored
3 years ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Clean up spec file, remove yaml and dbus interface installation
parent
7f06946c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
meson.build
+1
-1
1 addition, 1 deletion
meson.build
rpm/harbour-konheko.spec
+4
-4
4 additions, 4 deletions
rpm/harbour-konheko.spec
rpm/harbour-konheko.yaml
+0
-54
0 additions, 54 deletions
rpm/harbour-konheko.yaml
with
5 additions
and
59 deletions
meson.build
+
1
−
1
View file @
45853d64
...
...
@@ -34,7 +34,7 @@ gen_xml = custom_target('gen-dbus-xml',
input
:
[
'src/dbusadapter.h'
],
output
:
[
'dev.neko.konheko.xml'
],
command
:
[
qdbuscpp2xml
,
'@INPUT@'
,
'-o'
,
'@OUTPUT0@'
],
install
:
tru
e
,
install
:
fals
e
,
install_dir
:
'share/dbus-1/interfaces'
)
deps
=
[
qt5_dep
,
zlib_dep
,
olm_dep
,
matrix_dep
,
json_dep
,
ssl_dep
,
sailfish_dep
,
threads_dep
,
boost_dep
,
keepalive_dep
,
notifications_dep
]
...
...
This diff is collapsed.
Click to expand it.
rpm/harbour-konheko.spec
+
4
−
4
View file @
45853d64
...
...
@@ -15,7 +15,7 @@ Summary: Sailfish OS Matrix Client
Version: 0
Release: 0
Group: Qt/Qt
License:
LICENSE
License:
GPLv3
URL: http://example.org/
Source0: %{name}-%{version}.tar.bz2
Source100: harbour-konheko.yaml
...
...
@@ -38,7 +38,7 @@ BuildRequires: python3-pip
BuildRequires: desktop-file-utils
%description
Short description of my Sailfish OS Application
A Sailfish OS client for the Matrix protocol.
%prep
...
...
@@ -100,10 +100,10 @@ desktop-file-install --delete-original \
%files
%defattr(-,root,root,-)
%{_bindir}
%{_bindir}
/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/dbus-1/interfaces/dev.neko.konheko.xml
#
%{_datadir}/dbus-1/interfaces/dev.neko.konheko.xml
# >> files
# << files
This diff is collapsed.
Click to expand it.
rpm/harbour-konheko.yaml
deleted
100644 → 0
+
0
−
54
View file @
7f06946c
Name
:
harbour-konheko
Summary
:
Sailfish OS Matrix Client
Version
:
0.5
Release
:
0
# The contents of the Group field should be one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group
:
Qt/Qt
URL
:
http://example.org/
License
:
LICENSE
# This must be generated before uploading a package to a remote build service.
# Usually this line does not need to be modified.
Sources
:
-
'
%{name}-%{version}.tar.bz2'
Description
:
|
Short description of my Sailfish OS Application
Configure
:
none
Builder
:
none
# This section specifies build dependencies that are resolved using pkgconfig.
# This is the preferred way of specifying build dependencies for your package.
PkgConfigBR
:
-
sailfishapp >= 1.0.2
-
Qt5Core
-
Qt5Qml
-
Qt5Quick
-
Qt5Multimedia
-
Qt5DBus
-
nemonotifications-qt5
-
openssl
-
keepalive
# Build dependencies without a pkgconfig setup can be listed here
PkgBR
:
-
cmake
-
ninja
-
meson
-
python3-pip
# Runtime dependencies which are not automatically detected
Requires
:
-
sailfishsilica-qt5 >= 0.10.9
-
qt5-qtmultimedia
-
nemo-qml-plugin-contextkit-qt5
# All installed files
Files
:
-
'
%{_bindir}'
-
'
%{_datadir}/%{name}'
-
'
%{_datadir}/applications/%{name}.desktop'
-
'
%{_datadir}/icons/hicolor/*/apps/%{name}.png'
-
'
%{_datadir}/dbus-1/interfaces/dev.neko.konheko.xml'
# For more information about yaml and what's supported in Sailfish OS
# build system, please see https://wiki.merproject.org/wiki/Spectacle
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