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 #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright 2018 TUBITAK/UEKAE # Licensed under the GNU General Public License, version 3.
# Licensed under the GNU General Public License, version 2. # See the file https://www.gnu.org/licenses/gpl-3.0.txt
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools from pisi.actionsapi import shelltools, autotools, pisitools, get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup(): def setup():
#shelltools.system("NOCONFIGURE=1 ./autogen.sh") shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.autoreconf("-fi") autotools.configure("--prefix=/usr --disable-{apport,docs,static}")
autotools.configure("--with-systemduserunitdir=none \
--disable-apport")
def build(): def build():
autotools.make() autotools.make()
@@ -22,4 +16,4 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) 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> <PISI>
<Source> <Source>
<Name>plank</Name> <Name>plank</Name>
<Homepage>https://launchpad.net/plank</Homepage> <Homepage>https://github.com/zquestz/plank-reloaded</Homepage>
<Packager> <Packager>
<Name>Pisi Linux Admins</Name> <Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
@@ -11,9 +11,9 @@
<License>GPLv3</License> <License>GPLv3</License>
<Icon>plank</Icon> <Icon>plank</Icon>
<IsA>app</IsA> <IsA>app</IsA>
<Summary>An elementary fork of Plank, the stupidly-simple dock.</Summary> <Summary>Plank reloaded. Still stupidly simple.</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> <Description>A simplest dock. Also it is 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> <Archive sha1sum="e0120779245eef410e2f361a8b27ca39bb7842ca" type="targz">https://github.com/zquestz/plank-reloaded/archive/0.11.100/plank-reloaded-0.11.100.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>atk-devel</Dependency> <Dependency>atk-devel</Dependency>
<Dependency>bamf-devel</Dependency> <Dependency>bamf-devel</Dependency>
@@ -36,11 +36,9 @@
<Dependency>libdbusmenu-devel</Dependency> <Dependency>libdbusmenu-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency> <Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<!--
<Patches> <Patches>
<Patch>plank.patch</Patch> <!-- <Patch level="1"></Patch> -->
</Patches> </Patches>
-->
</Source> </Source>
<Package> <Package>
@@ -66,17 +64,8 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/plank</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/libplank*.so*</Path> <Path fileType="data">/usr/share</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>
</Files> </Files>
</Package> </Package>
@@ -84,21 +73,29 @@
<Name>plank-devel</Name> <Name>plank-devel</Name>
<Summary>Development files for plank</Summary> <Summary>Development files for plank</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">plank</Dependency>
<Dependency>bamf-devel</Dependency> <Dependency>bamf-devel</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>
<Dependency>cairo-devel</Dependency> <Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>libgee-devel</Dependency> <Dependency>libgee-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency> <Dependency>gdk-pixbuf-devel</Dependency>
<Dependency release="current">plank</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <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> </Files>
</Package> </Package>
<History> <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"> <Update release="3">
<Date>2024-04-17</Date> <Date>2024-04-17</Date>
<Version>20240421</Version> <Version>20240421</Version>