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([
' PREFIX=/usr ',
' SYSCONFDIR=/etc ',
' SYSTEMD=0 ',
' WAYLAND=0 ',
' SERVICEDIR_DBUS=/usr/share/dbus-1/services '
])
+11 -2
View File
@@ -13,8 +13,8 @@
<PartOf>desktop.misc</PartOf>
<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>
<Archive sha1sum="2ad229080f3e20cad8b80a7162651c54223bd86b" type="targz">
https://github.com/dunst-project/dunst/archive/refs/tags/v1.6.1.tar.gz
<Archive sha1sum="79c67744770467cebc95478401c72d503beb823e" type="targz">
https://github.com/dunst-project/dunst/archive/refs/tags/v1.7.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
@@ -27,6 +27,7 @@
<Dependency>libXinerama-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-cursor</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
</BuildDependencies>
@@ -46,6 +47,7 @@
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libXinerama</Dependency>
<Dependency>libXScrnSaver</Dependency>
<Dependency>wayland-cursor</Dependency>
<Dependency>wayland-client</Dependency>
</RuntimeDependencies>
<Files>
@@ -58,6 +60,13 @@
</Package>
<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">
<Date>2021-10-13</Date>
<Version>1.6.1</Version>