alacarte
This commit is contained in:
@@ -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", "COPYING", "NEWS", "README*")
|
||||||
@@ -0,0 +1,58 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>alacarte</Name>
|
||||||
|
<Homepage>https://gitlab.gnome.org/GNOME/alacarte</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Linux Admins</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv3</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Menu editor for gnome</Summary>
|
||||||
|
<Description>Gnome için menü düzenleyici</Description>
|
||||||
|
<Archive sha1sum="14dbb1d796b523609c04507564ecf1c306c434f5" type="tarxz">https://download.gnome.org/sources/alacarte/3.36/alacarte-3.36.0.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>intltool</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
<Dependency>docbook-xsl</Dependency>
|
||||||
|
<Dependency>gnome-common</Dependency>
|
||||||
|
<Dependency>libxslt-devel</Dependency>
|
||||||
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>gnome-menus-devel</Dependency>
|
||||||
|
<Dependency>python3-cairo-devel</Dependency>
|
||||||
|
<Dependency>python3-pygobject3-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>alacarte.patch</Patch>
|
||||||
|
<Patch level="1">alacarte.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>alacarte</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="data">/usr/lib/python*</Path>
|
||||||
|
<Path fileType="data">/usr/share/alacarte</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
<Path fileType="data">/usr/share/applications</Path>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2021-06-03</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>alacarte</Name>
|
||||||
|
<Summary xml:lang="tr">Menu editor for gnome</Summary>
|
||||||
|
<Description xml:lang="tr">Gnome için menü düzenleyici</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+266637
-266583
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
969ff54f642a2c6776ef1f9bcdd2c3b8898d4cd9
|
3436affbb601946e2a78ca7ec8f3271d22929e59
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
bc506163b0c4a8edcb0cbb78f1b6c5fc338fba53
|
6c0f06158416d086148fee7c6be3419889356c41
|
||||||
Reference in New Issue
Block a user