i3status-2.14
This commit is contained in:
@@ -8,23 +8,17 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
shelltools.system("mkdir build")
|
||||
shelltools.cd("build")
|
||||
shelltools.system("../configure --disable-sanitizers \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
#pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
|
||||
@@ -12,10 +12,11 @@
|
||||
<License>BSD</License>
|
||||
<Summary>A small generator for status bars</Summary>
|
||||
<Description>a small program (about 1500 SLOC) for generating a status bar for dzen2, xmobar or similar programs</Description>
|
||||
<Archive sha1sum="b09fd2f322046daaca22f60cf6bfc7dbebea1b11" type="tarbz2">http://i3wm.org/i3status/i3status-2.13.tar.bz2</Archive>
|
||||
<Archive sha1sum="bf0861eba94f4df454d7ac32b503586c6e953a56" type="tarxz">http://i3wm.org/i3status/i3status-2.14.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<!--Dependency versionFrom=""></Dependency-->
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
@@ -44,10 +45,18 @@
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2022-09-26</Date>
|
||||
<Version>2.14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-25</Date>
|
||||
<Version>2.13</Version>
|
||||
|
||||
Reference in New Issue
Block a user