perl-AnyEvent-I3: new package
This commit is contained in:
@@ -163214,6 +163214,52 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary xml:lang="en">This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.</Summary>
|
||||
<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="en">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>
|
||||
<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>
|
||||
<Archive type="targz" sha1sum="1a0c3461836de7c7baf79ce99bef7e685e245a97">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>
|
||||
<SourceURI>programming/language/perl/perl-Event-I3/pspec.xml</SourceURI>
|
||||
</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>perl-File-Listing</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
c3ac296b438573e6e4bf9158e1c5f706779290a5
|
||||
7947708a18e20348c58f13698348ea8b09254712
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
880017820bb9837ea430d679a1ff315b532463b0
|
||||
e2638865e30633d460ab502c33c68be9b0a38bcd
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user