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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Dependencies
run: |
apt update
apt install -y libhandy-1-dev gettext libdbus-glib-1-dev libgdk-pixbuf2.0-dev libglib2.0-dev libgranite-dev libwingpanel-dev meson valac
apt install -y libadwaita-1-dev gettext libdbus-glib-1-dev libgdk-pixbuf-2.0-dev libglib2.0-dev libgranite-7-dev libwingpanel-9-dev meson valac
- name: Build
env:
DESTDIR: out
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@

You'll need the following dependencies:

* libgdk-pixbuf2.0-dev
* libadwaita-1-dev
* libgdk-pixbuf-2.0-dev
* libglib2.0-dev
* libgranite-dev
* libgtk-3-dev
* libwingpanel-dev
* libgranite-7-dev >= 7.7.0
* libgtk-4-dev
* libwingpanel-9-dev
* meson >= 0.58.0
* valac

Expand Down
4 changes: 2 additions & 2 deletions data/NotificationEntry.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
notification .card {
notification grid.card {
border-radius: 6px;
padding: 6px;
/* Box shadow is clipped to the margin area */
Expand Down Expand Up @@ -54,5 +54,5 @@ notification .close {

notification .close image {
color: #fff;
-gtk-icon-shadow: 0 1px 1px alpha (#000, 0.6);
-gtk-icon-shadow: 0 1px 1px alpha(#000, 0.6);
}
3 changes: 0 additions & 3 deletions data/gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<file compressed="true">indicator.css</file>
<file compressed="true">NotificationEntry.css</file>
</gresource>
<gresource prefix="/io/elementary/notifications">
<file alias="image-mask.svg" compressed="true" preprocess="xml-stripblanks">image-mask.svg</file>
</gresource>
<gresource prefix="org/elementary/wingpanel/icons">
<file alias="24x24/status/notification-disabled-10-symbolic.svg" compressed="true" preprocess="xml-stripblanks">icons/disabled-10.svg</file>
<file alias="24x24/status/notification-disabled-20-symbolic.svg" compressed="true" preprocess="xml-stripblanks">icons/disabled-20.svg</file>
Expand Down
235 changes: 0 additions & 235 deletions data/image-mask.svg

This file was deleted.

7 changes: 4 additions & 3 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
i18n.merge_file(
input: 'notifications.metainfo.xml.in',
output: 'io.elementary.wingpanel.notifications.metainfo.xml',
output: gettext_name + '.metainfo.xml',
po_dir: meson.project_source_root() / 'po' / 'extra',
type: 'xml',
install: true,
install_dir: get_option('datadir') / 'metainfo',
)

install_data('io.elementary.wingpanel.notifications.gschema.xml',
install_dir: get_option('datadir') / 'glib-2.0' / 'schemas',
install_data('notifications.gschema.xml',
install_dir: get_option('datadir') / 'glib-2.0' / 'schemas',
rename: gettext_name + '.gschema.xml'
)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/io/elementary/wingpanel/notifications/" id="io.elementary.wingpanel.notifications">
<schema path="/io/elementary/panel/notifications/" id="io.elementary.panel.notifications">
<key name="headers" type="a{sb}">
<default>{}</default>
<summary>The expanded state of the headers</summary>
Expand Down
18 changes: 9 additions & 9 deletions data/notifications.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019–2023 elementary, Inc. <contact@elementary.io> -->
<component type="addon">
<id>io.elementary.wingpanel.notifications</id>
<translation type="gettext">notifications-indicator</translation>
<id>io.elementary.panel.notifications</id>
<translation type="gettext">io.elementary.panel.notifications</translation>
<extends>io.elementary.wingpanel</extends>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
Expand All @@ -14,13 +14,13 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/wingpanel-indicator-notifications/7.1.1/data/screenshot.png</image>
<image>https://raw.githubusercontent.com/elementary/panel-notifications/7.1.1/data/screenshot.png</image>
</screenshot>
</screenshots>

<url type="bugtracker">https://github.com/elementary/wingpanel-indicator-notifications/issues</url>
<url type="bugtracker">https://github.com/elementary/panel-notifications/issues</url>
<url type="donation">https://elementary.io/get-involved#funding</url>
<url type="help">https://github.com/elementary/wingpanel-indicator-notifications/discussions/categories/q-a</url>
<url type="help">https://github.com/elementary/panel-notifications/discussions/categories/q-a</url>
<url type="homepage">https://elementary.io/</url>
<url type="translate">https://l10n.elementary.io/projects/wingpanel/wingpanel-indicator-notifications/</url>

Expand Down Expand Up @@ -50,7 +50,7 @@
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/wingpanel-indicator-notifications/issues/9">Replacing a bubble gives two notification entries</issue>
<issue url="https://github.com/elementary/panel-notifications/issues/9">Replacing a bubble gives two notification entries</issue>
</issues>
</release>

Expand All @@ -64,9 +64,9 @@
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/wingpanel-indicator-notifications/issues/58">The character ' is not rendered correctly</issue>
<issue url="https://github.com/elementary/wingpanel-indicator-notifications/issues/168">Indicator width changes when there are no notifications</issue>
<issue url="https://github.com/elementary/wingpanel-indicator-notifications/issues/251">Update indicator animation</issue>
<issue url="https://github.com/elementary/panel-notifications/issues/58">The character ' is not rendered correctly</issue>
<issue url="https://github.com/elementary/panel-notifications/issues/168">Indicator width changes when there are no notifications</issue>
<issue url="https://github.com/elementary/panel-notifications/issues/251">Update indicator animation</issue>
</issues>
</release>

Expand Down
Loading
Loading