Merge pull request #9854 from 4fury-c3440d8/no

lf, dunst
This commit is contained in:
Kamil ATLI
2021-11-02 10:03:48 +03:00
committed by GitHub
3 changed files with 22 additions and 4 deletions
+2
View File
@@ -8,7 +8,9 @@ from pisi.actionsapi import autotools, pisitools, get
j = ''.join([ j = ''.join([
' PREFIX=/usr ', ' PREFIX=/usr ',
' SYSCONFDIR=/etc ',
' SYSTEMD=0 ', ' SYSTEMD=0 ',
' WAYLAND=0 ',
' SERVICEDIR_DBUS=/usr/share/dbus-1/services ' ' SERVICEDIR_DBUS=/usr/share/dbus-1/services '
]) ])
+11 -2
View File
@@ -13,8 +13,8 @@
<PartOf>desktop.misc</PartOf> <PartOf>desktop.misc</PartOf>
<Summary>Lightweight and customizable notification daemon.</Summary> <Summary>Lightweight and customizable notification daemon.</Summary>
<Description>Dunst is a lightweight replacement for the notification daemons provided by most desktop environments. It’s very customizable, isn’t dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection.</Description> <Description>Dunst is a lightweight replacement for the notification daemons provided by most desktop environments. It’s very customizable, isn’t dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection.</Description>
<Archive sha1sum="2ad229080f3e20cad8b80a7162651c54223bd86b" type="targz"> <Archive sha1sum="79c67744770467cebc95478401c72d503beb823e" type="targz">
https://github.com/dunst-project/dunst/archive/refs/tags/v1.6.1.tar.gz https://github.com/dunst-project/dunst/archive/refs/tags/v1.7.1.tar.gz
</Archive> </Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>dbus-devel</Dependency> <Dependency>dbus-devel</Dependency>
@@ -27,6 +27,7 @@
<Dependency>libXinerama-devel</Dependency> <Dependency>libXinerama-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency> <Dependency>libXScrnSaver-devel</Dependency>
<Dependency>wayland-devel</Dependency> <Dependency>wayland-devel</Dependency>
<Dependency>wayland-cursor</Dependency>
<Dependency>wayland-client</Dependency> <Dependency>wayland-client</Dependency>
<Dependency>wayland-protocols-devel</Dependency> <Dependency>wayland-protocols-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -46,6 +47,7 @@
<Dependency>gdk-pixbuf</Dependency> <Dependency>gdk-pixbuf</Dependency>
<Dependency>libXinerama</Dependency> <Dependency>libXinerama</Dependency>
<Dependency>libXScrnSaver</Dependency> <Dependency>libXScrnSaver</Dependency>
<Dependency>wayland-cursor</Dependency>
<Dependency>wayland-client</Dependency> <Dependency>wayland-client</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
@@ -58,6 +60,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2021-11-02</Date>
<Version>1.7.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2021-10-13</Date> <Date>2021-10-13</Date>
<Version>1.6.1</Version> <Version>1.6.1</Version>
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>util.misc</PartOf> <PartOf>util.misc</PartOf>
<Summary>Terminal file manager.</Summary> <Summary>Terminal file manager.</Summary>
<Description>lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features.</Description> <Description>lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features.</Description>
<Archive sha1sum="56f1f1951772f7133971c45a614a4b92b6ee036a" type="targz"> <Archive sha1sum="765d10ad56226e3c064ef0b260af068dc1897e2e" type="targz">
https://github.com/gokcehan/lf/archive/refs/tags/r25.tar.gz https://github.com/gokcehan/lf/archive/refs/tags/r26.tar.gz
</Archive> </Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>golang</Dependency> <Dependency>golang</Dependency>
@@ -35,6 +35,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2021-11-01</Date>
<Version>26</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2021-10-13</Date> <Date>2021-10-13</Date>
<Version>25</Version> <Version>25</Version>