git:version bump

This commit is contained in:
blue-devil
2020-01-21 01:03:54 +03:00
parent 63b248eda7
commit de893ff12a
4 changed files with 158 additions and 83 deletions
+1 -1
View File
@@ -3,8 +3,8 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import perlmodules from pisi.actionsapi import perlmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
+13
View File
@@ -0,0 +1,13 @@
[Desktop Entry]
Encoding=UTF-8
Name=Git GUI
Name[tr]=Git GKA
GenericName=Git GUI
GenericName[tr]=Git GKA
Comment=A graphical interface to Git
Comment[tr]=Git için grafik kullanıcı arayüzü
Exec=git gui
Icon=/usr/share/git-gui/lib/git-gui.ico
Terminal=false
Type=Application
Categories=Development;
+108 -58
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>git</Name> <Name>git</Name>
@@ -8,24 +8,25 @@
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>programming.scm</PartOf>
<License>GPLv2</License> <License>GPLv2</License>
<Summary>Fast Version Control System</Summary> <Summary>Fast Version Control System</Summary>
<Description>Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.</Description> <Description>Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.</Description>
<Archive sha1sum="1930a8df36a193a7b5792b47ef3a904217b55bd9" type="tarxz">https://www.kernel.org/pub/software/scm/git/git-2.23.1.tar.xz</Archive> <Archive sha1sum="6ea4b553fbdd9112777902f2f6754439bdc20167" type="tarxz">https://www.kernel.org/pub/software/scm/git/git-2.25.0.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>tcltk-devel</Dependency> <Dependency>libpcre2-devel</Dependency>
<Dependency>openssl-devel</Dependency> <Dependency>openssl-devel</Dependency>
<Dependency>libpcre-devel</Dependency> <Dependency>libpcre-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>expat-devel</Dependency> <Dependency>expat-devel</Dependency>
<Dependency>xmlto</Dependency> <Dependency>tcltk-devel</Dependency>
<Dependency>asciidoc</Dependency> <Dependency>curl-devel</Dependency>
<Dependency>perl-Error</Dependency> <Dependency>perl-Error</Dependency>
<Dependency>perl</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>util-linux</Dependency> <Dependency>util-linux</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>asciidoc</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>perl</Dependency>
<!--Needed for emacs-Git package <!--Needed for emacs-Git package
<Dependency>emacs</Dependency>--> <Dependency>emacs</Dependency>-->
</BuildDependencies> </BuildDependencies>
@@ -40,15 +41,16 @@
<Package> <Package>
<Name>git</Name> <Name>git</Name>
<Summary>Fast Version Control System</Summary>
<IsA>app:console</IsA> <IsA>app:console</IsA>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency version="current">perl-Git</Dependency>
<Dependency>perl-String-ShellQuote</Dependency> <Dependency>perl-String-ShellQuote</Dependency>
<Dependency>perl-Net-SMTP-SSL</Dependency> <Dependency>perl-Net-SMTP-SSL</Dependency>
<Dependency>perl-Authen-SASL</Dependency> <Dependency>perl-Authen-SASL</Dependency>
<Dependency>perl-libwww</Dependency> <Dependency>perl-libwww</Dependency>
<Dependency>libpcre</Dependency> <Dependency>libpcre</Dependency>
<Dependency>libpcre2</Dependency> <Dependency>libpcre2</Dependency>
<Dependency version="current">perl-Git</Dependency>
<Dependency>openssh</Dependency> <Dependency>openssh</Dependency>
<Dependency>openssl</Dependency> <Dependency>openssl</Dependency>
<Dependency>rsync</Dependency> <Dependency>rsync</Dependency>
@@ -62,7 +64,39 @@
<Path fileType="data">/etc/bash_completion.d</Path> <Path fileType="data">/etc/bash_completion.d</Path>
<Path fileType="data">/usr/share/git-core</Path> <Path fileType="data">/usr/share/git-core</Path>
<Path fileType="locale">/usr/share/locale</Path> <Path fileType="locale">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path> <!-- to fix "belongs in multiple packages" warning -->
<Path fileType="man">/usr/share/man/man1/git.1*</Path>
<Path fileType="man">/usr/share/man/man1/git-a*</Path>
<Path fileType="man">/usr/share/man/man1/git-b*</Path>
<Path fileType="man">/usr/share/man/man1/git-ca*</Path>
<Path fileType="man">/usr/share/man/man1/git-ch*</Path>
<Path fileType="man">/usr/share/man/man1/git-cl*</Path>
<Path fileType="man">/usr/share/man/man1/git-co*</Path>
<Path fileType="man">/usr/share/man/man1/git-credential-c*</Path>
<Path fileType="man">/usr/share/man/man1/git-credential-s*</Path>
<Path fileType="man">/usr/share/man/man1/git-credential.*</Path>
<Path fileType="man">/usr/share/man/man1/git-cv*</Path>
<Path fileType="man">/usr/share/man/man1/git-di*</Path>
<Path fileType="man">/usr/share/man/man1/git-de*</Path>
<Path fileType="man">/usr/share/man/man1/git-f*</Path>
<Path fileType="man">/usr/share/man/man1/git-gc*</Path>
<Path fileType="man">/usr/share/man/man1/git-ge*</Path>
<Path fileType="man">/usr/share/man/man1/git-gr*</Path>
<Path fileType="man">/usr/share/man/man1/git-h*</Path>
<Path fileType="man">/usr/share/man/man1/git-i*</Path>
<Path fileType="man">/usr/share/man/man1/git-l*</Path>
<Path fileType="man">/usr/share/man/man1/git-m*</Path>
<Path fileType="man">/usr/share/man/man1/git-n*</Path>
<Path fileType="man">/usr/share/man/man1/git-p*</Path>
<Path fileType="man">/usr/share/man/man1/git-q*</Path>
<Path fileType="man">/usr/share/man/man1/git-r*</Path>
<Path fileType="man">/usr/share/man/man1/git-s*</Path>
<Path fileType="man">/usr/share/man/man1/git-t*</Path>
<Path fileType="man">/usr/share/man/man1/git-u*</Path>
<Path fileType="man">/usr/share/man/man1/git-v*</Path>
<Path fileType="man">/usr/share/man/man1/git-w*</Path>
<Path fileType="man">/usr/share/man/man5/</Path>
<Path fileType="man">/usr/share/man/man7/</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
@@ -106,52 +140,6 @@
</Files> </Files>
</Package> </Package>
<!-- <Package>
<Name>emacs-Git</Name>
<IsA>data</IsA>
<PartOf>editor.emacs</PartOf>
<Summary>Git support for emacs</Summary>
<RuntimeDependencies>
<Dependency>emacs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/emacs/site-lisp/git*</Path>
<Path fileType="doc">/usr/share/doc/emacs-git</Path>
</Files>
</Package> -->
<!--Package>
<Name>git-svn</Name>
<IsA>app:console</IsA>
<Summary>Git tools for importing Subversion repositories</Summary>
<RuntimeDependencies>
<Dependency version="current">git</Dependency>
<Dependency>subversion</Dependency>
<Dependency>perl-Term-ReadKey</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec/git-core/*svn*</Path>
<Path fileType="man">/usr/share/man/man1/*svn*.1*</Path>
</Files>
</Package-->
<!--Package>
<Name>git-cvs</Name>
<IsA>app:console</IsA>
<Summary>Git tools for importing CVS repositories</Summary>
<RuntimeDependencies>
<Dependency version="current">git</Dependency>
<Dependency>cvs</Dependency>
<Dependency>cvsps</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec/git-core/*cvs*</Path>
<Path fileType="executable">/usr/bin/git-cvsserver</Path>
<Path fileType="man">/usr/share/man/man1/*cvs*.1*</Path>
<Path fileType="man">/usr/share/man/man7/*cvs*.7*</Path>
</Files>
</Package-->
<Package> <Package>
<Name>gitk</Name> <Name>gitk</Name>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
@@ -182,7 +170,11 @@
<Path fileType="data">/usr/share/git-gui</Path> <Path fileType="data">/usr/share/git-gui</Path>
<Path fileType="man">/usr/share/man/man1/git-gui.1*</Path> <Path fileType="man">/usr/share/man/man1/git-gui.1*</Path>
<Path fileType="man">/usr/share/man/man1/git-citool.1*</Path> <Path fileType="man">/usr/share/man/man1/git-citool.1*</Path>
<Path fileType="data">/usr/share/applications/git-gui.desktop</Path>
</Files> </Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/git-gui.desktop">git-gui.desktop</AdditionalFile>
</AdditionalFiles>
</Package> </Package>
<Package> <Package>
@@ -197,6 +189,7 @@
<Path fileType="data">/var/www/localhost</Path> <Path fileType="data">/var/www/localhost</Path>
<Path fileType="config">/etc/conf.d/gitweb</Path> <Path fileType="config">/etc/conf.d/gitweb</Path>
<Path fileType="config">/etc/apache2/conf.d</Path> <Path fileType="config">/etc/apache2/conf.d</Path>
<Path fileType="man">/usr/share/man/man1/gitweb.1*</Path>
</Files> </Files>
<AdditionalFiles> <AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/conf.d/gitweb">gitweb.confd</AdditionalFile> <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/gitweb">gitweb.confd</AdditionalFile>
@@ -204,7 +197,64 @@
</AdditionalFiles> </AdditionalFiles>
</Package> </Package>
<!--
<Package>
<Name>emacs-Git</Name>
<IsA>data</IsA>
<PartOf>editor.emacs</PartOf>
<Summary>Git support for emacs</Summary>
<RuntimeDependencies>
<Dependency>emacs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/emacs/site-lisp/git*</Path>
<Path fileType="doc">/usr/share/doc/emacs-git</Path>
</Files>
</Package>
-->
<!--Package>
<Name>git-svn</Name>
<IsA>app:console</IsA>
<Summary>Git tools for importing Subversion repositories</Summary>
<RuntimeDependencies>
<Dependency version="current">git</Dependency>
<Dependency>subversion</Dependency>
<Dependency>perl-Term-ReadKey</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec/git-core/*svn*</Path>
<Path fileType="man">/usr/share/man/man1/*svn*.1*</Path>
</Files>
</Package-->
<!--
<Package>
<Name>git-cvs</Name>
<IsA>app:console</IsA>
<Summary>Git tools for importing CVS repositories</Summary>
<RuntimeDependencies>
<Dependency version="current">git</Dependency>
<Dependency>cvs</Dependency>
<Dependency>cvsps</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec/git-core/*cvs*</Path>
<Path fileType="executable">/usr/bin/git-cvsserver</Path>
<Path fileType="man">/usr/share/man/man1/*cvs*.1*</Path>
<Path fileType="man">/usr/share/man/man7/*cvs*.7*</Path>
</Files>
</Package>
-->
<History> <History>
<Update release="7">
<Date>2020-01-20</Date>
<Version>2.25.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2020-01-18</Date> <Date>2020-01-18</Date>
<Version>2.23.1</Version> <Version>2.23.1</Version>
+33 -21
View File
@@ -2,54 +2,66 @@
<PISI> <PISI>
<Source> <Source>
<Name>git</Name> <Name>git</Name>
<Description xml:lang="tr">Git hızlı, ölçeklenebilir ve dağıtılmış, ve sık rastlanmayan zengin komut kümesi içeren, hem yüksek seviyeli işlemleri hem dahili işlemlere tam erişimi sağlayan bir sürüm kontrol sistemidir.</Description>
<Summary xml:lang="tr">Hızlı Sürüm Denetim Sistemi</Summary> <Summary xml:lang="tr">Hızlı Sürüm Denetim Sistemi</Summary>
<Description xml:lang="tr">Git hızlı, ölçeklenebilir ve dağıtılmış, ve sık rastlanmayan zengin komut kümesi içeren, hem yüksek seviyeli işlemleri hem dahili işlemlere tam erişimi sağlayan bir sürüm kontrol sistemidir.</Description>
<Description xml:lang="es">GIT es un sistema rápido, escalable y distribuido de control de versiones con un amplio espectro de comandos que permite operaciones de alto nivel tanto como operaciones con acceso a detalles internos.</Description> <Description xml:lang="es">GIT es un sistema rápido, escalable y distribuido de control de versiones con un amplio espectro de comandos que permite operaciones de alto nivel tanto como operaciones con acceso a detalles internos.</Description>
</Source> </Source>
<Package>
<Name>git-emacs</Name>
<Summary xml:lang="tr">emacs için GIT bütünleşmesi</Summary>
</Package>
<Package> <Package>
<Name>git-daemon</Name> <Name>git-daemon</Name>
<Summary xml:lang="tr">GIT protokolü hizmeti</Summary> <Summary xml:lang="tr">GIT protokolü hizmeti</Summary>
<Description xml:lang="tr">git-daemon, GIT protokolü hizmeti sunar.</Description>
</Package> </Package>
<Package> <Package>
<Name>perl-Git</Name> <Name>perl-Git</Name>
<Summary xml:lang="tr">GIT için perl arayüzü</Summary> <Summary xml:lang="tr">GIT için perl arayüzü</Summary>
</Package> <Description xml:lang="tr">perl-Git, GIT için perl arayüzü sunar.</Description>
<Package>
<Name>emacs-Git</Name>
<Summary xml:lang="tr">Emacs için git desteği</Summary>
</Package>
<Package>
<Name>git-svn</Name>
<Summary xml:lang="tr">Subversion depolarıyla etkileşmek için gerekli Git araçları</Summary>
</Package>
<Package>
<Name>git-cvs</Name>
<Summary xml:lang="tr">CVS depolarıyla etkileşmek için gerekli Git araçları</Summary>
</Package> </Package>
<Package> <Package>
<Name>gitk</Name> <Name>gitk</Name>
<Summary xml:lang="tr">Git sürüm ağacı görüntüleyici</Summary> <Summary xml:lang="tr">Git sürüm ağacı görüntüleyici</Summary>
<Description xml:lang="tr">gitk, Git sürüm ağacı görüntüleyicisi sunar.</Description>
</Package> </Package>
<Package> <Package>
<Name>git-gui</Name> <Name>git-gui</Name>
<Summary xml:lang="tr">GIT için basit bir grafik arayüz</Summary> <Summary xml:lang="tr">GIT için basit bir grafik arayüz</Summary>
<Description xml:lang="tr">git-gui, GIT için basit bir grafik arayüz sunar.</Description>
</Package> </Package>
<Package> <Package>
<Name>gitweb</Name> <Name>gitweb</Name>
<Summary xml:lang="tr">GIT için Web arayüzü</Summary> <Summary xml:lang="tr">GIT için Web arayüzü</Summary>
<Description xml:lang="tr">gitweb, GIT için Web arayüzü sunar.</Description>
<Summary xml:lang="es">interfaz web para GIT</Summary> <Summary xml:lang="es">interfaz web para GIT</Summary>
</Package> </Package>
<!--
<Package>
<Name>emacs-Git</Name>
<Summary xml:lang="tr">Emacs için git desteği</Summary>
<Description xml:lang="tr">emacs-Git, Emacs için git desteği sağlar.</Description>
</Package>
<Package>
<Name>git-svn</Name>
<Summary xml:lang="tr">Subversion depolarıyla etkileşmek için gerekli Git araçları</Summary>
<Description xml:lang="tr">git-svn, Subversion depolarıyla etkileşmek için gerekli Git araçları sağlar.</Description>
</Package>
<Package>
<Name>git-cvs</Name>
<Summary xml:lang="tr">CVS depolarıyla etkileşmek için gerekli Git araçları</Summary>
<Description xml:lang="tr">git-cvs, CVS depolarıyla etkileşmek için gerekli Git araçları sağlar.</Description>
</Package>
<Package>
<Name>git-emacs</Name>
<Summary xml:lang="tr">emacs için GIT bütünleşmesi</Summary>
<Description xml:lang="tr">git-emacs, emacs için GIT bütünleşmesi sağlar.</Description>
</Package>
-->
</PISI> </PISI>