Merge pull request #5978 from ertugerata/master

i3wm update and first anydependency usage
This commit is contained in:
Ertuğrul Erata
2018-11-06 19:28:00 +00:00
committed by GitHub
7 changed files with 179655 additions and 179241 deletions
+179540 -179237
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
67ed17e62bfde6d67b257e1c67b268ef8a486b0f
618bcf3fbeea161ce4006ee53306f3d476086363
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
71c220722ede296b1f8c6d9a453c03c4fdcce39e
712b0dbb562772f1c3b3e79e52dc7e3ba5f36b98
+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>
+12 -2
View File
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<Summary>A tiling window manager, completely written from scratch</Summary>
<Description>An improved dynamic tiling window manager</Description>
<Archive sha1sum="906126f61e62c53903a5ad53cb9288c6fc517a4b" type="tarbz2">https://i3wm.org/downloads/i3-4.15.tar.bz2</Archive>
<Archive sha1sum="29b1acb08f8f7dfdd5ee3109f3bdd4dd42895ae3" type="tarbz2">https://i3wm.org/downloads/i3-4.16.tar.bz2</Archive>
<BuildDependencies>
<!--Dependency versionFrom=""></Dependency>-->
<Dependency>libev-devel</Dependency>
@@ -59,8 +59,11 @@
<Dependency>cairo</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>glib2</Dependency>
<Dependency>dmenu</Dependency>
<Dependency>i3status</Dependency>
<AnyDependency>
<Dependency>dmenu</Dependency>
<Dependency>rofi</Dependency>
</AnyDependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -103,6 +106,13 @@
</Package>
<History>
<Update release="3">
<Date>2018-11-06</Date>
<Version>4.16</Version>
<Comment>Version bump, add anyDependency rofi or dmenu</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2018-08-10</Date>
<Version>4.15</Version>