Merge pull request #16347 from Rmys/master

kmag ver. bump
This commit is contained in:
Rmys
2025-04-04 19:41:58 +03:00
committed by GitHub
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>
+4 -4
View File
@@ -5,13 +5,13 @@
# 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()
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>A speech synthesizer frontend</Summary>
<Description>KMouth is a program which enables persons that cannot speak to let their computer speak, e.g. mutal people or people who have lost their voice. It has a text input field and speaks the sentences that you enter. It also has support for user defined phrasebooks.</Description>
<Archive sha1sum="94e8fcfd4058075cb29fa0f6e33b72c9027205b8" type="tarxz">https://download.kde.org/stable/release-service/21.12.3/src/kmouth-21.12.3.tar.xz</Archive>
<Archive sha1sum="4721d0f77c85676d7f7ffcdfa1da7d04023bd82f" type="tarxz">https://download.kde.org/stable/release-service/24.12.3/src/kmouth-24.12.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency>
@@ -47,6 +47,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>