pisiyap add repository
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/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 get
|
||||
|
||||
def build():
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisiyap</Name>
|
||||
<Homepage>http://code.google.com/p/pisiyap</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3+</License>
|
||||
<License>CCPL-Attribution-NonCommercial-NoDerivs-3.0</License>
|
||||
<Icon>pisiyap</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A Simple PiSi source file creator</Summary>
|
||||
<Description>PisiYap is a simple graphical user interface for easily creating PiSi source files.</Description>
|
||||
<Archive sha1sum="dae877d5fbd0709803a503af7805d12928a69707" type="targz">https://github.com/mthnzbk/pisiyap/archive/pisiyap-beta2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>python-qt5-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pisiyap</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-qt5</Dependency>
|
||||
<Dependency>python-sip</Dependency>
|
||||
<Dependency>xdg-utils</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/pisiyap</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kde-servicemenu-pisiyap</Name>
|
||||
<Summary>PiSi related service menus</Summary>
|
||||
<Description>PiSiYap servicemenus provides some useful service menus for lazy packagers.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>pisiyap</Dependency>
|
||||
<Dependency>plasma-workspace</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/kservices5/ServiceMenus</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-05-13</Date>
|
||||
<Version>0.7b</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisiyap</Name>
|
||||
<Summary xml:lang="tr">Basit bir PiSi kaynak dosyası üreticisi</Summary>
|
||||
<Description xml:lang="tr">PisiYap, PiSi kaynak dosyaları üretmek için basit bir kullanıcı arayüzüdür.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kde-servicemenu-pisiyap</Name>
|
||||
<Summary xml:lang="tr">Paketlemeyle ilgili servis menüleri</Summary>
|
||||
<Description xml:lang="tr">PiSiYap ile gelen servis menüleri, konsol açmaya erinen paketçiler için çeşitli servis menüleri sunar.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user