Skip to content

Commit

Permalink
Merge pull request #83 from ertugerata/master
Browse files Browse the repository at this point in the history
separe pisilinux-python
  • Loading branch information
ertugerata committed Aug 5, 2015
2 parents 7d671bf + f944bfe commit 3caf35d
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions system/base/pisilinux-python/pspec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<Archive sha1sum="d5615ef8f2beb69929a3588fd5a96832a8c66a40" type="targz">http://source.pisilinux.org/1.0/pisilinux-python-0.4.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<!--<Dependency>libX11-devel</Dependency>-->
<Dependency>libX11-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">remove_libX11_dep.patch</Patch>
<!--Patch level="1">remove_libX11_dep.patch</Patch-->
</Patches>
</Source>

Expand All @@ -34,8 +34,27 @@
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>

<Package>
<Name>pisilinux-python-xorg</Name>
<PartOf>x11.library</PartOf>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>libX11</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2.7/site-packages/pardus/xorg</Path>
</Files>
</Package>

<History>
<Update release="6">
<Date>2015-08-05</Date>
<Version>0.4.8</Version>
<Comment>Revert libX11 dependency, yali need this. separe package</Comment>
<Name>Ertuğrul Erata</Name>
<Email>[email protected]</Email>
</Update>
<Update release="5">
<Date>2015-03-11</Date>
<Version>0.4.8</Version>
Expand Down

0 comments on commit 3caf35d

Please sign in to comment.