dunst-1.8.1

This commit is contained in:
4fury-c3440d8
2022-04-16 02:16:47 +03:00
parent 17679cb0f1
commit 528d5a925b
2 changed files with 13 additions and 6 deletions
+4 -4
View File
@@ -7,10 +7,10 @@
from pisi.actionsapi import autotools, pisitools, get
j = ''.join([
' PREFIX=/usr ',
' SYSCONFDIR=/etc ',
' SYSTEMD=0 ',
' WAYLAND=0 ',
' PREFIX=/usr',
' SYSCONFDIR=/etc',
' SYSTEMD=0',
' WAYLAND=0',
' SERVICEDIR_DBUS=/usr/share/dbus-1/services '
])
+9 -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. Its very customizable, isnt dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection.</Description>
<Archive sha1sum="69b1e9a753450bda0bf0090726412b9b543eeaf2" type="targz">
https://github.com/dunst-project/dunst/archive/refs/tags/v1.7.3.tar.gz
<Archive sha1sum="6ce8f2c766a47268e62899a082a006313b165bb2" type="targz">
https://github.com/dunst-project/dunst/archive/refs/tags/v1.8.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="5">
<Date>2022-04-14</Date>
<Version>1.8.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2021-12-11</Date>
<Version>1.7.3</Version>