[packages/gtk-layer-shell] - pl, updated dependencies

qboosh qboosh at pld-linux.org
Sat Aug 28 19:34:45 CEST 2021


commit 32bfde164991c286bb3d2fc5b9b1a51b939dbedc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Aug 28 19:38:56 2021 +0200

    - pl, updated dependencies

 gtk-layer-shell.spec | 32 +++++++++++++++++++++++++++-----
 1 file changed, 27 insertions(+), 5 deletions(-)
---
diff --git a/gtk-layer-shell.spec b/gtk-layer-shell.spec
index 9573ef6..40bdfc0 100644
--- a/gtk-layer-shell.spec
+++ b/gtk-layer-shell.spec
@@ -1,4 +1,5 @@
 Summary:	Library to create components for Wayland using the Layer Shell
+Summary(pl.UTF-8):	Biblioteka do tworzenia komponentów Waylanda przy użyciu protokołu Layer Shell
 Name:		gtk-layer-shell
 Version:	0.6.0
 Release:	1
@@ -7,11 +8,12 @@ Group:		Development/Libraries
 Source0:	https://github.com/wmww/gtk-layer-shell/archive/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5:	33959717f3bbfdf05d68995105359431
 URL:		https://github.com/wmww/gtk-layer-shell
+BuildRequires:	gcc >= 6:4.7
 BuildRequires:	gtk+3-devel >= 3.22.0
 BuildRequires:	meson >= 0.45.1
-BuildRequires:	ninja
+BuildRequires:	ninja >= 1.5
 BuildRequires:	pkgconfig
-BuildRequires:	python3
+BuildRequires:	python3 >= 1:3
 BuildRequires:	rpmbuild(macros) >= 1.736
 BuildRequires:	wayland-devel >= 1.10.0
 BuildRequires:	wayland-protocols >= 1.16
@@ -26,31 +28,51 @@ notifications and wallpapers. You can use it to anchor your windows to
 a corner or edge of the output, or stretch them across the entire
 output. This library only makes sense on Wayland compositors that
 support Layer Shell, and will not work on X11. It supports all Layer
-Shell features including popups and popovers (GTK popups Just Work™).
-Please open issues for any bugs you come across.
+Shell features including popups and popovers (GTK popups Just Work
+(TM)).
 
+%description -l pl.UTF-8
+Biblioteka do tworzenia aplikacji GTK, wykorzystujących protokół Layer
+Shell. Jest to protokół Wayland dla komponentów powłok graficznych,
+takich jak panele, powiadomienia i tapety. Można go używać do
+zakotwiczania okien w roku lub przy brzegu wyjścia, albo rozciągania
+ich na całe wyjście. Biblioteka ma sens tylko dla zarządców składania
+Wayland obsługujących protokół Layer Shell, nie będzie działać na X11.
+Obsługuje wszystkie możliwości protokołu Layer Shell, w tym
+wyskakujące okna.
 
 %package devel
 Summary:	Header files for gtk-layer-shell library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki gtk-layer-shell
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	gtk+3-devel >= 3.22.0
+Requires:	wayland-devel >= 1.10.0
 
 %description devel
 Header files for gtk-layer-shell library.
 
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki gtk-layer-shell.
+
 %package static
 Summary:	Static gtk-layer-shell library
+Summary(pl.UTF-8):	Biblioteka statyczna gtk-layer-shell
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static gtk-layer-shell library.
 
+%description static -l pl.UTF-8
+Biblioteka statyczna gtk-layer-shell.
+
 %prep
 %setup -q
 
 %build
 %meson build
+
 %ninja_build -C build
 
 %install
@@ -66,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.md
+%doc CHANGELOG.md LICENSE_MIT.txt README.md compatibility.md
 %attr(755,root,root) %{_libdir}/libgtk-layer-shell.so.*.*.*
 %ghost %{_libdir}/libgtk-layer-shell.so.0
 %{_libdir}/girepository-1.0/GtkLayerShell-0.1.typelib
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-layer-shell.git/commitdiff/32bfde164991c286bb3d2fc5b9b1a51b939dbedc



More information about the pld-cvs-commit mailing list