-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from ertugerata/master
separe pisilinux-python
- Loading branch information
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|