orca: new package
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/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():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING")
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>orca</Name>
|
||||
<Homepage>https://wiki.gnome.org/Projects/Orca</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<Summary>Accounts and SSO (Single Sign-On) framework</Summary>
|
||||
<Description>Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.</Description>
|
||||
<Archive sha1sum="c4a7fa1cf8590319f58e6401ffbda9b50e1ee5ff" type="tarxz">mirrors://gnome/orca/3.28/orca-3.28.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>brltty-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>liblouis-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>python-pygobject3-devel</Dependency>
|
||||
<Dependency>python3-pygobject3-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>orca</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>brltty</Dependency>
|
||||
<Dependency>liblouis</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
<Dependency>python-pyatspi</Dependency>
|
||||
<Dependency>gst-plugins-base-next</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<!--
|
||||
<Package>
|
||||
<Name>orca-devel</Name>
|
||||
<Summary>Development files for orca</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">orca</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
-->
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-05-06</Date>
|
||||
<Version>3.28.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -2875,6 +2875,61 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>orca</Name>
|
||||
<Homepage>https://wiki.gnome.org/Projects/Orca</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<PartOf>desktop.kde.accessibility</PartOf>
|
||||
<Summary xml:lang="en">Accounts and SSO (Single Sign-On) framework</Summary>
|
||||
<Description xml:lang="en">Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.</Description>
|
||||
<Archive type="tarxz" sha1sum="c4a7fa1cf8590319f58e6401ffbda9b50e1ee5ff">mirrors://gnome/orca/3.28/orca-3.28.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>brltty-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>liblouis-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>python-pygobject3-devel</Dependency>
|
||||
<Dependency>python3-pygobject3-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/accessibility/orca/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>orca</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>brltty</Dependency>
|
||||
<Dependency>liblouis</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
<Dependency>python-pyatspi</Dependency>
|
||||
<Dependency>gst-plugins-base-next</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-05-06</Date>
|
||||
<Version>3.28.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>kde-servicemenu-rootactions</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
862de5e15fb6078853c4914546002ed430fe4275
|
||||
8aa7256d80606efd46999c85ee6696fe188e5719
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
48a1f818dd94de4ec364fbec12946d3dce760e5a
|
||||
4775f257e53ccf5a85abf895b30f9575c6cc8b6e
|
||||
Reference in New Issue
Block a user