<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/dist, branch 5.2.0</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/dist?h=5.2.0</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/dist?h=5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2024-01-14T10:07:31Z</updated>
<entry>
<title>Update version to 5.2.0, update translations (#2590)</title>
<updated>2024-01-14T10:07:31Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-01-14T10:07:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=496ee9c4cd0187868ff44af9380165055098e7cd'/>
<id>urn:sha1:496ee9c4cd0187868ff44af9380165055098e7cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version to 5.1.3 (aka 5.2 beta 3) adopt new candidate release name "Quasar" (#2584)</title>
<updated>2023-12-26T16:44:10Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2023-12-26T16:44:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=d1b9c805c4eb348ad547e235a1623b30e798c162'/>
<id>urn:sha1:d1b9c805c4eb348ad547e235a1623b30e798c162</id>
<content type='text'>
* Updated translations from Transifex

* Update version to beta3, adopt new candidate release name "Quasar"</content>
</entry>
<entry>
<title>Update version to 5.1.1 and extract translations (#2577)</title>
<updated>2023-12-07T06:57:34Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2023-12-07T06:57:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2dda5d0f85369f3ff716db8714b2a4276b8f7add'/>
<id>urn:sha1:2dda5d0f85369f3ff716db8714b2a4276b8f7add</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove references to kvirc.de and kvirc.ru (#2559)</title>
<updated>2023-10-21T15:54:54Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2023-10-21T15:54:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=8bf47fdd45f6b435825adbfef8c62692c4058f9c'/>
<id>urn:sha1:8bf47fdd45f6b435825adbfef8c62692c4058f9c</id>
<content type='text'>
* Remove reference to kvirc.de and kvirc.ru

* Fix directive #23</content>
</entry>
<entry>
<title>Macos: manually create dmg to fix icon position (#2556)</title>
<updated>2023-08-31T07:47:43Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2023-08-31T07:47:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=4f5d7b44aefd19740b3b3bb63d7ef60b8a912a08'/>
<id>urn:sha1:4f5d7b44aefd19740b3b3bb63d7ef60b8a912a08</id>
<content type='text'>
* Macos: manually create dmg to fix icon position

* Fix dmg name</content>
</entry>
<entry>
<title>Update Desktop Entry file</title>
<updated>2021-05-29T07:32:32Z</updated>
<author>
<name>Peter J. Mello</name>
</author>
<published>2021-05-28T05:14:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=6dc728d2aeae3da55120270729ce9358a1e9537b'/>
<id>urn:sha1:6dc728d2aeae3da55120270729ce9358a1e9537b</id>
<content type='text'>
This commit adds well-formed values for all keys defined in version 1.5
of the [Freedesktop.org Desktop Entry Specification][1], published on
2020-04-27, adding:
- the ability for KVIrc to be designated by all XDG-compliant Linux
  Desktop Environments (GNOME, KDE et al.) as a (default) handler for
  irc/irc6/ircs protocol URIs within all installed applications,
- support for the Startup Notification Protocol,
- a context menu entry in DE graphical application launchers for opening
  a new session/instance/window of KVIrc when one or more are already in
  use, and
- registration of KVIrc as the default handler for the 'text/kvc' and
  'text/kvs' Media (MIME) Type definitions already installed by the
  several circulating vendor packages for Linux

This effectively upstreams the [patch implemented by Kubuntu][2] on
2009-03-08 and later merged by Debian on 2011-05-07 into the official
Debian kvirc packaging repository to add keywords to the launcher entry
which help users to find the entry when searching for all IRC/Chat apps
installed on their system.

The desktop entry file itself is renamed to
`cmake/net.kvirc.KVIrc.desktop.cmake` in the source repository to comply
with above-referenced DES v1.5, which requires that such files use a
valid "D-Bus well-known name" as their basename (which is also the
"desktop file ID" used many other XDG-compliant interfaces), derived, as
suggested, by appending the mixed-case application name to the reverse
DNS entry of the official homepage. The CMake build configuration is
altered to further append the major version number to the mixed-case
application name prior to installation, as advised by the specification.

Signed-off-by: Peter J. Mello &lt;admin@petermello.net&gt;

1: https://specifications.freedesktop.org/desktop-entry-spec/latest/
2: https://salsa.debian.org/qt-kde-team/extras/kvirc/-/blob/93f8469f20a7a36a9956f3dc0e3d1c87178486a8/debian/patches/kubuntu_01_fix_desktop_entry.patch
</content>
</entry>
<entry>
<title>fixes #2468</title>
<updated>2020-04-23T09:20:48Z</updated>
<author>
<name>Dessa</name>
</author>
<published>2020-04-23T09:20:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=6a208c9e2c24fb4376de0e3c7d51f6121669af1f'/>
<id>urn:sha1:6a208c9e2c24fb4376de0e3c7d51f6121669af1f</id>
<content type='text'>
while at it update german kvirc translation and fix a typo in it
</content>
</entry>
<entry>
<title>bump version to 5.0.1</title>
<updated>2019-10-12T17:36:49Z</updated>
<author>
<name>Benjamin Staneck</name>
</author>
<published>2019-10-12T17:36:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=3db2677fe511ec2f2ab986d165f36026f73f4da3'/>
<id>urn:sha1:3db2677fe511ec2f2ab986d165f36026f73f4da3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build_debian: small fix</title>
<updated>2018-12-30T19:51:33Z</updated>
<author>
<name>Alexander Pozdnyakov</name>
</author>
<published>2018-12-30T19:51:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=67e52720cb3ff3828851fadf3678898074dc135e'/>
<id>urn:sha1:67e52720cb3ff3828851fadf3678898074dc135e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build_debian: add option CMAKE_VERBOSE_MAKEFILE=False</title>
<updated>2018-12-30T19:40:56Z</updated>
<author>
<name>Alexander Pozdnyakov</name>
</author>
<published>2018-12-30T19:40:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=ef02cd682d2df55ad5771f70b93bbdd4c1c3268d'/>
<id>urn:sha1:ef02cd682d2df55ad5771f70b93bbdd4c1c3268d</id>
<content type='text'>
</content>
</entry>
</feed>
