-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpspec.xml
More file actions
52 lines (50 loc) · 1.94 KB
/
pspec.xml
File metadata and controls
52 lines (50 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>package-manager</Name>
<Homepage>http://www.pisilinux.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>PiSi graphical user interface</Summary>
<Description>Package Manager is PiSi's easy-to-use graphical user interface.</Description>
<Archive sha1sum="2ad5a55ebe4dfd92c25126c2c6032e5f4b784b76" type="targz">https://github.com/PisiLinux-PyQt5Port/package-manager/archive/4.1.01.tar.gz</Archive>
<BuildDependencies>
<Dependency>docutils</Dependency>
<Dependency>python-qt5</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>package-manager</Name>
<RuntimeDependencies>
<Dependency>pisi</Dependency>
<Dependency>python-qt5</Dependency>
<Dependency>python-appinfo</Dependency>
<Dependency>python-sip</Dependency>
<Dependency>pisilinux-desktop-services</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-08-27</Date>
<Version>4.1.01</Version>
<Comment>pre-release</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
</History>
</PISI>