From 49da869cadfe24efa74b3dce94e5582c6f83d8c3 Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 6 Feb 2025 14:16:26 +0300 Subject: [PATCH] plank switched to plank-reloaded: update to 0.11.100 --- util/dock/plank/actions.py | 18 ++++++------------ util/dock/plank/pspec.xml | 37 +++++++++++++++++-------------------- 2 files changed, 23 insertions(+), 32 deletions(-) diff --git a/util/dock/plank/actions.py b/util/dock/plank/actions.py index 32d33085da..5d30b3e5ee 100644 --- a/util/dock/plank/actions.py +++ b/util/dock/plank/actions.py @@ -1,20 +1,14 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright 2018 TUBITAK/UEKAE -# Licensed under the GNU General Public License, version 2. -# See the file http://www.gnu.org/copyleft/gpl.txt. +# 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 autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get +from pisi.actionsapi import shelltools, autotools, pisitools, get def setup(): - #shelltools.system("NOCONFIGURE=1 ./autogen.sh") - autotools.autoreconf("-fi") - autotools.configure("--with-systemduserunitdir=none \ - --disable-apport") + shelltools.system("NOCONFIGURE=1 ./autogen.sh") + autotools.configure("--prefix=/usr --disable-{apport,docs,static}") def build(): autotools.make() @@ -22,4 +16,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README") + pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LGPL2.1", "COPYRIGHT") diff --git a/util/dock/plank/pspec.xml b/util/dock/plank/pspec.xml index 74d022d41b..a0e2b709b6 100644 --- a/util/dock/plank/pspec.xml +++ b/util/dock/plank/pspec.xml @@ -3,7 +3,7 @@ plank - https://launchpad.net/plank + https://github.com/zquestz/plank-reloaded Pisi Linux Admins admin@pisilinux.org @@ -11,9 +11,9 @@ GPLv3 plank app - An elementary fork of Plank, the stupidly-simple dock. - Plank is meant to be the simplest dock on the planet. The goal is to provide just what a dock needs and absolutely nothing more. It is, however, a library which can be extended to create other dock programs with more advanced features. - https://github.com/ricotz/plank/archive/refs/heads/master.zip + 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 atk-devel bamf-devel @@ -36,11 +36,9 @@ libdbusmenu-devel gobject-introspection-devel - - --> @@ -66,17 +64,8 @@ /usr/bin - /usr/lib/plank - /usr/lib/libplank*.so* - /usr/share/plank - /usr/share/vala - /usr/share/applications - /usr/share/glib-2.0/schemas - /usr/share/locale - /usr/share/man - /usr/share/metainfo - /usr/share/icons - /usr/share/doc + /usr/lib + /usr/share @@ -84,21 +73,29 @@ plank-devel Development files for plank - plank bamf-devel gtk3-devel cairo-devel glib2-devel libgee-devel gdk-pixbuf-devel + plank /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig + /usr/share/vala + + 2025-02-06 + 0.11.100 + Switched to Josh Ellithorpe fork. + Kamil Atlı + suvari@pisilinux.org + 2024-04-17 20240421