@@ -0,0 +1,26 @@
|
||||
#!/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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-B build \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=None")
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("CHANGELOG", "LICENSE", "README*")
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lxqt-menu-data</Name>
|
||||
<Homepage>https://github.com/lxqt/lxqt-menu-data</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPL</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>LXQt menu files</Summary>
|
||||
<Icon>lxqt-menu-data</Icon>
|
||||
<Description>LXQt menü dosyaları</Description>
|
||||
<Archive sha1sum="2bd5398fff4f9fd88620da9a677e8734d6f13692" type="tarxz">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>
|
||||
<Dependency>lxqt-build-tools</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>lxqt-menu-data.patch</Patch>
|
||||
<Patch level="1">lxqt-menu-data.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>lxqt-menu-data</Name>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-11-21</Date>
|
||||
<Version>1.4.1</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>lxqt-menu-data</Name>
|
||||
<Summary xml:lang="tr">LXQt menu files</Summary>
|
||||
<Description xml:lang="tr">LXQt menü dosyaları</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+3717
-1870
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
081b3e4f4e660c0ab3971d29e46d92ea333f7eae
|
||||
5da4464bb7106dad4d17649fbddd255701154f87
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
14f4c7e4a898df0a3beef5e58534f3258053a2c9
|
||||
14e79d85244409d795f2e878b2ee71a7d55d8f67
|
||||
Reference in New Issue
Block a user