public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/i3-gaps] rawhide: Functionality merged into i3
@ 2026-05-31 13:28
0 siblings, 0 replies; only message in thread
From: @ 2026-05-31 13:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/i3-gaps
Branch : rawhide
Commit : ccfa0cdbc2cd42143e56637b566a03903b1e492f
Author : Dan Čermák <dan.cermak@posteo.net>
Date : 2026-05-31T15:28:10+02:00
Stats : +1/-319 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/i3-gaps/c/ccfa0cdbc2cd42143e56637b566a03903b1e492f?branch=rawhide
Log:
Functionality merged into i3
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 66f418e..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/i3-4.19.1.tar.xz
-/i3-4.20.1.tar.xz
-/i3-4.21.tar.xz
-/i3-4.21.1.tar.xz
diff --git a/README.md b/README.md
deleted file mode 100644
index dffaf9a..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# i3-gaps
-
-Key features of i3 are correct implementation of XrandR, horizontal and vertical columns (think of a table) in tiling. Also, special focus is on writing clean, readable and well documented code. i3 uses xcb for asynchronous communication with X11, and has several measures to be very fast.
\ No newline at end of file
diff --git a/changelog b/changelog
deleted file mode 100644
index 4e19e14..0000000
--- a/changelog
+++ /dev/null
@@ -1,18 +0,0 @@
-* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.20.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.20.1-2
-- Perl 5.36 rebuild
-
-* Wed Feb 09 2022 Jerzy Drożdż <jerzy.drozdz@jdsieci.pl> - 4.20.1-1
-- Update to 4.20.1
-
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.19.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.19.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Sun May 16 2021 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.19.1-1
-- Initial version of i3-gaps (forked from i3 spec without -devel subpackages)
-- Fixes rhbz#1960963
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..b901bb3
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Functionality merged into i3
diff --git a/i3-gaps.spec b/i3-gaps.spec
deleted file mode 100644
index a770a39..0000000
--- a/i3-gaps.spec
+++ /dev/null
@@ -1,166 +0,0 @@
-Name: i3-gaps
-Version: 4.21.1
-Release: %autorelease
-Summary: i3 with more features
-# Automatically converted from old format: BSD - review is highly recommended.
-License: LicenseRef-Callaway-BSD
-URL: https://github.com/Airblader/i3
-Source0: %{URL}/releases/download/%{version}/i3-%{version}.tar.xz
-Source1: i3-logo.svg
-
-BuildRequires: gcc
-# need at least 0.53 to build the documentation
-BuildRequires: meson >= 0.53
-# from meson.build
-BuildRequires: pkg-config >= 0.25
-# no pkg-config for libev
-BuildRequires: libev-devel >= 4.0
-BuildRequires: pkgconfig(libstartup-notification-1.0)
-BuildRequires: pkgconfig(xcb) >= 1.1.93
-BuildRequires: pkgconfig(xcb-xkb)
-BuildRequires: pkgconfig(xcb-xinerama)
-BuildRequires: pkgconfig(xcb-randr)
-BuildRequires: pkgconfig(xcb-shape)
-BuildRequires: pkgconfig(xcb-event)
-BuildRequires: pkgconfig(xcb-util)
-BuildRequires: pkgconfig(xcb-cursor)
-BuildRequires: pkgconfig(xcb-keysyms)
-BuildRequires: pkgconfig(xcb-icccm)
-BuildRequires: pkgconfig(xcb-xrm)
-BuildRequires: pkgconfig(xkbcommon) >= 0.4.0
-BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.0
-BuildRequires: pkgconfig(yajl) >= 2.0.1
-BuildRequires: pkgconfig(libpcre2-8) >= 10
-BuildRequires: pkgconfig(cairo) >= 1.14.4
-BuildRequires: pkgconfig(pangocairo) >= 1.30.0
-BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(gobject-2.0)
-# man pages
-BuildRequires: asciidoc >= 8.3.0
-BuildRequires: xmlto >= 0.0.23
-
-# TODO: Testsuites
-BuildRequires: desktop-file-utils
-BuildRequires: perl(AnyEvent)
-BuildRequires: perl(AnyEvent::Util)
-BuildRequires: perl(AnyEvent::Handle)
-BuildRequires: perl(AnyEvent::I3)
-BuildRequires: perl(ExtUtils::MakeMaker)
-#BuildRequires: perl(X11::XCB)
-#BuildRequires: perl(Inline)
-#BuildRequires: perl(Inline::C)
-#BuildRequires: perl(ExtUtils::PkgConfig)
-#BuildRequires: perl(Test::More)
-#BuildRequires: perl(IPC::Run)
-#BuildRequires: perl(strict)
-#BuildRequires: perl(warnings)
-#BuildRequires: perl(Pod::Usage)
-#BuildRequires: perl(Cwd)
-#BuildRequires: perl(File::Temp)
-#BuildRequires: perl(Getopt::Long)
-#BuildRequires: perl(POSIX)
-#BuildRequires: perl(TAP::Harness)
-#BuildRequires: perl(TAP::Parser)
-#BuildRequires: perl(TAP::Parser::Aggregator)
-#BuildRequires: perl(Time::HiRes)
-#BuildRequires: perl(IO::Handle)
-#BuildRequires: perl(AnyEvent::Util)
-#BuildRequires: perl(AnyEvent::Handle)
-#BuildRequires: perl(AnyEvent::I3)
-#BuildRequires: perl(X11::XCB::Connection)
-#BuildRequires: perl(Carp)
-
-BuildRequires: perl-generators
-BuildRequires: perl(Pod::Simple)
-%ifnarch s390 s390x
-BuildRequires: xorg-x11-drv-dummy
-%endif
-
-Requires: xorg-x11-fonts-misc
-# packages autostarted by the config
-Recommends: dex-autostart
-Recommends: xss-lock
-Recommends: network-manager-applet
-Recommends: pulseaudio-utils
-Recommends: dmenu
-
-# for i3-save-tree
-Requires: perl(AnyEvent::I3) >= 0.12
-# require the config files from i3:
-Requires: (i3-config or i3-config-fedora)
-
-Conflicts: i3
-
-Recommends: i3status
-Recommends: i3lock
-Recommends: i3-config
-
-%description
-Key features of i3 are correct implementation of XrandR, horizontal and vertical
-columns (think of a table) in tiling. Also, special focus is on writing clean,
-readable and well documented code. i3 uses xcb for asynchronous communication
-with X11, and has several measures to be very fast.
-
-Please be aware that i3 is primarily targeted at advanced users and developers.
-
-%package doc
-Summary: Documentation for %{name}
-BuildArch: noarch
-Requires: %{name} = %{version}-%{release}
-
-%description doc
-Asciidoc generated documentation for %{name}.
-
-%prep
-%autosetup -p1 -n i3-%{version}
-
-# Drop /usr/bin/env lines in those which will be installed to %%_bindir.
-find . -maxdepth 1 -type f -name "i3*" -exec sed -i -e '1s;^#!/usr/bin/env perl;#!/usr/bin/perl;' {} + -print
-
-
-%build
-%meson
-%meson_build
-
-%install
-%meson_install
-
-mkdir -p %{buildroot}%{_mandir}/man1/
-install -Dpm0644 man/*.1 \
- %{buildroot}%{_mandir}/man1/
-
-mkdir -p %{buildroot}%{_datadir}/pixmaps/
-install -Dpm0644 %{SOURCE1} \
- %{buildroot}%{_datadir}/pixmaps/
-
-# drop development files (these are provided by i3 itself)
-rm -rf %{buildroot}%{_includedir}
-
-rm -rf %{buildroot}%{_sysconfdir}/i3/config{,.keycodes}
-
-%check
-desktop-file-validate %{buildroot}%{_datadir}/applications/i3.desktop
-
-%ifnarch s390 s390x
-# TODO: with xorg dummy to test the package.
-# TODO: get remaining dependencies in
-# %%meson_test
-%endif
-
-%files
-%doc RELEASE-NOTES-%{version}
-%license LICENSE
-%{_bindir}/i3*
-%{_datadir}/xsessions/i3.desktop
-%{_datadir}/xsessions/i3-with-shmlog.desktop
-%{_mandir}/man*/i3*
-%{_datadir}/pixmaps/i3-logo.svg
-%{_datadir}/applications/i3.desktop
-%exclude %{_docdir}/i3/
-
-%files doc
-%license LICENSE
-%doc docs/*.{html,png}
-
-%changelog
-%autochangelog
diff --git a/i3-logo.svg b/i3-logo.svg
deleted file mode 100644
index 2c83638..0000000
--- a/i3-logo.svg
+++ /dev/null
@@ -1,127 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="323.85715" height="309.57144" id="svg2" sodipodi:version="0.32" inkscape:version="0.46+devel" sodipodi:docname="i3-logo.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" version="1.1">
- <defs id="defs4">
- <linearGradient id="linearGradient3750">
- <stop style="stop-color: rgb(23, 39, 59); stop-opacity: 1;" offset="0" id="stop3752"/>
- <stop id="stop4356" offset="0.41666666" style="stop-color: rgb(0, 140, 212); stop-opacity: 0.780392;"/>
- <stop style="stop-color: rgb(110, 181, 222); stop-opacity: 0.698039;" offset="0.87847221" id="stop4358"/>
- <stop style="stop-color: rgb(136, 191, 229); stop-opacity: 0.619608;" offset="1" id="stop3754"/>
- </linearGradient>
- <inkscape:perspective id="perspective3661" inkscape:persp3d-origin="750.50629 : 505.26732 : 1" inkscape:vp_z="683.5728 : 1230.5721 : 1" inkscape:vp_y="0 : 1946.8917 : 0" inkscape:vp_x="-526.84957 : 2.2065866e-13 : 0" sodipodi:type="inkscape:persp3d"/>
- <linearGradient id="linearGradient3284">
- <stop style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" offset="0" id="stop3286"/>
- <stop style="stop-color: rgb(255, 255, 255); stop-opacity: 0.751825;" offset="1" id="stop3288"/>
- </linearGradient>
- <linearGradient id="linearGradient3278">
- <stop id="stop3280" offset="0" style="stop-color: rgb(51, 191, 247); stop-opacity: 0.380392;"/>
- <stop id="stop3282" offset="1" style="stop-color: rgb(45, 68, 107); stop-opacity: 1;"/>
- </linearGradient>
- <linearGradient id="linearGradient3272">
- <stop id="stop3274" offset="0" style="stop-color: rgb(37, 150, 246); stop-opacity: 0.380392;"/>
- <stop id="stop3276" offset="1" style="stop-color: rgb(45, 68, 107); stop-opacity: 1;"/>
- </linearGradient>
- <linearGradient id="linearGradient3266">
- <stop id="stop3268" offset="0" style="stop-color: rgb(24, 159, 255); stop-opacity: 0.380392;"/>
- <stop id="stop3270" offset="1" style="stop-color: rgb(1, 11, 43); stop-opacity: 1;"/>
- </linearGradient>
- <linearGradient id="linearGradient3244">
- <stop id="stop3246" offset="0" style="stop-color: rgb(65, 155, 255); stop-opacity: 1;"/>
- <stop id="stop3248" offset="1" style="stop-color: rgb(0, 35, 89); stop-opacity: 1;"/>
- </linearGradient>
- <linearGradient id="linearGradient3159">
- <stop style="stop-color: rgb(51, 191, 247); stop-opacity: 0.380392;" offset="0" id="stop3161"/>
- <stop style="stop-color: rgb(45, 68, 107); stop-opacity: 1;" offset="1" id="stop3163"/>
- </linearGradient>
- <inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="-526.84957 : 2.9848654e-13 : 0" inkscape:vp_y="1.192088e-13 : 1946.8917 : 0" inkscape:vp_z="680.54236 : 1232.3792 : 1" inkscape:persp3d-origin="730.30325 : 937.39936 : 1" id="perspective10"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3244" id="radialGradient3256" cx="344.73471" cy="77.263504" fx="344.73471" fy="77.263504" r="196.15704" gradientTransform="matrix(-1.39796, -0.0533603, 0.0835511, -2.18891, 820.205, 272.083)" gradientUnits="userSpaceOnUse"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3159" id="radialGradient3264" cx="140.3363" cy="300.27451" fx="140.3363" fy="300.27451" r="206.15704" gradientTransform="matrix(0.677117, -0.683012, 1.18028, 1.17009, -161.84, 77.6392)" gradientUnits="userSpaceOnUse"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3284" id="radialGradient3290" cx="267.50388" cy="337.12692" fx="267.50388" fy="337.12692" r="77.845421" gradientTransform="matrix(1, 0, 0, 0.743085, 0, 86.613)" gradientUnits="userSpaceOnUse"/>
- <inkscape:perspective id="perspective3373" inkscape:persp3d-origin="372.04724 : 350.78739 : 1" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 526.18109 : 1" sodipodi:type="inkscape:persp3d"/>
- <linearGradient id="linearGradient3211">
- <stop id="stop3213" offset="0" style="stop-color: rgb(0, 160, 255); stop-opacity: 1;"/>
- <stop id="stop3215" offset="1" style="stop-color: rgb(0, 37, 255); stop-opacity: 1;"/>
- </linearGradient>
- <filter inkscape:collect="always" id="filter3406" color-interpolation-filters="sRGB">
- <feGaussianBlur inkscape:collect="always" stdDeviation="13.396228" id="feGaussianBlur3408"/>
- </filter>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3284" id="radialGradient3416" cx="119.96373" cy="229.28981" fx="119.96373" fy="229.28981" r="203.19508" gradientTransform="matrix(0.72108, 2.11681, -1.47222, 0.501505, 347.53, -320.941)" gradientUnits="userSpaceOnUse"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3266" id="radialGradient3423" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.14543, -1.16871, 2.02953, 1.91933, -889.063, 57.219)" cx="351.15485" cy="372.06332" fx="351.15485" fy="372.06332" r="163.57143"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3284" id="radialGradient3734" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.72108, 2.11681, -1.47222, 0.501505, 347.53, -320.941)" cx="119.96373" cy="229.28981" fx="119.96373" fy="229.28981" r="203.19508"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3284" id="radialGradient3736" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.72108, 2.11681, -1.47222, 0.501505, 347.53, -320.941)" cx="119.96373" cy="229.28981" fx="119.96373" fy="229.28981" r="203.19508"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3750" id="radialGradient3758" cx="390.69662" cy="258.92429" fx="390.69662" fy="258.92429" r="32.03125" gradientTransform="matrix(4.02924, -5.59742, 5.16954, 3.72124, -2510.98, 1613.16)" gradientUnits="userSpaceOnUse"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3750" id="radialGradient3760" cx="59.046589" cy="248.2272" fx="59.046589" fy="248.2272" r="197.15625" gradientTransform="matrix(1.71059, -0.0437052, 0.0333471, 1.30519, -58.5931, -250.183)" gradientUnits="userSpaceOnUse"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3750" id="radialGradient3762" cx="192.64008" cy="282.40387" fx="192.64008" fy="282.40387" r="133.09375" gradientTransform="matrix(1.00812, 0.449309, -1.05293, 2.36248, 273.137, -455.121)" gradientUnits="userSpaceOnUse"/>
- <radialGradient inkscape:collect="always" xlink:href="#linearGradient3750" id="radialGradient4344" gradientUnits="userSpaceOnUse" gradientTransform="matrix(5.74785, -0.588928, 0.483474, 4.71864, -260.983, -919.446)" cx="24" cy="280.45392" fx="24" fy="280.45392" r="65.0625"/>
- <linearGradient inkscape:collect="always" xlink:href="#linearGradient3750" id="linearGradient4354" x1="-125.59599" y1="-100.47679" x2="-5.2882538" y2="-100.47679" gradientUnits="userSpaceOnUse"/>
- </defs>
- <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1" inkscape:cx="196.82267" inkscape:cy="171.11044" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="1272" inkscape:window-height="950" inkscape:window-x="24" inkscape:window-y="32" inkscape:window-maximized="0"/>
- <metadata id="metadata7">
- <rdf:RDF>
- <cc:Work rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
- <dc:title>Logo I3</dc:title>
- <dc:contributor>
- <cc:Agent>
- <dc:title>yellowiscool, farvardin</dc:title>
- </cc:Agent>
- </dc:contributor>
- <dc:creator>
- <cc:Agent>
- <dc:title>steckdenis</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:description>Logo for I3, an improved dynamic tiling window manager: http://i3.zekjur.net/</dc:description>
- <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/"/>
- </cc:Work>
- <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
- <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
- <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
- <cc:requires rdf:resource="http://creativecommons.org/ns#Notice"/>
- <cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/>
- <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
- <cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/>
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g inkscape:groupmode="layer" id="layer4" inkscape:label="fond" style="display: none;" transform="translate(-42.3571, -106.148)">
- <rect style="overflow: visible; marker: none; opacity: 0.87; fill: rgb(85, 153, 255); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 60; visibility: visible; display: inline;" id="rect3241" width="330" height="313.5" x="39" y="103.86218"/>
- </g>
- <g inkscape:label="Calque 1" inkscape:groupmode="layer" id="layer1" style="display: inline;" transform="translate(-42.3571, -106.148)">
- <rect style="fill: url(#radialGradient3423) rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none;" id="rect2383" width="322.85715" height="308.57144" x="42.85714" y="106.6479"/>
- <path style="opacity: 0.0958333; fill: rgb(255, 255, 255); fill-opacity: 1; stroke: none;" d="m 43.707165,106.65625 c -1.924412,4.19542 -0.293756,9.91207 -0.796059,14.71602 0.217132,48.00091 0.434263,96.00182 0.651394,144.00273 11.845045,10.47022 28.927257,8.88024 43.590421,10.9124 53.492929,3.44313 107.282979,3.61079 160.606069,-2.44914 34.0261,-3.43502 68.05279,-8.73145 100.89004,-18.4129 8.35969,-2.80704 18.86086,-9.22302 17.06972,-19.34203 0,-43.14236 0,-86.28472 0,-129.42708 -107.3372,0 -214.67439,0 -322.011585,0 z" id="path3221"/>
- <g transform="matrix(0.338751, -0.340167, 0.340167, 0.338751, 59.2288, 277.492)" style="opacity: 0.5; fill: rgb(0, 0, 0); fill-opacity: 1; filter: url(#filter3406);" id="g3394">
- <path style="fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: evenodd; stroke: none;" d="M 412.75,98.59375 C 396.19379,98.835333 382.96319,112.44354 383.1875,129 c 0,0 -10e-6,87.25107 0,196.3125 0,23.30736 -12.11655,39.13192 -38.21875,53.46875 -26.1022,14.33683 -64.97276,22.875 -103.875,22.875 -38.90224,0 -77.7728,-8.53817 -103.875,-22.875 C 111.11655,364.44442 99,348.61986 99,325.3125 c 0,-54.37333 0.441249,-103.35555 0.65625,-138.875 0.1075,-17.75973 0.177008,-32.11577 0.09375,-42.34375 -0.04163,-5.11399 -0.129499,-9.10767 -0.28125,-12.46875 -0.07588,-1.68054 -0.136902,-3.05581 -0.40625,-5.25 -0.134674,-1.09709 -0.168072,-2.2122 -1,-5.1875 C 97.646536,119.69985 97.275733,117.79087 94.875,113.75 92.474267,109.70913 84.912085,98.999943 69,99 59.653467,98.879464 50.78473,103.12192 45.013008,110.47443 39.241286,117.82694 37.226064,127.44941 39.5625,136.5 c 0.06318,2.03091 0.15684,4.32729 0.1875,8.09375 0.07765,9.5394 0.0133,23.81477 -0.09375,41.5 C 39.442151,221.46421 39,270.62442 39,325.3125 c -10e-7,47.58256 30.913445,84.95437 69.34375,106.0625 38.43031,21.10813 85.6089,30.28125 132.75,30.28125 47.1411,0 94.31969,-9.17312 132.75,-30.28125 38.43031,-21.10813 69.34375,-58.47994 69.34375,-106.0625 -10e-6,-109.06142 0,-196.3125 0,-196.3125 0.10978,-8.10283 -3.06279,-15.9055 -8.79582,-21.63265 -5.73304,-5.72715 -13.53896,-8.891699 -21.64168,-8.7736 l 0,0 z" id="path3396"/>
- <path style="fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: evenodd; stroke: none;" d="M 239.5625,99.5 C 223.00629,99.741583 209.77569,113.34979 210,129.90625 L 210,350 c -0.15301,10.81908 5.53126,20.88244 14.87619,26.33663 9.34492,5.45419 20.9027,5.45419 30.24762,0 C 264.46874,370.88244 270.15301,360.81908 270,350 l 0,-220.09375 c 0.10978,-8.10283 -3.06279,-15.9055 -8.79582,-21.63265 -5.73304,-5.72715 -13.53896,-8.891699 -21.64168,-8.7736 l 0,0 z" id="path3398"/>
- <path sodipodi:type="arc" style="fill: rgb(0, 0, 0); fill-opacity: 1; stroke-width: 60; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none;" id="path3400" sodipodi:cx="70" sodipodi:cy="40" sodipodi:rx="30" sodipodi:ry="30" d="M 100,40 C 100,56.568542 86.568542,70 70,70 53.431458,70 40,56.568542 40,40 40,23.431458 53.431458,10 70,10 c 16.568542,0 30,13.431458 30,30 z" transform="translate(0, -10)"/>
- <path transform="translate(170, -10)" d="M 100,40 C 100,56.568542 86.568542,70 70,70 53.431458,70 40,56.568542 40,40 40,23.431458 53.431458,10 70,10 c 16.568542,0 30,13.431458 30,30 z" sodipodi:ry="30" sodipodi:rx="30" sodipodi:cy="40" sodipodi:cx="70" id="path3402" style="fill: rgb(0, 0, 0); fill-opacity: 1; stroke-width: 60; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none;" sodipodi:type="arc"/>
- <path sodipodi:type="arc" style="fill: rgb(0, 0, 0); fill-opacity: 1; stroke-width: 60; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none;" id="path3404" sodipodi:cx="70" sodipodi:cy="40" sodipodi:rx="30" sodipodi:ry="30" d="M 100,40 C 100,56.568542 86.568542,70 70,70 53.431458,70 40,56.568542 40,40 40,23.431458 53.431458,10 70,10 c 16.568542,0 30,13.431458 30,30 z" transform="translate(345, -10)"/>
- </g>
- </g>
- <g inkscape:groupmode="layer" id="layer2" inkscape:label="tiling" style="display: none;" transform="translate(-42.3571, -106.148)">
- <rect y="106.6479" x="42.85714" height="308.57144" width="322.85715" id="rect3247" style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt;"/>
- <rect style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt;" id="rect3253" width="212.07706" height="98.216858" x="42.85096" y="218.0385"/>
- <rect style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt;" id="rect3257" width="110.75323" height="70.943619" x="254.94135" y="274.26196"/>
- <rect y="218.02481" x="254.93958" height="56.235466" width="110.76914" id="rect3259" style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt;"/>
- <rect y="345.25272" x="254.91608" height="69.955116" width="110.78036" id="rect3255" style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt;"/>
- <rect style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt;" id="rect3249" width="106.87583" height="111.69163" x="42.849949" y="106.32091"/>
- <rect y="106.45182" x="149.72185" height="111.57816" width="105.18911" id="rect3261" style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt;"/>
- <rect style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt;" id="rect3263" width="110.786" height="111.57211" x="254.91632" y="106.45485"/>
- <rect y="316.22876" x="42.847878" height="98.979958" width="212.0791" id="rect3251" style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt; display: inline;"/>
- </g>
- <g inkscape:groupmode="layer" id="layer5" inkscape:label="tiling2" style="display: inline;" transform="translate(-42.3571, -106.148)">
- <rect y="106.6479" x="42.85714" height="308.57144" width="322.85715" id="rect3244" style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt; display: inline;"/>
- <rect style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt; display: inline;" id="rect3246" width="322.85715" height="308.57144" x="42.85714" y="106.6479"/>
- <path style="fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dashoffset: 0pt; display: inline;" d="m 182.85714,106.6479 0,308.57145 0,-308.57145 z" id="path73" sodipodi:nodetypes="ccc"/>
- <path sodipodi:nodetypes="ccc" id="path3254" d="m 182.41744,207.43363 -139.120598,0 139.120598,0 z" style="overflow: visible; marker: none; fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt; visibility: visible; display: inline;"/>
- <path style="overflow: visible; marker: none; fill: none; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt; visibility: visible; display: inline;" d="m 182.41744,313.43363 -139.120598,0 139.120598,0 z" id="path3256" sodipodi:nodetypes="ccc"/>
- </g>
- <g inkscape:groupmode="layer" id="layer3" inkscape:label="I3" style="display: inline;" transform="translate(-42.3571, -106.148)">
- <path style="overflow: visible; marker: none; opacity: 0.87; color: rgb(0, 0, 0); fill: rgb(255, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 60; visibility: visible; display: inline;" d="m 232.58675,170.48705 c -5.52626,5.71371 -5.37908,14.82412 0.32886,20.35634 0,0 29.67992,29.55642 66.779,66.50112 7.92839,7.8954 9.20688,17.37763 5.24164,31.11336 -3.96524,13.73572 -14.22829,29.85051 -27.40648,43.08376 -13.17818,13.23325 -29.25004,23.56341 -42.9691,27.58589 -13.71907,4.02248 -23.20656,2.78354 -31.13495,-5.11186 -18.496,-18.41904 -35.00865,-35.16193 -47.01836,-47.26732 -6.00485,-6.0527 -10.86475,-10.93947 -14.37218,-14.37589 -1.75371,-1.71821 -3.14199,-3.04119 -4.33673,-4.12814 -0.59736,-0.54347 -1.08586,-0.98859 -1.92349,-1.64025 -0.41881,-0.32583 -0.80945,-0.69221 -2.10337,-1.4171 -0.64695,-0.36245 -1.42193,-0.88298 -3.60976,-1.43518 -2.18782,-0.55221 -8.39243,-1.60755 -13.78265,3.80523 -3.20715,3.13855 -4.7683,7.59254 -4.2224,12.04656 0.5459,4.45402 3.13649,8.39915 7.00667,10.67027 0.71225,0.66649 1.52513,1.41253 2.81674,2.67799 3.27129,3.20507 8.1055,8.06276 14.08516,14.09007 11.95933,12.05462 28.53222,28.85811 47.13529,47.38377 16.18601,16.11865 39.37063,18.26267 59.56923,12.34037 20.1986,-5.92231 39.3008,-18.8635 55.26991,-34.89933 15.96911,-16.03584 28.83053,-35.19184 34.66856,-55.41496 5.83803,-20.22312 3.59735,-43.3986 -12.58866,-59.51725 -37.09907,-36.9447 -66.77899,-66.50112 -66.77899,-66.50112 -2.71913,-2.78218 -6.44805,-4.34615 -10.3383,-4.33604 -3.89027,0.0101 -7.61101,1.59343 -10.31564,4.38971 l 0,0 z" id="path2405"/>
- <path style="opacity: 0.87; fill: rgb(255, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: none; display: inline;" d="m 174.22754,229.70669 c -5.52626,5.7137 -5.37909,14.82411 0.32886,20.35633 l 74.86858,74.55705 c 3.62846,3.71702 8.97724,5.1924 13.99818,3.86118 5.02094,-1.33122 8.93615,-5.26279 10.24642,-10.28924 1.31027,-5.02645 -0.18739,-10.36902 -3.91952,-13.98195 l -74.86858,-74.55704 c -2.71913,-2.78219 -6.44805,-4.34615 -10.33831,-4.33605 -3.89026,0.0101 -7.611,1.59343 -10.31563,4.38972 l 0,0 z" id="path3179"/>
- <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 0.87; color: rgb(0, 0, 0); fill: rgb(255, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 124.982; visibility: visible; display: inline;" id="path3181" sodipodi:cx="70" sodipodi:cy="40" sodipodi:rx="30" sodipodi:ry="30" d="M 100,40 C 100,56.568542 86.568542,70 70,70 53.431458,70 40,56.568542 40,40 40,23.431458 53.431458,10 70,10 c 16.568542,0 30,13.431458 30,30 z" transform="matrix(0.338751, -0.340167, 0.340167, 0.338751, 55.8272, 274.105)"/>
- <path transform="matrix(0.338751, -0.340167, 0.340167, 0.338751, 113.415, 216.276)" d="M 100,40 C 100,56.568542 86.568542,70 70,70 53.431458,70 40,56.568542 40,40 40,23.431458 53.431458,10 70,10 c 16.568542,0 30,13.431458 30,30 z" sodipodi:ry="30" sodipodi:rx="30" sodipodi:cy="40" sodipodi:cx="70" id="path3183" style="overflow: visible; marker: none; opacity: 0.87; color: rgb(0, 0, 0); fill: rgb(255, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 124.982; visibility: visible; display: inline;" sodipodi:type="arc"/>
- <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 0.87; color: rgb(0, 0, 0); fill: rgb(255, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 124.982; visibility: visible; display: inline;" id="path3185" sodipodi:cx="70" sodipodi:cy="40" sodipodi:rx="30" sodipodi:ry="30" d="M 100,40 C 100,56.568542 86.568542,70 70,70 53.431458,70 40,56.568542 40,40 40,23.431458 53.431458,10 70,10 c 16.568542,0 30,13.431458 30,30 z" transform="matrix(0.338751, -0.340167, 0.340167, 0.338751, 172.696, 156.747)"/>
- </g>
-</svg>
\ No newline at end of file
diff --git a/sources b/sources
deleted file mode 100644
index 52de043..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (i3-4.21.1.tar.xz) = 2f8bb10ebf7a65b7061068ca4ba02fa6a66485023f861836ffbe365f095b08461ccb815f9088290cea34fcaaa03da8e1b7d631bad8545d831cd23ed83d34663f
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 13:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 13:28 [rpms/i3-gaps] rawhide: Functionality merged into i3
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox