kmag ver. bump

This commit is contained in:
Rmys
2025-04-04 19:40:43 +03:00
parent a7c69b5b49
commit 7fadd38442
4 changed files with 25 additions and 11 deletions
+5 -5
View File
@@ -5,15 +5,15 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import kde6
def setup():
kde5.configure()
kde6.configure()
def build():
kde5.make()
kde6.make()
def install():
kde5.install()
kde6.install()
pisitools.dodoc("AUTHORS", "ChangeLog*", "COPYING", "README", "TODO")
pisitools.dodoc("README*", "LICENSES/*")
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>A screen magnifier</Summary>
<Description>KMag is a small utility for Linux to magnify a part of the screen. KMag is very useful for people with visual disabilities and for those working in the fields of image analysis, web development etc.</Description>
<Archive sha1sum="24abcadda3105ad760cf22ff0238cc039ba28d73" type="tarxz">https://download.kde.org/stable/release-service/21.12.3/src/kmag-21.12.3.tar.xz</Archive>
<Archive sha1sum="5c9cab6e072bfce15830d2e7dabababa0d1112e8" type="tarxz">https://download.kde.org/stable/release-service/24.12.3/src/kmag-24.12.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="2">
<Date>2025-04-04</Date>
<Version>24.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2022-04-17</Date>
<Version>21.12.3</Version>