Compare commits
37 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3028096fab | ||
|
|
3584924655 |
||
|
|
b4b5293655 | ||
|
|
a909990020 | ||
|
|
173cb8c513 |
||
|
|
8991fc8d96 |
||
|
|
784f4fdb8a |
||
|
|
451c6bc010 | ||
|
|
78dafae890 |
||
|
|
737fbc373e | ||
|
|
7f253b616e | ||
|
|
e6bfdb67ba |
||
|
|
cf7043d7fd | ||
|
|
b70893e3cd |
||
|
|
68e02c74ef | ||
|
|
44709accc6 |
||
|
|
cb9adde59b | ||
|
|
20f0a6f751 |
||
|
|
1ede5e966a | ||
|
|
169f4d8dba |
||
|
|
05b6969bbe |
||
|
|
0965f221cb |
||
|
|
86574eafd8 |
||
|
|
b2973348c4 | ||
|
|
e66ead60f5 |
||
|
|
1eb9a088b9 |
||
|
|
f03e207ad2 | ||
|
|
139884d254 |
||
|
|
c165717db9 | ||
|
|
8720ade644 | ||
|
|
7c65aafdc5 |
||
|
|
146c8bb511 |
||
|
|
ca68f4deb7 |
||
|
|
0d749dcb62 |
||
|
|
041cd67995 |
||
|
|
bef6ee0fb1 |
||
|
|
fa4c288fc2 |
5 changed files with 1 additions and 267 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -1,18 +0,0 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/wingpanel-2.0.1.tar.xz
|
||||
/wingpanel-2.0.2.tar.xz
|
||||
/wingpanel-2.0.3.tar.gz
|
||||
/wingpanel-2.0.3-7a1a583.tar.gz
|
||||
/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
|
||||
/wingpanel-2.2.0.tar.gz
|
||||
/wingpanel-2.2.1.tar.gz
|
||||
/wingpanel-2.2.2.tar.gz
|
||||
/wingpanel-2.2.3.tar.gz
|
||||
/wingpanel-2.2.4.tar.gz
|
||||
/wingpanel-2.2.5.tar.gz
|
||||
/wingpanel-2.2.6.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (wingpanel-2.2.6.tar.gz) = 19057c25f32e6591cd691bb98387b94050333303b72a942bc1fc0004887de5f0d5cc9888975c53f8ae5d5087f9e5863a0b355a772d3e3146aebe206420989f51
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
# 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*")
|
||||
242
wingpanel.spec
242
wingpanel.spec
|
|
@ -1,242 +0,0 @@
|
|||
%global appname io.elementary.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.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
URL: https://github.com/elementary/wingpanel
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala >= 0.24.0
|
||||
|
||||
BuildRequires: pkgconfig(gala)
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(granite)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description %{common_description}
|
||||
|
||||
|
||||
%package libs
|
||||
Summary: Stylish top panel (shared library)
|
||||
%description libs %{common_description}
|
||||
|
||||
This package contains the shared library.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Stylish top panel (development files)
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
%description devel %{common_description}
|
||||
|
||||
This package contains the files required for developing for wingpanel.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang wingpanel
|
||||
|
||||
# create plugin directory
|
||||
mkdir -p %{buildroot}/%{_libdir}/wingpanel
|
||||
|
||||
# create settings directory
|
||||
mkdir -p %{buildroot}/%{_sysconfdir}/wingpanel.d
|
||||
|
||||
|
||||
%check
|
||||
desktop-file-validate \
|
||||
%{buildroot}/%{_datadir}/applications/%{appname}.desktop
|
||||
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%files -f wingpanel.lang
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
|
||||
%{_bindir}/wingpanel
|
||||
|
||||
%{_libdir}/gala/plugins/libwingpanel-interface.so
|
||||
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_datadir}/glib-2.0/schemas/io.elementary.desktop.wingpanel.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%files libs
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
|
||||
%dir %{_sysconfdir}/wingpanel.d
|
||||
%dir %{_libdir}/wingpanel
|
||||
|
||||
%{_libdir}/libwingpanel-2.0.so.0
|
||||
%{_libdir}/libwingpanel-2.0.so.0.2.0
|
||||
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
|
||||
%{_includedir}/wingpanel-2.0/
|
||||
|
||||
%{_libdir}/libwingpanel-2.0.so
|
||||
%{_libdir}/pkgconfig/wingpanel-2.0.pc
|
||||
|
||||
%{_datadir}/vala/vapi/wingpanel-2.0.deps
|
||||
%{_datadir}/vala/vapi/wingpanel-2.0.vapi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 01 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.6-1
|
||||
- Update to version 2.2.6.
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jun 06 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.5-1
|
||||
- Update to version 2.2.5.
|
||||
|
||||
* Wed Apr 24 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.4-1
|
||||
- Update to version 2.2.4.
|
||||
|
||||
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 2.2.3-2
|
||||
- Rebuild with Meson fix for #1699099
|
||||
|
||||
* Mon Mar 18 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.3-1
|
||||
- Update to version 2.2.3.
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jan 18 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.2-1
|
||||
- Update to version 2.2.2.
|
||||
|
||||
* Thu Dec 20 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.1-1
|
||||
- Update to version 2.2.1.
|
||||
|
||||
* Fri Oct 05 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
|
||||
- Update to version 2.2.0.
|
||||
|
||||
* Sun Sep 09 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-4
|
||||
- Rebuild for gala mutter328 support.
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jul 11 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-2
|
||||
- Add missing BR: gcc, gcc-c++.
|
||||
|
||||
* Fri Jul 06 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
|
||||
- Update to version 2.1.1.
|
||||
|
||||
* Wed Jun 13 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-2
|
||||
- Rebuild for granite5 soname bump.
|
||||
|
||||
* Thu Jun 07 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
||||
- Update to version 2.1.0.
|
||||
|
||||
* Tue Mar 13 2018 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-6
|
||||
- Add patch to support and bump release for mutter 3.28.
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-4
|
||||
- Include upstream patch to fix undefined symbols.
|
||||
|
||||
* Sat Jan 06 2018 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-3
|
||||
- Remove icon cache scriptlets, replaced by file triggers.
|
||||
|
||||
* Sat Nov 04 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-2
|
||||
- Rebuild for granite soname bump.
|
||||
|
||||
* Wed Sep 13 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.4-1
|
||||
- Update to version 2.0.4.
|
||||
|
||||
* Mon Sep 04 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-5.20170902.git434f674
|
||||
- Bump to commit 434f674, which includes fixes for the latest mutter.
|
||||
|
||||
* Sat Sep 02 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-4.20170901.git7a1a583
|
||||
- Bump to commit 7a1a583, which includes support for the latest mutter.
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue May 30 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
|
||||
- Update to version 2.0.3.
|
||||
|
||||
* Sat Apr 08 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-2
|
||||
- Create and own missing settings directory.
|
||||
|
||||
* Fri Mar 17 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-1
|
||||
- Update to version 2.0.2.
|
||||
- Remove upstreamed patches.
|
||||
|
||||
* Wed Feb 22 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-12
|
||||
- Rebuild for new gala snapshot.
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Jan 11 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-10
|
||||
- Add patch to fix pkgconfig file.
|
||||
|
||||
* Sat Jan 07 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-9
|
||||
- Create and own plugin directory.
|
||||
|
||||
* Sat Jan 07 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-8
|
||||
- Split off -libs subpackage.
|
||||
|
||||
* Sat Jan 07 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-7
|
||||
- Don't let COPYING be executable.
|
||||
|
||||
* Fri Jan 06 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-6
|
||||
- Clean up spec file.
|
||||
|
||||
* Thu Nov 17 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-5
|
||||
- Add rpath workaround for f25.
|
||||
|
||||
* Thu Sep 29 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-4
|
||||
- Mass rebuild.
|
||||
|
||||
* Wed Sep 28 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-3
|
||||
- Spec file cleanups.
|
||||
|
||||
* Mon Sep 19 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-2
|
||||
- Spec file cosmetics.
|
||||
|
||||
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
|
||||
- Update to version 2.0.1.
|
||||
|
||||
* Fri Aug 19 2016 Fabio Valentini <decathorpe@gmail.com> - 0.4-1
|
||||
- Update to version 0.4.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue