Skip to content

Commit

Permalink
Add beta icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhadeepJasu committed Jun 23, 2024
1 parent cad99a2 commit 8948e5c
Show file tree
Hide file tree
Showing 9 changed files with 946 additions and 681 deletions.
624 changes: 429 additions & 195 deletions data/Icons/128/com.github.ensemblesaw.ensembles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 65 additions & 65 deletions data/Icons/24/com.github.ensemblesaw.ensembles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
268 changes: 134 additions & 134 deletions data/Icons/32/com.github.ensemblesaw.ensembles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
276 changes: 138 additions & 138 deletions data/Icons/48/com.github.ensemblesaw.ensembles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
315 changes: 170 additions & 145 deletions data/Icons/64/com.github.ensemblesaw.ensembles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/com.github.ensemblesaw.ensembles.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021-2022 Subhadeep Jasu <[email protected]> -->
<!-- Copyright 2021-2024 Subhadeep Jasu <[email protected]> -->
<component type="desktop-application">
<id>com.github.ensemblesaw.ensembles</id>
<metadata_license>CC0-1.0</metadata_license>
Expand Down
6 changes: 4 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ dependencies = [
dependency ('json-glib-1.0', required: false),
dependency ('Vinject-0.0.0', fallback: ['libvinject', 'vinject_dep']),
dependency ('enstl-0', fallback: ['enstl', 'enstl_dep']),
dependency ('ens-shell-cli-0', fallback: ['ens-shell-cli', 'ens_shell_cli_dep']),
dependency ('ens-shell-cli-0', fallback: ['ens-shell-cli', 'ens_shell_cli_dep'],
default_options: ['profile=' + profile]),
dependency ('ens-shell-gtk-0', fallback: ['ens-shell-gtk', 'ens_shell_gtk_dep'],
default_options: ['profile=' + profile]),
dependency ('ens-aw-core-0', fallback: ['ens-aw-core', 'ens_aw_core_dep'])
dependency ('ens-aw-core-0', fallback: ['ens-aw-core', 'ens_aw_core_dep'],
default_options: ['profile=' + profile])
]

datadir = get_option ('datadir')
Expand Down
4 changes: 4 additions & 0 deletions src/Services.vala
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
using Vinject;
using Ensembles.ArrangerWorkstation;

/*
* What's happening here is that `Services` is a namespace shared among
* all the modules. It's where all the dependency injection stuff lives.
*/
namespace Ensembles.Services {
static Injector di_container;
}
2 changes: 1 addition & 1 deletion subprojects/libvinject.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url=https://gitlab.com/geeky_endeavours/vinject.git
revision=9.1-unit-tests-using-boxed-values-fix
revision = main
depth=1

[provide]
Expand Down

0 comments on commit 8948e5c

Please sign in to comment.