i3wm: version bump to 4.21.1
This commit is contained in:
+11
-16
@@ -1,29 +1,24 @@
|
||||
#!/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 http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
# WorkDir = ""
|
||||
# NoStrip = "/"
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
shelltools.cd("x86_64-pc-linux-gnu")
|
||||
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
#def check():
|
||||
#mesontools.build("test")
|
||||
|
||||
def install():
|
||||
shelltools.cd("x86_64-pc-linux-gnu")
|
||||
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("LICENSE")
|
||||
|
||||
#pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
|
||||
|
||||
+21
-11
@@ -1,5 +1,5 @@
|
||||
<?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>i3wm</Name>
|
||||
@@ -11,8 +11,9 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>A tiling window manager, completely written from scratch</Summary>
|
||||
<Description>An improved dynamic tiling window manager</Description>
|
||||
<Archive sha1sum="1834ce349a2aea2fbb0d44d9ed820fa9e1a394ab" type="tarbz2">https://i3wm.org/downloads/i3-4.17.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="1561bf4c1b9c6dfb470234a32968a54098694ac6" type="tarxz">https://i3wm.org/downloads/i3-4.20.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>libev-devel</Dependency>
|
||||
<Dependency>startup-notification-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
@@ -30,11 +31,13 @@
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>xcb-proto</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>util-macros</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>perl-AnyEvent-I3</Dependency>
|
||||
<Dependency>perl-JSON-XS</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -42,22 +45,22 @@
|
||||
<Name>i3wm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>yajl</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libev</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>i3status</Dependency>
|
||||
<Dependency>xcb-util</Dependency>
|
||||
<Dependency>xcb-util-wm</Dependency>
|
||||
<Dependency>xcb-util-xrm</Dependency>
|
||||
<Dependency>libxkbcommon</Dependency>
|
||||
<Dependency>perl-JSON-XS</Dependency>
|
||||
<Dependency>xcb-util-cursor</Dependency>
|
||||
<Dependency>xcb-util-keysyms</Dependency>
|
||||
<Dependency>startup-notification</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>i3status</Dependency>
|
||||
<Dependency>perl-AnyEvent-I3</Dependency>
|
||||
<Dependency>perl-JSON-XS</Dependency>
|
||||
<Dependency>startup-notification</Dependency>
|
||||
<AnyDependency>
|
||||
<Dependency>dmenu</Dependency>
|
||||
<Dependency>rofi</Dependency>
|
||||
@@ -104,6 +107,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2021-11-26</Date>
|
||||
<Version>4.20.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-01-25</Date>
|
||||
<Version>4.17.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user