polybar-3.7.2
This commit is contained in:
+15
-23
@@ -2,33 +2,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 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 shelltools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import cmaketools, mesontools, pisitools
|
||||
|
||||
k = ''.join([
|
||||
' -DCMAKE_BUILD_TYPE=Release',
|
||||
' -DCMAKE_INSTALL_PREFIX=/usr',
|
||||
' -DPYTHON_EXECUTABLE=/usr/bin/python3',
|
||||
' -DBUILD_DOC_HTML=OFF',
|
||||
' -Bbuild -G Ninja -L '
|
||||
])
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.configure("-D CMAKE_BUILD_TYPE=Release \
|
||||
-DENABLE_ALSA=ON \
|
||||
-DENABLE_CURL=ON \
|
||||
-DENABLE_I3=ON \
|
||||
-DBUILD_IPC_MSG=ON \
|
||||
-DENABLE_NETWORK=ON \
|
||||
-DENABLE_PULSEAUDIO=ON", sourceDir="..")
|
||||
|
||||
cmaketools.configure(k)
|
||||
|
||||
def build():
|
||||
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.make()
|
||||
#cmaketools.make("doc")
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("LICENSE")
|
||||
|
||||
+36
-24
@@ -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>polybar</Name>
|
||||
@@ -8,56 +8,68 @@
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>MIT</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A fast and easy to use tool for creating status bars</Summary>
|
||||
<Summary>A fast and easy-to-use status bar.</Summary>
|
||||
<Description>Polybar aims to help users build beautiful and highly customizable status bars for their desktop environment, without the need of having a black belt in shell scripting.</Description>
|
||||
<Archive sha1sum="c54753f044dbd41e4ba4d97b8e0a430dcc74f672" type="tar">https://github.com/jaagr/polybar/releases/download/3.4.2/polybar-3.4.2.tar</Archive>
|
||||
<Archive sha1sum="0ce64897c4fc1f9296537f6a25186ec228c5427d" type="targz">https://github.com/polybar/polybar/releases/download/3.7.2/polybar-3.7.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>i3wm-devel</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>xcb-proto</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>xcb-util-xrm-devel</Dependency>
|
||||
<Dependency>i3wm-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>libuv-devel</Dependency>
|
||||
<Dependency>libnl-devel</Dependency>
|
||||
<Dependency>wireless-tools-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>jsoncpp-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>xcb-util-devel</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>xkeyboard-config</Dependency>
|
||||
<Dependency>xcb-util-wm-devel</Dependency>
|
||||
<Dependency>python3-packaging</Dependency>
|
||||
<Dependency>libmpdclient-devel</Dependency>
|
||||
<Dependency>xcb-util-image-devel</Dependency>
|
||||
<Dependency>wireless-tools-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--Patches>
|
||||
<Patch level="1">xpp_1_40_i3ipcpp_0_71.patch</Patch>
|
||||
</Patches-->
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>polybar</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>xcb-util-xrm</Dependency>
|
||||
<Dependency>xcb-util-wm</Dependency>
|
||||
<Dependency>xcb-util-cursor</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>libuv</Dependency>
|
||||
<Dependency>libnl</Dependency>
|
||||
<Dependency>jsoncpp</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>xcb-util-wm</Dependency>
|
||||
<Dependency>libmpdclient</Dependency>
|
||||
<Dependency>xcb-util-image</Dependency>
|
||||
<Dependency>wireless-tools</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>xkeyboard-config</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/zsh</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-02-05</Date>
|
||||
<Version>3.7.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-25</Date>
|
||||
<Version>3.4.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user