Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Pika Backup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex
Pika Backup
Commits
aa6564e2
Commit
aa6564e2
authored
Aug 27, 2020
by
Sophie Herold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change app id to org.gnome.World.PikaBackup
parent
4d90ea61
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
17 deletions
+17
-17
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Cargo.toml
Cargo.toml
+1
-1
build-aux/ci.manifest.yml
build-aux/ci.manifest.yml
+2
-2
build-aux/flathub.manifest.yml
build-aux/flathub.manifest.yml
+4
-4
data/APPLICATION_ID
data/APPLICATION_ID
+1
-1
data/app.desktop
data/app.desktop
+1
-1
data/app.metainfo.xml
data/app.metainfo.xml
+7
-7
No files found.
.gitlab-ci.yml
View file @
aa6564e2
...
...
@@ -5,7 +5,7 @@ flatpak:
image
:
registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.36
variables
:
RUNTIME_REPO
:
https://nightly.gnome.org/gnome-nightly.flatpakrepo
APP_ID
:
org.gnome.
gitlab.sophie_h
.PikaBackup
APP_ID
:
org.gnome.
World
.PikaBackup
FLATPAK_MODULE
:
pika-backup
MANIFEST_PATH
:
build-aux/ci.manifest.yml
BUNDLE
:
pika-backup-dev.flatpak
...
...
Cargo.toml
View file @
aa6564e2
...
...
@@ -3,7 +3,7 @@ name = "pika-backup"
description
=
"Simple backups based on borg"
version
=
"0.1.0"
authors
=
[
"Sophie Herold <sophie@hemio.de>"
]
homepage
=
"https://gitlab.gnome.org/
sophie-h
/pika-backup"
homepage
=
"https://gitlab.gnome.org/
World
/pika-backup"
edition
=
"2018"
[dependencies]
...
...
build-aux/ci.manifest.yml
View file @
aa6564e2
---
app-id
:
org.gnome.
gitlab.sophie_h
.PikaBackup
app-id
:
org.gnome.
World
.PikaBackup
command
:
pika-backup
runtime
:
org.gnome.Platform
runtime-version
:
"
3.36"
...
...
@@ -30,7 +30,7 @@ finish-args:
# inhibit shutdown and sleep
-
--system-talk-name=org.freedesktop.login1
# open folder in filebrowser, work around buggy OpenURI portal
# https://gitlab.gnome.org/
sophie-h
/pika-backup/-/issues/19
# https://gitlab.gnome.org/
World
/pika-backup/-/issues/19
-
--talk-name=org.freedesktop.FileManager1
modules
:
...
...
build-aux/flathub.manifest.yml
View file @
aa6564e2
---
app-id
:
org.gnome.
gitlab.sophie_h
.PikaBackup
app-id
:
org.gnome.
World
.PikaBackup
command
:
pika-backup
runtime
:
org.gnome.Platform
runtime-version
:
"
3.36"
...
...
@@ -28,7 +28,7 @@ finish-args:
# inhibit shutdown and sleep
-
--system-talk-name=org.freedesktop.login1
# open folder in filebrowser, work around buggy OpenURI portal
# https://gitlab.gnome.org/
sophie-h
/pika-backup/-/issues/19
# https://gitlab.gnome.org/
World
/pika-backup/-/issues/19
-
--talk-name=org.freedesktop.FileManager1
modules
:
...
...
@@ -76,6 +76,6 @@ modules:
-
"
-Dprofile=release"
sources
:
-
type
:
archive
url
:
https://gitlab.gnome.org/sophie-h/pika-backup/uploads/7a4be18fcf58a407445a12903c8e2322/pika-backup-0.1.0.tar.xz
sha256
:
047939884ebbaecfc05d0c9683127b16dbb27884494d913dc777e6229bca92f4
url
:
sha256
:
data/APPLICATION_ID
View file @
aa6564e2
org.gnome.gitlab.sophie_h.PikaBackup
\ No newline at end of file
org.gnome.World.PikaBackup
data/app.desktop
View file @
aa6564e2
...
...
@@ -6,6 +6,6 @@ Name=Pika Backup
Comment=Simple backups based on borg
Categories=System;GTK;
Icon=org.gnome.
gitlab.sophie_h
.PikaBackup
Icon=org.gnome.
World
.PikaBackup
Exec=pika-backup --syslog
Terminal=false
data/app.metainfo.xml
View file @
aa6564e2
<?xml version="1.0" encoding="UTF-8"?>
<component
type=
"desktop-application"
>
<id>
org.gnome.
gitlab.sophie_h
.PikaBackup
</id>
<id>
org.gnome.
World
.PikaBackup
</id>
<name>
Pika Backup
</name>
<summary>
Simple backups based on borg
</summary>
...
...
@@ -8,8 +8,8 @@
<metadata_license>
CC-BY-SA-4.0
</metadata_license>
<project_license>
GPL-3.0
</project_license>
<developer_name>
Sophie Herold
</developer_name>
<url
type=
"homepage"
>
https://gitlab.gnome.org/
sophie-h
/pika-backup
</url>
<url
type=
"bugtracker"
>
https://gitlab.gnome.org/
sophie-h
/pika-backup/-/issues
</url>
<url
type=
"homepage"
>
https://gitlab.gnome.org/
World
/pika-backup
</url>
<url
type=
"bugtracker"
>
https://gitlab.gnome.org/
World
/pika-backup/-/issues
</url>
<recommends>
<control>
pointing
</control>
...
...
@@ -41,7 +41,7 @@
</p>
</description>
<launchable
type=
"desktop-id"
>
org.gnome.
gitlab.sophie_h
.PikaBackup.desktop
</launchable>
<launchable
type=
"desktop-id"
>
org.gnome.
World
.PikaBackup.desktop
</launchable>
<categories>
<category>
System
</category>
...
...
@@ -50,13 +50,13 @@
<screenshots>
<screenshot
type=
"default"
>
<image>
https://gitlab.gnome.org/
sophie-h/pika-backup/uploads/596347a2e99be37c3f8a035b75cea8ea/pika-pile
-1.png
</image>
<image>
https://gitlab.gnome.org/
World/pika-backup/uploads/44f17a58980b655b39dc3aa586faf89f/pika-backup
-1.png
</image>
</screenshot>
<screenshot>
<image>
https://gitlab.gnome.org/
sophie-h/pika-backup/uploads/a5c2dc78fa55a651ff1f966b9cdaa031/pika-pile
-2.png
</image>
<image>
https://gitlab.gnome.org/
World/pika-backup/uploads/285fd185d4f9a9e9fa294e56bb066eb3/pika-backup
-2.png
</image>
</screenshot>
<screenshot>
<image>
https://gitlab.gnome.org/
sophie-h/pika-backup/uploads/53f0381b039937db02c6c00074daf2ca/pika-pile
-3.png
</image>
<image>
https://gitlab.gnome.org/
World/pika-backup/uploads/2c52409f07f20184c91abe773e3ce4bd/pika-backup
-3.png
</image>
</screenshot>
</screenshots>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment