From b27afab36b885cc600114f07aa9adaaae3404ddf Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 5 Nov 2019 23:07:17 +0100 Subject: [PATCH 1/2] update to version 2.2.0 --- .gitignore | 1 + sources | 2 +- wingpanel-indicator-keyboard.spec | 15 ++++++++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 52af18c..9098b38 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /wingpanel-indicator-keyboard-2.1.0.tar.gz /wingpanel-indicator-keyboard-2.1.1.tar.gz /wingpanel-indicator-keyboard-2.1.2.tar.gz +/wingpanel-indicator-keyboard-2.2.0.tar.gz diff --git a/sources b/sources index dab033b..3bbe735 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-indicator-keyboard-2.1.2.tar.gz) = 6ded6be317b2d436bbf8b14c13b62635eaf07926f467991d4a6cb83923f997b7a3ae31deeb8489a7695104e37bdc6499726b40118ba84fe2e5aed920127553f3 +SHA512 (wingpanel-indicator-keyboard-2.2.0.tar.gz) = c07bd69e7261149ced29b35c191d3b319ac2a4590c60fb212f8f881f2e0e71322898c6bb601dfca7fc0ef6b0e935b8911998815f0946dde6f2bb66401393e54f diff --git a/wingpanel-indicator-keyboard.spec b/wingpanel-indicator-keyboard.spec index b5105ab..0042b8a 100644 --- a/wingpanel-indicator-keyboard.spec +++ b/wingpanel-indicator-keyboard.spec @@ -1,8 +1,10 @@ %global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$ +%global appname io.elementary.wingpanel.keyboard + Name: wingpanel-indicator-keyboard Summary: Keyboard Indicator for wingpanel -Version: 2.1.2 +Version: 2.2.0 Release: 1%{?dist} License: LGPLv2+ @@ -10,6 +12,7 @@ URL: https://github.com/elementary/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gettext +BuildRequires: libappstream-glib BuildRequires: meson BuildRequires: vala >= 0.22.0 @@ -42,14 +45,24 @@ A keyboard indicator for wingpanel. %find_lang keyboard-indicator +%check +appstream-util validate-relax --nonet \ + %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml + + %files -f keyboard-indicator.lang %doc README.md %license COPYING %{_libdir}/wingpanel/libkeyboard.so +%{_datadir}/metainfo/%{appname}.appdata.xml + %changelog +* Tue Nov 05 2019 Fabio Valentini - 2.2.0-1 +- Update to version 2.2.0. + * Wed Mar 06 2019 Fabio Valentini - 2.1.2-1 - Update to version 2.1.2. From 6d46eb90dcd77e80bb8c56795c4655f97e2654d0 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 3 Apr 2020 00:41:44 +0200 Subject: [PATCH 2/2] update to version 2.2.1 --- .gitignore | 1 + sources | 2 +- wingpanel-indicator-keyboard.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9098b38..31c06db 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /wingpanel-indicator-keyboard-2.1.1.tar.gz /wingpanel-indicator-keyboard-2.1.2.tar.gz /wingpanel-indicator-keyboard-2.2.0.tar.gz +/wingpanel-indicator-keyboard-2.2.1.tar.gz diff --git a/sources b/sources index 3bbe735..0237920 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-indicator-keyboard-2.2.0.tar.gz) = c07bd69e7261149ced29b35c191d3b319ac2a4590c60fb212f8f881f2e0e71322898c6bb601dfca7fc0ef6b0e935b8911998815f0946dde6f2bb66401393e54f +SHA512 (wingpanel-indicator-keyboard-2.2.1.tar.gz) = e2e7881726b83a1ec30b1b5b052143df3b64326fa46ea0f22456f107b3a8415fd562d36ee292f8f40f5c4634e68899dbfce403610af30a712a550f74c6de8dc7 diff --git a/wingpanel-indicator-keyboard.spec b/wingpanel-indicator-keyboard.spec index 0042b8a..cc5f467 100644 --- a/wingpanel-indicator-keyboard.spec +++ b/wingpanel-indicator-keyboard.spec @@ -4,7 +4,7 @@ Name: wingpanel-indicator-keyboard Summary: Keyboard Indicator for wingpanel -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} License: LGPLv2+ @@ -21,6 +21,7 @@ BuildRequires: pkgconfig(granite) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(wingpanel-2.0) +BuildRequires: pkgconfig(xkeyboard-config) Requires: wingpanel%{?_isa} Supplements: wingpanel%{?_isa} @@ -60,6 +61,9 @@ appstream-util validate-relax --nonet \ %changelog +* Thu Apr 02 2020 Fabio Valentini - 2.2.1-1 +- Update to version 2.2.1. + * Tue Nov 05 2019 Fabio Valentini - 2.2.0-1 - Update to version 2.2.0. @@ -114,4 +118,3 @@ appstream-util validate-relax --nonet \ * Sun Aug 21 2016 Fabio Valentini - 2.0-1 - Update to version 2.0. -