plank switched to plank-reloaded: update to 0.11.100

This commit is contained in:
uglyside
2025-02-06 14:16:26 +03:00
parent bef7283ccd
commit 49da869cad
2 changed files with 23 additions and 32 deletions
+6 -12
View File
@@ -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")
+17 -20
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>plank</Name>
<Homepage>https://launchpad.net/plank</Homepage>
<Homepage>https://github.com/zquestz/plank-reloaded</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
@@ -11,9 +11,9 @@
<License>GPLv3</License>
<Icon>plank</Icon>
<IsA>app</IsA>
<Summary>An elementary fork of Plank, the stupidly-simple dock.</Summary>
<Description>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.</Description>
<Archive sha1sum="d195d1e3bb87c608f6051115f27b74257ff5ef06" type="zip">https://github.com/ricotz/plank/archive/refs/heads/master.zip</Archive>
<Summary>Plank reloaded. Still stupidly simple.</Summary>
<Description>A simplest dock. Also it is library which can be extended to create other dock programs with more advanced features.</Description>
<Archive sha1sum="e0120779245eef410e2f361a8b27ca39bb7842ca" type="targz">https://github.com/zquestz/plank-reloaded/archive/0.11.100/plank-reloaded-0.11.100.tar.gz</Archive>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>bamf-devel</Dependency>
@@ -36,11 +36,9 @@
<Dependency>libdbusmenu-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>plank.patch</Patch>
<!-- <Patch level="1"></Patch> -->
</Patches>
-->
</Source>
<Package>
@@ -66,17 +64,8 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/plank</Path>
<Path fileType="library">/usr/lib/libplank*.so*</Path>
<Path fileType="data">/usr/share/plank</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
@@ -84,21 +73,29 @@
<Name>plank-devel</Name>
<Summary>Development files for plank</Summary>
<RuntimeDependencies>
<Dependency release="current">plank</Dependency>
<Dependency>bamf-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libgee-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency release="current">plank</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/vala</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2025-02-06</Date>
<Version>0.11.100</Version>
<Comment>Switched to Josh Ellithorpe fork.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2024-04-17</Date>
<Version>20240421</Version>