kde-framework
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/*")
|
||||
@@ -0,0 +1,74 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kstatusnotifieritem</Name>
|
||||
<Homepage>https://community.kde.org/Frameworks</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Implementation of Status Notifier Items</Summary>
|
||||
<Description>Durum Bildirici Öğelerinin Uygulanması</Description>
|
||||
<Archive sha1sum="7f158754ba46c53eabed57788eacf02b16ee9cfa" type="tarxz">https://download.kde.org/stable/frameworks/6.10/kstatusnotifieritem-6.10.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>qt6-linguist</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>kstatusnotifieritem.patch</Patch>
|
||||
<Patch level="1">kstatusnotifieritem.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kstatusnotifieritem</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<Replaces>
|
||||
<Package>kstatusnotifieritem-kf6</Package>
|
||||
</Replaces>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kstatusnotifieritem-devel</Name>
|
||||
<Summary>Development files for kstatusnotifieritem</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kstatusnotifieritem</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
<Replaces>
|
||||
<Package>kstatusnotifieritem-kf6-devel</Package>
|
||||
</Replaces>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-01-09</Date>
|
||||
<Version>6.10.0</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>kstatusnotifieritem</Name>
|
||||
<Summary xml:lang="tr">Implementation of Status Notifier Items</Summary>
|
||||
<Description xml:lang="tr">Durum Bildirici Öğelerinin Uygulanması</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user