Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
4TU
hb-appstore
Commits
b8910bd2
Commit
b8910bd2
authored
May 09, 2020
by
vgmoose
🌱
Browse files
bake: add project.json config file
parent
30856d19
Pipeline
#144417688
passed with stage
in 5 minutes and 42 seconds
Changes
14
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
33 additions
and
17 deletions
+33
-17
.github/FUNDING.yml
.github/FUNDING.yml
+1
-2
.travis.yml
.travis.yml
+1
-1
README.md
README.md
+1
-1
console/Menu.cpp
console/Menu.cpp
+1
-1
console/console_main.cpp
console/console_main.cpp
+1
-1
gui/AppDetails.cpp
gui/AppDetails.cpp
+1
-1
gui/AppList.cpp
gui/AppList.cpp
+1
-1
gui/Feedback.cpp
gui/Feedback.cpp
+1
-1
gui/MainDisplay.cpp
gui/MainDisplay.cpp
+1
-1
gui/main.cpp
gui/main.cpp
+5
-5
gui/main.hpp
gui/main.hpp
+0
-0
libs/chesto
libs/chesto
+1
-1
libs/get
libs/get
+1
-1
project.json
project.json
+17
-0
No files found.
.github/FUNDING.yml
View file @
b8910bd2
open_collective
:
hb-appstore
ko_fi
:
vgmoose
open_collective
:
fortheusers
.travis.yml
View file @
b8910bd2
...
...
@@ -13,5 +13,5 @@ matrix:
script
:
-
docker run -e PLATFORM="$PLATFORM"
-v $(pwd):/code ubuntu:
18
.04
-v $(pwd):/code ubuntu:
20
.04
/bin/bash -c "cd /code && ./dependency_helper.sh && ./build.sh"
README.md
View file @
b8910bd2
...
...
@@ -92,7 +92,7 @@ This project exists thanks to all the people who contribute!
#### Financial Contributors
Become a
[
financial contributor
](
https://opencollective.com/fortheusers/contribute
)
and help us sustain our community!
<a
href=
"https://opencollective.com/
hb-appstore
"
><img
src=
"https://opencollective.com/fortheusers/individuals.svg?width=890"
></a>
<a
href=
"https://opencollective.com/
fortheusers
"
><img
src=
"https://opencollective.com/fortheusers/individuals.svg?width=890"
></a>
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website.
...
...
console/Menu.cpp
View file @
b8910bd2
#include "Menu.hpp"
#include "../main.hpp"
#include "../
gui/
main.hpp"
#include <algorithm>
#include <sstream>
...
...
console/console_main.cpp
View file @
b8910bd2
...
...
@@ -4,7 +4,7 @@
#include "../libs/chesto/src/InputEvents.hpp"
#include "../libs/chesto/src/RootDisplay.hpp"
#include "../main.hpp"
#include "../
gui/
main.hpp"
#include "Menu.hpp"
...
...
gui/AppDetails.cpp
View file @
b8910bd2
...
...
@@ -14,7 +14,7 @@
#include "Feedback.hpp"
#include "AppList.hpp"
#include "ImageCache.hpp"
#include "
../
main.hpp"
#include "main.hpp"
int
AppDetails
::
lastFrameTime
=
99
;
...
...
gui/AppList.cpp
View file @
b8910bd2
#include "AppList.hpp"
#include "AboutScreen.hpp"
#include "Keyboard.hpp"
#include "
../
main.hpp"
#include "main.hpp"
#include "../libs/get/src/Utils.hpp"
...
...
gui/Feedback.cpp
View file @
b8910bd2
#include "Feedback.hpp"
#include "ImageCache.hpp"
#include "MainDisplay.hpp"
#include "
../
main.hpp"
#include "main.hpp"
#include "../libs/chesto/src/RootDisplay.hpp"
...
...
gui/MainDisplay.cpp
View file @
b8910bd2
...
...
@@ -11,7 +11,7 @@
#include "../libs/get/src/Utils.hpp"
#include "MainDisplay.hpp"
#include "
../
main.hpp"
#include "main.hpp"
MainDisplay
::
MainDisplay
()
:
appList
(
NULL
,
&
sidebar
)
...
...
main.cpp
→
gui/
main.cpp
View file @
b8910bd2
...
...
@@ -11,13 +11,13 @@
#include <sys/iosupport.h>
#endif
#include "libs/get/src/Get.hpp"
#include "libs/get/src/Utils.hpp"
#include "libs/chesto/src/DownloadQueue.hpp"
#include "
../
libs/get/src/Get.hpp"
#include "
../
libs/get/src/Utils.hpp"
#include "
../
libs/chesto/src/DownloadQueue.hpp"
#include "gui/MainDisplay.hpp"
#include "
../
gui/MainDisplay.hpp"
#include "console/Menu.hpp"
#include "
../
console/Menu.hpp"
#include "main.hpp"
...
...
main.hpp
→
gui/
main.hpp
View file @
b8910bd2
File moved
chesto
@
f4ae46a3
Compare
aa3e8cbe
...
f4ae46a3
Subproject commit
aa3e8cbeaa679ee60ea97d3feacdd722fdee90ab
Subproject commit
f4ae46a37f7e6e84f39a684ebfdfdd1ded79704f
get
@
93df20b7
Compare
25b198d0
...
93df20b7
Subproject commit
25b198d07e25e4c3e5282ecbd35b04b56d0b2788
Subproject commit
93df20b7bac26e2d38bfa5578f61930333f19c15
project.json
0 → 100644
View file @
b8910bd2
{
"id"
:
"hbas"
,
"type"
:
"application"
,
"value"
:
{
"author"
:
"4TU Team"
,
"description"
:
"Download homebrew apps with a UI"
,
"language"
:
"c++"
,
"use"
:
[
"get"
,
"chesto"
],
"sources"
:
[
"gui"
,
"console"
]
},
"lang.cpp"
:
{
"lib"
:
[
"sdl2"
,
"sdl2_gfx"
],
"cpp-standard"
:
"gnu++14"
,
"cxxflags"
:
[
"-Wno-narrowing"
,
"-DPC"
]
}
}
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