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

mpd, dunst.
This commit is contained in:
Kamil ATLI
2021-12-03 15:34:42 +03:00
committed by GitHub
3 changed files with 22 additions and 11 deletions
+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="79c67744770467cebc95478401c72d503beb823e" type="targz">
https://github.com/dunst-project/dunst/archive/refs/tags/v1.7.1.tar.gz
<Archive sha1sum="c1420820c89e3a3a4d2f94549138e1d3793d415b" type="targz">
https://github.com/dunst-project/dunst/archive/refs/tags/v1.7.2.tar.gz
</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-12-02</Date>
<Version>1.7.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-11-02</Date>
<Version>1.7.1</Version>
-1
View File
@@ -8,7 +8,6 @@ from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup():
# pisitools.dosed("doc/meson.build", "sphinx-build", "sphinx-build3")
pisitools.ldflags.add("-lbsd")
pisitools.cxxflags.add("-lbsd")
mesontools.configure("-Ddocumentation=enabled -Dfifo=false \
+13 -8
View File
@@ -15,8 +15,8 @@
<Description>
Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.
</Description>
<Archive sha1sum="2f68581767707a4d4cafdb433a199f5420f7b4db" type="tarxz">
https://musicpd.org/download/mpd/0.23/mpd-0.23.4.tar.xz
<Archive sha1sum="65e75a3c53e08501b0a9f27bbd2b345fc3424e4d" type="tarxz">
https://musicpd.org/download/mpd/0.23/mpd-0.23.5.tar.xz
</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
@@ -52,6 +52,7 @@
<Dependency>twolame-devel</Dependency>
<Dependency>wavpack-devel</Dependency>
<Dependency>zziplib-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libshout-devel</Dependency>
<Dependency>liburing-devel</Dependency>
@@ -62,6 +63,7 @@
<Dependency>libid3tag-devel</Dependency>
<Dependency>libmikmod-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
<Dependency>fluidsynth-devel</Dependency>
<Dependency>libmodplug-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
@@ -82,14 +84,9 @@
<Dependency>python3-snowballstemmer</Dependency>
<Dependency>python3-sphinx-alabaster-theme</Dependency>
<Dependency>python3-sphinxcontrib-websupport</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">gcc_pure_fix.patch</Patch>
<Patch level="1">add_missing_include.patch</Patch>
<Patch level="1">FmtError_instead_of_FormatErrno.patch</Patch>
<Patch level="1">add_StoragePlugin_prefix.patch</Patch> -->
<!-- <Patch level="1">missing.patch</Patch> -->
</Patches>
</Source>
@@ -126,6 +123,7 @@
<Dependency>twolame</Dependency>
<Dependency>wavpack</Dependency>
<Dependency>zziplib</Dependency>
<Dependency>libpcre2</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>libshout</Dependency>
<Dependency>liburing</Dependency>
@@ -168,6 +166,13 @@
</Package>
<History>
<Update release="11">
<Date>2021-12-02</Date>
<Version>0.23.5</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="10">
<Date>2021-11-23</Date>
<Version>0.23.4</Version>