diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2022-01-05 22:21:19 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2022-01-05 22:21:21 -0500 |
commit | 56d7c2f8bd7b46a83c6fc4731011fc2b39b50b02 (patch) | |
tree | cfcfc1b2936340860e8ebc4d1bd6a19fc87c6679 /indicator-keylock.spec | |
parent | 5a33a8d0c95dedf32d054b7c5bbd847169779655 (diff) | |
download | indicator-keylock-main.tar.gz indicator-keylock-main.tar.xz indicator-keylock-main.zip |
Diffstat (limited to 'indicator-keylock.spec')
-rw-r--r-- | indicator-keylock.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/indicator-keylock.spec b/indicator-keylock.spec index 1f1bbf4..25482f4 100644 --- a/indicator-keylock.spec +++ b/indicator-keylock.spec @@ -1,6 +1,6 @@ Name: indicator-keylock Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lock Keys indicator applet License: GPLv3 @@ -9,6 +9,8 @@ Source0: http://archive.ubuntu.com/ubuntu/pool/universe/i/%{name}/%{name} Patch0: indicator-keylock-3.1.0-icons.patch Patch1: indicator-keylock-3.1.0-ldflags.patch Patch2: indicator-keylock-3.1.0-gcc10.patch +Patch3: indicator-keylock-3.1.0-gtkapplication.patch +Patch4: indicator-keylock-3.1.0-x11.patch BuildRequires: desktop-file-utils BuildRequires: gcc @@ -18,7 +20,6 @@ BuildRequires: make BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(appindicator3-0.1) -BuildRequires: pkgconfig(unique-3.0) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(x11) @@ -53,6 +54,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %changelog +* Thu Jan 06 2022 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1.0-3 +- Use GtkApplication instead of libunique +- Force X11 backend to avoid crash in Wayland sessions + * Tue Nov 30 2021 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1.0-2 - rebuilt |