mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Trivial file formatting fixes
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Normalize EOL for all files that Git considers text files.
|
||||||
|
* text=auto eol=lf
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
.flatpak
|
.flatpak
|
||||||
.flatpak-builder
|
.flatpak-builder
|
||||||
.vscode
|
.vscode
|
||||||
|
.DS_Store
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id" : "io.github.flattool.Warehouse",
|
"id": "io.github.flattool.Warehouse",
|
||||||
"runtime" : "org.gnome.Platform",
|
"runtime": "org.gnome.Platform",
|
||||||
"runtime-version" : "47",
|
"runtime-version": "47",
|
||||||
"sdk" : "org.gnome.Sdk",
|
"sdk": "org.gnome.Sdk",
|
||||||
"command" : "warehouse",
|
"command": "warehouse",
|
||||||
"finish-args" : [
|
"finish-args": [
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
"--socket=fallback-x11",
|
"--socket=fallback-x11",
|
||||||
"--device=dri",
|
"--device=dri",
|
||||||
@@ -32,19 +32,19 @@
|
|||||||
"buildsystem": "meson",
|
"buildsystem": "meson",
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type" : "git",
|
"type": "git",
|
||||||
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
|
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
|
||||||
"tag" : "v0.14.0"
|
"tag": "v0.14.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"cleanup": ["*"]
|
"cleanup": ["*"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "warehouse",
|
"name": "warehouse",
|
||||||
"builddir" : true,
|
"builddir": true,
|
||||||
"buildsystem" : "meson",
|
"buildsystem": "meson",
|
||||||
"config-opts": [ "-Dprofile=development" ],
|
"config-opts": ["-Dprofile=development"],
|
||||||
"sources" : [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "dir",
|
"type": "dir",
|
||||||
"path": "."
|
"path": "."
|
||||||
|
|||||||
@@ -122,4 +122,3 @@ class ChangeVersionPage(Adw.NavigationPage):
|
|||||||
# Connections
|
# Connections
|
||||||
self.root_group_check_button.connect("toggled", lambda *_: self.action_bar.set_revealed(True))
|
self.root_group_check_button.connect("toggled", lambda *_: self.action_bar.set_revealed(True))
|
||||||
self.apply_button.connect("clicked", self.on_apply)
|
self.apply_button.connect("clicked", self.on_apply)
|
||||||
|
|
||||||
|
|||||||
@@ -67,4 +67,3 @@ class ResultRow(Adw.ActionRow):
|
|||||||
# Apply
|
# Apply
|
||||||
GLib.idle_add(self.idle_stuff)
|
GLib.idle_add(self.idle_stuff)
|
||||||
self.set_state(package_state)
|
self.set_state(package_state)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user