-
Notifications
You must be signed in to change notification settings - Fork 0
/
lxqt-policykit.spec
141 lines (97 loc) · 4.51 KB
/
lxqt-policykit.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Name: lxqt-policykit
Summary: PolicyKit agent for LXQt desktop suite
Version: 0.13.0
Release: 2%{?dist}
License: LGPLv2+
URL: http://lxqt.org/
Source0: https://github.com/lxqt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: lxqt-policykit-libexec.patch
BuildRequires: pkgconfig(polkit-qt5-1)
BuildRequires: pkgconfig(polkit-agent-1)
BuildRequires: pkgconfig(Qt5Help)
BuildRequires: pkgconfig(Qt5Xdg) >= 1.0.0
BuildRequires: pkgconfig(lxqt) >= 0.13.0
BuildRequires: kf5-kwindowsystem-devel >= 5.5
BuildRequires: desktop-file-utils
Provides: PolicyKit-authentication-agent = %{version}
%description
%{summary}.
%prep
%autosetup -p1
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_lxqt} \
-DPOLKIT_AGENT_BINARY_DIR=%{_libexecdir} \
-DPULL_TRANSLATIONS=NO ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
install -d %{buildroot}/%{_sysconfdir}/xdg/autostart
%files
%{_libexecdir}/lxqt-policykit-agent
%{_sysconfdir}/xdg/autostart/lxqt-policykit-agent.desktop
%changelog
* Fri Nov 30 2018 Vaughan Agrez <devel at agrez dot net> - 0.13.0-2
- Fix policykit autostart path (Patch0)
* Fri Aug 03 2018 Zamir SUN <[email protected]> - 0.13.0-1
- Update to version 0.13.0
* Fri Jul 13 2018 Fedora Release Engineering <[email protected]> - 0.11.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Feb 08 2018 Fedora Release Engineering <[email protected]> - 0.11.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 0.11.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <[email protected]> - 0.11.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <[email protected]> - 0.11.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Thu Jan 19 2017 Christian Dersch <[email protected]> - 0.11.1-3
- rebuilt
* Wed Jan 18 2017 Christian Dersch <[email protected]> - 0.11.1-2
- moved translations to lxqt-l10n
* Sat Jan 07 2017 Christian Dersch <[email protected]> - 0.11.1-1
- new version
* Thu Sep 29 2016 Helio Chissini de Castro <[email protected]> - 0.11.0-2
- Fix rpmlint issues
- Build for epel
- Bring translations back
* Mon Sep 26 2016 Helio Chissini de Castro <[email protected]> - 0.11.0-1
- New upstream release 0.11.0
* Tue Jun 07 2016 Than Ngo <[email protected]> - 0.10.0-5
- hide the identity because it's alway root
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 0.10.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jan 20 2016 Helio Chissini de Castro <[email protected]> - 0.10.0-3
- Another razorqt obsoletes
* Thu Dec 10 2015 Helio Chissini de Castro <[email protected]> - 0.10.0-2
- Use new cmake_lxqt infra
* Mon Nov 02 2015 Helio Chissini de Castro <[email protected]> - 0.10.0-1
- New upstream version
* Wed Jun 17 2015 Fedora Release Engineering <[email protected]> - 0.9.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Feb 18 2015 Helio Chissini de Castro <[email protected]> - 0.9.0-4
- Rebuild (gcc5)
* Tue Feb 10 2015 Helio Chissini de Castro <[email protected]> - 0.9.0-3
- Obsoletes razorqt-policykit-agent
* Mon Feb 09 2015 Helio Chissini de Castro <[email protected]> - 0.9.0-2
- Proper add locale for Qt tm files
* Sun Feb 08 2015 Helio Chissini de Castro <[email protected]> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <[email protected]> - 0.9.0-0.1
- Preparing 0.9.0 release
* Mon Dec 29 2014 Helio Chissini de Castro <[email protected]> - 0.8.0-7
- Rebuild against new Qt 5.4.0
* Sat Dec 20 2014 Helio Chissini de Castro <[email protected]> - 0.8.0-6
- Unify naming as discussed on Fedora IRC
* Fri Dec 19 2014 Rex Dieter <[email protected]> 0.8.0-5
- Provides: PolicyKit-authentication-agent
* Mon Dec 08 2014 Helio Chissini de Castro <[email protected]> - 0.8.0-4
- Remove agent autostart already provided by lxqt-common.
* Mon Nov 10 2014 Helio Chissini de Castro <[email protected]> - 0.8.0-3
- Update for review on https://bugzilla.redhat.com/show_bug.cgi?id=1159874
* Mon Nov 03 2014 Helio Chissini de Castro <[email protected]> - 0.8.0-2
- Update to Fedora package review
* Mon Oct 27 2014 Helio Chissini de Castro <[email protected]> - 0.8.0-1
- First release to LxQt new base