Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
gnome-usage
Commits
c677ea9c
Commit
c677ea9c
authored
Oct 12, 2016
by
Petr Štětka
Browse files
*Updated README
*version 0.0.3
parent
0470fcd2
Changes
5
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c677ea9c
...
...
@@ -5,6 +5,9 @@ I started working on the new GNOME Usage for GNOME according to official design
##Design:
https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/usage/usage.svg
##Current status:

##Compilation:
```
autovala update
...
...
@@ -16,7 +19,7 @@ sudo make install
```
##Version
Actual version is 0.0.
2
Actual version is 0.0.
3
#License
Code is under GNU GPLv3 license.
...
...
gnome-usage.avprj
View file @
c677ea9c
...
...
@@ -5,7 +5,7 @@ project_name: gnome-usage
vala_binary: src/gnome-usage
*version: 0.0.
2
*version: 0.0.
3
*vala_vapi: vapis/egg-private.vapi
*vala_vapi: vapis/glibtop.vapi
*vala_vapi: vapis/rg.vapi
...
...
@@ -42,7 +42,6 @@ h_folder: /usr/include/libgtop-2.0
*translate: vala src/header-bar.vala
*translate: vala src/view.vala
*translate: vala src/gnome-usage.vala
*translate: vala src/storage-view.vala
*translate: vala src/system-monitor.vala
*translate: vala src/power-view.vala
...
...
@@ -51,8 +50,9 @@ h_folder: /usr/include/libgtop-2.0
*translate: vala src/ram-sub-view.vala
*translate: vala src/data-view.vala
*translate: vala src/application.vala
*translate: vala src/window.vala
*translate: vala src/performance-view.vala
*translate: vala src/window.vala
*translate: vala src/gnome-usage.vala
*data: data/local
...
...
screenshot.png
0 → 100644
View file @
c677ea9c
59.5 KB
src/CMakeLists.txt
View file @
c677ea9c
...
...
@@ -7,13 +7,13 @@ set (GETTEXT_PACKAGE "gnome-usage")
set
(
RELEASE_NAME
"gnome-usage"
)
set
(
CMAKE_C_FLAGS
""
)
set
(
PREFIX
${
CMAKE_INSTALL_PREFIX
}
)
set
(
VERSION
"0.0.
2
"
)
set
(
VERSION
"0.0.
3
"
)
set
(
TESTSRCDIR
"
${
CMAKE_SOURCE_DIR
}
"
)
set
(
DOLLAR
"$"
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/src/Config.vala.cmake
${
CMAKE_BINARY_DIR
}
/src/Config.vala
)
add_definitions
(
-DGETTEXT_PACKAGE=\"
${
GETTEXT_PACKAGE
}
\"
)
set
(
VERSION
"0.0.
2
"
)
set
(
VERSION
"0.0.
3
"
)
add_definitions
(
${
DEPS_CFLAGS
}
)
link_libraries
(
${
DEPS_LIBRARIES
}
)
link_directories
(
${
DEPS_LIBRARY_DIRS
}
)
...
...
src/gnome-usage.vala
View file @
c677ea9c
// project version=0.0.
2
// project version=0.0.
3
public
static
int
main
(
string
[]
args
)
{
...
...
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