perl-AnyEvent-I3:Rebuild for new toolchain
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
# 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()
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
@@ -16,12 +14,10 @@ def setup():
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
#def check():
|
||||
# perlmodules.make("test")
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
#pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples")
|
||||
pisitools.dodoc("Changes", "README")
|
||||
|
||||
pisitools.dodoc("Changes", "README")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-AnyEvent-I3</Name>
|
||||
@@ -9,23 +9,26 @@
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<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>
|
||||
<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>
|
||||
<!-- check dependencies -->
|
||||
<Dependency>perl-JSON-XS</Dependency>
|
||||
<Dependency>perl-AnyEvent</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-AnyEvent-I3</Name>
|
||||
<Summary>This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Event</Dependency>
|
||||
<Dependency>perl-JSON-XS</Dependency>
|
||||
<Dependency>perl-AnyEvent</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -36,6 +39,13 @@ then subscribe to events or send messages and receive their replies.</Descriptio
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>0.17</Version>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-06-21</Date>
|
||||
<Version>0.17</Version>
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
<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>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user