index
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Protocol definitions and daemons for D-Bus at-spi</Summary>
|
||||
<Description>at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation.</Description>
|
||||
<Archive sha1sum="9dcf911bf6f3e29cf3bcac1f9aa395abcc43cbe7" type="tarxz">mirrors://gnome/at-spi2-atk/2.30/at-spi2-atk-2.30.1.tar.xz</Archive>
|
||||
<Archive sha1sum="0a6ba12ae1876432416a2efd105263d81779e9c6" type="tarxz">mirrors://gnome/at-spi2-atk/2.34/at-spi2-atk-2.34.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency versionFrom="2.30.1">at-spi2-core-devel</Dependency>
|
||||
<Dependency versionFrom="2.32.1">at-spi2-core-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency versionFrom="2.30.0">atk-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -78,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>2.34.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2019-03-21</Date>
|
||||
<Version>2.30.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Protocol definitions and daemons for D-Bus at-spi</Summary>
|
||||
<Description>at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation.</Description>
|
||||
<Archive sha1sum="f5d19adbe4590b7de2208090f52d3ac7f46e8c44" type="tarxz">mirrors://gnome/at-spi2-core/2.30/at-spi2-core-2.30.1.tar.xz</Archive>
|
||||
<Archive sha1sum="6212500401e8e33fd9646bbd666da975dbb19d2f" type="tarxz">mirrors://gnome/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -28,7 +28,7 @@
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>0002-bus-launch-use-__linux__-over-__linux.patch</Patch>
|
||||
<!-- <Patch>0002-bus-launch-use-__linux__-over-__linux.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -101,6 +101,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>2.34.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2019-03-21</Date>
|
||||
<Version>2.30.1</Version>
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
diff -Nuar a/mkspecs/common/g++-base.conf b/mkspecs/common/g++-base.conf
|
||||
--- a/mkspecs/common/g++-base.conf 2019-12-07 09:27:07.000000000 +0300
|
||||
+++ b/mkspecs/common/g++-base.conf 2019-12-22 16:09:06.575953931 +0300
|
||||
@@ -10,15 +10,19 @@
|
||||
|
||||
QMAKE_COMPILER = gcc
|
||||
|
||||
-QMAKE_CC = $${CROSS_COMPILE}gcc
|
||||
+QMAKE_CC = PISILINUX_CC
|
||||
|
||||
QMAKE_LINK_C = $$QMAKE_CC
|
||||
QMAKE_LINK_C_SHLIB = $$QMAKE_CC
|
||||
|
||||
-QMAKE_CXX = $${CROSS_COMPILE}g++
|
||||
+QMAKE_CXX = PISILINUX_CXX
|
||||
|
||||
-QMAKE_LINK = $$QMAKE_CXX
|
||||
-QMAKE_LINK_SHLIB = $$QMAKE_CXX
|
||||
+QMAKE_LINK = PISILINUX_CXX
|
||||
+QMAKE_LINK_SHLIB = PISILINUX_CXX
|
||||
+QMAKE_LINK_C = PISILINUX_CC
|
||||
+QMAKE_LINK_C_SHLIB = PISILINUX_CC
|
||||
+
|
||||
+QMAKE_LFLAGS_RELEASE += PISILINUX_LDFLAGS
|
||||
|
||||
QMAKE_PCH_OUTPUT_EXT = .gch
|
||||
|
||||
diff -Nuar a/mkspecs/common/g++-unix.conf b/mkspecs/common/g++-unix.conf
|
||||
--- a/mkspecs/common/g++-unix.conf 2019-12-07 09:27:07.000000000 +0300
|
||||
+++ b/mkspecs/common/g++-unix.conf 2019-12-22 16:09:48.917950875 +0300
|
||||
@@ -10,5 +10,5 @@
|
||||
|
||||
include(g++-base.conf)
|
||||
|
||||
-QMAKE_LFLAGS_RELEASE += -Wl,-O1
|
||||
+QMAKE_LFLAGS_RELEASE += PISILINUX_LDFLAGS
|
||||
QMAKE_LFLAGS_NOUNDEF += -Wl,--no-undefined
|
||||
diff -Nuar a/mkspecs/common/linux.conf b/mkspecs/common/linux.conf
|
||||
--- a/mkspecs/common/linux.conf 2019-12-07 09:27:07.000000000 +0300
|
||||
+++ b/mkspecs/common/linux.conf 2019-12-22 16:10:34.108947615 +0300
|
||||
@@ -48,5 +48,5 @@
|
||||
QMAKE_NM = nm -P
|
||||
QMAKE_RANLIB =
|
||||
|
||||
-QMAKE_STRIP = strip
|
||||
+QMAKE_STRIP =
|
||||
QMAKE_STRIPFLAGS_LIB += --strip-unneeded
|
||||
@@ -11,7 +11,7 @@
|
||||
<Summary>Cross platform application and UI framework</Summary>
|
||||
<Description>Cross platform application and UI development framework</Description>
|
||||
<License>'GPL3' 'LGPL3' 'FDL' 'custom'</License>
|
||||
<Archive sha1sum="3e073387a08599641a154de758f729d47db8986f" type="tarxz">http://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtbase-everywhere-src-5.13.2.tar.xz</Archive>
|
||||
<Archive sha1sum="bd1b54cb5cc38bea4a84e18ac1e304b2a8f7fd55" type="tarxz">http://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtbase-everywhere-src-5.14.0.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!-- <AdditionalFile target="qt5-base-nouveau-freeze.patch">qt5-base-nouveau-freeze.patch</AdditionalFile> -->
|
||||
</AdditionalFiles>
|
||||
@@ -75,10 +75,11 @@
|
||||
<Dependency>libXcursor-devel</Dependency>
|
||||
<Dependency>tslib-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>md4c-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- Pisilinux Patches -->
|
||||
<Patch>mkspecs.patch</Patch>
|
||||
<Patch>mkspecs2.patch</Patch>
|
||||
<!-- <Patch level="1">qtbug-77364.patch</Patch> -->
|
||||
<!-- <Patch level="1">qtbase-zlib-compression.patch</Patch> -->
|
||||
<!-- <Patch level="1">virtualbox-focus.patch</Patch> -->
|
||||
@@ -123,6 +124,9 @@
|
||||
<Dependency>xcb-util-image</Dependency>
|
||||
<Dependency>xcb-util-keysyms</Dependency>
|
||||
<Dependency>xcb-util-renderutil</Dependency>
|
||||
|
||||
<Dependency>md4c</Dependency>
|
||||
<Dependency>mit-kerberos</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -264,6 +268,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="22">
|
||||
<Date>2019-12-22</Date>
|
||||
<Version>5.14.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="21">
|
||||
<Date>2019-11-02</Date>
|
||||
<Version>5.13.2</Version>
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
#shelltools.system("sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile")
|
||||
autotools.configure("--with-openmp")
|
||||
|
||||
def build():
|
||||
autotools.make("shared imagequant.pc")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
#pisitools.dodoc("ChangeLog", "AUTHORS", "NEWS", "README*", "COPYING", "ANNOUNCE")
|
||||
@@ -0,0 +1,12 @@
|
||||
diff -rupN --no-dereference libimagequant-2.12.6/Makefile libimagequant-2.12.6-new/Makefile
|
||||
--- libimagequant-2.12.6/Makefile 2019-12-30 16:44:13.000000000 +0100
|
||||
+++ libimagequant-2.12.6-new/Makefile 2019-12-30 22:23:35.196992505 +0100
|
||||
@@ -114,7 +114,7 @@ install: all $(PKGCONFIG)
|
||||
install -d $(DESTDIR)$(PKGCONFIGDIR)
|
||||
install -d $(DESTDIR)$(INCLUDEDIR)
|
||||
install -m 644 $(STATICLIB) $(DESTDIR)$(LIBDIR)/$(STATICLIB)
|
||||
- install -m 644 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER)
|
||||
+ install -m 755 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER)
|
||||
ln -sf $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIB)
|
||||
install -m 644 $(PKGCONFIG) $(DESTDIR)$(PKGCONFIGDIR)/$(PKGCONFIG)
|
||||
install -m 644 libimagequant.h $(DESTDIR)$(INCLUDEDIR)/libimagequant.h
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libimagequant</Name>
|
||||
<Homepage>https://pngquant.org/lib/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Palette quantization library that powers pngquant and other PNG optimizers</Summary>
|
||||
<Description>Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.</Description>
|
||||
<Archive sha1sum="950dd2cc5b7f611f365caa072601da1f0379d6c6" type="targz">https://github.com/ImageOptim/libimagequant/archive/2.12.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">libimagequant_solibperm.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libimagequant</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgomp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libimagequant-devel</Name>
|
||||
<Summary>Development files for libimagequant</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libimagequant</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>2.12.6</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libimagequant</Name>
|
||||
<Summary xml:lang="tr">pngquant ve diger PNG en-iyilestiricilerini giclendiren, palet nicelendirme kitapligidir</Summary>
|
||||
<Description xml:lang="tr">RGBA gorsellerin 8-bit indislenmis-renk gorsellerine donusumu icin kucuk moduler bi c kitapligidir..</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libimagequant-devel</Name>
|
||||
<Summary xml:lang="tr">libimagequant için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">libimagequant-devel, libimagequant için geliştirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
+146
-15
@@ -20537,6 +20537,63 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libimagequant</Name>
|
||||
<Homepage>https://pngquant.org/lib/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>multimedia.graphics</PartOf>
|
||||
<Summary xml:lang="en">Palette quantization library that powers pngquant and other PNG optimizers</Summary>
|
||||
<Summary xml:lang="tr">pngquant ve diger PNG en-iyilestiricilerini giclendiren, palet nicelendirme kitapligidir</Summary>
|
||||
<Description xml:lang="en">Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.</Description>
|
||||
<Description xml:lang="tr">RGBA gorsellerin 8-bit indislenmis-renk gorsellerine donusumu icin kucuk moduler bi c kitapligidir..</Description>
|
||||
<Archive type="targz" sha1sum="950dd2cc5b7f611f365caa072601da1f0379d6c6" name="2.12.6.tar.gz">https://github.com/ImageOptim/libimagequant/archive/2.12.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">libimagequant_solibperm.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>multimedia/graphics/libimagequant/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libimagequant</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgomp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libimagequant-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libimagequant</Summary>
|
||||
<Summary xml:lang="tr">libimagequant için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">libimagequant-devel, libimagequant için geliştirme dosyaları içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">libimagequant</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>2.12.6</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>assimp</Name>
|
||||
@@ -50504,6 +50561,59 @@ to create header files and sources from protocol files.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>md4c</Name>
|
||||
<Homepage>https://github.com/mity/md4c</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary xml:lang="en">C Markdown parser</Summary>
|
||||
<Summary xml:lang="tr">C Markdown parser</Summary>
|
||||
<Description xml:lang="en">C Markdown parser</Description>
|
||||
<Description xml:lang="tr">C Markdown parser</Description>
|
||||
<Archive type="targz" sha1sum="0a4be23b39839268dd7158099e03fcb33d68f20b" name="release-0.4.2.tar.gz">https://github.com/mity/md4c/archive/release-0.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/library/md4c/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>md4c</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>md4c-devel</Name>
|
||||
<Summary xml:lang="en">Development files for md4c</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">md4c</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>0.4.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>cbindgen</Name>
|
||||
@@ -173179,7 +173289,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Description xml:lang="en">Cross platform application and UI development framework</Description>
|
||||
<Description xml:lang="tr">Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır.</Description>
|
||||
<Description xml:lang="es">Qt es un toolkit para GUI multiplataforma.</Description>
|
||||
<Archive type="tarxz" sha1sum="3e073387a08599641a154de758f729d47db8986f" name="qtbase-everywhere-src-5.13.2.tar.xz">http://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtbase-everywhere-src-5.13.2.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="bd1b54cb5cc38bea4a84e18ac1e304b2a8f7fd55" name="qtbase-everywhere-src-5.14.0.tar.xz">http://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtbase-everywhere-src-5.14.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency versionFrom="2.2.2">cups-devel</Dependency>
|
||||
@@ -173240,9 +173350,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Dependency>libXcursor-devel</Dependency>
|
||||
<Dependency>tslib-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>md4c-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>mkspecs.patch</Patch>
|
||||
<Patch>mkspecs2.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>desktop/toolkit/qt5/qt5-base/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -173284,6 +173395,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Dependency>xcb-util-image</Dependency>
|
||||
<Dependency>xcb-util-keysyms</Dependency>
|
||||
<Dependency>xcb-util-renderutil</Dependency>
|
||||
<Dependency>md4c</Dependency>
|
||||
<Dependency>mit-kerberos</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -173303,7 +173416,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Summary xml:lang="tr">Qt5 için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="en">Development files for Qt 5</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="21">qt5-base</Dependency>
|
||||
<Dependency release="22">qt5-base</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -173317,7 +173430,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Name>qt5-sql-mysql</Name>
|
||||
<Summary xml:lang="tr">Qt5'in SQL sınıfları için MySQL sürücüsü</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency version="5.13.2">qt5-base</Dependency>
|
||||
<Dependency version="5.14.0">qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>mariadb-lib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -173329,7 +173442,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Name>qt5-sql-postgresql</Name>
|
||||
<Summary xml:lang="tr">Qt5'in SQL sınıfları için PostgreSQL sürücüsü</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency version="5.13.2">qt5-base</Dependency>
|
||||
<Dependency version="5.14.0">qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>postgresql-lib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -173341,7 +173454,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Name>qt5-sql-sqlite</Name>
|
||||
<Summary xml:lang="tr">Qt5'in SQL sınıfları için SQLite sürücüsü</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency version="5.13.2">qt5-base</Dependency>
|
||||
<Dependency version="5.14.0">qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -173353,7 +173466,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Name>qt5-sql-odbc</Name>
|
||||
<Summary xml:lang="tr">Qt5'in SQL sınıfları için ODBC sürücüsü</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency version="5.13.2">qt5-base</Dependency>
|
||||
<Dependency version="5.14.0">qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>unixODBC</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -173362,6 +173475,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="22">
|
||||
<Date>2019-12-22</Date>
|
||||
<Version>5.14.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="21">
|
||||
<Date>2019-11-02</Date>
|
||||
<Version>5.13.2</Version>
|
||||
@@ -180295,10 +180415,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<PartOf>desktop.misc</PartOf>
|
||||
<Summary xml:lang="en">Protocol definitions and daemons for D-Bus at-spi</Summary>
|
||||
<Description xml:lang="en">at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation.</Description>
|
||||
<Archive type="tarxz" sha1sum="9dcf911bf6f3e29cf3bcac1f9aa395abcc43cbe7" name="at-spi2-atk-2.30.1.tar.xz">mirrors://gnome/at-spi2-atk/2.30/at-spi2-atk-2.30.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="0a6ba12ae1876432416a2efd105263d81779e9c6" name="at-spi2-atk-2.34.0.tar.xz">mirrors://gnome/at-spi2-atk/2.34/at-spi2-atk-2.34.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency versionFrom="2.30.1">at-spi2-core-devel</Dependency>
|
||||
<Dependency versionFrom="2.32.1">at-spi2-core-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency versionFrom="2.30.0">atk-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -180348,7 +180468,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Summary xml:lang="en">at-spi2-atk için geliştirme dosyaları</Summary>
|
||||
<Summary xml:lang="tr">at-spi2-atk için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="9">at-spi2-atk</Dependency>
|
||||
<Dependency release="10">at-spi2-atk</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -180359,6 +180479,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>2.34.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2019-03-21</Date>
|
||||
<Version>2.30.1</Version>
|
||||
@@ -180878,7 +181005,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Summary xml:lang="tr">D-Bus at-spi için protokol tanımları ve hizmetleri</Summary>
|
||||
<Description xml:lang="en">at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation.</Description>
|
||||
<Description xml:lang="tr">at-spi2-core, erişilebilirlik teknolojilerinin uygulamalara D-Bus üzerinden erişerek onları otomatik olarak denetlemesini sağlar.</Description>
|
||||
<Archive type="tarxz" sha1sum="f5d19adbe4590b7de2208090f52d3ac7f46e8c44" name="at-spi2-core-2.30.1.tar.xz">mirrors://gnome/at-spi2-core/2.30/at-spi2-core-2.30.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="6212500401e8e33fd9646bbd666da975dbb19d2f" name="at-spi2-core-2.34.0.tar.xz">mirrors://gnome/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -180893,9 +181020,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>0002-bus-launch-use-__linux__-over-__linux.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>desktop/misc/at-spi2-core/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -180954,7 +181078,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Summary xml:lang="en">at-spi2-core için geliştirme dosyaları</Summary>
|
||||
<Summary xml:lang="tr">at-spi2-core için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="11">at-spi2-core</Dependency>
|
||||
<Dependency release="12">at-spi2-core</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -180965,6 +181089,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>2.34.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2019-03-21</Date>
|
||||
<Version>2.30.1</Version>
|
||||
|
||||
@@ -1 +1 @@
|
||||
ae0e3f78d8d8ab698ee1fac50c8b94144fb2cc22
|
||||
c3c35936224779b5cc93917d0c429e945f891c3a
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
beb29a487e01a45e3201068c051e57ba899126c8
|
||||
a65102ac55be4aedef3db4c96ea48e937e59891d
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("CHANGELOG*", "LICENSE*", "README*")
|
||||
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>md4c</Name>
|
||||
<Homepage>https://github.com/mity/md4c</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>C Markdown parser</Summary>
|
||||
<Description>C Markdown parser</Description>
|
||||
<Archive sha1sum="0a4be23b39839268dd7158099e03fcb33d68f20b" type="targz">https://github.com/mity/md4c/archive/release-0.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>md4c.patch</Patch>
|
||||
<Patch level="1">md4c.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>md4c</Name>
|
||||
<RuntimeDependencies>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>md4c-devel</Name>
|
||||
<Summary>Development files for md4c</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">md4c</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>0.4.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>md4c</Name>
|
||||
<Summary xml:lang="tr">C Markdown parser</Summary>
|
||||
<Description xml:lang="tr">C Markdown parser</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user