<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/kitty-terminfo, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-07-10T12:05:18Z</updated>
<entry>
<title>kitty-terminfo: update to 0.35.2</title>
<updated>2024-07-10T12:05:18Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-07-10T11:28:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3bc18e77877f85f9237f3b1fdcd43897c025f4b7'/>
<id>urn:sha1:3bc18e77877f85f9237f3b1fdcd43897c025f4b7</id>
<content type='text'>
Update kitty-terminfo to the current kitty release of 0.35.2.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>kitty-terminfo: Fix license</title>
<updated>2022-07-27T06:28:36Z</updated>
<author>
<name>Jitao Lu</name>
</author>
<published>2022-07-27T06:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3d91826be8ef1e3ab16a4de12ba19584761b7e61'/>
<id>urn:sha1:3d91826be8ef1e3ab16a4de12ba19584761b7e61</id>
<content type='text'>
Signed-off-by: Jitao Lu &lt;dianlujitao@gmail.com&gt;
</content>
</entry>
<entry>
<title>kitty-terminfo: Terminfo for kitty, an OpenGL-based terminal emulator</title>
<updated>2022-04-15T01:58:57Z</updated>
<author>
<name>Jitao Lu</name>
</author>
<published>2022-04-08T02:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a2a3bbcad7ef88066816c99893e8ab4ea3480e3b'/>
<id>urn:sha1:a2a3bbcad7ef88066816c99893e8ab4ea3480e3b</id>
<content type='text'>
Signed-off-by: Jitao Lu &lt;dianlujitao@gmail.com&gt;
</content>
</entry>
</feed>
