xfce4 addons ver. bump
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Versatile file searching tool</Summary>
|
||||
<Description>Çok yönlü dosya arama aracı </Description>
|
||||
<Archive sha1sum="d92b63d50a9391e6718ed22bbf66d53c9385347b" type="tarbz2">https://archive.xfce.org/src/apps/catfish/4.20/catfish-4.20.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="28e18c39f2489865aec7fdb10b0629f5491f1462" type="tarxz">https://archive.xfce.org/src/apps/catfish/4.20/catfish-4.20.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -64,6 +64,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2025-05-21</Date>
|
||||
<Version>4.20.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>4.20.0</Version>
|
||||
|
||||
@@ -6,16 +6,17 @@
|
||||
|
||||
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", "COPYING", "NEWS", "THANKS", "TODO")
|
||||
|
||||
|
||||
@@ -15,8 +15,9 @@
|
||||
<Description>
|
||||
Gigolo allows you to quickly connect/mount local and remote filesystems and manage bookmarks of such.
|
||||
</Description>
|
||||
<Archive sha1sum="d2ad4e0c07a937869b30647fdb49d0afa081f880" type="tarbz2">https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.4.tar.bz2</Archive>
|
||||
<Archive sha1sum="8c85498da841060834c84d3e98bf85912ae48389" type="tarxz">https://archive.xfce.org/src/apps/gigolo/0.6/gigolo-0.6.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -47,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-05-21</Date>
|
||||
<Version>0.6.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>0.5.4</Version>
|
||||
|
||||
@@ -6,17 +6,19 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add("-Wno-deprecated-declarations -Wno-incompatible-pointer-types")
|
||||
autotools.configure("--enable-gtk3 --disable-static")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README.md")
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "README.md")
|
||||
|
||||
|
||||
@@ -15,8 +15,9 @@
|
||||
<Description>
|
||||
Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad.
|
||||
</Description>
|
||||
<Archive sha1sum="b31ffd9c7ee1888c6b25d51e83d5393ba67e04f9" type="tarbz2">https://archive.xfce.org/src/apps/mousepad/0.6/mousepad-0.6.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="7a70f125b251f0187b0b80c82b125d9c2125a1da" type="tarxz">https://archive.xfce.org/src/apps/mousepad/0.6/mousepad-0.6.5.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
@@ -60,6 +61,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2025-04-03</Date>
|
||||
<Version>0.6.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2024-11-03</Date>
|
||||
<Version>0.6.3</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>A calendar for Xfce</Summary>
|
||||
<Description>Orage is a time-managing application for the Xfce desktop environment.</Description>
|
||||
<Archive sha1sum="d25807e2f7cb0b6ae4ac0e71de1fc69a94950818" type="tarbz2">https://archive.xfce.org/src/apps/orage/4.20/orage-4.20.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="a47da41e4e5280512661694fc95ae69e4a16c78b" type="tarbz2">https://archive.xfce.org/src/apps/orage/4.20/orage-4.20.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gettext</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -70,6 +70,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-04-03</Date>
|
||||
<Version>4.20.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2025-01-07</Date>
|
||||
<Version>4.20.0</Version>
|
||||
|
||||
@@ -6,26 +6,24 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
i = "--disable-dependency-tracking \
|
||||
--disable-clutter \
|
||||
--enable-wayland \
|
||||
--enable-tray-plugin \
|
||||
--enable-notify-plugin \
|
||||
--enable-mpris2-plugin \
|
||||
i = "-Dwayland=enabled \
|
||||
-Dx11=enabled \
|
||||
-Dtray-plugin=enabled \
|
||||
-Dnotify-plugin=enabled \
|
||||
-Dmpris2-plugin=enabled \
|
||||
"
|
||||
|
||||
def setup():
|
||||
autotools.configure(i)
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure(i)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "README.md", "THANKS", "TODO")
|
||||
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
<Description>
|
||||
Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. Parole is designed with simplicity, speed and resource usage in mind.
|
||||
</Description>
|
||||
<Archive sha1sum="a83b1b1e4101595dbb7c75afa14c2b6491753119" type="tarbz2">https://archive.xfce.org/src/apps/parole/4.18/parole-4.18.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="87d1421e094270897960742d31f7591f19fc3f81" type="tarxz">https://archive.xfce.org/src/apps/parole/4.20/parole-4.20.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
@@ -83,6 +84,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2025-05-21</Date>
|
||||
<Version>4.20.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>4.18.2</Version>
|
||||
|
||||
@@ -6,16 +6,17 @@
|
||||
|
||||
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")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS")
|
||||
|
||||
|
||||
@@ -15,8 +15,9 @@
|
||||
<Description>
|
||||
Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment.
|
||||
</Description>
|
||||
<Archive sha1sum="fb13900ffba7d6ba5f66d4127a285750fcc66b76" type="tarbz2">https://archive.xfce.org/src/apps/ristretto/0.13/ristretto-0.13.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="1a95a91bb7f9b847854fca02dc3cd95a1979fbc3" type="tarxz">https://archive.xfce.org/src/apps/ristretto/0.13/ristretto-0.13.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
@@ -55,6 +56,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2025-04-15</Date>
|
||||
<Version>0.13.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>0.13.3</Version>
|
||||
|
||||
@@ -4,17 +4,18 @@
|
||||
# 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, pisitools, get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
# for fix unused dependency
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS")
|
||||
|
||||
@@ -14,8 +14,9 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>Battery monitor panel plugin for Xfce4</Summary>
|
||||
<Description>A battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and *BSD.</Description>
|
||||
<Archive sha1sum="d4f34d3443253f59617199b16f40404732a491f2" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.5.tar.bz2</Archive>
|
||||
<Archive sha1sum="e0e4463c052ed57e18f538000e02b6d7a28643a8" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.2/xfce4-battery-plugin-1.2.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
@@ -42,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2023-04-19</Date>
|
||||
<Version>1.1.5</Version>
|
||||
|
||||
@@ -6,18 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS")
|
||||
|
||||
|
||||
@@ -15,12 +15,17 @@
|
||||
<Description>
|
||||
Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes.
|
||||
</Description>
|
||||
<Archive sha1sum="565dcc526f4240109458caf192d140db72f8f133" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.6.tar.bz2</Archive>
|
||||
<Archive sha1sum="f18b8f94e7d3659607ef6a194274c8135ec10215" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.7/xfce4-clipman-plugin-1.7.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libXpm-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>wayland-server</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>qrencode-devel</Dependency>
|
||||
@@ -37,6 +42,8 @@
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>qrencode</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
@@ -54,6 +61,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.7.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2024-03-07</Date>
|
||||
<Version>1.6.6</Version>
|
||||
|
||||
@@ -7,19 +7,20 @@
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("LDFLAGS", "%s -lm" % get.LDFLAGS())
|
||||
autotools.configure()
|
||||
mesontools.configure()
|
||||
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
# pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
|
||||
@@ -13,10 +13,11 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>A client program to query different dictionaries</Summary>
|
||||
<Description>xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result.</Description>
|
||||
<Archive sha1sum="4fdfa73ee418cef858d758f2b80fa01a89449199" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.8.tar.bz2</Archive>
|
||||
<Archive sha1sum="440a8fd9f2dfb53fbd880d3dde693921ac36b712" type="tarxz">https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.9.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -44,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-05-13</Date>
|
||||
<Version>0.8.9</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2024-10-02</Date>
|
||||
<Version>0.8.8</Version>
|
||||
|
||||
@@ -6,21 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# fix build failure w/ xfce4-panel-4.15.0
|
||||
#pisitools.dosed("panel-plugin/main.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
|
||||
autotools.configure()
|
||||
|
||||
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
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*")
|
||||
|
||||
|
||||
@@ -14,10 +14,11 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>A disk usage and performance panel plugin for Xfce</Summary>
|
||||
<Description>A disk usage and performance panel plugin for Xfce.</Description>
|
||||
<Archive sha1sum="91af2eeb89d09301c1316c633c83597574fdde9d" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.7/xfce4-diskperf-plugin-2.7.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="4d64b15164b7ae48adf9f4d13c01352ef73c6707" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.8/xfce4-diskperf-plugin-2.8.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -40,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>2.8.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2024-12-24</Date>
|
||||
<Version>2.7.1</Version>
|
||||
|
||||
@@ -6,18 +6,16 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS")
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS")
|
||||
|
||||
@@ -13,9 +13,10 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>A Dock-like Taskbar Plugin for XFCE.</Summary>
|
||||
<Description>A modern, docklike, minimalist taskbar for XFCE.</Description>
|
||||
<Archive sha1sum="3d6e652cbb11c5fefeaff58f476b9856b1fe6da5" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/0.4/xfce4-docklike-plugin-0.4.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="ea088c6bc569e39fc986f8b188f83b67b69aeec2" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/0.5/xfce4-docklike-plugin-0.5.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -43,6 +44,7 @@
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
<Dependency>libxfce4windowing</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -53,6 +55,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>0.5.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2024-12-24</Date>
|
||||
<Version>0.4.3</Version>
|
||||
|
||||
@@ -6,18 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
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*")
|
||||
|
||||
|
||||
@@ -15,9 +15,11 @@
|
||||
<Description>
|
||||
This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel. The string can also contain markup to displayed an image, a bar, a button and a personalized tooltip.
|
||||
</Description>
|
||||
<Archive sha1sum="c67ace99264756d1224216296413d38d0c69cf64" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.2/xfce4-genmon-plugin-4.2.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="aef8509bc551157a1e29986aba11d1667c8ce0d7" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.3/xfce4-genmon-plugin-4.3.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
@@ -29,6 +31,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
@@ -43,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>4.3.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>4.2.1</Version>
|
||||
|
||||
@@ -6,18 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
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,12 +12,15 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>A mailbox plugin for Xfce4</Summary>
|
||||
<Description>A mailbox watch/check plugin for the Xfce4 panel</Description>
|
||||
<Archive sha1sum="eeb567276d13fd8ff8eaa406c1e1bed4d9c382e8" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.3/xfce4-mailwatch-plugin-1.3.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="80c62aef7bb7ceb18417f2ba1ae1a204ca4bafb2" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.4/xfce4-mailwatch-plugin-1.4.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>exo-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
@@ -33,6 +36,8 @@
|
||||
<Dependency>exo</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>gnutls</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>libgcrypt</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
@@ -49,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2024-12-24</Date>
|
||||
<Version>1.3.2</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Icon>xfce4-mixer</Icon>
|
||||
<Summary>Xfce sound mixer application.</Summary>
|
||||
<Description>Xfce4-mixer is a volume control application for the Xfce Desktop Environment. It provides both a volume control plugin for the Xfce Panel and a standalone mixer application. It supports all audio systems supported by GStreamer project.</Description>
|
||||
<Archive sha1sum="44f628a12efb98131bcfd5515b35c62a737a717d" type="tarbz2">https://gitlab.xfce.org/apps/xfce4-mixer/-/archive/xfce4-mixer-4.18.2/xfce4-mixer-xfce4-mixer-4.18.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="a48ae386cdf3d9183f7e33bbe16eea72f8c45d35" type="tarbz2">https://gitlab.xfce.org/apps/xfce4-mixer/-/archive/xfce4-mixer-4.20.0/xfce4-mixer-xfce4-mixer-4.20.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
@@ -66,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-05-21</Date>
|
||||
<Version>4.20.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>4.18.2</Version>
|
||||
|
||||
@@ -6,22 +6,20 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# fix build failure w/ xfce4-panel-4.15.0
|
||||
pisitools.dosed("panel-plugin/devices.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
|
||||
# pisitools.dosed("panel-plugin/mount-plugin.h", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
|
||||
autotools.configure()
|
||||
|
||||
# for fix unused dependency
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
|
||||
@@ -15,8 +15,9 @@
|
||||
<Description>
|
||||
xfce4-mount-plugin is a mount/umount utility for the panel.
|
||||
</Description>
|
||||
<Archive sha1sum="29d365b8d814d81aef3518655172f6a711e73edc" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.7.tar.bz2</Archive>
|
||||
<Archive sha1sum="d9f42b111895166adc0a4d4561bae1f056c94feb" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.2/xfce4-mount-plugin-1.2.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
@@ -46,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2024-12-24</Date>
|
||||
<Version>1.1.7</Version>
|
||||
|
||||
@@ -7,26 +7,24 @@
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
i = "-Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-deprecated-declarations"
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add(i)
|
||||
autotools.configure("--libexecdir=/usr/lib \
|
||||
mesontools.configure("--libexecdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--disable-dependency-tracking \
|
||||
--host=%s \
|
||||
--disable-debug" % get.CHOST())
|
||||
-Ddebug=false")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
# pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
|
||||
@@ -13,11 +13,12 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>Notes plugin provides you a quick way you had do with Post-It's</Summary>
|
||||
<Description>The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's.</Description>
|
||||
<Archive sha1sum="0db94f1dab3698c47b54633bce0f89d9d1b33a04" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.11/xfce4-notes-plugin-1.11.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="113992e379beb82168d7b2d8742ad4b1c03c6e49" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.12/xfce4-notes-plugin-1.12.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libunique-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
@@ -55,6 +56,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.12.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2025-02-02</Date>
|
||||
<Version>1.11.2</Version>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<Description>
|
||||
With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts.
|
||||
</Description>
|
||||
<Archive sha1sum="82e6295fc84ae42598568a1b5e58b14b2f3be884" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.15.tar.bz2</Archive>
|
||||
<Archive sha1sum="837edbc4b4d7cf91a64f87fcac4d20fd280f5a53" type="tarxz">https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.1/xfce4-panel-profiles-1.1.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2025-05-21</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>1.0.15</Version>
|
||||
|
||||
@@ -4,17 +4,15 @@
|
||||
# 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, pisitools, get
|
||||
from pisi.actionsapi import autotools, pisitools, get, mesontools
|
||||
|
||||
def setup():
|
||||
autotools.configure("--enable-notifications --enable-gio-unix --disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure("-Dlibnotify=enabled")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS")
|
||||
|
||||
@@ -15,12 +15,14 @@
|
||||
<Description>
|
||||
The plugin adds a small button to the panel. Clicking on it opens a menu, which shows: 1) System folders: home directory, trash, desktop, file system 2) Removable media 3) User-defined bookmarks 4) Recent Documents
|
||||
</Description>
|
||||
<Archive sha1sum="8bc92e6f9be03c839fd9c801d7f623866eb68b84" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.4.tar.bz2</Archive>
|
||||
<Archive sha1sum="b48cd5fc1cabbc939fe1fccb156037b5be06d354" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.9/xfce4-places-plugin-1.9.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>exo-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
@@ -38,6 +40,7 @@
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
@@ -54,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.9.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2024-12-24</Date>
|
||||
<Version>1.8.4</Version>
|
||||
|
||||
@@ -1,29 +1,27 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
|
||||
# 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 mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
i = "--enable-procacpi \
|
||||
--enable-sysfsacpi \
|
||||
--enable-libsensors \
|
||||
--enable-notification \
|
||||
i = "-Dprocacpi=enabled \
|
||||
-Dsysfsacpi=enabled \
|
||||
-Dlibsensors=enabled \
|
||||
-Dlibnotify=enabled \
|
||||
"
|
||||
|
||||
def setup():
|
||||
autotools.configure(i)
|
||||
mesontools.configure(i)
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
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")
|
||||
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Sensors plugin for Xfce4 Panel</Summary>
|
||||
<Description>Reads your hardware sensor values and displays them in your panel</Description>
|
||||
<Archive sha1sum="5c6eebeef1337897ce02facf47d7705e42f25c36" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.5.tar.bz2</Archive>
|
||||
<Archive sha1sum="fb7daa43bd427186b4300196f3e10f1b427e31b6" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.5/xfce4-sensors-plugin-1.5.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>acpi</Dependency>
|
||||
<Dependency>acpid</Dependency>
|
||||
<Dependency>acpica</Dependency>
|
||||
@@ -58,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.5.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>1.4.5</Version>
|
||||
|
||||
@@ -4,19 +4,18 @@
|
||||
# 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, pisitools, get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# fix build failure w/ xfce4-panel-4.15.0
|
||||
#pisitools.dosed("src/smartbookmark.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS")
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>A plugin allows you to send requests directly to your browser to make search</Summary>
|
||||
<Description>xfce4-smartbookmark-plugin is a plugin allows you to send requests directly to your browser and perform a custom search.</Description>
|
||||
<Archive sha1sum="ae05a93c217b0885792d6ae3b8273a98379a0e6f" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="5bc48066a62d265da74f820cfce1e1351cdf1559" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.6/xfce4-smartbookmark-plugin-0.6.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
@@ -39,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<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="3">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>0.5.3</Version>
|
||||
|
||||
@@ -6,21 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# fix build failure w/ xfce4-panel-4.15.0
|
||||
#pisitools.dosed("panel-plugin/systemload.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
|
||||
autotools.configure()
|
||||
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
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*")
|
||||
|
||||
|
||||
@@ -16,10 +16,13 @@
|
||||
<Description>
|
||||
Xfce4-systemload-plugin is a plugin which displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce panel.
|
||||
</Description>
|
||||
<Archive sha1sum="77b4684c38414e7e77f5d428770f73afa598d079" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="c3774f943817e219e4737e37d43ce38b21a6f861" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.4/xfce4-systemload-plugin-1.4.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>upower-devel</Dependency>
|
||||
<Dependency>libgtop-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -31,6 +34,8 @@
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>upower</Dependency>
|
||||
<Dependency>libgtop</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
@@ -44,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>1.3.3</Version>
|
||||
|
||||
@@ -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>service</IsA>
|
||||
<Summary>Easy to use task manager</Summary>
|
||||
<Description>Kullanımı kolay görev yöneticisi </Description>
|
||||
<Archive sha1sum="6a24fc2a9c527a6b76c02e52832b11cfcc9ae00b" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-taskmanager/1.5/xfce4-taskmanager-1.5.8.tar.bz2</Archive>
|
||||
<Archive sha1sum="11810e58b1e20547e560883b7ffa14233b6cbc68" type="tarxz">https://archive.xfce.org/src/apps/xfce4-taskmanager/1.6/xfce4-taskmanager-1.6.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
@@ -21,6 +22,9 @@
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libXmu-devel</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>xfce4-dev-tools</Dependency>
|
||||
<Dependency>libwnck3-devel</Dependency>
|
||||
<Dependency>libxfce4util-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
@@ -41,6 +45,8 @@
|
||||
<Dependency>libXmu</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>libwnck3</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -52,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2025-05-21</Date>
|
||||
<Version>1.6.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>1.5.8</Version>
|
||||
|
||||
@@ -6,18 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O2,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS")
|
||||
|
||||
|
||||
@@ -13,9 +13,11 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>A module allows to take periodical breaks from the computer</Summary>
|
||||
<Description>This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time.</Description>
|
||||
<Archive sha1sum="be1fcfebbec1e2fc54ac83f83a9caaaa0c52d762" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.4.tar.bz2</Archive>
|
||||
<Archive sha1sum="465124673fbae4ef0c84f99862102bafec2f1ef6" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.2/xfce4-time-out-plugin-1.2.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -27,6 +29,7 @@
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
@@ -41,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>1.1.4</Version>
|
||||
|
||||
@@ -6,16 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
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*")
|
||||
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
<Description>
|
||||
With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc.
|
||||
</Description>
|
||||
<Archive sha1sum="063a7af6dcb9d049bb8cc790b0c0cc48919e526d" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="ec347195c9288976ab1044b1a75721ec95c68848" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.8/xfce4-timer-plugin-1.8.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency versionFrom="4.19.0">libxfce4ui-devel</Dependency>
|
||||
<Dependency versionFrom="4.19.1">xfce4-panel-devel</Dependency>
|
||||
@@ -47,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.8.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>1.7.3</Version>
|
||||
|
||||
@@ -6,18 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "THANKS")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "THANKS")
|
||||
|
||||
|
||||
@@ -13,14 +13,15 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Command line for Xfce panel.</Summary>
|
||||
<Description>The Verve panel plugin is a comfortable command line plugin for the Xfce panel.</Description>
|
||||
<Archive sha1sum="ab1555cb3e338edc67901bf9965694496f867800" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.4.tar.bz2</Archive>
|
||||
<Archive sha1sum="32606b8b966af91f8cbc9578ef89343e94258921" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.1/xfce4-verve-plugin-2.1.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>exo-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -33,7 +34,7 @@
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
@@ -47,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>2.1.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>2.0.4</Version>
|
||||
|
||||
@@ -6,16 +6,17 @@
|
||||
|
||||
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", "THANKS", "ChangeLog", "COPYING", "README")
|
||||
pisitools.dodoc("AUTHORS", "THANKS", "COPYING", "README")
|
||||
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>Fork of xfce4-volumed with support for PulseAudio</Summary>
|
||||
<Description>Basic daemon enabling the XF86 Volume keys and supporting synchronous volume notifications.</Description>
|
||||
<Archive sha1sum="545dcb1bf3848d65cf7d2b34eb3970618ae81c82" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.5.tar.bz2</Archive>
|
||||
<Archive sha1sum="5de096bf4ac1e5202df0775208db69b3c65f2a1a" type="tarxz">https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.3/xfce4-volumed-pulse-0.3.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
@@ -45,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-05-21</Date>
|
||||
<Version>0.3.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>0.2.5</Version>
|
||||
|
||||
@@ -5,18 +5,17 @@
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "THANKS")
|
||||
|
||||
@@ -15,8 +15,9 @@
|
||||
<Description>
|
||||
xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use.
|
||||
</Description>
|
||||
<Archive sha1sum="31676bed0eb715ca8ccb960b2922d694006e5df3" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.4.tar.bz2</Archive>
|
||||
<Archive sha1sum="3d0bdff5c210f8d42b18640230f4e8c37514bde1" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.7/xfce4-wavelan-plugin-0.7.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
@@ -46,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>0.7.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>0.6.4</Version>
|
||||
|
||||
@@ -6,18 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
|
||||
|
||||
|
||||
@@ -15,14 +15,15 @@
|
||||
<Description>
|
||||
Originally written by Bob Schlärmann, this panel plugin shows information about your local weather in the panel, using forecast data provided by met.no.
|
||||
</Description>
|
||||
<Archive sha1sum="c24489950521e7b3275eabe5311d0f90fbfedbcc" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.11/xfce4-weather-plugin-0.11.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="5eeecfa70dc20f486b922dd0a4ca1f17abb4b9ea" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.12/xfce4-weather-plugin-0.12.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>upower-devel</Dependency>
|
||||
<Dependency>json-c-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libsoup3-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -42,7 +43,7 @@
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>json-c</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libsoup</Dependency>
|
||||
<Dependency>libsoup3</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
@@ -57,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>0.12.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2024-11-06</Date>
|
||||
<Version>0.11.3</Version>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -6,16 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README*")
|
||||
|
||||
|
||||
@@ -15,14 +15,16 @@
|
||||
<Description>
|
||||
A plugin for the Xfce4 panel displaying keyboard layout. The plugin may be used as an indicator for the current layout and to switch layouts.
|
||||
</Description>
|
||||
<Archive sha1sum="f84c59bf22098877172670032b229b1bd5833ade" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/xfce4-xkb-plugin-0.8.5.tar.bz2</Archive>
|
||||
<Archive sha1sum="76d9f9e78da97baa201e71218434bd919b082852" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.9/xfce4-xkb-plugin-0.9.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>garcon-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>librsvg-devel</Dependency>
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
<Dependency>libwnck3-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
@@ -44,7 +46,9 @@
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>garcon</Dependency>
|
||||
<Dependency>librsvg</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>harfbuzz</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>libwnck3</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
@@ -61,6 +65,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>0.9.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2024-12-30</Date>
|
||||
<Version>0.8.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user