Merge pull request #1196 from ertugerata/master

git update
This commit is contained in:
Ertuğrul Erata
2016-02-27 00:03:11 +02:00
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>wxGTK</Name> <Name>wxGTK2.8</Name>
<Homepage>http://www.wxwidgets.org/</Homepage> <Homepage>http://www.wxwidgets.org/</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
+1 -1
View File
@@ -43,7 +43,7 @@ def setup():
def build(): def build():
pisitools.dosed("Makefile", "^CC = .*$", "CC = %s" % get.CC()) pisitools.dosed("Makefile", "^CC = .*$", "CC = %s" % get.CC())
autotools.make("all doc gitweb/gitweb.cgi") autotools.make("all doc")
def install(): def install():
autotools.rawInstall("install-doc") autotools.rawInstall("install-doc")
+10 -3
View File
@@ -11,7 +11,7 @@
<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="d0fc3d9fb551ce9c45c94df3bb88f13ca7905869" type="tarxz">https://www.kernel.org/pub/software/scm/git/git-2.4.4.tar.xz</Archive> <Archive sha1sum="2126585d365545998da424e3ddb16096674f4aae" type="tarxz">https://www.kernel.org/pub/software/scm/git/git-2.7.2.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>tcltk-devel</Dependency> <Dependency>tcltk-devel</Dependency>
<Dependency>openssl-devel</Dependency> <Dependency>openssl-devel</Dependency>
@@ -29,11 +29,11 @@
<Dependency>emacs</Dependency>--> <Dependency>emacs</Dependency>-->
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch>project-root.patch</Patch> <!--Patch>project-root.patch</Patch>
<Patch level="1">gitk-fonts.patch</Patch> <Patch level="1">gitk-fonts.patch</Patch>
<Patch level="1">git-1.5-gitweb-home-link.patch</Patch> <Patch level="1">git-1.5-gitweb-home-link.patch</Patch>
<Patch level="1">git-cvsps-ignore.patch</Patch> <Patch level="1">git-cvsps-ignore.patch</Patch>
<Patch level="1">fix-gitwebdir.patch</Patch> <Patch level="1">fix-gitwebdir.patch</Patch-->
</Patches> </Patches>
</Source> </Source>
@@ -202,6 +202,13 @@
</Package> </Package>
<History> <History>
<Update release="18">
<Date>2016-02-26</Date>
<Version>2.7.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="17"> <Update release="17">
<Date>2015-06-20</Date> <Date>2015-06-20</Date>
<Version>2.4.4</Version> <Version>2.4.4</Version>