@@ -0,0 +1,16 @@
|
||||
# -*- 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
|
||||
import glob
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = "3")
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisilinux-welcome</Name>
|
||||
<Homepage>http://pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>mthnzbk@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Icon>pisilinux-welcome</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Pisi Linux Welcome Application</Summary>
|
||||
<Description>Pisi Linux Welcome Application</Description>
|
||||
<Archive sha1sum="ab4210a33410491ff3467a07d108f335f3663b61" type="targz">https://github.com/PisiLinuxNew/pisilinux-welcome/archive/1.0Alpha.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-qt5</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pisilinux-welcome</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-qt5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/welcome</Path>
|
||||
<Path fileType="data">/usr/lib/python3.4/site-packages</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="localdata">/usr/share/welcome/languages</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-05-17</Date>
|
||||
<Version>1.0a</Version>
|
||||
<Comment>first</Comment>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>mthnzbk@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisilinux-welcome</Name>
|
||||
<Summary xml:lang="tr">Pisi Linux Hoşgeldin Uygulaması</Summary>
|
||||
<Description xml:lang="tr">Hoşgeldin uygulaması, bilgisayarınız ilk defa açıldığında sizi karşılar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+95872
-95821
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
1d66b6be6a9afbf8aad26a8dd43b1057f080c8c7
|
||||
1063c4e807b4b3d37f2e1777096e230f8a4da9cf
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
2faeeff97d84a8f39ff47546eaebe5066c733a32
|
||||
1026cfb763670a996a4fd162aabe0e16ab9fe9c0
|
||||
Reference in New Issue
Block a user