diff --git a/util/dock/plank/actions.py b/util/dock/plank/actions.py index 5d30b3e5ee..6752c61bcd 100644 --- a/util/dock/plank/actions.py +++ b/util/dock/plank/actions.py @@ -4,16 +4,23 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import shelltools, autotools, pisitools, get +from pisi.actionsapi import mesontools, pisitools + +i = ''.join([ + ' --prefix=/usr', + ' -Denable-apport=false', + ' -Denable-dbusmenu=yes', + ' -Dproduction_release=true', + ' -Denable-docs=false ' + ]) def setup(): - shelltools.system("NOCONFIGURE=1 ./autogen.sh") - autotools.configure("--prefix=/usr --disable-{apport,docs,static}") + mesontools.configure(i) def build(): - autotools.make() + mesontools.build() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install() - pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LGPL2.1", "COPYRIGHT") + pisitools.dodoc("AUTHORS", "COPYING", "COPYRIGHT") diff --git a/util/dock/plank/pspec.xml b/util/dock/plank/pspec.xml index a0e2b709b6..e1e1f62822 100644 --- a/util/dock/plank/pspec.xml +++ b/util/dock/plank/pspec.xml @@ -13,8 +13,9 @@ app Plank reloaded. Still stupidly simple. A simplest dock. Also it is library which can be extended to create other dock programs with more advanced features. - https://github.com/zquestz/plank-reloaded/archive/0.11.100/plank-reloaded-0.11.100.tar.gz + https://github.com/zquestz/plank-reloaded/archive/0.11.118/plank-reloaded-0.11.118.tar.gz + meson atk-devel bamf-devel vala-devel @@ -34,6 +35,7 @@ gdk-pixbuf-devel gnome-menus-devel libdbusmenu-devel + desktop-file-utils gobject-introspection-devel @@ -89,6 +91,12 @@ + + 2025-04-05 + 0.11.118 + Kamil Atlı + suvari@pisilinux.org + 2025-02-06 0.11.100