- 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
This commit is contained in:
parent
ea606778ce
commit
6f380bfda8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce
|
||||
size 14500
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user