Merge branch 'master' into master
This commit is contained in:
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2017-03-18</Date>
|
||||
<Version>16.08.3</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2017-01-08</Date>
|
||||
<Version>16.08.3</Version>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
@@ -0,0 +1,43 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisilinux-theme-damadamas</Name>
|
||||
<Homepage>http://www.pisilinux.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>PisiLinux için görsel çalışmaları.</Summary>
|
||||
<Description>PisiLinux için simge seti, şifre ekranı, açılış ekranı ve kilit ekranı.</Description>
|
||||
<Archive sha1sum="02582ef2c8abce29063f0b85ddcdb50d8ab948ee" type="targz">https://github.com/alihanozturk/pisilinux-theme-damadamas/archive/0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>plasma-framework-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pisilinux-theme-damadamas</Name>
|
||||
<Summary>PisiLinux için görsel çalışmaları.</Summary>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/color-schemes</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/kservices5</Path>
|
||||
<Path fileType="data">/usr/share/plasma</Path>
|
||||
<Path fileType="data">/usr/share/sddm</Path>
|
||||
<Path fileType="data">/usr/share/wallpapers</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -236,6 +236,14 @@
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>icu4c-32bit</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>gtk2-32bit</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libdrm</Dependency>
|
||||
@@ -256,6 +264,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2017-03-18</Date>
|
||||
<Version>5.7.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2017-03-19</Date>
|
||||
<Version>5.7.1</Version>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-declarative-devel</Dependency>
|
||||
<Dependency>qt5-quick1-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-quickcontrols2-devel</Dependency>
|
||||
<Dependency versionFrom="2.50.2">glib2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -36,7 +36,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-declarative</Dependency>
|
||||
<Dependency>qt5-quick1</Dependency>
|
||||
<!-- <Dependency>qt5-quick1</Dependency> -->
|
||||
<Dependency>gstreamer-next</Dependency>
|
||||
<Dependency versionFrom="1.10.3">gst-plugins-base-next</Dependency>
|
||||
<Dependency versionFrom="13.0.4">mesa</Dependency>
|
||||
@@ -70,9 +70,9 @@
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2017-02-20</Date>
|
||||
<Date>2017-03-19</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Rebuild for new Toolchain</Comment>
|
||||
<Comment>Rebuild for new Toolchain.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
@@ -70,6 +70,13 @@
|
||||
</Package>
|
||||
-->
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2017-03-19</Date>
|
||||
<Version>5.5.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2016-10-22</Date>
|
||||
<Version>5.5.1</Version>
|
||||
@@ -106,4 +113,4 @@
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -46,6 +46,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-18</Date>
|
||||
<Version>0.7.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-03-08</Date>
|
||||
<Version>0.7.1</Version>
|
||||
|
||||
@@ -53,6 +53,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-16</Date>
|
||||
<Version>0.1.2</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-10</Date>
|
||||
<Version>0.1.2</Version>
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>plasma-workspace-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-quick1-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-quickcontrols2-devel</Dependency>
|
||||
<Dependency>udisks2-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-declarative-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">ki18n.patch</Patch>
|
||||
@@ -37,8 +37,7 @@
|
||||
<Name>diskmonitor</Name>
|
||||
<Summary>KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-quick1</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
@@ -48,7 +47,7 @@
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -57,6 +56,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2017-03-19</Date>
|
||||
<Version>0.3.1</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-11-20</Date>
|
||||
<Version>0.3.1</Version>
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
Index: VirtualBox-5.1.2/src/VBox/Additions/common/crOpenGL/Makefile.kmk
|
||||
===================================================================
|
||||
--- VirtualBox-5.1.2.orig/src/VBox/Additions/common/crOpenGL/Makefile.kmk
|
||||
+++ VirtualBox-5.1.2/src/VBox/Additions/common/crOpenGL/Makefile.kmk
|
||||
@@ -68,18 +68,12 @@ VBoxOGL_TEMPLATE = VBOXCROGLR3GUES
|
||||
VBoxOGL_INCS = .
|
||||
if1of ($(KBUILD_TARGET), linux solaris freebsd)
|
||||
VBoxOGL_INCS += \
|
||||
- $(VBOX_PATH_X11_ROOT)/libXdamage-1.1 \
|
||||
- $(VBOX_PATH_X11_ROOT)/libXcomposite-0.4.0 \
|
||||
- $(VBOX_PATH_X11_ROOT)/libXext-1.3.1 \
|
||||
- $(VBOX_PATH_X11_ROOT)/libXfixes-4.0.3 \
|
||||
- $(VBOX_PATH_X11_ROOT)/damageproto-1.1.0 \
|
||||
- $(VBOX_PATH_X11_ROOT)/compositeproto-0.4 \
|
||||
- $(VBOX_PATH_X11_ROOT)/fixesproto-4.0 \
|
||||
- $(VBOX_PATH_X11_ROOT)/libx11-1.1.5-other \
|
||||
- $(VBOX_PATH_X11_ROOT)/xextproto-7.1.1 \
|
||||
- $(VBOX_PATH_X11_ROOT)/xproto-7.0.18 \
|
||||
+ /usr/include/x11 \
|
||||
+ /usr/include/xorg \
|
||||
+ /usr/include/pixman-1 \
|
||||
$(VBOX_MESA_INCS) \
|
||||
- $(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13
|
||||
+ /usr/include/drm \
|
||||
+ /usr/include/libdrm
|
||||
VBoxOGL_DEFS += VBOX_NO_NATIVEGL
|
||||
endif
|
||||
|
||||
@@ -214,10 +208,10 @@ VBoxOGL_LIBS.win += \
|
||||
|
||||
if1of ($(KBUILD_TARGET), linux solaris freebsd)
|
||||
VBoxOGL_LIBS += \
|
||||
- $(PATH_STAGE_LIB)/libXcomposite.so \
|
||||
- $(PATH_STAGE_LIB)/libXdamage.so \
|
||||
- $(PATH_STAGE_LIB)/libXfixes.so \
|
||||
- $(PATH_STAGE_LIB)/libXext.so
|
||||
+ Xcomposite \
|
||||
+ Xdamage \
|
||||
+ Xfixes \
|
||||
+ Xext
|
||||
ifdef VBoxOGL_FAKEDRI
|
||||
ifeq ($(KBUILD_TARGET), freebsd)
|
||||
VBoxOGL_LIBS += \
|
||||
Index: VirtualBox-5.1.2/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
|
||||
===================================================================
|
||||
--- VirtualBox-5.1.2.orig/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
|
||||
+++ VirtualBox-5.1.2/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
|
||||
@@ -40,8 +40,6 @@ LIBRARIES += \
|
||||
VBoxGuestR3LibShared
|
||||
ifndef VBOX_ONLY_VALIDATIONKIT
|
||||
if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
|
||||
- LIBRARIES += \
|
||||
- VBoxGuestR3LibXFree86
|
||||
endif
|
||||
if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
|
||||
LIBRARIES += \
|
||||
@@ -150,6 +150,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>5.1.14</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2017-03-04</Date>
|
||||
<Version>5.1.14</Version>
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
<License>NVIDIA</License>
|
||||
<Summary>NVIDIA drivers for GeForce 6xxx and newer GPUs</Summary>
|
||||
<Description>NVIDIA graphics drivers provide optimized 2D/3D performance.</Description>
|
||||
<Archive sha1sum="e61716b4b97e42a559e6ab0249c669a217a34522" type="binary">ftp://download.nvidia.com/XFree86/Linux-x86/375.26/NVIDIA-Linux-x86-375.26.run</Archive>
|
||||
<Archive sha1sum="40c8fcbd88ecd06e079bb2297907dd60333a322c" type="binary">ftp://download.nvidia.com/XFree86/Linux-x86_64/375.26/NVIDIA-Linux-x86_64-375.26.run</Archive>
|
||||
<Archive sha1sum="01917b350ea67704021f47af56f0135034c53bb3" type="binary">ftp://download.nvidia.com/XFree86/Linux-x86/378.13/NVIDIA-Linux-x86-378.13.run</Archive>
|
||||
<Archive sha1sum="f39c04d92340b4e63cab84c3bfb633193d721d69" type="binary">ftp://download.nvidia.com/XFree86/Linux-x86_64/378.13/NVIDIA-Linux-x86_64-378.13.run</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency version="4.9.6">kernel-module-headers</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -160,6 +160,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>378.13</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2017-01-31</Date>
|
||||
<Version>375.26</Version>
|
||||
@@ -217,4 +224,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -66,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>304.134</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2017-01-31</Date>
|
||||
<Version>304.134</Version>
|
||||
@@ -123,4 +130,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -97,6 +97,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>340.101</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2017-01-31</Date>
|
||||
<Version>340.101</Version>
|
||||
@@ -154,4 +161,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -57,9 +57,9 @@
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-01-11</Date>
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>9.7.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
@@ -105,9 +105,9 @@
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-02-03</Date>
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>2.78</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
@@ -52,11 +52,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-02-15</Date>
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>4.1.3</Version>
|
||||
<Comment>Rebuild for new toolchain.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-02-15</Date>
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>2016.2.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
|
||||
@@ -18,6 +18,8 @@ def setup():
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
|
||||
-DUSE_OCIO= OFF \
|
||||
-DUSE_OPENSSL:BOOL=TRUE \
|
||||
-DSTOP_ON_WARNING:BOOL=FALSE \
|
||||
-DOIIO_BUILD_TESTS=OFF", sourceDir="..")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for reading and writing images</Summary>
|
||||
<Description>OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications.</Description>
|
||||
<Archive sha1sum="93177c35a859abb919fb385a7833571b4f188193" type="targz">https://github.com/OpenImageIO/oiio/archive/Release-1.6.14.tar.gz</Archive>
|
||||
<Archive sha1sum="96f7f96bb53dda71ceb850472b3293072cd9c31b" type="targz">https://github.com/OpenImageIO/oiio/archive/Release-1.7.12.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -90,6 +90,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>1.7.12</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-06-20</Date>
|
||||
<Version>1.6.14</Version>
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
diff --git a/src/tr_languages.cpp b/src/tr_languages.cpp
|
||||
--- a/src/tr_languages.cpp
|
||||
+++ b/src/tr_languages.cpp
|
||||
@@ -198,7 +198,7 @@ static const unsigned short chars_ignore_zwnj_hyphen[] = {
|
||||
0x200d, 1, // zero width joiner
|
||||
0, 0 };
|
||||
|
||||
-const char string_ordinal[] = {0xc2,0xba,0}; // masculine ordinal character, UTF-8
|
||||
+const char string_ordinal[] = {'\xc2','\xba',0}; // masculine ordinal character, UTF-8
|
||||
|
||||
|
||||
static Translator* NewTranslator(void)
|
||||
@@ -24,7 +24,7 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>espeak-1.23-makefile_nostaticlibs.patch</Patch>
|
||||
<!--<Patch level="1">espeak-1.45.05-runtime-detection.patch</Patch>-->
|
||||
<Patch>espeak-1.48-gcc-6-fix.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -57,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-10</Date>
|
||||
<Version>1.48.04</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-18</Date>
|
||||
<Version>1.48.04</Version>
|
||||
|
||||
@@ -85,6 +85,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-10</Date>
|
||||
<Version>0.8.6</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-12-30</Date>
|
||||
<Version>0.8.6</Version>
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
<Name>speex</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency>speexdsp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-03-10</Date>
|
||||
<Version>17.1.0</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-02-03</Date>
|
||||
<Version>17.1.0</Version>
|
||||
|
||||
+18
-43
@@ -16,57 +16,32 @@
|
||||
system/installer/calamares-theme-pisilinux
|
||||
|
||||
* Packages that needs compiling
|
||||
desktop/kde/applications/kdepimlibs (1 > 3)
|
||||
desktop/kde/applications/kfind (1 > 2)
|
||||
desktop/kde/applications/konqueror (1 > 2)
|
||||
desktop/kde/applications/minuet (4 > 3)
|
||||
desktop/kde/framework/attica (7 > 8)
|
||||
desktop/kde/framework/bluez-qt (7 > 8)
|
||||
desktop/kde/framework/extra-cmake-modules (7 > 8)
|
||||
desktop/kde/framework/kapidox (7 > 8)
|
||||
desktop/kde/framework/karchive (7 > 8)
|
||||
desktop/kde/framework/kcodecs (7 > 8)
|
||||
desktop/kde/framework/kconfig (7 > 8)
|
||||
desktop/kde/framework/kcoreaddons (7 > 8)
|
||||
desktop/kde/framework/kdbusaddons (7 > 8)
|
||||
desktop/kde/framework/kdnssd (7 > 8)
|
||||
desktop/kde/framework/kguiaddons (7 > 8)
|
||||
desktop/kde/framework/ki18n (7 > 8)
|
||||
desktop/kde/framework/kidletime (7 > 8)
|
||||
desktop/kde/framework/kimageformats (7 > 8)
|
||||
desktop/kde/framework/kitemmodels (7 > 8)
|
||||
desktop/kde/framework/kitemviews (7 > 8)
|
||||
desktop/kde/framework/kplotting (7 > 8)
|
||||
desktop/kde/framework/kwayland (7 > 8)
|
||||
desktop/kde/framework/kwindowsystem (7 > 8)
|
||||
desktop/kde/framework/oxygen-icons (7 > 8)
|
||||
desktop/kde/framework/prison (3 > 4)
|
||||
desktop/kde/framework/solid (7 > 8)
|
||||
desktop/kde/framework/sonnet (7 > 8)
|
||||
desktop/kde/framework/syntax-highlighting (2 > 3)
|
||||
desktop/kde/framework/threadweaver (7 > 8)
|
||||
desktop/kde/plasma/khelpcenter (4 > 5)
|
||||
desktop/kde/applications/eventviews (7 > 6)
|
||||
desktop/kde/applications/kdepim-runtime (8 > 7)
|
||||
desktop/kde/applications/kdepimlibs (2 > 3)
|
||||
desktop/kde/applications/kdialog (3 > 2)
|
||||
desktop/kde/applications/kgpg (3 > 2)
|
||||
desktop/kde/applications/kleopatra (7 > 6)
|
||||
desktop/kde/applications/konversation (4 > 3)
|
||||
desktop/kde/graphics/kruler (8 > 7)
|
||||
desktop/kde/plasma/khelpcenter (4 > 8)
|
||||
desktop/lookandfeel/gtk2-engines-murrine (1 > 2)
|
||||
desktop/toolkit/qscintilla2 (3 > 2)
|
||||
desktop/toolkit/qt5/qt5-doc (6 > 5)
|
||||
desktop/toolkit/qt5/qt5-webengine (3 > 2)
|
||||
desktop/toolkit/qt5/qt5-webkit (6 > 5)
|
||||
desktop/toolkit/qtermwidget5 (2 > 3)
|
||||
desktop/toolkit/qt5/qt5-webkit (7 > 6)
|
||||
editor/bluefish (4 > 2)
|
||||
hardware/virtualization/virtualbox (10 > 9)
|
||||
kernel/drivers/module-nvidia-current (9 > 8)
|
||||
kernel/drivers/module-nvidia304 (9 > 8)
|
||||
kernel/drivers/module-nvidia340 (9 > 8)
|
||||
multimedia/graphics/libdmtx (2 > 3)
|
||||
multimedia/nightingale (2 > 1)
|
||||
multimedia/sound/espeak (3 > 2)
|
||||
multimedia/sound/speech-dispatcher (3 > 1)
|
||||
multimedia/sound/speech-dispatcher (4 > 1)
|
||||
multimedia/sound/timidity-shompatches (3 > 1)
|
||||
multimedia/video/qmplay2 (3 > 2)
|
||||
multimedia/video/smtube (4 > 3)
|
||||
network/connection/NetworkManager (5 > 6)
|
||||
network/library/serf (2 > 3)
|
||||
network/misc/webkit-gtk2 (4 > 1)
|
||||
programming/build/ninja (3 > 4)
|
||||
network/web/qupzilla (2 > 3)
|
||||
programming/language/python/notify-python (3 > 2)
|
||||
programming/language/python/pip (5 > 4)
|
||||
programming/language/python/sip (4 > 5)
|
||||
programming/language/python3/python3-requests (4 > 3)
|
||||
programming/misc/qrencode (2 > 8)
|
||||
server/postfix (2 > 1)
|
||||
util/crypt/libmcrypt (3 > 2)
|
||||
|
||||
|
||||
@@ -11,29 +11,25 @@ from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fiv")
|
||||
# /var/run => /run
|
||||
for f in ["configure.ac", "src/Makefile.am", "src/Makefile.in"]:
|
||||
pisitools.dosed(f, "\$\(?localstatedir\)?(\/run\/(\$PACKAGE|NetworkManager))", "\\1")
|
||||
pisitools.dosed("configure.ac", "\/var(\/run\/ConsoleKit)", "\\1")
|
||||
pisitools.dosed("configure.ac", "^initscript", deleteLine=True)
|
||||
autotools.autoreconf("-fi")
|
||||
shelltools.system("intltoolize --force --copy --automake")
|
||||
|
||||
autotools.configure("--disable-static \
|
||||
--disable-silent-rules \
|
||||
--disable-wimax \
|
||||
--disable-ifcfg-rh \
|
||||
--disable-ifcfg-suse \
|
||||
--disable-ifnet \
|
||||
--disable-ifupdown \
|
||||
--disable-lto \
|
||||
--disable-config-plugin-ibft \
|
||||
--disable-ifnet \
|
||||
--disable-more-warnings \
|
||||
--enable-introspection \
|
||||
--enable-wifi \
|
||||
--enable-modify-system \
|
||||
--enable-ppp=yes \
|
||||
--enable-bluez5-dun \
|
||||
--enable-bluez5=yes \
|
||||
--enable-concheck \
|
||||
--enable-config-plugin-ibft \
|
||||
--enable-vala=yes \
|
||||
--enable-json-validation \
|
||||
--enable-polkit \
|
||||
--enable-polkit-agent \
|
||||
--without-netconfig \
|
||||
--with-modem-manager-1 \
|
||||
--with-libsoup=yes \
|
||||
@@ -41,31 +37,30 @@ def setup():
|
||||
--with-suspend-resume=upower \
|
||||
--with-system-ca-path=/etc/ssl/certs \
|
||||
--with-crypto=nss \
|
||||
--with-config-dhcp-default=/usr/bin/dhcpcd \
|
||||
--with-dhcpcd=/sbin/dhcpcd \
|
||||
--with-pppd=/usr/sbin/pppd \
|
||||
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 \
|
||||
--with-dbus-sys-dir=/etc/dbus-1/system.d \
|
||||
--with-dhclient=/usr/sbin/dhclient \
|
||||
--with-kernel-firmware-dir=/lib/firmware \
|
||||
--with-udev-dir=/lib/udev \
|
||||
--with-resolvconf=/etc/resolv.default.conf \
|
||||
--with-iptables=/usr/sbin/iptables \
|
||||
--with-dnsmasq=/usr/sbin/dnsmasq \
|
||||
--with-systemdsystemunitdir=no \
|
||||
--with-nmtui \
|
||||
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 \
|
||||
--without-valgrind \
|
||||
--localstatedir=/var \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/NetworkManager \
|
||||
--with-dhcpcd=/usr/bin/dhcpcd \
|
||||
--without-dhclient \
|
||||
" )
|
||||
")
|
||||
|
||||
pisitools.dosed("libtool", "-shared", "-Wl, --as-needed -shared")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
#def check():
|
||||
#autotools.make("check")
|
||||
#autotools.make("-k check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -41,4 +41,4 @@ def ready():
|
||||
start()
|
||||
|
||||
def status():
|
||||
return isServiceRunning(pidfile=PIDFILE)
|
||||
return isServiceRunning(pidfile=PIDFILE)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[main]
|
||||
plugins=keyfile
|
||||
dhcp=internal
|
||||
dns=default
|
||||
dns=default
|
||||
|
||||
|
||||
+1
-1
@@ -3,4 +3,4 @@ Identity=unix-group:removable
|
||||
Action=org.freedesktop.NetworkManager.settings.*
|
||||
ResultAny=no
|
||||
ResultInactive=no
|
||||
ResultActive=yes
|
||||
ResultActive=yes
|
||||
|
||||
@@ -12,19 +12,14 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Network connection manager powered by D-Bus and UDEV</Summary>
|
||||
<Description>NetworkManager attempts to keep an active network connection available at all times.</Description>
|
||||
<Archive sha1sum="fee830aee4b8d719046add91efa13ac08648b017" type="tarxz">https://download.gnome.org/sources/NetworkManager/1.6/NetworkManager-1.6.2.tar.xz</Archive>
|
||||
<Archive sha1sum="1c199fdfb9fff9e7f540d51952699ce815a12369" type="tarxz">https://download.gnome.org/sources/NetworkManager/1.0/NetworkManager-1.0.10.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!-- <AdditionalFile target="po/tr.po">tr.po</AdditionalFile> -->
|
||||
<AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>dhcpcd</Dependency>
|
||||
<Dependency>iproute2</Dependency>
|
||||
<!--Dependency>dhclient</Dependency-->
|
||||
<Dependency>ppp-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>jansson-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>newt-devel</Dependency>
|
||||
<Dependency>nspr-devel</Dependency>
|
||||
@@ -43,18 +38,12 @@
|
||||
<Dependency>readline-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
<Dependency versionFrom="1.0.2">ConsoleKit-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>python-pygobject3-devel</Dependency>
|
||||
<Dependency>upower-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency versionFrom="0.9.2">ConsoleKit-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch>0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch</Patch>-->
|
||||
<!--Patch>0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch</Patch-->
|
||||
<!-- <Patch>disable_set_hostname.patch</Patch> -->
|
||||
<!--<Patch>0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch</Patch>-->
|
||||
<Patch>0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch</Patch>
|
||||
<Patch>disable_set_hostname.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -62,7 +51,6 @@
|
||||
<Name>NetworkManager</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>dhcpcd</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>polkit</Dependency>
|
||||
@@ -81,9 +69,8 @@
|
||||
<Dependency>libmm-glib</Dependency>
|
||||
<Dependency>ModemManager</Dependency>
|
||||
<Dependency>wpa_supplicant</Dependency>
|
||||
<Dependency>jansson</Dependency>
|
||||
<Dependency>libndp</Dependency>
|
||||
<Dependency versionFrom="1.0.2">ConsoleKit</Dependency>
|
||||
<Dependency versionFrom="0.9.2">ConsoleKit</Dependency>
|
||||
<Dependency>mobile-broadband-provider-info</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -105,7 +92,6 @@
|
||||
<Path fileType="data">/etc/NetworkManager/system-connections</Path>
|
||||
<Path fileType="config">/usr/lib/tmpfiles.d/NetworkManager.conf</Path>
|
||||
<Path fileType="config">/etc/polkit-1/localauthority/10-vendor.d</Path>
|
||||
<Path fileType="data">/var/run</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/conf.d/NetworkManager">NetworkManager.confd</AdditionalFile>
|
||||
@@ -136,25 +122,15 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2017-02-24</Date>
|
||||
<Version>1.6.2</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Update release="5">
|
||||
<Date>2017-03-15</Date>
|
||||
<Version>1.0.10</Version>
|
||||
<Comment>Revert version</Comment>
|
||||
<Requires>
|
||||
<Action package="NetworkManager">systemRestart</Action>
|
||||
</Requires>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2017-02-21</Date>
|
||||
<Version>1.4.4</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Requires>
|
||||
<Action package="NetworkManager">systemRestart</Action>
|
||||
</Requires>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
<Email>ayhanyalcinsoy@pisilnux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2016-12-15</Date>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>017-03-08</Date>
|
||||
<Date>2017-03-08</Date>
|
||||
<Version>2.6.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
|
||||
@@ -55,6 +55,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>1.0.9</Version>
|
||||
<Comment>Release Bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-14</Date>
|
||||
<Version>1.0.9</Version>
|
||||
|
||||
@@ -47,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>3.3.7</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilnux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-11-12</Date>
|
||||
<Version>3.3.7</Version>
|
||||
|
||||
@@ -22,4 +22,4 @@ def build():
|
||||
def install():
|
||||
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "BUILDING*", "CHANGELOG", "COPYRIGHT", "FAQ", "GPLv3", "README*")
|
||||
pisitools.dodoc("AUTHORS", "BUILDING*", "CHANGELOG", "COPYRIGHT", "FAQ", "README*")
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Cross-platform QtWebKit browser</Summary>
|
||||
<Description>QupZilla is a new and very fast QtWebEngine browser.</Description>
|
||||
<Archive type="tarxz" sha1sum="399e0144e367cf2895cd0ce75254be21f152b2fa">https://github.com/QupZilla/qupzilla/releases/download/v2.0.2/QupZilla-2.0.2.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="9298d103b4bfbc4512a761dc7411b754ec169b9f">https://github.com/QupZilla/qupzilla/releases/download/v2.1.1/QupZilla-2.1.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -83,6 +83,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-12</Date>
|
||||
<Version>2.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2017-01-10</Date>
|
||||
<Version>2.0.2</Version>
|
||||
|
||||
@@ -37,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-10</Date>
|
||||
<Version>0.40</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>0.40</Version>
|
||||
|
||||
@@ -57,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-16</Date>
|
||||
<Version>0.1.5</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>0.1.5</Version>
|
||||
|
||||
+122837
-122351
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
94cc99e7af703c1df220bb5c81c29dc4cd35433d
|
||||
e2ea484eb34141395b4cba93c70f3fcdee321729
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
128e74bc95ab12dbac5a328c6dd932cc14710d14
|
||||
561d63675e0f909dec0fa258d6b7e10e7c482ff8
|
||||
@@ -90,6 +90,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2017-03-18</Date>
|
||||
<Version>5.7.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2017-03-08</Date>
|
||||
<Version>5.7.1</Version>
|
||||
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2017-03-18</Date>
|
||||
<Version>4.19</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2017-02-25</Date>
|
||||
<Version>4.19</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
|
||||
def setup():
|
||||
shelltools.system("./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2.7 --prefix=%s/usr" % get.installDIR())
|
||||
|
||||
shelltools.echo("project-config.jam","using python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : /usr/lib ;")
|
||||
shelltools.echo("project-config.jam","using python : 3.6 : /usr/bin/python3 : /usr/include/python3.6m : /usr/lib ;")
|
||||
#shelltools.echo("project-config.jam","--without-mpi ;")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-10</Date>
|
||||
<Version>1.3</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>1.3</Version>
|
||||
|
||||
@@ -10,8 +10,8 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_TESTS=OFF")
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_TESTS=OFF")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
<Archive sha1sum="67f81e6c3ff039cdf9179c9e3c500c50e165d0f7" type="targz">https://github.com/steveire/grantlee/archive/v5.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>mesa-devel</Dependency><!--fix it in libdrm-->
|
||||
<Dependency versionFrom="5.6.2">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-script-devel</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-linguist</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<!-- <Dependency versionFrom="5.7.1">qt5-script-devel</Dependency> -->
|
||||
<!-- <Dependency versionFrom="5.7.1">qt5-linguist</Dependency> -->
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -25,12 +25,12 @@
|
||||
<Package>
|
||||
<Name>grantlee-qt5</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.6.2">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-script</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-script</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -40,8 +40,8 @@
|
||||
<Summary>Development files for grantlee</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">grantlee-qt5</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-script-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<!-- <Dependency versionFrom="5.7.1">qt5-script-devel</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-10</Date>
|
||||
<Version>5.1.0</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-08-13</Date>
|
||||
<Version>5.1.0</Version>
|
||||
@@ -72,4 +79,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>grantlee</Name>
|
||||
<Name>grantlee-qt5</Name>
|
||||
<Summary xml:lang="tr">Django şablon sistemi benzeri bir Qt metin şablon motoru</Summary>
|
||||
<Description xml:lang="tr">grantlee, Qt çatısı kullanılarak yazılmış bir eklenti destekli metin şablon sistemidir. Projenin amaçları; belgelerin yapısını, içerdikleri veriden ayırarak uygulama geliştiricilerinin işini kolaylaştırmak ve tema desteği için imkan sağlamaktır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>grantlee-devel</Name>
|
||||
<Name>grantlee-qt5-devel</Name>
|
||||
<Summary xml:lang="tr">grantlee için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
@@ -12,13 +12,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>library that handles input devices for display servers and other applications that need to directly deal with input devices.</Summary>
|
||||
<Description>It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect.</Description>
|
||||
<Archive sha1sum="f48799f79ba4235cae8af4c579e3f04e75979375" type="tarxz">https://www.freedesktop.org/software/libinput/libinput-1.6.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libevdev</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>libmtdev-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="aa245b84e10eb895cb38d549a9f6fb7202c99d27" type="tarxz">http://www.freedesktop.org/software/libinput/libinput-1.6.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libwacom-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -53,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.6.3</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2017-02-13</Date>
|
||||
<Version>1.6.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Generic programming library for computer vision</Summary>
|
||||
<Description>vigra stands for "Vision with Generic Algorithms". It's a novel computer vision library that puts its main emphasis on customizable algorithms and data structures.</Description>
|
||||
<Archive sha1sum="fb0a2e5ba727e59c64a60dc5fab9c807927fc869" type="targz">https://github.com/ukoethe/vigra/archive/Version-1-10-0.tar.gz</Archive>
|
||||
<Archive sha1sum="67788d181e759e625769bf0678887718d3dc02e2" type="targz">https://github.com/ukoethe/vigra/archive/Version-1-11-0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
@@ -74,6 +74,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>1.11.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>1.10.0</Version>
|
||||
|
||||
@@ -57,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>3.1.2</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>3.1.2</Version>
|
||||
|
||||
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>4.0.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Computer vision library</Summary>
|
||||
<Description>opencv is a programming library mainly aimed at the real time computer vision. Example applications are human-computer interaction, object identification, face recognition, motion tracking, mobile robotics.</Description>
|
||||
<Archive sha1sum="5022f51933d8888965c5f7a3b78813a41ec0b72d" type="targz">https://github.com/opencv/opencv/archive/2.4.13.tar.gz</Archive>
|
||||
<Archive sha1sum="1d148e6543f0f666a98e99b31a69cf74be4c4790" type="targz">https://github.com/opencv/opencv/archive/3.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
@@ -79,6 +79,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-17</Date>
|
||||
<Version>3.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-11-06</Date>
|
||||
<Version>2.4.13</Version>
|
||||
|
||||
@@ -8,9 +8,8 @@ from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pisitools.dosed("setup.py","rcc","rcc-qt5")
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- setup_old.py 2016-08-13 23:13:53.000000000 +0300
|
||||
+++ setup.py 2017-03-15 20:53:58.626914961 +0300
|
||||
@@ -19,7 +19,7 @@
|
||||
build.run(self)
|
||||
|
||||
self.mkpath(self.build_base)
|
||||
- self.spawn(["rcc", "-binary", "data.qrc", "-o", "%s/data.rcc" % self.build_base])
|
||||
+ self.spawn(["rcc-qt5", "-binary", "data.qrc", "-o", "%s/data.rcc" % self.build_base])
|
||||
|
||||
|
||||
class Install(install):
|
||||
@@ -17,6 +17,9 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>rcc.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -29,7 +32,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-03-05</Date>
|
||||
<Date>2017-03-15</Date>
|
||||
<Version>0.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
|
||||
@@ -38,11 +38,12 @@
|
||||
<Dependency>ntfsprogs</Dependency>
|
||||
<Dependency>dosfstools</Dependency>
|
||||
<Dependency>xfsprogs</Dependency>
|
||||
<Dependency>xdm</Dependency>
|
||||
<Dependency>zorg</Dependency>
|
||||
<Dependency>comar</Dependency>
|
||||
<Dependency>panda</Dependency>
|
||||
<Dependency>python-pyaspects</Dependency>
|
||||
<Dependency>pisilinux-python</Dependency>
|
||||
<Dependency>pisilinux-python-xorg</Dependency>
|
||||
<Dependency>syslinux</Dependency>
|
||||
<Dependency>pyqtermwidget5</Dependency>
|
||||
<!-- disable gfx family , find a proper solution for its menu generation -->
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -35,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.7.3</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.7.3</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -41,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.7.4</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>0.7.4</Version>
|
||||
|
||||
@@ -8,7 +8,7 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fiv")
|
||||
#autotools.autoreconf("-fiv")
|
||||
autotools.configure("\
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -16,6 +15,7 @@
|
||||
<Archive sha1sum="410cee68e4435dc95774fb389fcefae1b2ffe3d1" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-acecad-1.5.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xorg-server-devel</Dependency>
|
||||
<Dependency>xorg-proto</Dependency>
|
||||
<Dependency>libmtdev-devel</Dependency>
|
||||
<Dependency>sysfsutils-devel</Dependency>
|
||||
<Dependency>util-macros</Dependency>
|
||||
@@ -37,19 +37,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>xorg-input-acecad-devel</Name>
|
||||
<Summary>Development files for ececad driver</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">xorg-input-acecad</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.5.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.5.0</Version>
|
||||
|
||||
@@ -5,9 +5,4 @@
|
||||
<Summary xml:lang="tr">X.Org acecad tablet giriş aygıtı sürücüsü</Summary>
|
||||
<Description xml:lang="tr">xorg-input-acecad, Linux'un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xorg-input-acecad-devel</Name>
|
||||
<Summary xml:lang="tr">acecad sürücüsü için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -35,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.4.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.4.1</Version>
|
||||
@@ -57,4 +63,4 @@
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -51,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>2.10.5</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>2.10.5</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -45,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.6.3</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.6.3</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -30,6 +29,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.9.0</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.9.0</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -49,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.24.0</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>0.24.0</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -48,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.9.2</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.9.2</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -62,6 +61,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.9.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.9.0</Version>
|
||||
@@ -84,4 +90,4 @@
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -32,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>13.1.0</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>13.1.0</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -32,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.4.1</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.4.1</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -63,6 +62,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.34.0</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>0.34.0</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -37,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.2.5</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.2.5</Version>
|
||||
@@ -59,4 +65,4 @@
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -33,6 +32,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.5.3</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.5.3</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -34,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.3.8</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>0.3.8</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -37,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.4.4</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>0.4.4</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -38,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.2.9</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.2.9</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -36,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.3.6</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.3.6</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -35,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.3.6</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.3.6</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -37,6 +36,7 @@
|
||||
<Dependency>xorg-server-devel</Dependency>
|
||||
<Dependency>libxshmfence-devel</Dependency>
|
||||
<Dependency>libXfont-devel</Dependency>
|
||||
<Dependency>libXfont2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -74,6 +74,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>20160902</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>20160902</Version>
|
||||
@@ -96,4 +103,4 @@
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -34,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>6.9.5</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>6.9.5</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -39,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.6.5</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.6.5</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -32,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.2.9</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.2.9</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -38,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.0.13</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.0.13</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -47,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.5.0</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>0.5.0</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -34,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>6.10.2</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>6.10.2</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -38,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>7.8.0</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>7.8.0</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -36,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>4.2.6</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>4.2.6</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -35,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.10.7</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.10.7</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -34,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>2.3.9</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>2.3.9</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -32,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.7.9</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.7.9</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -39,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.10.9</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>0.10.9</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -37,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.9.7</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>0.9.7</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -34,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.4.7</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.4.7</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -34,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.2.2</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.2.2</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -32,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>1.3.8</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.3.8</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -37,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>0.2.0</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>0.2.0</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -32,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>2.3.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>2.3.4</Version>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -38,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-03-11</Date>
|
||||
<Version>13.2.1</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>13.2.1</Version>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user