qtchooser: delete

This commit is contained in:
alihanozturk
2015-09-01 22:04:01 +03:00
parent ec0e3e5952
commit 85520a1c4d
5 changed files with 0 additions and 88 deletions
-20
View File
@@ -1,20 +0,0 @@
#!/usr/bin/python
# -*- 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodir("/etc/xdg/qtchooser")
pisitools.dosym("qt4.conf", "/etc/xdg/qtchooser/default.conf")
pisitools.dodoc("LICENSE.LGPL", "LGPL_EXCEPTION.txt")
-2
View File
@@ -1,2 +0,0 @@
/usr/lib/qt4/bin
/usr/lib
-2
View File
@@ -1,2 +0,0 @@
/usr/lib/qt5/bin
/usr/lib
-56
View File
@@ -1,56 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qtchooser</Name>
<Homepage>http://qt.gitorious.org/qt/qtchooser</Homepage>
<Packager>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Packager>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Wrap the other Qt tools by searching for different instances of Qt on the system</Summary>
<Description>Wrap the other Qt tools by searching for different instances of Qt on the system</Description>
<Archive sha1sum="370c6466e9f5795e6dac8e526a82689a2bbf6fb8" type="targz">http://source.pisilinux.org/1.0/qt-qtchooser-48.tar.gz</Archive>
</Source>
<Package>
<Name>qtchooser</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/xdg/qtchooser/qt4.conf">4.conf</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/etc/xdg/qtchooser/qt5.conf">5.conf</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="2">
<Date>2015-02-15</Date>
<Version>48</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-26</Date>
<Version>41</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,8 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>qtchooser</Name>
<Summary xml:lang="tr">Wrap the other Qt tools by searching for different instances of Qt on the system</Summary>
<Description xml:lang="tr">Wrap the other Qt tools by searching for different instances of Qt on the system</Description>
</Source>
</PISI>