forked from pool/kde-print-manager
Accepting request 1041458 from KDE:Applications
KDE Release Gear 22.12.0 (forwarded request 1041224 from krop) OBS-URL: https://build.opensuse.org/request/show/1041458 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-print-manager?expand=0&rev=93
This commit is contained in:
commit
a2868ad65b
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 2 12:26:46 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 22.12.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/gear/22.12.0/
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 26 16:46:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 22.11.90
|
||||||
|
* New feature release
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 12 08:55:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 22.11.80
|
||||||
|
* New feature release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 1 11:21:50 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Nov 1 11:21:50 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kde-print-manager
|
# spec file for package kde-print-manager
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 24.9.90 Raymond Wooninck <tittiatcoke@gmail.com>
|
# Copyright (c) 24.9.90 Raymond Wooninck <tittiatcoke@gmail.com>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -22,11 +22,10 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kde-print-manager
|
Name: kde-print-manager
|
||||||
Version: 22.08.3
|
Version: 22.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for managing print jobs and printers
|
Summary: Tools for managing print jobs and printers
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
@ -75,16 +74,16 @@ kde-print-manager provides tools for managing print jobs and printers.
|
|||||||
%autosetup -p1 -n %{rname}-%{version}
|
%autosetup -p1 -n %{rname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DCUPS_INCLUDE_DIR=%{_includedir}/cups
|
%cmake_kf5 -d build -- -DCUPS_INCLUDE_DIR=%{_includedir}/cups
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with released}
|
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
%endif
|
|
||||||
%suse_update_desktop_file -r org.kde.PrintQueue Utility DesktopUtility
|
%suse_update_desktop_file -r org.kde.PrintQueue Utility DesktopUtility
|
||||||
%suse_update_desktop_file -r org.kde.kde-add-printer Utility DesktopUtility
|
%suse_update_desktop_file -r org.kde.kde-add-printer Utility DesktopUtility
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -114,8 +113,6 @@ kde-print-manager provides tools for managing print jobs and printers.
|
|||||||
%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_printer_manager.so
|
%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_printer_manager.so
|
||||||
%{_kf5_qmldir}/org/kde/plasma/printmanager/
|
%{_kf5_qmldir}/org/kde/plasma/printmanager/
|
||||||
|
|
||||||
%if %{with released}
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:37d46e7ae9dc545b322a900b3a25433cd4d1b335d177fc85733df1e4f1647bfb
|
|
||||||
size 278784
|
|
@ -1,16 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmNgYv8ACgkQu0YzUNbv
|
|
||||||
Me/pxA//cUlkDKV+xUWNsUcnxvDd2bvXKQbTChyfxY+mnWk9EZHuQ2kWGuDRhGYh
|
|
||||||
Ix2T/cwlO2AtHQs4ZgvQadMNMqbZhVqvFFd+qqNXIrZZnsLQmPpuEAk/vAVilT7s
|
|
||||||
cIgfv3SOcpE5kx7hoNNfpYBuRFWgN9Xi/xyKQNcwXF0mXoaSNfbfZNE2alLbr1SO
|
|
||||||
1iAqKfdE8iTPY1Q5WHfBuSJdmYAYX9nEbfHPK8anM2H4TSYr7ae6y9COrNRSvHoX
|
|
||||||
pArkfVnRjiNomnL4n7EZtYh59vljONM8yQ7Xr1g5GC8w/yhZAnMIjD8pTYv7rQD+
|
|
||||||
SzqPZF3N5BxDp0O5yUWWPXWIZJpMWN2jNawiU1+pPz+GOqrmLzxiMYcYYMB3V+zz
|
|
||||||
SQxJOc949E+FOw57flN+j9Nq6Cl2pLa4WKzFtiHaxxv8JcKACKvbthtC8IsndgOR
|
|
||||||
JMr59gQr2GTYrunenPIEQQ/Y3bikXkYUQ+qhGYlQ7o6l5wFREehA/uMF6mlTPrms
|
|
||||||
v7Qc/g0DLa3gJdrYN7zUEpU+BAFDFouuGDWsL8CfOHsthi96Pup0Nb92CZXtwcSs
|
|
||||||
i7uf0DisU8eckHBQs9G5J1Uw9w/QSz7NK40sP5KFbdhZGRcx/M62pm0SxqdBk9cN
|
|
||||||
p4JwY4dssbBmbboYlyAYCKjjygbKWm1OcLCjeCzTwghPhrIWuU8=
|
|
||||||
=Pjr2
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
print-manager-22.12.0.tar.xz
Normal file
3
print-manager-22.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6ef2e83e2f2a3fee90a1ce25b541e4f9d9e623e8943236c2ffaae1aa445c8f9
|
||||||
|
size 287320
|
16
print-manager-22.12.0.tar.xz.sig
Normal file
16
print-manager-22.12.0.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmOJQccACgkQu0YzUNbv
|
||||||
|
Me95cw//dNXTsXJSg0+HAiR8lrqN1kq808z7TnUVnhwszXutsKWWDAjzZLOLEzZs
|
||||||
|
HZ+9pO/C/qpUE234cFOxtSjkW6VKm6pwzT9pKHH8rB125in1VqdyYa/x6XmBpTqr
|
||||||
|
y+ut9MT7dhokQykJirxql6RJ+NPaKDfGw4rZYTm0YahzGxvWJbonqaofsrWG7pwG
|
||||||
|
PBpvoM0f8BgSuV2zAwtyHE7lJCgdpEp9367Rc78HAxSToO8R6GpFTkDVCkkbRhUw
|
||||||
|
WtyezhC19wzO2MTpWqZ7qJmqSxM4GS8lYDCjA3gs9CZOiTPab4vu+CrDMlWCkHbq
|
||||||
|
FImnNS3VGPGJV0O3F9Z22qsZAVb4yVEghM/RE2J2PPw0891Hb4pzgI66iixnvJeK
|
||||||
|
t8el2Svbcs0Rds0nE91yOhczXQNDWPux+F0zBGrOyfZs5NYQkE0O670/b/qas1xE
|
||||||
|
TKFIdWC1Sy63QXgrb3qnQlTe2peZ7eXhgF68JKHyc9uzVeuotDnGt8e8l/yzJWaY
|
||||||
|
FzXjINi3cNLBw+u/WSzCh67LVUiIOn2aex2+o3hId+kht8sDjtr9OT7BwLHRG88x
|
||||||
|
cMvGw2zApasMe0kBX6ZBuNF0zb/Ev131LBE6YRTslYeviuiMbmDkGR1W47X3Sygw
|
||||||
|
CsXgmdFhvuu9/0LphG6j7j+nlvVWjHkxW2cuyc7U7/rGfG2NcX8=
|
||||||
|
=TDlU
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
x
Reference in New Issue
Block a user