git add pisi-index*
git add programming Signed-off-by: ayhanyalcinsoy <ayhanyalcinsoy@pisilinux.org>
This commit is contained in:
+184675
-184366
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
aebf00e7fcb601cf9d1238abddf7fbde17195ebe
|
||||
cf399bf69028c038fa65262dffd29d38438b6a0c
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
6074319528627a6004f40be5b6cb1b9142466e00
|
||||
4af5d5399538345a087f0e56a1f21e7bd55e5a13
|
||||
Executable
+20
@@ -0,0 +1,20 @@
|
||||
# -*- 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 qt5
|
||||
|
||||
#WorkDir="qgit"
|
||||
|
||||
def setup():
|
||||
qt5.configure()
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
pisitools.dodoc("README*", "COPYING*")
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=QGit
|
||||
Icon=qgit
|
||||
Exec=qgit
|
||||
Type=Application
|
||||
Categories=Qt;KDE;Development;
|
||||
GenericName=Graphical Interface for Git
|
||||
GenericName[tr]=Git için Grafik Arayüz
|
||||
Executable
+46
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qgit</Name>
|
||||
<Homepage>http://digilander.libero.it/mcostalba/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>qgit</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A git GUI viewer built on Qt5/C++</Summary>
|
||||
<Description>With qgit you will be able to browse revisions history, view patch content and changed files, graphically following different development branches.</Description>
|
||||
<Archive sha1sum="6f3fdf98b9c56ec9f63d145292fc13fd2a487205" type="targz">https://github.com/tibirna/qgit/archive/qgit-2.9.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>qgit</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/qgit.desktop" permission="0644">qgit.desktop</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-08-28</Date>
|
||||
<Version>2.9</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qgit</Name>
|
||||
<Summary xml:lang="tr">Qt5/C++ üzerine inşa edilmiş git grafik arayüzü</Summary>
|
||||
<Description xml:lang="tr">Qgit ile sürüm geçmişlerine göz atabilecek, yama içeriklerini ve değişen dosyaları değişik geliştirme dallarında grafiksel olarak görebileceksiniz.</Description>
|
||||
<Description xml:lang="es">Con qgit se puede navegar por los históricos de revisiones, ver contenido de parches y archivos modificados, siguiendo de manera gráfica las diferentes ramificaciones de desarrollo.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user