lxmenu-data move

This commit is contained in:
Rmys
2023-11-22 10:09:12 +03:00
parent 2c47af4acf
commit 0c68c76ae2
9 changed files with 195 additions and 234 deletions
+12 -9
View File
@@ -1,19 +1,22 @@
#!/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
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools, pisitools, get
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import libtools
from pisi.actionsapi import shelltools
def setup():
autotools.configure()
pisitools.dosed("configure.ac", "AM_GLIB", deleteLine=True)
shelltools.system("./autogen.sh")
autotools.configure()
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "README")
+50 -39
View File
@@ -1,43 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lxmenu-data</Name>
<Homepage>https://www.lxde.org/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>LGPL-2.1</License>
<IsA>data</IsA>
<PartOf>desktop.lxde</PartOf>
<Summary>Menu data files for LXDE.</Summary>
<Description>lxmenu-data provides files needed for LXDE application menus.</Description>
<Archive sha1sum="5c3cba7d2061a490ad62c1e9c3f6120343df7712" type="tarxz">
mirrors://sourceforge/lxde/lxmenu-data-0.1.5.tar.xz
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>lxmenu-data</Name>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share/desktop-directories</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-04-14</Date>
<Version>0.1.5</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
<Source>
<Name>lxmenu-data</Name>
<Homepage>https://www.lxde.org/</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<IsA>data</IsA>
<Icon>lxqt</Icon>
<Summary>freedesktop.org application menu definition files</Summary>
<Description>lxqt-menu-data is freedesktop.org application menu definition files</Description>
<Archive sha1sum="319d53bb0cf5e41a4b471a154cde446c24143de4" type="targz">https://github.com/lxde/lxmenu-data/archive/0.1.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>perl-Locale-gettext</Dependency>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>lxmenu-data</Name>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share/desktop-directories</Path>
<Path fileType="doc">/usr/share/doc/</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-04-06</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-08-31</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-04-23</Date>
<Version>0.1.5</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
-22
View File
@@ -1,22 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import libtools
from pisi.actionsapi import shelltools
def setup():
pisitools.dosed("configure.ac", "AM_GLIB", deleteLine=True)
shelltools.system("./autogen.sh")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "README")
-54
View File
@@ -1,54 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lxmenu-data</Name>
<Homepage>https://www.lxde.org/</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<IsA>data</IsA>
<Icon>lxqt</Icon>
<Summary>freedesktop.org application menu definition files</Summary>
<Description>lxqt-menu-data is freedesktop.org application menu definition files</Description>
<Archive sha1sum="319d53bb0cf5e41a4b471a154cde446c24143de4" type="targz">https://github.com/lxde/lxmenu-data/archive/0.1.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>perl-Locale-gettext</Dependency>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>lxmenu-data</Name>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share/desktop-directories</Path>
<Path fileType="doc">/usr/share/doc/</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-04-06</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-08-31</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-04-23</Date>
<Version>0.1.5</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+131 -108
View File
@@ -4713,13 +4713,13 @@
<Summary xml:lang="tr">Wireless daemon for Linux</Summary>
<Description xml:lang="en">Linux için kablosuz arka plan programı</Description>
<Description xml:lang="tr">Linux için kablosuz arka plan programı</Description>
<Archive type="tarxz" sha1sum="e784c3369dc59e5a8da17b38476de1de5f9b80db" name="iwd-2.8.tar.xz">https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-2.8.tar.xz</Archive>
<Archive type="tarxz" sha1sum="e21921316d56d34ab10737bef3ffebfe274ba2fc" name="iwd-2.9.tar.xz">https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-2.9.tar.xz</Archive>
<BuildDependencies>
<Dependency>asciidoc</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>python3-docutils</Dependency>
<Dependency versionFrom="0.56">ell-devel</Dependency>
<Dependency versionFrom="0.60">ell-devel</Dependency>
</BuildDependencies>
<SourceURI>network/connection/iwd/pspec.xml</SourceURI>
</Source>
@@ -4740,6 +4740,13 @@
</Files>
</Package>
<History>
<Update release="10">
<Date>2023-11-20</Date>
<Version>2.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2023-09-04</Date>
<Version>2.8</Version>
@@ -10485,7 +10492,7 @@
<Summary xml:lang="tr">NFS istemcisi ve sunucusu</Summary>
<Description xml:lang="en">Contains NFS (Network File System) client and server. It is possible to mount a network resource as a file system using the NFS protocol.</Description>
<Description xml:lang="tr">nfs-utils, NFS (Ağ dosya sistemi) istemcisi ve sunucusunu içerir.</Description>
<Archive type="tarbz2" sha1sum="872d80381099c42ea9e2a6728297cbfd97802af2" name="download">https://sourceforge.net/projects/nfs/files/nfs-utils/2.6.2/nfs-utils-2.6.2.tar.bz2/download</Archive>
<Archive type="tarbz2" sha1sum="87869eae65a79854716586fc662b5d184ed705d0" name="download">https://sourceforge.net/projects/nfs/files/nfs-utils/2.6.4/nfs-utils-2.6.4.tar.bz2/download</Archive>
<BuildDependencies>
<Dependency>sqlite-devel</Dependency>
<Dependency>libcap-devel</Dependency>
@@ -10558,6 +10565,13 @@
</Files>
</Package>
<History>
<Update release="4">
<Date>2023-11-20</Date>
<Version>2.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2023-05-24</Date>
<Version>2.6.2</Version>
@@ -15162,7 +15176,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<Summary xml:lang="tr">Embedded Linux library</Summary>
<Description xml:lang="en">Gömülü Linux kitaplığı</Description>
<Description xml:lang="tr">Gömülü Linux kitaplığı</Description>
<Archive type="tarxz" sha1sum="5393deda9dea3c9ab0333b1cdbed0be346524c9e" name="ell-0.58.tar.xz">https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.58.tar.xz</Archive>
<Archive type="tarxz" sha1sum="8d0531803dd0d0f48edd81ebeca3ffbb728636db" name="ell-0.60.tar.xz">https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.60.tar.xz</Archive>
<SourceURI>network/misc/ell/pspec.xml</SourceURI>
</Source>
<Package>
@@ -15176,7 +15190,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<Name>ell-devel</Name>
<Summary xml:lang="en">Development files for ell</Summary>
<RuntimeDependencies>
<Dependency release="7">ell</Dependency>
<Dependency release="8">ell</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -15184,6 +15198,13 @@ functionality to build high-performing, platform-independent programs.</Descript
</Files>
</Package>
<History>
<Update release="8">
<Date>2023-11-20</Date>
<Version>0.60</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-09-04</Date>
<Version>0.58</Version>
@@ -24866,6 +24887,7 @@ complete albums that you have purchased from Amazon.</Description>
<Patch>openbox-3.6.1-py3-xdg.patch</Patch>
<Patch>openbox-kde-paths.patch</Patch>
<Patch>debian-887908.patch</Patch>
<Patch>9ed6fdd.patch</Patch>
</Patches>
<SourceURI>x11/wm/openbox/pspec.xml</SourceURI>
</Source>
@@ -24925,7 +24947,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="en">The openbox-kde package contains the files needed for using openbox inside a
KDE session.</Summary>
<RuntimeDependencies>
<Dependency release="5">openbox</Dependency>
<Dependency release="6">openbox</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/openbox-kde-session</Path>
@@ -24938,7 +24960,7 @@ KDE session.</Summary>
<Summary xml:lang="en">The openbox-gnome package contains the files needed for using openbox inside a
Gnome session.</Summary>
<RuntimeDependencies>
<Dependency release="5">openbox</Dependency>
<Dependency release="6">openbox</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gnome/wm-properties</Path>
@@ -24949,7 +24971,7 @@ Gnome session.</Summary>
<Summary xml:lang="en">Development headers for openbox</Summary>
<Summary xml:lang="tr">Openbox için geliştirme başlıkları</Summary>
<RuntimeDependencies>
<Dependency release="5">openbox</Dependency>
<Dependency release="6">openbox</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
@@ -24963,6 +24985,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="6">
<Date>2022-11-21</Date>
<Version>3.6.1</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2022-04-27</Date>
<Version>3.6.1</Version>
@@ -32696,7 +32725,7 @@ Gnome session.</Summary>
<Summary xml:lang="tr">Çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz</Summary>
<Description xml:lang="en">libdrm is a library providing the userspace interface to kernel DRM services.</Description>
<Description xml:lang="tr">libdrm, çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz sağlayan bir kitaplıktır.</Description>
<Archive type="tarxz" sha1sum="9c7bc56d4e70d789ff5fcd1239f2ad5aa941051d" name="libdrm-2.4.117.tar.xz">https://dri.freedesktop.org/libdrm/libdrm-2.4.117.tar.xz</Archive>
<Archive type="tarxz" sha1sum="d65000b9afd5780961a3f65db973eaa39556d434" name="libdrm-2.4.118.tar.xz">https://dri.freedesktop.org/libdrm/libdrm-2.4.118.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>docbook-xsl</Dependency>
@@ -32730,7 +32759,7 @@ Gnome session.</Summary>
<Summary xml:lang="en">Userspace interface to kernel DRM services for intel</Summary>
<Summary xml:lang="tr">Çekirdekteki intel DRM servisleri için kullanıcı düzeyi arayüz</Summary>
<RuntimeDependencies>
<Dependency release="26">libdrm</Dependency>
<Dependency release="27">libdrm</Dependency>
<Dependency>libpciaccess</Dependency>
</RuntimeDependencies>
<Files>
@@ -32742,7 +32771,7 @@ Gnome session.</Summary>
<Summary xml:lang="en">Userspace interface to kernel DRM services for nouveau</Summary>
<Summary xml:lang="tr">Çekirdekteki nouveau DRM servisleri için kullanıcı düzeyi arayüz</Summary>
<RuntimeDependencies>
<Dependency release="26">libdrm</Dependency>
<Dependency release="27">libdrm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libdrm_nouveau.*</Path>
@@ -32753,7 +32782,7 @@ Gnome session.</Summary>
<Summary xml:lang="en">Userspace interface to kernel DRM services for radeon</Summary>
<Summary xml:lang="tr">Çekirdekteki radeon DRM servisleri için kullanıcı düzeyi arayüz</Summary>
<RuntimeDependencies>
<Dependency release="26">libdrm</Dependency>
<Dependency release="27">libdrm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libdrm_radeon.*</Path>
@@ -32763,7 +32792,7 @@ Gnome session.</Summary>
<Name>libdrm-amd</Name>
<Summary xml:lang="en">Userspace interface to kernel DRM services for amdgpu</Summary>
<RuntimeDependencies>
<Dependency release="26">libdrm</Dependency>
<Dependency release="27">libdrm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libdrm_amdgpu.*</Path>
@@ -32774,11 +32803,11 @@ Gnome session.</Summary>
<Summary xml:lang="en">Development files for libdrm</Summary>
<Summary xml:lang="tr">libdrm için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="26">libdrm</Dependency>
<Dependency release="26">libdrm-intel</Dependency>
<Dependency release="26">libdrm-nouveau</Dependency>
<Dependency release="26">libdrm-radeon</Dependency>
<Dependency release="26">libdrm-amd</Dependency>
<Dependency release="27">libdrm</Dependency>
<Dependency release="27">libdrm-intel</Dependency>
<Dependency release="27">libdrm-nouveau</Dependency>
<Dependency release="27">libdrm-radeon</Dependency>
<Dependency release="27">libdrm-amd</Dependency>
<Dependency>libpciaccess-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -32799,7 +32828,7 @@ Gnome session.</Summary>
<Dependency versionFrom="0.13.4">libpciaccess-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="26">libdrm</Dependency>
<Dependency release="27">libdrm</Dependency>
<Dependency versionFrom="0.13.4">libpciaccess-32bit</Dependency>
</RuntimeDependencies>
<Files>
@@ -32813,8 +32842,8 @@ Gnome session.</Summary>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="26">libdrm-intel</Dependency>
<Dependency release="26">libdrm-32bit</Dependency>
<Dependency release="27">libdrm-intel</Dependency>
<Dependency release="27">libdrm-32bit</Dependency>
<Dependency>libpciaccess-32bit</Dependency>
</RuntimeDependencies>
<Files>
@@ -32828,8 +32857,8 @@ Gnome session.</Summary>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="26">libdrm-nouveau</Dependency>
<Dependency release="26">libdrm-32bit</Dependency>
<Dependency release="27">libdrm-nouveau</Dependency>
<Dependency release="27">libdrm-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libdrm_nouveau.*</Path>
@@ -32842,8 +32871,8 @@ Gnome session.</Summary>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="26">libdrm-radeon</Dependency>
<Dependency release="26">libdrm-32bit</Dependency>
<Dependency release="27">libdrm-radeon</Dependency>
<Dependency release="27">libdrm-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libdrm_radeon.*</Path>
@@ -32855,14 +32884,21 @@ Gnome session.</Summary>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="26">libdrm-amd</Dependency>
<Dependency release="26">libdrm-32bit</Dependency>
<Dependency release="27">libdrm-amd</Dependency>
<Dependency release="27">libdrm-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libdrm_amdgpu.*</Path>
</Files>
</Package>
<History>
<Update release="27">
<Date>2023-11-21</Date>
<Version>2.4.118</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="26">
<Date>2023-10-22</Date>
<Version>2.4.117</Version>
@@ -47306,7 +47342,7 @@ Gnome session.</Summary>
<PartOf>util.admin</PartOf>
<Summary xml:lang="en">Aims to make updating firmware on Linux automatic, safe and reliable</Summary>
<Description xml:lang="en">Aims to make updating firmware on Linux automatic, safe and reliable</Description>
<Archive type="targz" sha1sum="250032050c40617daae45c506d7a5455617abbf9" name="1.9.8.tar.gz">https://github.com/hughsie/fwupd/archive/1.9.8.tar.gz</Archive>
<Archive type="targz" sha1sum="9cf487d555a7e451daff1a13ba44751606a3123d" name="1.9.9.tar.gz">https://github.com/hughsie/fwupd/archive/1.9.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>xz-devel</Dependency>
@@ -47400,7 +47436,7 @@ Gnome session.</Summary>
<Package>
<Name>fwupd-devel</Name>
<RuntimeDependencies>
<Dependency release="21">fwupd</Dependency>
<Dependency release="22">fwupd</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>gcap-devel</Dependency>
@@ -47419,6 +47455,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="22">
<Date>2023-11-21</Date>
<Version>1.9.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2023-11-17</Date>
<Version>1.9.8</Version>
@@ -94817,7 +94860,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">HEIF file format decoder and encoder</Summary>
<Description xml:lang="en">HEIF file format decoder and encoder</Description>
<Description xml:lang="tr">HEIF file format decoder and encoder</Description>
<Archive type="targz" sha1sum="e6faf0c9c72ff11914089d52ed8e417103c09864" name="v1.17.3.tar.gz">https://github.com/strukturag/libheif/archive/v1.17.3.tar.gz</Archive>
<Archive type="targz" sha1sum="30e696c9e3d449d8536241cb492eb3b751a14dfa" name="v1.17.5.tar.gz">https://github.com/strukturag/libheif/archive/v1.17.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>aom-devel</Dependency>
@@ -94861,7 +94904,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>x265-devel</Dependency>
<Dependency>webp-devel</Dependency>
<Dependency>dav1d-devel</Dependency>
<Dependency release="6">libheif</Dependency>
<Dependency release="7">libheif</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -94869,6 +94912,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="7">
<Date>2023-11-21</Date>
<Version>1.17.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2023-11-20</Date>
<Version>1.17.3</Version>
@@ -106601,17 +106651,20 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Name>lxmenu-data</Name>
<Homepage>https://www.lxde.org/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>LGPL-2.1</License>
<License>GPL2</License>
<IsA>data</IsA>
<PartOf>desktop.lxde</PartOf>
<Summary xml:lang="en">Menu data files for LXDE.</Summary>
<Description xml:lang="en">lxmenu-data provides files needed for LXDE application menus.</Description>
<Archive type="tarxz" sha1sum="5c3cba7d2061a490ad62c1e9c3f6120343df7712" name="lxmenu-data-0.1.5.tar.xz">mirrors://sourceforge/lxde/lxmenu-data-0.1.5.tar.xz</Archive>
<Summary xml:lang="en">freedesktop.org application menu definition files</Summary>
<Description xml:lang="en">lxqt-menu-data is freedesktop.org application menu definition files</Description>
<Icon>lxqt</Icon>
<Archive type="targz" sha1sum="319d53bb0cf5e41a4b471a154cde446c24143de4" name="0.1.5.tar.gz">https://github.com/lxde/lxmenu-data/archive/0.1.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>perl-Locale-gettext</Dependency>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/lxde/lxmenu-data/pspec.xml</SourceURI>
</Source>
@@ -106620,16 +106673,30 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share/desktop-directories</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/doc/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-04-14</Date>
<Update release="3">
<Date>2020-04-06</Date>
<Version>0.1.5</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
<Comment>Rebuild New T.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-08-31</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-04-23</Date>
<Version>0.1.5</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
@@ -116841,7 +116908,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>libXrender-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency versionFrom="1.3.0">liblxqt-devel</Dependency>
<Dependency versionFrom="1.4.0">liblxqt-devel</Dependency>
<Dependency versionFrom="0.13.0">lxqt-build-tools</Dependency>
</BuildDependencies>
<SourceURI>desktop/lxqt/qps/pspec.xml</SourceURI>
@@ -116995,6 +117062,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency versionFrom="5.15.2">qt5-linguist</Dependency>
<Dependency versionFrom="5.15.2">qt5-x11extras-devel</Dependency>
<Dependency versionFrom="0.13.0">lxqt-build-tools</Dependency>
<Dependency versionFrom="1.4.1">lxqt-menu-data</Dependency>
<Dependency>menu-cache-devel</Dependency>
<Dependency>libexif-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -117199,6 +117267,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency versionFrom="3.12.0">libqtxdg-devel</Dependency>
<Dependency versionFrom="1.4.0">liblxqt-devel</Dependency>
<Dependency>lxqt-build-tools</Dependency>
<Dependency>lxqt-menu-data</Dependency>
</BuildDependencies>
<SourceURI>desktop/lxqt/lxqt-config/pspec.xml</SourceURI>
</Source>
@@ -118016,7 +118085,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>cmake</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency versionFrom="1.3.0">liblxqt-devel</Dependency>
<Dependency versionFrom="1.4.0">liblxqt-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency versionFrom="3.12.0">libqtxdg-devel</Dependency>
<Dependency versionFrom="0.13.0">lxqt-build-tools</Dependency>
@@ -118620,60 +118689,6 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>lxmenu-data</Name>
<Homepage>https://www.lxde.org/</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<IsA>data</IsA>
<PartOf>desktop.lxqt</PartOf>
<Summary xml:lang="en">freedesktop.org application menu definition files</Summary>
<Description xml:lang="en">lxqt-menu-data is freedesktop.org application menu definition files</Description>
<Icon>lxqt</Icon>
<Archive type="targz" sha1sum="319d53bb0cf5e41a4b471a154cde446c24143de4" name="0.1.5.tar.gz">https://github.com/lxde/lxmenu-data/archive/0.1.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>perl-Locale-gettext</Dependency>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/lxqt/lxmenu-data/pspec.xml</SourceURI>
</Source>
<Package>
<Name>lxmenu-data</Name>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share/desktop-directories</Path>
<Path fileType="doc">/usr/share/doc/</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-04-06</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-08-31</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-04-23</Date>
<Version>0.1.5</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>lxqt-runner</Name>
@@ -118894,6 +118909,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>libXScrnSaver-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency versionFrom="0.13.0">lxqt-build-tools</Dependency>
<Dependency versionFrom="1.4.0">lxqt-menu-data</Dependency>
</BuildDependencies>
<SourceURI>desktop/lxqt/lxqt-panel/pspec.xml</SourceURI>
</Source>
@@ -119520,7 +119536,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">LXQt menu files</Summary>
<Description xml:lang="en">LXQt menü dosyaları</Description>
<Description xml:lang="tr">LXQt menü dosyaları</Description>
<Icon>lxqt-menu-data</Icon>
<Icon>lxqt</Icon>
<Archive type="tarxz" sha1sum="2bd5398fff4f9fd88620da9a677e8734d6f13692" name="lxqt-menu-data-1.4.1.tar.xz">https://github.com/lxqt/lxqt-menu-data/releases/download/1.4.1/lxqt-menu-data-1.4.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -120173,7 +120189,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency versionFrom="1.3.0">liblxqt-devel</Dependency>
<Dependency versionFrom="1.4.0">liblxqt-devel</Dependency>
<Dependency>openbox-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
@@ -368029,7 +368045,7 @@ components such as the Settings and gnome-shell.</Description>
<Description xml:lang="tr">Git hızlı, ölçeklenebilir ve dağıtılmış, ve sık rastlanmayan zengin komut kümesi içeren, hem yüksek seviyeli işlemleri hem dahili işlemlere tam erişimi sağlayan bir sürüm kontrol sistemidir.</Description>
<Description xml:lang="es">GIT es un sistema rápido, escalable y distribuido de control de versiones con un amplio espectro de comandos que permite operaciones de alto nivel tanto como operaciones con acceso a detalles internos.</Description>
<Icon>git</Icon>
<Archive type="tarxz" sha1sum="537d7cc9fa3ca01574989b0ea14eec09e5381d05" name="git-2.42.1.tar.xz">https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.42.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="d34f8331e3dcd7d2beb2f4af3e3d6db50b8036f1" name="git-2.43.0.tar.xz">https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.43.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
@@ -368051,7 +368067,7 @@ components such as the Settings and gnome-shell.</Description>
<Summary xml:lang="en">Fast Version Control System</Summary>
<IsA>app:console</IsA>
<RuntimeDependencies>
<Dependency version="2.42.1">perl-Git</Dependency>
<Dependency version="2.43.0">perl-Git</Dependency>
<Dependency>perl-String-ShellQuote</Dependency>
<Dependency>perl-Net-SMTP-SSL</Dependency>
<Dependency>perl-Authen-SASL</Dependency>
@@ -368116,7 +368132,7 @@ components such as the Settings and gnome-shell.</Description>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libpcre2</Dependency>
<Dependency version="2.42.1">git</Dependency>
<Dependency version="2.43.0">git</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/conf.d/git-daemon</Path>
@@ -368155,7 +368171,7 @@ components such as the Settings and gnome-shell.</Description>
<Description xml:lang="tr">gitk, Git sürüm ağacı görüntüleyicisi sunar.</Description>
<IsA>app:gui</IsA>
<RuntimeDependencies>
<Dependency version="2.42.1">git</Dependency>
<Dependency version="2.43.0">git</Dependency>
<Dependency>tcltk</Dependency>
</RuntimeDependencies>
<Files>
@@ -368171,8 +368187,8 @@ components such as the Settings and gnome-shell.</Description>
<Description xml:lang="tr">git-gui, GIT için basit bir grafik arayüz sunar.</Description>
<IsA>app:gui</IsA>
<RuntimeDependencies>
<Dependency version="2.42.1">git</Dependency>
<Dependency version="2.42.1">gitk</Dependency>
<Dependency version="2.43.0">git</Dependency>
<Dependency version="2.43.0">gitk</Dependency>
<Dependency>tcltk</Dependency>
</RuntimeDependencies>
<Files>
@@ -368196,7 +368212,7 @@ components such as the Settings and gnome-shell.</Description>
<IsA>app:web</IsA>
<PartOf>server.web</PartOf>
<RuntimeDependencies>
<Dependency version="2.42.1">git</Dependency>
<Dependency version="2.43.0">git</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/var/www/localhost</Path>
@@ -368210,6 +368226,13 @@ components such as the Settings and gnome-shell.</Description>
</AdditionalFiles>
</Package>
<History>
<Update release="24">
<Date>2023-11-21</Date>
<Version>2.43.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2023-11-04</Date>
<Version>2.42.1</Version>
+1 -1
View File
@@ -1 +1 @@
5da4464bb7106dad4d17649fbddd255701154f87
de5ee29a4bc822761d1c93e822d95047f4a25da4
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
14e79d85244409d795f2e878b2ee71a7d55d8f67
0dbd3ad7286fd44b85b0ef3d8715f9beea9a021d