index
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
#!/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.removeDir("/usr/lib/systemd")
|
|
||||||
|
|
||||||
pisitools.dodoc("LICENSES/*")
|
|
||||||
@@ -1,206 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>kglobalacceld</Name>
|
|
||||||
<Homepage>https://kde.org/plasma-desktop/</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>LGPLv3</License>
|
|
||||||
<IsA>library</IsA>
|
|
||||||
<Summary>Daemon providing Global Keyboard Shortcut (Accelerator) functionality</Summary>
|
|
||||||
<Description>Global Klavye Kısayolu (Hızlandırıcı) işlevselliği sağlayan Daemon</Description>
|
|
||||||
<Archive sha1sum="4683a7ba1a4b38485a16ca085343b12ad513b5fd" type="tarxz">https://download.kde.org/stable/plasma/6.2.5/kglobalacceld-6.2.5.tar.xz</Archive>
|
|
||||||
<BuildDependencies>
|
|
||||||
<Dependency>libX11-devel</Dependency>
|
|
||||||
<Dependency>libxcb-devel</Dependency>
|
|
||||||
<Dependency>kio-kf6-devel</Dependency>
|
|
||||||
<Dependency>qt6-base-devel</Dependency>
|
|
||||||
<Dependency>kcrash-kf6-devel</Dependency>
|
|
||||||
<Dependency>kconfig-kf6-devel</Dependency>
|
|
||||||
<Dependency>kservice-kf6-devel</Dependency>
|
|
||||||
<Dependency>kcoreaddons-kf6-devel</Dependency>
|
|
||||||
<Dependency>kdbusaddons-kf6-devel</Dependency>
|
|
||||||
<Dependency>kjobwidgets-kf6-devel</Dependency>
|
|
||||||
<Dependency>kglobalaccel-kf6-devel</Dependency>
|
|
||||||
<Dependency>xcb-util-keysyms-devel</Dependency>
|
|
||||||
<Dependency>kwindowsystem-kf6-devel</Dependency>
|
|
||||||
<Dependency>extra-cmake-modules-kf6</Dependency>
|
|
||||||
</BuildDependencies>
|
|
||||||
<!--
|
|
||||||
<Patches>
|
|
||||||
<Patch>kglobalacceld.patch</Patch>
|
|
||||||
<Patch level="1">kglobalacceld.patch</Patch>
|
|
||||||
</Patches>
|
|
||||||
-->
|
|
||||||
</Source>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>kglobalacceld</Name>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>libX11</Dependency>
|
|
||||||
<Dependency>libxcb</Dependency>
|
|
||||||
<Dependency>kio-kf6</Dependency>
|
|
||||||
<Dependency>qt6-base</Dependency>
|
|
||||||
<Dependency>kcrash-kf6</Dependency>
|
|
||||||
<Dependency>kconfig-kf6</Dependency>
|
|
||||||
<Dependency>kservice-kf6</Dependency>
|
|
||||||
<Dependency>kcoreaddons-kf6</Dependency>
|
|
||||||
<Dependency>kdbusaddons-kf6</Dependency>
|
|
||||||
<Dependency>kjobwidgets-kf6</Dependency>
|
|
||||||
<Dependency>kglobalaccel-kf6</Dependency>
|
|
||||||
<Dependency>xcb-util-keysyms</Dependency>
|
|
||||||
<Dependency>kwindowsystem-kf6</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="config">/etc</Path>
|
|
||||||
<Path fileType="library">/usr/lib</Path>
|
|
||||||
<Path fileType="data">/usr/share</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>kglobalacceld-devel</Name>
|
|
||||||
<Summary>Development files for kglobalacceld</Summary>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency release="current">kglobalacceld</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="header">/usr/include</Path>
|
|
||||||
<Path fileType="data">/usr/lib/cmake</Path>
|
|
||||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<History>
|
|
||||||
<Update release="18">
|
|
||||||
<Date>2025-01-01</Date>
|
|
||||||
<Version>6.2.5</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="17">
|
|
||||||
<Date>2024-12-15</Date>
|
|
||||||
<Version>6.2.4</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="16">
|
|
||||||
<Date>2024-11-26</Date>
|
|
||||||
<Version>6.2.4</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="15">
|
|
||||||
<Date>2024-11-06</Date>
|
|
||||||
<Version>6.2.3</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="14">
|
|
||||||
<Date>2024-11-01</Date>
|
|
||||||
<Version>6.2.2</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="13">
|
|
||||||
<Date>2024-10-08</Date>
|
|
||||||
<Version>6.2.0</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="12">
|
|
||||||
<Date>2024-09-10</Date>
|
|
||||||
<Version>6.1.5</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="11">
|
|
||||||
<Date>2024-08-06</Date>
|
|
||||||
<Version>6.1.4</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="10">
|
|
||||||
<Date>2024-07-16</Date>
|
|
||||||
<Version>6.1.3</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="9">
|
|
||||||
<Date>2024-07-03</Date>
|
|
||||||
<Version>6.1.2</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="8">
|
|
||||||
<Date>2024-06-26</Date>
|
|
||||||
<Version>6.1.1</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="7">
|
|
||||||
<Date>2024-06-25</Date>
|
|
||||||
<Version>6.1.0</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="6">
|
|
||||||
<Date>2024-05-21</Date>
|
|
||||||
<Version>6.0.5</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="5">
|
|
||||||
<Date>2024-04-16</Date>
|
|
||||||
<Version>6.0.4</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="4">
|
|
||||||
<Date>2024-03-26</Date>
|
|
||||||
<Version>6.0.3</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="3">
|
|
||||||
<Date>2024-03-12</Date>
|
|
||||||
<Version>6.0.2</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="2">
|
|
||||||
<Date>2024-03-06</Date>
|
|
||||||
<Version>6.0.1</Version>
|
|
||||||
<Comment>Version bump.</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2024-02-28</Date>
|
|
||||||
<Version>6.0.0</Version>
|
|
||||||
<Comment>First release</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</PISI>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>kglobalacceld</Name>
|
|
||||||
<Summary xml:lang="tr">Daemon providing Global Keyboard Shortcut (Accelerator) functionality</Summary>
|
|
||||||
<Description xml:lang="tr">Global Klavye Kısayolu (Hızlandırıcı) işlevselliği sağlayan Daemon</Description>
|
|
||||||
</Source>
|
|
||||||
</PISI>
|
|
||||||
+352432
-351645
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
4a133bae166793a15e93fc3762c7124619d6394d
|
f7c1e0e2fc0312dc92cf7bde43be0263d97e0608
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
624ea8af54364575a8303b187c364a0c6c55472c
|
6645c646c5d26feabb5b04e6a0ee8c83de7f9d2a
|
||||||
Reference in New Issue
Block a user