plasma-keyboard new package
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde6
|
||||
|
||||
def setup():
|
||||
kde6.configure()
|
||||
|
||||
def build():
|
||||
kde6.make()
|
||||
|
||||
def install():
|
||||
kde6.install()
|
||||
|
||||
pisitools.dodoc("LICENSES/*", "README*")
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>plasma-keyboard</Name>
|
||||
<Homepage>https://invent.kde.org/plasma/plasma-keyboard/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A virtual keyboard based on Qt Virtual Keyboard designed to integrate in Plasma.</Summary>
|
||||
<Description>Plasma için tasarlanmış, dokunmatik ekranlarda kullanılmak üzere Qt Sanal Klavye teknolojisini temel alan bir yazılım klavyesi</Description>
|
||||
<Archive sha1sum="9d967b8231c925ec1dd4f99e81f4c984b51da971" type="tarxz">https://download.kde.org/stable/plasma/6.6.2/plasma-keyboard-6.6.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kcmutils-devel</Dependency>
|
||||
<Dependency>kirigami-devel</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>libxkbcommon-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kirigami-addons-devel</Dependency>
|
||||
<Dependency>qt6-declarative-devel</Dependency>
|
||||
<Dependency>qt6-virtualkeyboard-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>plasma-keyboard.patch</Patch>
|
||||
<Patch level="1">plasma-keyboard.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>plasma-keyboard</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kcmutils</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>wayland</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>libxkbcommon</Dependency>
|
||||
<Dependency>qt6-declarative</Dependency>
|
||||
<Dependency>qt6-virtualkeyboard</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-03-13</Date>
|
||||
<Version>6.6.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>plasma-keyboard</Name>
|
||||
<Summary xml:lang="tr">A virtual keyboard based on Qt Virtual Keyboard designed to integrate in Plasma.</Summary>
|
||||
<Description xml:lang="tr">Plasma için tasarlanmış, dokunmatik ekranlarda kullanılmak üzere Qt Sanal Klavye teknolojisini temel alan bir yazılım klavyesi</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+364084
-361624
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
19a5fa84bec8bc469261f3cc03041b52fe75cef1
|
||||
f6de19c3e9000bdb95f03473392a097595364fb3
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
6fa2f0ddb9b6ae0c40ac97cb2b0950844837e898
|
||||
065ffe7385bd799b0ff9f189f80d55cbd89f3d0a
|
||||
Reference in New Issue
Block a user