AnyEvent-I3 0.19
This commit is contained in:
@@ -2,11 +2,9 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import perlmodules
|
from pisi.actionsapi import perlmodules
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
perlmodules.configure()
|
perlmodules.configure()
|
||||||
@@ -19,5 +17,3 @@ def check():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
|
|
||||||
pisitools.dodoc("Changes", "README")
|
|
||||||
@@ -1,22 +1,21 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>perl-AnyEvent-I3</Name>
|
<Name>perl-AnyEvent-I3</Name>
|
||||||
<Homepage>https://metacpan.org/release/AnyEvent-I3</Homepage>
|
<Homepage>https://metacpan.org/pod/AnyEvent::I3</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Kamil Atlı</Name>
|
<Name>Kamil Atlı</Name>
|
||||||
<Email>suvari@pisilinux.org</Email>
|
<Email>suvari@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPL</License>
|
<License>perl</License>
|
||||||
<PartOf>programming.language.perl</PartOf>
|
<PartOf>programming.language.perl</PartOf>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.</Summary>
|
<Summary>Communicate with the i3 window manager.</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>
|
<Description>This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.</Description>
|
||||||
<Archive sha1sum="1a0c3461836de7c7baf79ce99bef7e685e245a97" type="targz">https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz</Archive>
|
<Archive sha1sum="228f12c4355aae838e9346176d4912be77db30fc" type="targz">https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.19.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-Event</Dependency>
|
|
||||||
<!-- check dependencies -->
|
<!-- check dependencies -->
|
||||||
<Dependency>perl-JSON-XS</Dependency>
|
<Dependency>perl-JSON-XS</Dependency>
|
||||||
<Dependency>perl-AnyEvent</Dependency>
|
<Dependency>perl-AnyEvent</Dependency>
|
||||||
@@ -32,14 +31,19 @@
|
|||||||
<Dependency>perl-AnyEvent</Dependency>
|
<Dependency>perl-AnyEvent</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
<Path fileType="data">/usr/share/perl5</Path>
|
<Path fileType="data">/usr/share/perl5</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2025-02-06</Date>
|
||||||
|
<Version>0.19</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2024-05-14</Date>
|
<Date>2024-05-14</Date>
|
||||||
<Version>0.17</Version>
|
<Version>0.17</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user