Merge pull request #10419 from suvari/master

kget, ktorrent, kio-gdrive, libktorrent: fix version no
This commit is contained in:
Kamil ATLI
2022-06-22 13:01:08 +03:00
committed by GitHub
6 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ def build():
def install():
kde5.install()
pisitools.dodoc("AUTHORS", "Changelog", "COPYING*", "README")
pisitools.dodoc("AUTHORS", "COPYING*", "README")
+10 -3
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Download manager for KDE</Summary>
<Description>KGet is an advanced download manager with support for Metalink and Bittorrent.</Description>
<Archive sha1sum="18632347f094a8e85a7ae665380f06cb13cfb6e9" type="tarxz">mirrors://kde/stable/release-service/22.04.1/src/kget-22.04.1.tar.xz</Archive>
<Archive sha1sum="9f3c017ccd532006e3c8dcf05176c8a83c818361" type="tarxz">mirrors://kde/stable/release-service/22.04.2/src/kget-22.04.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>kio-devel</Dependency>
<Dependency>gmp-devel</Dependency>
@@ -51,7 +51,7 @@
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kconfigwidgets-devel</Dependency>
<Dependency>knotifications-devel</Dependency>
<!-- <Dependency>kdelibs4-support-devel</Dependency> -->
<Dependency>plasma-workspace-devel</Dependency>
</BuildDependencies>
</Source>
@@ -85,7 +85,7 @@
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<!-- <Dependency>kdelibs4-support</Dependency> -->
<Dependency>plasma-workspace</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
@@ -97,6 +97,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-02-04</Date>
<Version>22.04.2</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2022-02-04</Date>
<Version>22.04.1</Version>
@@ -11,7 +11,7 @@
<License>GPL</License>
<Summary>Provides support for secure credentials storage</Summary>
<Description>KIO Slave to access Google Drive</Description>
<Archive sha1sum="fc66a2b0d3b2b81ac471c6ec4816c181b5096d8c" type="tarxz">mirrors://kde/stable/release-service/22.04.1/src/kio-gdrive-22.04.1.tar.xz</Archive>
<Archive sha1sum="aa083b539609c1c9b4acd9f7fe0897ee947977b1" type="tarxz">mirrors://kde/stable/release-service/22.04.2/src/kio-gdrive-22.04.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>kio-devel</Dependency>
@@ -65,6 +65,13 @@
</Package>
<History>
<Update release="10">
<Date>2022-06-12</Date>
<Version>22.04.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2022-06-12</Date>
<Version>22.04.1</Version>
+1 -1
View File
@@ -16,4 +16,4 @@ def build():
def install():
kde5.install()
pisitools.dodoc("ChangeLog", "LICENSES/*")
pisitools.dodoc("LICENSES/*")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>A powerful BitTorrent client for KDE</Summary>
<Description>A powerful BitTorrent client for KDE</Description>
<Archive sha1sum="56c9790d0d1150d6bb7ea1542a7bb4b52ec96701" type="tarxz">https://download.kde.org/stable/release-service/22.04.1/src/ktorrent-22.04.1.tar.xz</Archive>
<Archive sha1sum="a20bd0500d7688c8a576b5f54a8d3aa690a93bc2" type="tarxz">https://download.kde.org/stable/release-service/22.04.2/src/ktorrent-22.04.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>kio-devel</Dependency>
@@ -100,6 +100,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-06-12</Date>
<Version>22.04.1</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2022-06-12</Date>
<Version>22.04.1</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A BitTorrent protocol implementation</Summary>
<Description>KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol.</Description>
<Archive sha1sum="8872ec009fa9d0a72f92d71739038b2b95780e80" type="tarxz">https://download.kde.org/stable/release-service/22.04.1/src/libktorrent-22.04.1.tar.xz</Archive>
<Archive sha1sum="b5798727197686662635f94936a3455fd2ae9297" type="tarxz">https://download.kde.org/stable/release-service/22.04.2/src/libktorrent-22.04.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>gmp-devel</Dependency>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-06-22</Date>
<Version>22.04.1</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2022-06-12</Date>
<Version>22.04.1</Version>