gnome-menus First release

This commit is contained in:
Rmys
2021-03-29 17:47:55 +03:00
committed by GitHub
parent b83ef96fc2
commit d81830ba46
3 changed files with 99 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/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 shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("env NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
+69
View File
@@ -0,0 +1,69 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gnome-menus</Name>
<Homepage>https://gitlab.gnome.org/GNOME/gnome-menus</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>app</IsA>
<Summary>GNOME menu specifications</Summary>
<Description>GNOME menu specifications</Description>
<Archive sha1sum="59a6af997f99b724eb1a060c6ce41409a83f9f00" type="targz">https://gitlab.gnome.org/GNOME/gnome-menus/-/archive/3.36.0/gnome-menus-3.36.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gnome-common</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>gnome-menus.patch</Patch>
<Patch level="1">gnome-menus.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>gnome-menus</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/desktop-directories</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>gnome-menus-devel</Name>
<Summary>Development files for gnome-menus</Summary>
<RuntimeDependencies>
<Dependency release="current">gnome-menus</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-03-28</Date>
<Version>3.36.0</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gnome-menus</Name>
<Summary xml:lang="tr">GNOME menu specifications</Summary>
<Description xml:lang="tr">GNOME menu specifications</Description>
</Source>
</PISI>