skrooge ver. bump

This commit is contained in:
Rmys
2025-04-25 10:08:13 +03:00
parent d426a6b93b
commit 0cfe5b33c0
3 changed files with 23 additions and 7 deletions
@@ -6,18 +6,19 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
autotools.configure()
mesontools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
# pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
@@ -16,8 +16,9 @@
<Description>
Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output volume of the PulseAudio mixer
</Description>
<Archive sha1sum="ac0b35b04fe732a26c66236ac463ef0a620def77" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.4/xfce4-pulseaudio-plugin-0.4.8.tar.bz2</Archive>
<Archive sha1sum="aae6418cb502ac571bed6fd52c5d7183a6bb475f" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.5/xfce4-pulseaudio-plugin-0.5.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -61,6 +62,13 @@
</Package>
<History>
<Update release="7">
<Date>2025-04-25</Date>
<Version>0.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2023-10-01</Date>
<Version>0.4.8</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>Personal finances manager</Summary>
<Description>Skrooge allows you to manage your personal finances, powered by KDE. Thanks to its many features, it is one of the most powerful way to enter, follow, and analyze your expenses.</Description>
<Archive sha1sum="def589e112dcbd0b10398845bc411fc754ee3d54" type="tarxz">mirrors://kde/stable/skrooge/skrooge-25.1.0.tar.xz</Archive>
<Archive sha1sum="327d997219f1ce454800bb2596eac1aee20e70cc" type="tarxz">mirrors://kde/stable/skrooge/skrooge-25.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt6-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
@@ -124,6 +124,13 @@
</Package>
<History>
<Update release="30">
<Date>2025-04-25</Date>
<Version>25.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="29">
<Date>2025-01-11</Date>
<Version>25.1.0</Version>