This commit is contained in:
Ertuğrul Erata
2019-06-23 01:18:41 +03:00
19 changed files with 193693 additions and 193078 deletions
+26
View File
@@ -0,0 +1,26 @@
#!/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():
#autotools.autoreconf("-vif")
autotools.configure("--disable-rebuilds \
--disable-static")
#shelltools.export("CPPFLAGS", get.CXXFLAGS())
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
+84
View File
@@ -0,0 +1,84 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>goocanvas</Name>
<Homepage>https://wiki.gnome.org/Projects/GooCanvas</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<IsA>library</IsA>
<Summary>A cairo canvas widget for GTK+</Summary>
<Description>GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing.</Description>
<Archive sha1sum="7423c9f464b175d10931ae13dce32c0818056bb1" type="tarxz">http://ftp.gnome.org/pub/GNOME/sources/goocanvas/2.0/goocanvas-2.0.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<!-- <Dependency>python-devel</Dependency> -->
<Dependency>gettext-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>python-pygobject-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>goocanvas</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>goocanvas-devel</Name>
<Summary>Development files for goocanvas</Summary>
<RuntimeDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency release="current">goocanvas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>goocanvas-docs</Name>
<IsA>data:doc</IsA>
<Summary>API documentation for goocanvas</Summary>
<RuntimeDependencies>
<Dependency release="current">goocanvas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-06-21</Date>
<Version>2.0.4</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>goocanvas</Name>
<Summary xml:lang="tr">GTK+ için bir cairo tuval parçacığı</Summary>
<Description xml:lang="tr">GooCanvas, GTK+ için cairo 2B çizim kitaplığını kullanan bir tuval parçacığıdır.</Description>
</Source>
<Package>
<Name>goocanvas-devel</Name>
<Summary xml:lang="tr">goocanvas için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>goocanvas-docs</Name>
<Summary xml:lang="tr">goocanvas paketine ait API belgeleri</Summary>
</Package>
</PISI>
@@ -16,7 +16,6 @@
<Dependency versionFrom="5.12.2">qt5-base-devel</Dependency>
<Dependency>libxkbcommon-devel</Dependency>
<Dependency versionFrom="13.0.4">mesa-devel</Dependency>
<Dependency versionFrom="5.12.2">qt5-xmlpatterns-devel</Dependency>
<Dependency versionFrom="5.12.2">qt5-assistant-devel</Dependency>
<Dependency versionFrom="5.12.2">qt5-sql-sqlite</Dependency>
</BuildDependencies>
@@ -28,7 +27,6 @@
<Dependency>libgcc</Dependency>
<Dependency versionFrom="5.12.2">qt5-base</Dependency>
<Dependency versionFrom="13.0.4">mesa</Dependency>
<Dependency versionFrom="5.12.2">qt5-xmlpatterns</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -64,6 +62,13 @@
</Package>
<History>
<Update release="14">
<Date>2019-06-20</Date>
<Version>5.12.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2019-04-14</Date>
<Version>5.12.2</Version>
@@ -16,6 +16,7 @@
<Dependency versionFrom="5.12.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.12.2">qt5-assistant-devel</Dependency>
<Dependency versionFrom="5.12.2">qt5-sql-sqlite</Dependency>
<Dependency versionFrom="5.12.2">qt5-declarative-devel</Dependency>
</BuildDependencies>
</Source>
@@ -23,6 +24,7 @@
<Name>qt5-xmlpatterns</Name>
<RuntimeDependencies>
<Dependency versionFrom="5.12.2">qt5-base</Dependency>
<Dependency versionFrom="5.12.2">qt5-declarative</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
@@ -57,6 +59,13 @@
</Package>
<History>
<Update release="14">
<Date>2019-06-20</Date>
<Version>5.12.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2019-03-14</Date>
<Version>5.12.2</Version>
+193302 -193071
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
11207781836aa29267ddb5167c691839312b5c82
2cf8b014dd0318d3837a2c85c211b6140dfea28c
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
6eaeea2bd406293dff43844ac6beb83324d4b679
52304b5860d1c9ea4ab802f34c78dc1a6606a8d3
@@ -0,0 +1,27 @@
#!/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 perlmodules
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
WorkDir="AnyEvent-I3-%s" % get.srcVERSION()
def setup():
perlmodules.configure()
def build():
perlmodules.make()
#def check():
# perlmodules.make("test")
def install():
perlmodules.install()
#pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples")
pisitools.dodoc("Changes", "README")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-AnyEvent-I3</Name>
<Homepage>https://metacpan.org/release/AnyEvent-I3</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<IsA>library</IsA>
<Summary>This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.</Summary>
<Description>This module connects to the i3 window manager using the UNIX socket based
IPC interface it provides (if enabled in the configuration file). You can
then subscribe to events or send messages and receive their replies.</Description>
<Archive sha1sum="1a0c3461836de7c7baf79ce99bef7e685e245a97" type="targz">https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Event</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-AnyEvent-I3</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Event</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-06-21</Date>
<Version>0.17</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-AnyEvent-I3</Name>
<Summary xml:lang="tr">Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak i3 pencere yöneticisine bağlanır.</Summary>
<Description xml:lang="tr">Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak (yapılandırma dosyasında etkinse) i3 pencere yöneticisine bağlanır. Daha sonra etkinliklere abone olabilir veya mesaj gönderebilir ve cevaplarını alabilirsiniz.</Description>
</Source>
</PISI>
@@ -0,0 +1,25 @@
#!/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 perlmodules
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
WorkDir="AnyEvent-%s" % get.srcVERSION()
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("Changes", "COPYING", "README")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-AnyEvent</Name>
<Homepage>https://metacpan.org/release/AnyEvent</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>AnyEvent - provide framework for multiple event loops</Summary>
<Description>AnyEvent provides an identical interface to multiple event loops. This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time).</Description>
<Archive sha1sum="b3e0d76c5c0a29577ab1da35ce2fd62965656e9e" type="targz">https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.15.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Event</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-AnyEvent</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Event</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-06-21</Date>
<Version>7.15</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-AnyEvent</Name>
<Summary xml:lang="tr">Çoklu olay döngüleri için çatı sağlayan bir Perl modülü</Summary>
<Description xml:lang="tr">AnyEvent, çoklu olay döngülerine (multiple event loop) özdeş arayüz sağlamaktadır. Modülü kullananların aynı anda tek olay döngüsü çalışıyormuş gibi aynı olay döngüsünü kullanmalarına zorlamadan, bir olay döngüsü kullanılmasına olanak sağlayan bir Perl modülüdür.</Description>
</Source>
</PISI>
@@ -0,0 +1,25 @@
#!/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 perlmodules
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
WorkDir="Event-%s" % get.srcVERSION()
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("ANNOUNCE", "README", "TODO" )
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Event</Name>
<Homepage>https://metacpan.org/release/Event</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>Event loop processing module in Perl</Summary>
<Description>The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute.</Description>
<Archive sha1sum="9d646bef8e9a0011665efdbe1424f443626b6098" type="targz">https://cpan.metacpan.org/authors/id/E/ET/ETJ/Event-1.27.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Event</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/perl-Event</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2012-09-06</Date>
<Version>1.27</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Event</Name>
<Summary xml:lang="tr">Perl için olay döngüsü işleme modülü</Summary>
<Description xml:lang="tr">Event modülü çeşitli türde olayları izlemek için merkezi bir olanak sağlamakta ve bu olaylar meydana geldiğinde sisteme geri çağırım (callback) uyarmaktadır.</Description>
</Source>
</PISI>
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>perl-JSON-XS</Name>
<Homepage>http://search.cpan.org/dist/JSON-XS/</Homepage>
<Homepage>https://metacpan.org/release/JSON-XS</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>JSON serialising/deserialising, done correctly and fast</Summary>
<Description>This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be *fast*. To reach the latter goal it was written in C.</Description>
<Archive sha1sum="7d9d8e7c5bec04d60af28faca1f36c90c9d11da9" type="targz">http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-3.03.tar.gz</Archive>
<Archive sha1sum="bba1939f8f402a110c80e19e068ffb3f980e23df" type="targz">http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.02.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Canary-Stability</Dependency>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="5">
<Date>2019-06-22</Date>
<Version>4.02</Version>
<Comment>Versiyon bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>3.03</Version>
@@ -69,4 +76,4 @@
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>