i3status-2.15
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright 2018 TUBITAK/UEKAE
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
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
|
||||
from pisi.actionsapi import mesontools, pisitools
|
||||
|
||||
y = ''.join([
|
||||
' --prefix=/usr',
|
||||
' --buildtype=release',
|
||||
' -Dmans=true '
|
||||
])
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
mesontools.configure(y)
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
@@ -21,4 +21,4 @@ def build():
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
pisitools.dodoc("LICENSE")
|
||||
|
||||
+22
-21
@@ -1,55 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>i3status</Name>
|
||||
<Homepage>http://i3wm.org/i3status</Homepage>
|
||||
<Homepage>https://i3wm.org/i3status/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<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="bf0861eba94f4df454d7ac32b503586c6e953a56" type="tarxz">http://i3wm.org/i3status/i3status-2.14.tar.xz</Archive>
|
||||
<License>BSDv3</License>
|
||||
<Summary>A small generator for status bars.</Summary>
|
||||
<Description>i3status is a small program for generating a status bar for i3bar, dzen2, xmobar or similar programs.</Description>
|
||||
<Archive sha1sum="074e7f9c89de5e053ce28d4cf0d88516fd5a8467" type="tarxz">https://i3wm.org/i3status/i3status-2.15.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<!--Dependency versionFrom=""></Dependency-->
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>libnl-devel</Dependency>
|
||||
<Dependency>yajl-devel</Dependency>
|
||||
<Dependency>libnl-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>libconfuse-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--
|
||||
<Patch level="1"></Patch>
|
||||
-->
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>i3status</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>libnl</Dependency>
|
||||
<Dependency>yajl</Dependency>
|
||||
<Dependency>libnl</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libconfuse</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<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>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>2.15</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2022-09-26</Date>
|
||||
<Version>2.14</Version>
|
||||
|
||||
Reference in New Issue
Block a user