From d391ee1742792da6b33ef715f54a77fc3338772e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 6 Jul 2018 14:31:44 +0200 Subject: [PATCH 1/6] update to version 2.1.1 --- .gitignore | 1 + sources | 2 +- wingpanel.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 922d9c9..c6cddf8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /wingpanel-2.0.3-434f674.tar.gz /wingpanel-2.0.4.tar.gz /wingpanel-2.1.0.tar.gz +/wingpanel-2.1.1.tar.gz diff --git a/sources b/sources index b81a784..4f29743 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-2.1.0.tar.gz) = b5f98484cdc2bd0f2f33f5d933b418f790a3dabe90ec26a84a69ba450cefd4a51a866493a5978346dd3994d357b69ec6c1e1752c846b7f5b25debc6f0cd0c05b +SHA512 (wingpanel-2.1.1.tar.gz) = 4568100aefd624fbb92b62f133f6969a6d596ffb30a637ca879403d81f13483be017800fb331c6eb9bdbe142c1042049c55e2c090231cccda507f89e2e144fc7 diff --git a/wingpanel.spec b/wingpanel.spec index 4dfb18a..ad1512d 100644 --- a/wingpanel.spec +++ b/wingpanel.spec @@ -1,6 +1,8 @@ +%global appname io.elementary.desktop.wingpanel + Name: wingpanel Summary: Stylish top panel -Version: 2.1.0 +Version: 2.1.1 Release: 1%{?dist} License: GPLv2+ @@ -81,7 +83,7 @@ desktop-file-validate \ %{_libdir}/gala/plugins/libwingpanel-interface.so %{_datadir}/applications/wingpanel.desktop -%{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.gschema.xml +%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml %{_datadir}/icons/hicolor/scalable/apps/wingpanel.svg @@ -106,6 +108,9 @@ desktop-file-validate \ %changelog +* Fri Jul 06 2018 Fabio Valentini - 2.1.1-1 +- Update to version 2.1.1. + * Thu Jun 07 2018 Fabio Valentini - 2.1.0-1 - Update to version 2.1.0. From 58b82d25c7b0704c659ceae7a099aad32f25b81e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 5 Oct 2018 16:05:37 +0200 Subject: [PATCH 2/6] update to version 2.2.0 --- .gitignore | 4 ++++ sources | 2 +- wingpanel.spec | 7 ++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c6cddf8..a344bd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +/results_* +/*.src.rpm + /wingpanel-2.0.1.tar.xz /wingpanel-2.0.2.tar.xz /wingpanel-2.0.3.tar.gz @@ -6,3 +9,4 @@ /wingpanel-2.0.4.tar.gz /wingpanel-2.1.0.tar.gz /wingpanel-2.1.1.tar.gz +/wingpanel-2.2.0.tar.gz diff --git a/sources b/sources index 4f29743..17d46cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-2.1.1.tar.gz) = 4568100aefd624fbb92b62f133f6969a6d596ffb30a637ca879403d81f13483be017800fb331c6eb9bdbe142c1042049c55e2c090231cccda507f89e2e144fc7 +SHA512 (wingpanel-2.2.0.tar.gz) = 84009ed2b3936ae749100c1ecb0ff6370b9e6637dfee9998a0f827408285a99d3adcff350c3fe8c26c3683682718ef7dead04ae3853e0a120a2cdcdd4bdfdf00 diff --git a/wingpanel.spec b/wingpanel.spec index ad1512d..93789f1 100644 --- a/wingpanel.spec +++ b/wingpanel.spec @@ -2,7 +2,7 @@ Name: wingpanel Summary: Stylish top panel -Version: 2.1.1 +Version: 2.2.0 Release: 1%{?dist} License: GPLv2+ @@ -11,6 +11,8 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: desktop-file-utils +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: vala >= 0.24.0 @@ -108,6 +110,9 @@ desktop-file-validate \ %changelog +* Fri Oct 05 2018 Fabio Valentini - 2.2.0-1 +- Update to version 2.2.0. + * Fri Jul 06 2018 Fabio Valentini - 2.1.1-1 - Update to version 2.1.1. From d6eb89b6b9ed38b2a8c502ec8d5d21bf6f34d38e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 20 Dec 2018 16:07:30 +0100 Subject: [PATCH 3/6] update to version 2.2.1 --- .gitignore | 1 + sources | 2 +- wingpanel.rpmlintrc | 6 ++++++ wingpanel.spec | 47 +++++++++++++++++++++++---------------------- 4 files changed, 32 insertions(+), 24 deletions(-) create mode 100644 wingpanel.rpmlintrc diff --git a/.gitignore b/.gitignore index a344bd3..76f4594 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /wingpanel-2.1.0.tar.gz /wingpanel-2.1.1.tar.gz /wingpanel-2.2.0.tar.gz +/wingpanel-2.2.1.tar.gz diff --git a/sources b/sources index 17d46cd..afa7689 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-2.2.0.tar.gz) = 84009ed2b3936ae749100c1ecb0ff6370b9e6637dfee9998a0f827408285a99d3adcff350c3fe8c26c3683682718ef7dead04ae3853e0a120a2cdcdd4bdfdf00 +SHA512 (wingpanel-2.2.1.tar.gz) = f256b687bdd774a09227927981daa880cefd1bacd10831b6e34896f28710effb77b0bba5a82b410fc33f17db5dd9c7bb08c378813acda127b8b09506449960a3 diff --git a/wingpanel.rpmlintrc b/wingpanel.rpmlintrc new file mode 100644 index 0000000..80b3bf5 --- /dev/null +++ b/wingpanel.rpmlintrc @@ -0,0 +1,6 @@ +# false positives +addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*") +addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*") + +# don't care about manpages +addFilter("W: no-manual-page-for-binary wingpanel*") diff --git a/wingpanel.spec b/wingpanel.spec index 93789f1..e5aaa07 100644 --- a/wingpanel.spec +++ b/wingpanel.spec @@ -1,40 +1,37 @@ %global appname io.elementary.desktop.wingpanel +%global common_description %{expand: +Stylish top panel that holds indicators and spawns an application +launcher.} + Name: wingpanel Summary: Stylish top panel -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/elementary/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: cmake BuildRequires: desktop-file-utils -BuildRequires: gcc -BuildRequires: gcc-c++ BuildRequires: gettext +BuildRequires: meson BuildRequires: vala >= 0.24.0 BuildRequires: pkgconfig(gala) BuildRequires: pkgconfig(gee-0.8) -BuildRequires: pkgconfig(glib-2.0) >= 2.40 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.14 +BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(granite) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.10 Requires: %{name}-libs%{?_isa} = %{version}-%{release} - -%description -Stylish top panel that holds indicators and spawns an application -launcher. +%description %{common_description} %package libs Summary: Stylish top panel (shared library) -%description libs -Stylish top panel that holds indicators and spawns an application -launcher. +%description libs %{common_description} This package contains the shared library. @@ -42,9 +39,7 @@ This package contains the shared library. %package devel Summary: Stylish top panel (development files) Requires: %{name}-libs%{?_isa} = %{version}-%{release} -%description devel -Stylish top panel that holds indicators and spawns an application -launcher. +%description devel %{common_description} This package contains the files required for developing for wingpanel. @@ -54,16 +49,12 @@ This package contains the files required for developing for wingpanel. %build -mkdir build && pushd build -%cmake .. -%make_build -popd +%meson +%meson_build %install -pushd build -%make_install -popd +%meson_install %find_lang wingpanel @@ -80,6 +71,9 @@ desktop-file-validate \ %files -f wingpanel.lang +%license COPYING +%doc README.md + %{_bindir}/wingpanel %{_libdir}/gala/plugins/libwingpanel-interface.so @@ -91,6 +85,7 @@ desktop-file-validate \ %files libs %license COPYING +%doc README.md %dir %{_sysconfdir}/wingpanel.d %dir %{_libdir}/wingpanel @@ -100,6 +95,9 @@ desktop-file-validate \ %files devel +%license COPYING +%doc README.md + %{_includedir}/wingpanel-2.0/ %{_libdir}/libwingpanel-2.0.so @@ -110,6 +108,9 @@ desktop-file-validate \ %changelog +* Thu Dec 20 2018 Fabio Valentini - 2.2.1-1 +- Update to version 2.2.1. + * Fri Oct 05 2018 Fabio Valentini - 2.2.0-1 - Update to version 2.2.0. From 7b2be7ef51e3f8e0f993d3057fa6469eb9f992f6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 18 Jan 2019 09:40:32 +0100 Subject: [PATCH 4/6] update to version 2.2.2 --- .gitignore | 1 + sources | 2 +- wingpanel.spec | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 76f4594..2e1efae 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /wingpanel-2.1.1.tar.gz /wingpanel-2.2.0.tar.gz /wingpanel-2.2.1.tar.gz +/wingpanel-2.2.2.tar.gz diff --git a/sources b/sources index afa7689..dd7cc48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-2.2.1.tar.gz) = f256b687bdd774a09227927981daa880cefd1bacd10831b6e34896f28710effb77b0bba5a82b410fc33f17db5dd9c7bb08c378813acda127b8b09506449960a3 +SHA512 (wingpanel-2.2.2.tar.gz) = 5407eb8752aac45878005923d71db56d6e7dc278313269e91003dc030d0ec3310d732bacd5be1cddb6a52bf2bc6f06dec6bda39ee335e688351b13fd94382f90 diff --git a/wingpanel.spec b/wingpanel.spec index e5aaa07..586e718 100644 --- a/wingpanel.spec +++ b/wingpanel.spec @@ -6,7 +6,7 @@ launcher.} Name: wingpanel Summary: Stylish top panel -Version: 2.2.1 +Version: 2.2.2 Release: 1%{?dist} License: GPLv2+ @@ -108,6 +108,9 @@ desktop-file-validate \ %changelog +* Fri Jan 18 2019 Fabio Valentini - 2.2.2-1 +- Update to version 2.2.2. + * Thu Dec 20 2018 Fabio Valentini - 2.2.1-1 - Update to version 2.2.1. @@ -199,4 +202,3 @@ desktop-file-validate \ * Fri Aug 19 2016 Fabio Valentini - 0.4-1 - Update to version 0.4. - From 9e72ebfbaa4dc044a00305f541e0b3b053049e88 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 18 Mar 2019 22:31:18 +0100 Subject: [PATCH 5/6] update to version 2.2.3 --- .gitignore | 1 + sources | 2 +- wingpanel.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2e1efae..2cfe5e8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /wingpanel-2.2.0.tar.gz /wingpanel-2.2.1.tar.gz /wingpanel-2.2.2.tar.gz +/wingpanel-2.2.3.tar.gz diff --git a/sources b/sources index dd7cc48..b7c1266 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-2.2.2.tar.gz) = 5407eb8752aac45878005923d71db56d6e7dc278313269e91003dc030d0ec3310d732bacd5be1cddb6a52bf2bc6f06dec6bda39ee335e688351b13fd94382f90 +SHA512 (wingpanel-2.2.3.tar.gz) = c123ed735bb669c449cc576d2eccc3fb75a79c4d13a3cabe23958c5e44f04115960c49f9918d3bf128afd835786bc2a3aec85fd5deb07fbe313455130de6a572 diff --git a/wingpanel.spec b/wingpanel.spec index 586e718..7523168 100644 --- a/wingpanel.spec +++ b/wingpanel.spec @@ -6,7 +6,7 @@ launcher.} Name: wingpanel Summary: Stylish top panel -Version: 2.2.2 +Version: 2.2.3 Release: 1%{?dist} License: GPLv2+ @@ -108,6 +108,9 @@ desktop-file-validate \ %changelog +* Mon Mar 18 2019 Fabio Valentini - 2.2.3-1 +- Update to version 2.2.3. + * Fri Jan 18 2019 Fabio Valentini - 2.2.2-1 - Update to version 2.2.2. From 3e09281a14a44247e5b2804a05dc81da2d7a25ea Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 24 Apr 2019 23:26:23 +0200 Subject: [PATCH 6/6] update to version 2.2.4 --- .gitignore | 1 + sources | 2 +- wingpanel.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2cfe5e8..5b80838 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /wingpanel-2.2.1.tar.gz /wingpanel-2.2.2.tar.gz /wingpanel-2.2.3.tar.gz +/wingpanel-2.2.4.tar.gz diff --git a/sources b/sources index b7c1266..22dd8d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-2.2.3.tar.gz) = c123ed735bb669c449cc576d2eccc3fb75a79c4d13a3cabe23958c5e44f04115960c49f9918d3bf128afd835786bc2a3aec85fd5deb07fbe313455130de6a572 +SHA512 (wingpanel-2.2.4.tar.gz) = b75d6235fd88145bdc42ae323953d9477ecfa582a0c91eefbaaeec3dfc01d926b24cfa2fea76b1c8ba4e1c4a83db17d8813a5de1c3f24ee71dd231c04ae49864 diff --git a/wingpanel.spec b/wingpanel.spec index 7523168..cfc75cb 100644 --- a/wingpanel.spec +++ b/wingpanel.spec @@ -6,7 +6,7 @@ launcher.} Name: wingpanel Summary: Stylish top panel -Version: 2.2.3 +Version: 2.2.4 Release: 1%{?dist} License: GPLv2+ @@ -108,6 +108,9 @@ desktop-file-validate \ %changelog +* Wed Apr 24 2019 Fabio Valentini - 2.2.4-1 +- Update to version 2.2.4. + * Mon Mar 18 2019 Fabio Valentini - 2.2.3-1 - Update to version 2.2.3.