Merge branch 'master' of github.com:pisilinux/main
This commit is contained in:
@@ -5,18 +5,18 @@
|
||||
<Name>kaptan</Name>
|
||||
<Homepage>http://pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>mthnzbk@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>GPLv3</License>
|
||||
<Icon>kaptan</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Kaptan, Pisi Linux workspace configuration wizard</Summary>
|
||||
<Description>Kaptan lets you configure your workspace on first login.</Description>
|
||||
<Archive sha1sum="924eda1e9aade102ed93c78d19ba362191b12bc1" type="targz">https://github.com/PisiLinuxNew/kaptan/archive/5.0-beta3.tar.gz</Archive>
|
||||
<Archive sha1sum="f0a1849ed9fc0dc4b9e97575e7ae3f17350cb466" type="targz">https://github.com/PisiLinuxNew/kaptan/archive/beta5.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-qt5-devel</Dependency>
|
||||
<Dependency>python3-qt5</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -29,7 +29,7 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/lib/kaptan</Path>
|
||||
<Path fileType="data">/usr/share/kaptan</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>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-07-20</Date>
|
||||
<Version>5.1.2</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>mthnzbk@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>5.1.1</Version>
|
||||
@@ -62,11 +69,11 @@
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-05-08</Date>
|
||||
<Date>2016-05-17</Date>
|
||||
<Version>5.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
# -*- 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,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisiplayer</Name>
|
||||
<Homepage>http://pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Icon>pisiplayer</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Video Player</Summary>
|
||||
<Description>Video Player for Pisi Linux</Description>
|
||||
<Archive sha1sum="cbd2ea4b1c3377a19cd98fed77c1cf0826d34a86" type="targz">https://github.com/mthnzbk/pisi-player/archive/0.9.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-qt5</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pisiplayer</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-qt5</Dependency>
|
||||
<Dependency>python3-sip</Dependency>
|
||||
<Dependency>python3-youtube_dl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/lib/pisiplayer</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>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-07-04</Date>
|
||||
<Version>0.9</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kaptan</Name>
|
||||
<Summary xml:lang="tr">Pisi Linux için Video Player</Summary>
|
||||
<Description xml:lang="tr">Pisi Linux için geliştirilen PyQt5 tabanlı video oynatıcısı</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+112
-10
@@ -30494,6 +30494,53 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>python3-youtube_dl</Name>
|
||||
<Homepage>http://rg3.github.io/youtube-dl</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary xml:lang="en">Youtube Video Downloader</Summary>
|
||||
<Summary xml:lang="tr">Youtube video indirici.</Summary>
|
||||
<Description xml:lang="en">Youtube Video Downloader</Description>
|
||||
<Description xml:lang="tr">Youtube'dan video indirmeyi sağlayan bir uygulama.</Description>
|
||||
<Icon>youtube_dl</Icon>
|
||||
<Archive type="targz" sha1sum="1075e03c48040e7ef84d4bbeef43b0911688b429">https://github.com/rg3/youtube-dl/archive/2016.07.17.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/language/python3/python3-youtube_dl/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>python3-youtube_dl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/etc</Path>
|
||||
<Path fileType="data">/usr/lib/python3.4/site-packages</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/man/man1</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-07-21</Date>
|
||||
<Version>2016.07.17</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>python3-docker-py</Name>
|
||||
@@ -103215,10 +103262,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Name>kaptan</Name>
|
||||
<Homepage>http://pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>mthnzbk@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.pisilinux</PartOf>
|
||||
<Summary xml:lang="en">Kaptan, Pisi Linux workspace configuration wizard</Summary>
|
||||
@@ -103228,10 +103275,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Description xml:lang="tr">Kaptan, bilgisayarınız ilk defa açıldığında çalışma ortamınızı kişiselleştirmenize yardımcı olur.</Description>
|
||||
<Description xml:lang="es">Kaptan, el asistente de inicio de Pisi Linux que le ayudará a personalizar su entorno de trabajo.</Description>
|
||||
<Icon>kaptan</Icon>
|
||||
<Archive type="targz" sha1sum="924eda1e9aade102ed93c78d19ba362191b12bc1">https://github.com/PisiLinuxNew/kaptan/archive/5.0-beta3.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="f0a1849ed9fc0dc4b9e97575e7ae3f17350cb466">https://github.com/PisiLinuxNew/kaptan/archive/beta5.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-qt5-devel</Dependency>
|
||||
<Dependency>python3-qt5</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -103244,7 +103291,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/lib/kaptan</Path>
|
||||
<Path fileType="data">/usr/share/kaptan</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>
|
||||
@@ -103254,6 +103301,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-07-20</Date>
|
||||
<Version>5.1.2</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>mthnzbk@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>5.1.1</Version>
|
||||
@@ -103276,11 +103330,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-05-08</Date>
|
||||
<Date>2016-05-17</Date>
|
||||
<Version>5.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
@@ -103342,6 +103396,54 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>pisiplayer</Name>
|
||||
<Homepage>http://pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.pisilinux</PartOf>
|
||||
<Summary xml:lang="en">Video Player</Summary>
|
||||
<Description xml:lang="en">Video Player for Pisi Linux</Description>
|
||||
<Icon>pisiplayer</Icon>
|
||||
<Archive type="targz" sha1sum="cbd2ea4b1c3377a19cd98fed77c1cf0826d34a86">https://github.com/mthnzbk/pisi-player/archive/0.9.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-qt5</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/pisilinux/pisiplayer/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pisiplayer</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-qt5</Dependency>
|
||||
<Dependency>python3-sip</Dependency>
|
||||
<Dependency>python3-youtube_dl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/lib/pisiplayer</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>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-07-04</Date>
|
||||
<Version>0.9</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>history-manager</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
f07043220733dc1e8167a4e5e516e4f52dc4b814
|
||||
2f746f15d9a18b65feb63c5611fe7c31592ad63d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
b37fc8d07a5dcfdec5f9665eea2beb3d97e17d82
|
||||
128c0d314bf8dd6421239d9793edfef2b2cd6eb4
|
||||
@@ -0,0 +1,13 @@
|
||||
# -*- 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,47 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-youtube_dl</Name>
|
||||
<Homepage>http://rg3.github.io/youtube-dl</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Icon>youtube_dl</Icon>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Youtube Video Downloader</Summary>
|
||||
<Description>Youtube Video Downloader</Description>
|
||||
<Archive sha1sum="1075e03c48040e7ef84d4bbeef43b0911688b429" type="targz">https://github.com/rg3/youtube-dl/archive/2016.07.17.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-youtube_dl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/etc</Path>
|
||||
<Path fileType="data">/usr/lib/python3.4/site-packages</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/man/man1</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-07-21</Date>
|
||||
<Version>2016.07.17</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Metehan Özbek</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-youtube_dl</Name>
|
||||
<Summary xml:lang="tr">Youtube video indirici.</Summary>
|
||||
<Description xml:lang="tr">Youtube'dan video indirmeyi sağlayan bir uygulama.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user