[packages/i3] - pl
qboosh
qboosh at pld-linux.org
Sun Aug 24 10:15:19 CEST 2025
commit 91c895c509c4762cc526a6462474f6d506fb2280
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Aug 24 09:45:25 2025 +0200
- pl
i3.spec | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/i3.spec b/i3.spec
index 250fc5e..e180688 100644
--- a/i3.spec
+++ b/i3.spec
@@ -1,4 +1,5 @@
-Summary: improved tiling wm
+Summary: Improved tiling wm
+Summary(pl.UTF-8): Ulepszony kaflowy zarządca okien
Name: i3
Version: 4.24
Release: 1
@@ -49,27 +50,40 @@ target platforms are GNU/Linux and BSD operating systems, our code is
Free and Open Source Software (FOSS) under the BSD license. i3 is
primarily targeted at advanced users and developers.
+%description -l pl.UTF-8
+i3 to kaflowy zarządca okien, napisany od początku. Platformy docelowe
+to systemy operacyjne GNU/Linux i BSD, a kod jest na wolnodostępnej
+licencji BSD. Jest przeznaczony głównie dla zaawansowanych
+użytkowników i programistów.
+
%package devel
-Summary: Header files for %{name}
+Summary: Header files for i3
+Summary(pl.UTF-8): Pliki nagłówkowe i3
Group: Development/Libraries
%description devel
-Header files for %{name}.
+Header files for i3.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe i3.
%prep
%setup -q
%patch -P0 -p1
+
%{__sed} -i -e '1s,/usr/bin/env perl,%{__perl},' i3-save-tree i3-migrate-config-to-v4 i3-dmenu-desktop
%build
%meson
+
%meson_build
%install
rm -rf $RPM_BUILD_ROOT
+
%meson_install
-rm -r $RPM_BUILD_ROOT%{_docdir}/i3
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/i3
%clean
rm -rf $RPM_BUILD_ROOT
@@ -94,10 +108,9 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/i3-sensible-pager
%attr(755,root,root) %{_bindir}/i3-sensible-terminal
%attr(755,root,root) %{_bindir}/i3-with-shmlog
-%{_datadir}/xsessions/%{name}.desktop
-%{_desktopdir}/%{name}.desktop
+%{_datadir}/xsessions/i3.desktop
+%{_desktopdir}/i3.desktop
%{_mandir}/man1/i3.1*
-%{_mandir}/man1/i3bar.1*
%{_mandir}/man1/i3-config-wizard.1*
%{_mandir}/man1/i3-dmenu-desktop.1*
%{_mandir}/man1/i3-dump-log.1*
@@ -109,6 +122,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/i3-sensible-editor.1*
%{_mandir}/man1/i3-sensible-pager.1*
%{_mandir}/man1/i3-sensible-terminal.1*
+%{_mandir}/man1/i3bar.1*
%{_datadir}/xsessions/i3-with-shmlog.desktop
%files devel
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/i3.git/commitdiff/d5b2818823636849709b7007a2b37c0e18ab8097
More information about the pld-cvs-commit
mailing list