This commit is contained in:
4fury-c3440d8
2021-11-27 09:13:00 +03:00
parent 0e1e1f11c8
commit 71a108aef5
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README.md", "INSTALL.md", "AUTHORS", "Changelog")
pisitools.dodoc("AUTHORS", "Changelog")
+9 -3
View File
@@ -12,8 +12,8 @@
<IsA>app</IsA>
<Summary>rofi</Summary>
<Description>A window switcher, application launcher and dmenu replacement.</Description>
<Archive sha1sum="5f9a18df731e9a9970786ae73ac077b10bf4e216" type="tarxz">
https://github.com/davatorium/rofi/releases/download/1.7.0/rofi-1.7.0.tar.xz
<Archive sha1sum="bb34a8401683b9e99ad813265b8158d31a0c2af8" type="tarxz">
https://github.com/davatorium/rofi/releases/download/1.7.1/rofi-1.7.1.tar.xz
</Archive>
<BuildDependencies>
<Dependency>pango-devel</Dependency>
@@ -52,7 +52,6 @@
<Dependency>startup-notification</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>
@@ -72,6 +71,13 @@
</Package>
<History>
<Update release="8">
<Date>2021-11-27</Date>
<Version>1.7.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2021-09-15</Date>
<Version>1.7.0</Version>