Merge branch 'master' of github.com:pisilinux/main

This commit is contained in:
Ertuğrul Erata
2016-05-24 21:09:00 +03:00
11 changed files with 78868 additions and 78635 deletions
@@ -127,6 +127,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-24</Date>
<Version>15.12.3_20160330</Version>
<Comment>Release bump</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="1">
<Date>2016-04-05</Date>
<Version>15.12.3_20160330</Version>
+7
View File
@@ -110,6 +110,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-24</Date>
<Version>16.03.80_20160402</Version>
<Comment>Release bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-02-02</Date>
<Version>16.03.80_20160402</Version>
@@ -59,6 +59,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-24</Date>
<Version>0.7.0</Version>
<Comment>Release bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-02-04</Date>
<Version>0.7.0</Version>
+78811 -78627
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
5763b8f7d3cff0bccb18a36f4e3caf6e569af036
02d067c689982e64be55782620f3f06516182b50
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
a8aa4ede39ecf92ad55f1d73ceb35c4e80b9749c
755a5f3794d698b7a8e45bc1f57a2eecdfb7d5dd
@@ -61,4 +61,4 @@ def install():
pisitools.dohtml("doc/html/*")
pisitools.dodoc("NEWS", "README","LICENSE*")
pisitools.dodoc("NEWS", "README","LICENSE*")
@@ -13,15 +13,15 @@
<IsA>library</IsA>
<Summary>A set of Python bindings for the Qt 5.x Toolkit</Summary>
<Description>Qt is a set of C++ libraries and development tools that includes platform independent abstractions for graphical user interfaces, networking, threads, Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and application settings. PyQt implements 440 of these classes as a set of Python modules.</Description>
<Archive sha1sum="d54cd7cf26b10f0b59fddce4a6a742f9697a94ff" type="targz">mirrors://sourceforge/pyqt/PyQt5/PyQt-5.4.2/PyQt-gpl-5.5.1.tar.gz</Archive>
<Archive sha1sum="8920e4094470ff93f79e257c37c46f5cd0bff7ab" type="targz">mirrors://sourceforge/pyqt/PyQt5/PyQt-5.6/PyQt-gpl-5.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>dbus-python-common</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency versionFrom="4.16.9">python3-sip</Dependency>
<Dependency versionFrom="4.16.9">python-sip</Dependency>
<Dependency versionFrom="4.18">python3-sip</Dependency>
<Dependency versionFrom="4.18">python-sip</Dependency>
<Dependency versionFrom="5.6.0">qt5-base-devel</Dependency>
<Dependency versionFrom="5.6.0">qt5-connectivity-devel</Dependency>
<Dependency versionFrom="5.6.0">qt5-declarative-devel</Dependency>
@@ -134,6 +134,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-05-23</Date>
<Version>5.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-05-08</Date>
<Version>5.5.1</Version>
@@ -142,4 +149,4 @@
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/python
import os
def postInstall(a, b, c, d):
os.system("/usr/bin/mkinitcpio -p linux")
def preRemove():
pass
+11 -1
View File
@@ -47,7 +47,7 @@
<RuntimeDependencies>
<Dependency>libdrm</Dependency>
<Dependency>plymouth-core-libs</Dependency>
<Dependency>mkinitramfs</Dependency>
<Dependency>plymouth-theme-pisilinux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/bin</Path>
@@ -80,6 +80,9 @@
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/plymouth-pisilinux.png">pisilinux/images/white-head.png</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/plymouth/themes/charge/charge.plymouth">fedora/charge.plymouth</AdditionalFile>
</AdditionalFiles>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
</Provides>
</Package>
<Package>
@@ -317,6 +320,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-04-21</Date>
<Version>0.8.8</Version>
<Comment>Release bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-21</Date>
<Version>0.8.8</Version>