i3wm update and ifrst anydependenncy usage

This commit is contained in:
Ertuğrul Erata
2018-11-06 22:30:28 +03:00
parent ae956c3b1e
commit b15948749b
7 changed files with 179655 additions and 179241 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# 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 pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README.md", "INSTALL.md", "AUTHORS", "Changelog")
+80
View File
@@ -0,0 +1,80 @@
<?xml version="1.0"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>rofi</Name>
<Homepage>https://github.com/DaveDavenport/rofi</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>rofi</Summary>
<Description>A window switcher, application launcher and dmenu replacement</Description>
<Archive sha1sum="35734e81a4d071c4e505773afbc7856bd56ab7e6" type="tarxz">https://github.com/DaveDavenport/rofi/releases/download/1.5.1/rofi-1.5.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>pango-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
<Dependency>libxkbcommon-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>xcb-util-devel</Dependency>
<Dependency>xcb-util-wm-devel</Dependency>
<Dependency>xcb-util-xrm-devel</Dependency>
<Dependency>check-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>rofi</Name>
<RuntimeDependencies>
<Dependency>pango</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>startup-notification</Dependency>
<Dependency>libxkbcommon</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>xcb-util</Dependency>
<Dependency>xcb-util-wm</Dependency>
<Dependency>xcb-util-xrm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>rofi-devel</Name>
<RuntimeDependencies>
<Dependency version="current">rofi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2018-10-30</Date>
<Version>1.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-10-07</Date>
<Version>1.5</Version>
<Comment>first pisi pack</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>