xfce4 addons ver. bump

This commit is contained in:
Rmys
2025-05-21 16:12:54 +03:00
parent e6ec8fb42b
commit c88b7054c8
56 changed files with 445 additions and 197 deletions
@@ -1,20 +1,21 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# 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 mesontools
from pisi.actionsapi import get
def setup():
autotools.configure()
mesontools.configure()
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*")
@@ -12,8 +12,9 @@
<IsA>app</IsA>
<Summary>Xfce panel plugin for displaying window title and buttons</Summary>
<Description>Pencere başlığını ve düğmeleri görüntülemek için Xfce panel eklentisi</Description>
<Archive sha1sum="4f1bf8e4ce67e805fa617242d9971c31f46773ac" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-windowck-plugin/0.5/xfce4-windowck-plugin-0.5.2.tar.bz2</Archive>
<Archive sha1sum="8b35ef4aea0bd675be331fe6780381e362cc7eba" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-windowck-plugin/0.6/xfce4-windowck-plugin-0.6.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -63,6 +64,13 @@
</Package>
<History>
<Update release="2">
<Date>2025-05-20</Date>
<Version>0.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2024-12-30</Date>
<Version>0.5.2</Version>