From 6f380bfda81e0a7fb91c69379004f60687aedca444ca447af1f3de3624e1173d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sat, 24 Sep 2016 21:35:12 +0000 Subject: [PATCH] - Update to 0.11.0: * agentGui: Use default icon * agentGui: Choose current user in identities combo * agentGui: Handle setting the prompt correctly * agent: Handle multiple identities correctly * Update README.md * Fixed typo prefered -> preferred * Add README.md * build: Use external translations * ts-files removal (#21) * Bump year in AUTHORS * Italian translation update * Updated Russian translation Removed ru_RU file * update: lxqt-policykit-agent_hu.ts - Add keyring OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-policykit?expand=0&rev=3 --- lxqt-policykit-0.10.0.tar.xz | 3 --- lxqt-policykit.changes | 19 +++++++++++++++++++ lxqt-policykit.spec | 26 ++++++++++++-------------- 3 files changed, 31 insertions(+), 17 deletions(-) delete mode 100644 lxqt-policykit-0.10.0.tar.xz diff --git a/lxqt-policykit-0.10.0.tar.xz b/lxqt-policykit-0.10.0.tar.xz deleted file mode 100644 index bdbab23..0000000 --- a/lxqt-policykit-0.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce -size 14500 diff --git a/lxqt-policykit.changes b/lxqt-policykit.changes index 32da6d3..48aff78 100644 --- a/lxqt-policykit.changes +++ b/lxqt-policykit.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Sep 24 21:31:50 UTC 2016 - mvetter@suse.com + +- Update to 0.11.0: + * agentGui: Use default icon + * agentGui: Choose current user in identities combo + * agentGui: Handle setting the prompt correctly + * agent: Handle multiple identities correctly + * Update README.md + * Fixed typo prefered -> preferred + * Add README.md + * build: Use external translations + * ts-files removal (#21) + * Bump year in AUTHORS + * Italian translation update + * Updated Russian translation Removed ru_RU file + * update: lxqt-policykit-agent_hu.ts +- Add keyring + ------------------------------------------------------------------- Fri Nov 6 16:22:00 UTC 2015 - mvetter@suse.com diff --git a/lxqt-policykit.spec b/lxqt-policykit.spec index 1eff384..bfe72fb 100644 --- a/lxqt-policykit.spec +++ b/lxqt-policykit.spec @@ -17,48 +17,46 @@ Name: lxqt-policykit -Version: 0.10.0 +Version: 0.11.0 Release: 0 Summary: PolicyKit authentication agent License: LGPL-2.1+ -Group: System/GUI/LXDE-Qt -Url: http://www.lxde.org +Group: System/GUI/LXQt +Url: http://www.lxqt.org Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz +Source1: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc +Source2: %{name}.keyring BuildRequires: cmake >= 3.0.2 -BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: kwindowsystem-devel +BuildRequires: cmake(KF5WindowSystem) BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(Qt5Xdg) BuildRequires: pkgconfig(lxqt) >= %{version} -BuildRequires: pkgconfig(lxqt-globalkeys) = %{version} +BuildRequires: pkgconfig(lxqt-globalkeys) >= %{version} BuildRequires: pkgconfig(polkit-agent-1) BuildRequires: pkgconfig(polkit-qt5-core-1) +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description PolicyKit authentication agent for LXQt -%lang_package - %prep %setup -q %build -%cmake +%cmake -DPULL_TRANSLATIONS=No + make %{?_smp_mflags} %install %cmake_install -%fdupes -s %{buildroot}%{_datadir} +install -Dm 0644 man/%{name}-agent.1 %{buildroot}%{_mandir}/man1/%{name}-agent.1 %files %defattr(-,root,root) %doc AUTHORS LICENSE %{_bindir}/lxqt-policykit-agent - -%files lang -%defattr(-,root,root) -%{_datadir}/lxqt/translations +%{_mandir}/man?/%{name}-agent.?%{ext_man} %changelog