123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>polybar</Name>
- <Homepage>https://polybar.github.io/</Homepage>
- <Packager>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>A fast and easy to use tool for creating status bars</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>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>i3wm-devel</Dependency>
- <Dependency>xcb-proto</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>curl-devel</Dependency>
- <Dependency>xcb-util-xrm-devel</Dependency>
- <Dependency>libnl-devel</Dependency>
- <Dependency>wireless-tools-devel</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>jsoncpp-devel</Dependency>
- <Dependency>pulseaudio-libs-devel</Dependency>
- </BuildDependencies>
- <!--Patches>
- <Patch level="1">xpp_1_40_i3ipcpp_0_71.patch</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>libnl</Dependency>
- <Dependency>jsoncpp</Dependency>
- <Dependency>alsa-lib</Dependency>
- <Dependency>pulseaudio-libs</Dependency>
- </RuntimeDependencies>
- <Files>
- <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>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-01-25</Date>
- <Version>3.4.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2019-04-13</Date>
- <Version>3.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2018-11-30</Date>
- <Version>3.2.1</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|