@@ -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 kde5
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("LICENSES/*", "README*")
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kio-admin</Name>
|
||||
<Homepage>https://invent.kde.org/system/kio-admin</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>FDL</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Manage files as administrator using the admin:// KIO protocol</Summary>
|
||||
<Icon>kio-admin</Icon>
|
||||
<Description>Admin:// KIO protokolünü kullanarak dosyaları yönetici olarak yönetin</Description>
|
||||
<Archive sha1sum="75a317048021676afb1b9b4c852fae9effaa9eb8" type="tarxz">https://download.kde.org/stable/release-service/23.08.1/src/kio-admin-23.08.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>polkit-qt-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>kio-admin.patch</Patch>
|
||||
<Patch level="1">kio-admin.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kio-admin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>polkit-qt</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/polkit-1</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="info">/usr/share/metainfo</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-09-18</Date>
|
||||
<Version>23.08.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kio-admin</Name>
|
||||
<Summary xml:lang="tr">Manage files as administrator using the admin:// KIO protocol</Summary>
|
||||
<Description xml:lang="tr">Admin:// KIO protokolünü kullanarak dosyaları yönetici olarak yönetin</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+2305
-764
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
4d4654de3f448884556bc7410e150c27d8f59cb9
|
||||
484b08a5790a514ad01f052575ea1243da2bf464
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
cee85fcbef0ff571f24fed4417d250b73b78e773
|
||||
3ccc44b35487c728d9534a26549e3a01bdb1cca0
|
||||
Reference in New Issue
Block a user