new packages: ufw, isoimagewriter for kde

This commit is contained in:
suvari
2022-07-10 21:23:30 +03:00
committed by ayhanyalcinsoy
parent 7cce893589
commit 31d194a7e2
21 changed files with 338845 additions and 337753 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/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 mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
#shelltools.system("sed -i -e 's:T1_initLib:T1_InitLib:' meson.build || die")
mesontools.configure("-Dps=enabled -Ddvi=disabled -Dsystemduserunitdir=no -Dplatform=gnome")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "NEWS*", "README*", "COPYING", "TODO")
@@ -0,0 +1,28 @@
From ce976d98317535d17d8aabd67729918a94b24cea Mon Sep 17 00:00:00 2001
From: Matt Turner <mattst88@gmail.com>
Date: Mon, 12 Apr 2021 23:07:50 -0400
Subject: [PATCH] build: always use internal synctex instead of automagically
We don't have a separate synctex package and would have to pull in
all of texlive-core; so instead of fixing the automagic use of it,
just remove support for external synctex, as that's easier.
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index abee124d..63c5040c 100644
--- a/meson.build
+++ b/meson.build
@@ -251,7 +251,7 @@ config_h.set('HAVE_DESKTOP_SCHEMAS', gsettings_desktop_schemas_dep.found())
# *** libsynctex ***
synctex_dep = dependency('synctex', version: '>= 1.19', required: false)
-external_synctex = synctex_dep.found()
+external_synctex = false
# *** Mime types list ***
mime_types_list = {
--
2.26.3
+199
View File
@@ -0,0 +1,199 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>evince</Name>
<Homepage>http://projects.gnome.org/evince/</Homepage>
<Packager>
<Name>Pisi Gnu/Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>evince</Icon>
<PartOf>desktop.gnome.addons</PartOf>
<IsA>app:gui</IsA>
<Summary>A document viewer, built without GConf and GNOME keyring support</Summary>
<Description>Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.</Description>
<Archive sha1sum="b6e25a9892e1e51705987c24d66c93bcd7ce984b" type="tarxz">https://download.gnome.org/sources/evince/42/evince-42.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>itstool</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>gi-docgen</Dependency>
<Dependency>t1lib-devel</Dependency>
<Dependency>libgxps-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libsecret-devel</Dependency>
<Dependency>libspectre-devel</Dependency>
<Dependency>djvu-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>gnome-desktop-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>poppler-glib-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libhandy-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>gspell-devel</Dependency>
<Dependency>nautilus-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>gsettings-desktop-schemas-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">40.0-internal-synctex.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>evince</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>zlib</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>djvu</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>tiff</Dependency>
<Dependency>cairo</Dependency>
<Dependency>t1lib</Dependency>
<Dependency>pango</Dependency>
<Dependency>libSM</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libarchive</Dependency>
<Dependency>libICE</Dependency>
<Dependency>libgxps</Dependency>
<Dependency>libhandy</Dependency>
<Dependency>libsecret</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libspectre</Dependency>
<Dependency>poppler-glib</Dependency>
<Dependency>gspell</Dependency>
<Dependency>nautilus</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>gnome-desktop</Dependency>
<Dependency>gst-plugins-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/libevview3.so*</Path>
<Path fileType="library">/usr/lib/libevdocument3.so*</Path>
<Path fileType="library">/usr/lib/girepository-1.0*</Path>
<Path fileType="library">/usr/lib/nautilus/extensions-3.0/libevince*</Path>
<Path fileType="library">/usr/lib/evince</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/evince</Path>
<Path fileType="data">/usr/share/evince/icons</Path>
<Path fileType="data">/usr/share/GConf</Path>
<Path fileType="data">/usr/share/glib-2.0</Path>
<!-- <Path fileType="data">/usr/share/doc</Path> -->
<Path fileType="data">/usr/share/help</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/libexec/evinced</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>evince-devel</Name>
<Summary>Development files for evince</Summary>
<RuntimeDependencies>
<Dependency release="current">evince</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>evince-docs</Name>
<Summary>Documentation files for evince</Summary>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2022-05-23</Date>
<Version>42.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-11-21</Date>
<Version>41.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-10-10</Date>
<Version>41.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-07-08</Date>
<Version>40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2021-05-05</Date>
<Version>40.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2021-04-23</Date>
<Version>3.38.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-08-09</Date>
<Version>3.26.0</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2018-02-11</Date>
<Version>3.26.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2017-04-04</Date>
<Version>3.20.1</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Gnu/Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-09-07</Date>
<Version>3.20.1</Version>
<Comment>First Release</Comment>
<Name>Pisi Gnu/Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>evince</Name>
<Summary xml:lang="tr">Hafif ve özgür bir PDF görüntüleyici</Summary>
<Description xml:lang="tr">evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır.</Description>
</Source>
<Package>
<Name>evince-devel</Name>
<Summary xml:lang="tr">evince için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>evince-docs</Name>
<Summary xml:lang="tr">evince için belgelendirme dosyaları</Summary>
</Package>
</PISI>
@@ -0,0 +1,19 @@
#!/usr/bin/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 kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("LICENSES/*")
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>isoimagewriter</Name>
<Homepage>https://community.kde.org/ISOImageWriter</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>isoimagewriter</Icon>
<IsA>library</IsA>
<Summary>Program to write hybrid ISO files onto USB disks</Summary>
<Description>KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol.</Description>
<Archive sha1sum="0fb7001afa5ee631294384bb1fb2785d6b93d7e9" type="tarxz">mirrors://kde/unstable/isoimagewriter/0.9/isoimagewriter-0.9.tar.xz</Archive>
<BuildDependencies>
<Dependency>kauth-devel</Dependency>
<Dependency>gpgme-devel</Dependency>
<Dependency>solid-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kcrash-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>karchive-devel</Dependency>
<Dependency>gpgme-qt5-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>isoimagewriter</Name>
<RuntimeDependencies>
<Dependency>kauth</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>solid</Dependency>
<Dependency>gpgme</Dependency>
<Dependency>kcrash</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>karchive</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>gpgme-qt5</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="library">/usr/lib/kauth/isoimagewriter_helper</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/isoimagewriter</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-02-04</Date>
<Version>0.9.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>isoimagewriter</Name>
<Summary xml:lang="tr">USB disklere hibrit ISO dosyaları yazmak için program</Summary>
<Description xml:lang="tr">USB disklere hibrit ISO dosyaları yazmak için program</Description>
</Source>
</PISI>
+26
View File
@@ -0,0 +1,26 @@
#!/usr/bin/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 pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("COPYING", "README*")
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ufw</Name>
<Homepage>https://launchpad.net/ufw</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>ufw</Icon>
<IsA>library</IsA>
<Summary>Uncomplicated and easy to use CLI tool for managing a netfilter firewall</Summary>
<Description>Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall. It provides a command line interface and aims to be uncomplicated and easy to use.</Description>
<Archive sha1sum="b68dd1189cda89083418ca618176dd858b6cb3a2" type="targz">https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>iptables-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ufw</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>iptables</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/lib/ufw</Path>
<Path fileType="data">/usr/share/ufw</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-07-10</Date>
<Version>0.36.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ufw</Name>
<Summary xml:lang="tr">Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı</Summary>
<Description xml:lang="tr">Ufw, Komplike Olmayan Güvenlik Duvarı anlamına gelir ve bir netfilter güvenlik duvarını yönetme programıdır. Bir komut satırı arayüzü sağlar ve basit ve kullanımı kolay olmayı amaçlar.</Description>
</Source>
</PISI>
+26
View File
@@ -0,0 +1,26 @@
#!/usr/bin/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 pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("COPYING", "README*")
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ufw</Name>
<Homepage>https://launchpad.net/ufw</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>ufw</Icon>
<IsA>library</IsA>
<Summary>Uncomplicated and easy to use CLI tool for managing a netfilter firewall</Summary>
<Description>Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall. It provides a command line interface and aims to be uncomplicated and easy to use.</Description>
<Archive sha1sum="b68dd1189cda89083418ca618176dd858b6cb3a2" type="targz">https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>iptables-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ufw</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>iptables</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/lib/ufw</Path>
<Path fileType="data">/usr/share/ufw</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-07-10</Date>
<Version>0.36.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ufw</Name>
<Summary xml:lang="tr">Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı</Summary>
<Description xml:lang="tr">Ufw, Komplike Olmayan Güvenlik Duvarı anlamına gelir ve bir netfilter güvenlik duvarını yönetme programıdır. Bir komut satırı arayüzü sağlar ve basit ve kullanımı kolay olmayı amaçlar.</Description>
</Source>
</PISI>
+1
View File
@@ -29,6 +29,7 @@
<Package>
<Name>warpinator</Name>
<RuntimeDependencies>
<Dependency>ufw</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>grpc</Dependency>
<Dependency>xapp</Dependency>
+338207 -337751
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
e5ac747c05fa078641b88e2c2c67ce12208fd2c7
f43609371a12106890cd44d472fbfe8ff47a633f
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
aba508cb18f80ddb1ba0840afb3ade7f7681bda7
61c3d14a174b4e6bdeb68be7878bfeb31d83cde6
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/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 kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("LICENSES/*")
+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>isoimagewriter</Name>
<Homepage>https://community.kde.org/ISOImageWriter</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>isoimagewriter</Icon>
<IsA>library</IsA>
<Summary>Program to write hybrid ISO files onto USB disks</Summary>
<Description>KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol.</Description>
<Archive sha1sum="0fb7001afa5ee631294384bb1fb2785d6b93d7e9" type="tarxz">mirrors://kde/unstable/isoimagewriter/0.9/isoimagewriter-0.9.tar.xz</Archive>
<BuildDependencies>
<Dependency>kauth-devel</Dependency>
<Dependency>gpgme-devel</Dependency>
<Dependency>solid-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kcrash-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>karchive-devel</Dependency>
<Dependency>gpgme-qt5-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>isoimagewriter</Name>
<RuntimeDependencies>
<Dependency>kauth</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>solid</Dependency>
<Dependency>gpgme</Dependency>
<Dependency>kcrash</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>karchive</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>gpgme-qt5</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="library">/usr/lib/kauth/isoimagewriter_helper</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/isoimagewriter</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-02-04</Date>
<Version>0.9.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>isoimagewriter</Name>
<Summary xml:lang="tr">USB disklere hibrit ISO dosyaları yazmak için program</Summary>
<Description xml:lang="tr">USB disklere hibrit ISO dosyaları yazmak için program</Description>
</Source>
</PISI>