xfce4-windowck-plugin new package

This commit is contained in:
Rmys
2024-12-30 15:05:06 +03:00
parent 7019fcc169
commit 860fe22f5a
7 changed files with 510 additions and 41 deletions
@@ -0,0 +1,20 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
@@ -0,0 +1,74 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-windowck-plugin</Name>
<Homepage>https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<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>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>harfbuzz-devel</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>xfce4-dev-tools</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>xfce4-windowck-plugin.patch</Patch>
<Patch level="1">xfce4-windowck-plugin.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>xfce4-windowck-plugin</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>zlib</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-12-30</Date>
<Version>0.5.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-windowck-plugin</Name>
<Summary xml:lang="tr">Xfce panel plugin for displaying window title and buttons</Summary>
<Description xml:lang="tr">Pencere başlığını ve düğmeleri görüntülemek için Xfce panel eklentisi</Description>
</Source>
</PISI>
+406 -39
View File
@@ -49080,7 +49080,7 @@ Gnome session.</Summary>
<Summary xml:lang="tr">Panel için not eklenti</Summary>
<Description xml:lang="en">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&apos;s.</Description>
<Description xml:lang="tr">xfce4-notes-plugin panelde kullanabileceğiniz Post-itlerle yapabileceğiniz herşeyi yapmanıza imkan sağlayan bir eklentidir.</Description>
<Archive type="tarbz2" sha1sum="2e57ce637578a122464a59373aa56d5a1a41269d" name="xfce4-notes-plugin-1.11.0.tar.bz2">https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.11/xfce4-notes-plugin-1.11.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="c74b23f1ad2141874e32aecbae95bcf1bcb27f5f" name="xfce4-notes-plugin-1.11.1.tar.bz2">https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.11/xfce4-notes-plugin-1.11.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -49091,6 +49091,7 @@ Gnome session.</Summary>
<Dependency>vala-devel</Dependency>
<Dependency>xfce4-dev-tools</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>gtksourceview4-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/xfce/addon/xfce4-notes-plugin/pspec.xml</SourceURI>
</Source>
@@ -49108,6 +49109,7 @@ Gnome session.</Summary>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>gtksourceview4</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -49119,6 +49121,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="5">
<Date>2024-12-29</Date>
<Version>1.11.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2024-01-14</Date>
<Version>1.11.0</Version>
@@ -49775,7 +49784,7 @@ Gnome session.</Summary>
<Summary xml:lang="tr">Klavye yerleşimini değiştirmek için Xfce4 panel eklentisi</Summary>
<Description xml:lang="en">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>
<Description xml:lang="tr">xfce4-xkb-plugin ile Xfce4 panelinden klavye yerleşimini bir iki tıklamayla değiştirebilir, uygulama veya pencere içinde de farklı klavye yerleşimi kullanabilirsiniz. Ayrıca klavye geçiş kısayollarını destekler.</Description>
<Archive type="tarbz2" sha1sum="d6ff52ece9416122192ecb89147f4637541bd92a" name="xfce4-xkb-plugin-0.8.3.tar.bz2">https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/xfce4-xkb-plugin-0.8.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="f84c59bf22098877172670032b229b1bd5833ade" name="xfce4-xkb-plugin-0.8.5.tar.bz2">https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/xfce4-xkb-plugin-0.8.5.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -49817,6 +49826,20 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="9">
<Date>2024-12-30</Date>
<Version>0.8.5</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2024-12-29</Date>
<Version>0.8.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2022-07-14</Date>
<Version>0.8.3</Version>
@@ -51606,6 +51629,74 @@ Gnome session.</Summary>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>xfce4-windowck-plugin</Name>
<Homepage>https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary xml:lang="en">Xfce panel plugin for displaying window title and buttons</Summary>
<Summary xml:lang="tr">Xfce panel plugin for displaying window title and buttons</Summary>
<Description xml:lang="en">Pencere başlığını ve düğmeleri görüntülemek için Xfce panel eklentisi</Description>
<Description xml:lang="tr">Pencere başlığını ve düğmeleri görüntülemek için Xfce panel eklentisi</Description>
<Archive type="tarbz2" sha1sum="4f1bf8e4ce67e805fa617242d9971c31f46773ac" name="xfce4-windowck-plugin-0.5.2.tar.bz2">https://archive.xfce.org/src/panel-plugins/xfce4-windowck-plugin/0.5/xfce4-windowck-plugin-0.5.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>harfbuzz-devel</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>xfce4-dev-tools</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/xfce/addon/xfce4-windowck-plugin/pspec.xml</SourceURI>
</Source>
<Package>
<Name>xfce4-windowck-plugin</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>zlib</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-12-30</Date>
<Version>0.5.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>thunarx-python</Name>
@@ -55203,6 +55294,7 @@ Gnome session.</Summary>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>labwc</Dependency>
<Dependency>libSM</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libICE</Dependency>
@@ -56302,6 +56394,13 @@ Gnome session.</Summary>
</AdditionalFiles>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -56477,6 +56576,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="7">
<Date>2024-12-28</Date>
<Version>2.9.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2024-11-05</Date>
<Version>2.9.0</Version>
@@ -56563,6 +56669,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.10.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.10.0</Version>
@@ -56736,6 +56849,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="18">
<Date>2024-12-28</Date>
<Version>0.16.5</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="17">
<Date>2024-11-04</Date>
<Version>0.16.5</Version>
@@ -56967,6 +57087,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="17">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="16">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -57196,13 +57323,20 @@ Gnome session.</Summary>
<Name>lxqt-panel-devel</Name>
<Summary xml:lang="en">Development headers for lxqt-panel</Summary>
<RuntimeDependencies>
<Dependency release="25">lxqt-panel</Dependency>
<Dependency release="26">lxqt-panel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="26">
<Date>2024-12-28</Date>
<Version>2.1.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="25">
<Date>2024-12-02</Date>
<Version>2.1.3</Version>
@@ -57428,7 +57562,7 @@ Gnome session.</Summary>
<Name>lxqt-wallet-devel</Name>
<RuntimeDependencies>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency release="13">lxqt-wallet</Dependency>
<Dependency release="14">lxqt-wallet</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/lxqt</Path>
@@ -57436,6 +57570,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="14">
<Date>2024-12-28</Date>
<Version>4.0.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="13">
<Date>2024-11-02</Date>
<Version>4.0.2</Version>
@@ -57583,7 +57724,7 @@ Gnome session.</Summary>
<Name>liblxqt-devel</Name>
<Summary xml:lang="en">Development headers for liblxqt</Summary>
<RuntimeDependencies>
<Dependency release="19">liblxqt</Dependency>
<Dependency release="20">liblxqt</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>libqtxdg-devel</Dependency>
</RuntimeDependencies>
@@ -57593,6 +57734,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="20">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="19">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -57778,6 +57926,13 @@ Gnome session.</Summary>
</AdditionalFiles>
</Package>
<History>
<Update release="16">
<Date>2024-12-28</Date>
<Version>1.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="15">
<Date>2024-11-05</Date>
<Version>1.1.0</Version>
@@ -57955,6 +58110,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="20">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="19">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -58122,6 +58284,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="29">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="28">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -58365,6 +58534,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -58530,7 +58706,7 @@ Gnome session.</Summary>
<Name>libdbusmenu-lxqt-devel</Name>
<Summary xml:lang="en">Development files for libdbusmenu-lxqt</Summary>
<RuntimeDependencies>
<Dependency release="2">libdbusmenu-lxqt</Dependency>
<Dependency release="3">libdbusmenu-lxqt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -58539,6 +58715,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-12-28</Date>
<Version>0.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2024-11-05</Date>
<Version>0.2.0</Version>
@@ -58598,6 +58781,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="8">
<Date>2024-12-28</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-11-05</Date>
<Version>1.1.0</Version>
@@ -58713,6 +58903,13 @@ Gnome session.</Summary>
</AdditionalFiles>
</Package>
<History>
<Update release="23">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="22">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -58919,6 +59116,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="21">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="20">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -59105,7 +59309,7 @@ Gnome session.</Summary>
<Summary xml:lang="en">Development files for menu-cache</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="10">menu-cache</Dependency>
<Dependency release="11">menu-cache</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -59113,6 +59317,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="11">
<Date>2024-12-28</Date>
<Version>1.1.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2024-04-18</Date>
<Version>1.1.0</Version>
@@ -59237,6 +59448,7 @@ Gnome session.</Summary>
<Dependency>layer-shell-qt-kf6</Dependency>
<Dependency>pisilinux-theme-damadamas</Dependency>
<Dependency>openbox</Dependency>
<Dependency>labwc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -59246,6 +59458,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="23">
<Date>2024-12-24</Date>
<Version>2.1.1</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="22">
<Date>2024-12-24</Date>
<Version>2.1.1</Version>
@@ -59456,6 +59675,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="20">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="19">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -59641,6 +59867,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -59811,6 +60044,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -59981,6 +60221,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -60138,6 +60385,9 @@ Gnome session.</Summary>
</Source>
<Package>
<Name>lxqt-wayland-session</Name>
<RuntimeDependencies>
<Dependency>labwc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
@@ -60145,6 +60395,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-12-28</Date>
<Version>0.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2024-11-24</Date>
<Version>0.1.1</Version>
@@ -60199,6 +60456,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="9">
<Date>2021-12-28</Date>
<Version>5.1.2</Version>
<Comment>rebuild for qt5.15.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2021-04-26</Date>
<Version>5.1.2</Version>
@@ -60295,6 +60559,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="6">
<Date>2024-12-28</Date>
<Version>4.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2024-11-05</Date>
<Version>4.1.0</Version>
@@ -60388,6 +60659,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -60562,6 +60840,13 @@ Gnome session.</Summary>
</AdditionalFiles>
</Package>
<History>
<Update release="14">
<Date>2024-12-28</Date>
<Version>1.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="13">
<Date>2024-11-05</Date>
<Version>1.5.1</Version>
@@ -60689,6 +60974,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="4">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -60764,7 +61056,7 @@ Gnome session.</Summary>
<Name>libqtxdg-devel</Name>
<Summary xml:lang="en">Development headers for libqtxdg</Summary>
<RuntimeDependencies>
<Dependency release="20">libqtxdg</Dependency>
<Dependency release="21">libqtxdg</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>qt6-svg-devel</Dependency>
</RuntimeDependencies>
@@ -60774,6 +61066,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="21">
<Date>2024-12-28</Date>
<Version>4.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="20">
<Date>2024-11-05</Date>
<Version>4.1.0</Version>
@@ -60967,6 +61266,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="17">
<Date>2024-12-28</Date>
<Version>1.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="16">
<Date>2024-11-05</Date>
<Version>1.1.0</Version>
@@ -61124,6 +61430,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -61302,7 +61615,7 @@ Gnome session.</Summary>
<Name>lxqt-globalkeys-devel</Name>
<Summary xml:lang="en">Development headers for lxqt-globalkeys</Summary>
<RuntimeDependencies>
<Dependency release="18">lxqt-globalkeys</Dependency>
<Dependency release="19">lxqt-globalkeys</Dependency>
<Dependency>qt6-base-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -61311,6 +61624,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -61498,6 +61818,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="20">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="19">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -61681,6 +62008,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="21">
<Date>2024-12-28</Date>
<Version>2.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="20">
<Date>2024-12-02</Date>
<Version>2.1.1</Version>
@@ -61870,6 +62204,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -62047,7 +62388,7 @@ Gnome session.</Summary>
<Summary xml:lang="en">Development headers for libfm-qt</Summary>
<RuntimeDependencies>
<Dependency>qt6-base-devel</Dependency>
<Dependency release="22">libfm-qt</Dependency>
<Dependency release="23">libfm-qt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libfm-qt6</Path>
@@ -62055,6 +62396,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="23">
<Date>2024-12-28</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="22">
<Date>2024-11-05</Date>
<Version>2.1.0</Version>
@@ -374053,55 +374401,60 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<SpecFile>
<Source>
<Name>yarock</Name>
<Homepage>https://seb-apps.github.io/yarock/</Homepage>
<Homepage>https://github.com/sebaro/Yarock</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
<Name>Pisilinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<PartOf>multimedia.sound</PartOf>
<Summary xml:lang="en">Qt Modern Music Player with collection browse based on cover art.</Summary>
<Description xml:lang="en">Yarock is a music player in c++/Qt designed to provide a clean, simple and beautiful music collection based on album coverart.</Description>
<Archive type="targz" sha1sum="a311b55d87fdd547e336a06c4be5e4c6a0039dc7" name="Yarock_1.4.0_Sources.tar.gz">https://launchpadlibrarian.net/416223454/Yarock_1.4.0_Sources.tar.gz</Archive>
<Summary xml:lang="en">Yarock is a modern looking music player.</Summary>
<Description xml:lang="en">A modern looking music player, packed with features, that doesnt depend on any specific desktop environment.</Description>
<Archive type="targz" sha1sum="ca2a5dcbf0226c1b6b5449b9f75984a0e82ed0ed" name="Yarock-1.5.0.tar.gz">https://github.com/sebaro/Yarock/archive/1.5.0/Yarock-1.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>qt5-sql-odbc</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>mpv-player-devel</Dependency>
<Dependency>qt5-phonon-devel</Dependency>
<Dependency>htmlcxx-devel</Dependency>
<Dependency>ninja</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>qt6-sql-odbc</Dependency>
<Dependency>qt6-linguist</Dependency>
<Dependency>htmlcxx-devel</Dependency>
<Dependency>qt6-sql-mysql</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>qt6-sql-sqlite</Dependency>
<Dependency>qt6-phonon-devel</Dependency>
<Dependency>qt6-sql-postgresql</Dependency>
<Dependency>qt6-multimedia-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/sound/yarock/pspec.xml</SourceURI>
</Source>
<Package>
<Name>yarock</Name>
<RuntimeDependencies>
<Dependency>qt5-linguist</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>mpv-player</Dependency>
<Dependency>qt5-phonon</Dependency>
<Dependency>htmlcxx</Dependency>
<Dependency>taglib</Dependency>
<Dependency>htmlcxx</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>qt6-phonon</Dependency>
<Dependency>qt6-sql-odbc</Dependency>
<Dependency>qt6-sql-mysql</Dependency>
<Dependency>qt6-sql-sqlite</Dependency>
<Dependency>qt6-multimedia</Dependency>
<Dependency>qt6-sql-postgresql</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/yarock</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/yarock/translations</Path>
<Path fileType="doc">/usr/share/doc/yarock</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2024-12-28</Date>
<Version>1.5.0</Version>
<Comment>New upstream.</Comment>
<Name>Pisilinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2020-09-17</Date>
<Version>1.4.0</Version>
@@ -382256,6 +382609,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="37">
<Date>2024-12-29</Date>
<Version>3.0.21</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="36">
<Date>2024-11-02</Date>
<Version>3.0.21</Version>
@@ -465145,6 +465505,13 @@ provide integrated access to the cloud providers services.</Description>
</Files>
</Package>
<History>
<Update release="6">
<Date>2024-12-30</Date>
<Version>3.1</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2020-08-30</Date>
<Version>3.1</Version>
+1 -1
View File
@@ -1 +1 @@
6d837d9847b81e7538edd5a89eb8da6a1ea1d409
50b6291dd5ca9d3f682e8dc5519c083a9ab336dd
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
ec696e54e4bf9fa9ba5051d5cbc8286f83361366
a6a9b3fa92e178247e9d913a09a2d670f2cee1a6