inxi:moved into main for pisi 2.0
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
pisitools.dosed("inxi", "os-release", "pisilinux-release")
|
||||
pisitools.dosed("inxi", "lackware-version SuSE-release", "lackware-version SuSE-release pisilinux-release")
|
||||
pisitools.dobin("inxi")
|
||||
pisitools.doman("inxi.1.gz")
|
||||
pisitools.dodoc("inxi.changelog")
|
||||
|
||||
pisitools.dosym("/usr/bin/inxi", "/usr/share/kde4/apps/konversation/scripts/inxi")
|
||||
@@ -0,0 +1,21 @@
|
||||
diff -Nuar inxi-1.8.34.orig/inxi inxi-1.8.34/inxi
|
||||
--- inxi-1.8.34.orig/inxi 2013-04-20 14:06:01.586242908 +0300
|
||||
+++ inxi-1.8.34/inxi 2013-04-20 14:11:08.959251481 +0300
|
||||
@@ -334,7 +334,7 @@
|
||||
FILE_MEMINFO='/proc/meminfo'
|
||||
FILE_MODULES='/proc/modules'
|
||||
FILE_MOUNTS='/proc/mounts'
|
||||
-FILE_OS_RELEASE='/etc/os-release'
|
||||
+FILE_OS_RELEASE='/etc/pisilinux-release'
|
||||
FILE_PARTITIONS='/proc/partitions'
|
||||
FILE_SCSI='/proc/scsi/scsi'
|
||||
FILE_XORG_LOG='/var/log/Xorg.0.log' # if not found, search and replace with actual location
|
||||
@@ -512,7 +512,7 @@
|
||||
DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release pardus-release sabayon-release siduction-version sidux-version turbolinux-release zenwalk-version"
|
||||
# debian_version excluded from DISTROS_PRIMARY so Debian can fall through to /etc/issue detection. Same goes for Ubuntu.
|
||||
DISTROS_EXCLUDE_LIST="debian_version ubuntu_version"
|
||||
-DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release"
|
||||
+DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release pisilinux-release"
|
||||
DISTROS_LSB_GOOD="mandrake-release mandriva-release mandrakelinux-release"
|
||||
# this is being used both by core distros and derived distros now, eg, solusos uses it for solusos id, while
|
||||
# debian, solusos base, uses it as well, so we have to know which it is.
|
||||
@@ -0,0 +1,110 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>inxi</Name>
|
||||
<Homepage>http://code.google.com/p/inxi/</Homepage>
|
||||
<Packager>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv1</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>script to get system information</Summary>
|
||||
<Description>script to get system information</Description>
|
||||
<Archive sha1sum="e7f84c1a2030a5c27e4d1d87c7e2e7c54af09b2e" type="targz">http://inxi.googlecode.com/svn/tarballs/inxi_2.2.19.tar.gz</Archive>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">distro-pisilinux.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>inxi</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/kde4/apps/konversation/scripts/inxi</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2015-07-23</Date>
|
||||
<Version>2.2.19</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2015-01-26</Date>
|
||||
<Version>2.2.17</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2014-06-17</Date>
|
||||
<Version>2.1.28</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2014-05-03</Date>
|
||||
<Version>2.1.27</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2013-12-16</Date>
|
||||
<Version>1.9.17</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2013-10-0</Date>
|
||||
<Version>1.9.15</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2013-07-08</Date>
|
||||
<Version>1.9.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-04-27</Date>
|
||||
<Version>1.8.45</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-04-20</Date>
|
||||
<Version>1.8.34</Version>
|
||||
<Comment>Distro list added PisiLinux</Comment>
|
||||
<Name>Ertan Güven</Name>
|
||||
<Email>ertan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-02-23</Date>
|
||||
<Version>1.8.34</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ertan Güven</Name>
|
||||
<Email>ertan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-01-28</Date>
|
||||
<Version>1.8.32</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>inxi</Name>
|
||||
<Summary xml:lang="tr">script to get system information</Summary>
|
||||
<Summary xml:lang="es">Script para la información del sistema</Summary>
|
||||
<Summary xml:lang="nl">script voor het opvragen van systeem informatie</Summary>
|
||||
<Description xml:lang="tr">script to get system information</Description>
|
||||
<Description xml:lang="es">Inxi es un completo script que muestra la información del sistema</Description>
|
||||
<Description xml:lang="nl">Script voor het opvragen van systeem informatie</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user