Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com.github.elfenware.badger.flathub.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app-id: com.github.elfenware.badger
id: com.github.elfenware.badger

# elementary SDK is not available on Flathub, so use the elementary BaseApp instead
base: io.elementary.BaseApp
Expand Down
2 changes: 1 addition & 1 deletion com.github.elfenware.badger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app-id: com.github.elfenware.badger
id: com.github.elfenware.badger

runtime: io.elementary.Platform
runtime-version: '8.2'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Type=Application
Version=1.5
Name=Badger
GenericName=Ergonomic Reminder
Comment=Remind yourself to relax your eyes and limbs
Expand All @@ -8,4 +9,6 @@ Icon=com.github.elfenware.badger
Terminal=false
Categories=Office;Utility;GTK;
Keywords=Ergonomics;Health;Eyes;Muscles;
X-GNOME-UsesNotifications=true
StartupNotify=true
SingleMainWindow=true
X-GNOME-UsesNotifications=true
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<color type="primary" scheme_preference="dark">#1a1a1a</color>
</branding>
<releases>
<release version="5.0.1" date="2025-10-01">
<description>
<ul>
<li>Update: More efficient notification management</li>
</ul>
</description>
</release>
<release version="5.0.0" date="2025-06-27">
<description>
<ul>
Expand Down
6 changes: 3 additions & 3 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

#======== SETTINGS ========
install_data (
'com.github.elfenware.badger.gschema.xml',
'badger.gschema.xml',
install_dir: get_option('datadir') / 'glib-2.0' / 'schemas',
rename: meson.project_name() + '.gschema.xml'
)

#======== Internationalization ========
#Translate and install our .desktop file
i18n.merge_file(
input: 'com.github.elfenware.badger.desktop.in',
input: 'badger.desktop.in',
output: meson.project_name() + '.desktop',
po_dir: meson.project_source_root() / 'po' / 'extra',
type: 'desktop',
Expand All @@ -19,7 +19,7 @@ i18n.merge_file(

#Translate and install our .metainfo file
i18n.merge_file(
input: 'com.github.elfenware.badger.metainfo.xml.in',
input: 'badger.metainfo.xml.in',
output: meson.project_name() + '.metainfo.xml',
po_dir: meson.project_source_root() / 'po' / 'extra',
install: true,
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# project name and programming language
project('com.github.elfenware.badger', 'vala', 'c', version: '5.0.0')
project('com.github.elfenware.badger', 'vala', 'c', version: '5.0.1')

gnome = import('gnome')
i18n = import('i18n')
Expand Down
4 changes: 2 additions & 2 deletions po/extra/POTFILES
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data/com.github.elfenware.badger.desktop.in
data/com.github.elfenware.badger.metainfo.xml.in
data/badger.desktop.in
data/badger.metainfo.xml.in