-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpspec.xml
75 lines (73 loc) · 3.17 KB
/
pspec.xml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>playonlinux</Name>
<Homepage>http://www.playonlinux.com</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPLv3</License>
<Icon>PlayOnLinux</Icon>
<IsA>app:gui</IsA>
<IsA>app:console</IsA>
<Summary>Tool to help Linux users run Windows games on linux</Summary>
<Description>PlayOnLinux is a piece of sofware which allow you to install and use easily numerous games and softwares designed to run with Microsoft's Windows.</Description>
<Archive sha1sum="0a2a98c905a1204a38a89d7df3636af296aca0a8" type="targz">http://repository.playonlinux.com/PlayOnLinux/4.2.2/PlayOnLinux_4.2.2.tar.gz</Archive>
<Patches>
<Patch level="1">PlayOnLinux_4.1.6-disable-GL-checks.patch</Patch>
<Patch level="1">PlayOnLinux_4.1.6-fix-desktop-file.patch</Patch>
<Patch level="1">use-python2.patch</Patch>
</Patches>
</Source>
<Package>
<Name>playonlinux</Name>
<RuntimeDependencies>
<Dependency>links</Dependency>
<Dependency>wxPython</Dependency>
<Dependency>wine</Dependency>
<Dependency>wget</Dependency>
<Dependency>netcat</Dependency>
<Dependency>icoutils</Dependency>
<Dependency>binutils</Dependency>
<Dependency>imagemagick</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/playonlinux</Path>
<Path fileType="localedata">/usr/share/playonlinux/lang/</Path>
<Path fileType="localedata">/usr/share/locale/</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/PlayOnLinux.desktop">PlayOnLinux.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0755" target="/usr/share/pixmaps/playonlinux.png">playonlinux.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="3">
<Date>2014-03-10</Date>
<Version>4.2.2</Version>
<Comment>Rebuild</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>[email protected]</Email>
</Update>
<Update release="2">
<Date>2013-01-16</Date>
<Version>4.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Osman Erkan</Name>
<Email>[email protected]</Email>
</Update>
<Update release="1">
<Date>2013-01-16</Date>
<Version>4.1.9</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>