libxklavier add repo
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
#!/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():
|
||||||
|
shelltools.system("./autogen.sh --prefix=/usr \
|
||||||
|
--with-xkb-bin-base=/usr/bin \
|
||||||
|
--with-xkb-base=/usr/share/X11/xkb \
|
||||||
|
--disable-static")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("NEWS", "README", "CREDITS", "AUTHORS", "ChangeLog")
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libxklavier</Name>
|
||||||
|
<Homepage>http://www.freedesktop.org/Software/LibXklavier</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>High level XKB library</Summary>
|
||||||
|
<Description>libxklavier is a library can be used to develop XKB-based applications.</Description>
|
||||||
|
<Archive sha1sum="c09684c3c3abc515194572a1731f1ed26a371225" type="zip">http://cgit.freedesktop.org/libxklavier/snapshot/libxklavier-5.4.zip</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>libxkbfile-devel</Dependency>
|
||||||
|
<Dependency>libXi-devel</Dependency>
|
||||||
|
<Dependency>iso-codes</Dependency>
|
||||||
|
<Dependency>vala-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>libX11-devel</Dependency>
|
||||||
|
<Dependency>libxml2-devel</Dependency>
|
||||||
|
<Dependency>gtk-doc</Dependency>
|
||||||
|
<Dependency>intltool</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libxklavier</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libxkbfile</Dependency>
|
||||||
|
<Dependency>libXi</Dependency>
|
||||||
|
<Dependency>iso-codes</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>libX11</Dependency>
|
||||||
|
<Dependency>libxml2</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="data">/usr/share/libxklavier</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libxklavier-devel</Name>
|
||||||
|
<Summary>Development files for libxklavier</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">libxklavier</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2016-07-02</Date>
|
||||||
|
<Version>5.4</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libxklavier</Name>
|
||||||
|
<Summary xml:lang="tr">Yüksek seviyeli bir XKB kitaplığı</Summary>
|
||||||
|
<Description xml:lang="tr">libxklavier, XKB tabanlı uygulamalar geliştirmek için kullanılabilen bir kitaplığıdır.</Description>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libxklavier-devel</Name>
|
||||||
|
<Summary xml:lang="tr">libxklavier için geliştirme dosyaları</Summary>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libxklavier-docs</Name>
|
||||||
|
<Summary xml:lang="tr">libxklavier için başvuru belgeleri</Summary>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user