Merge branch 'master' of github.com:pisilinux/main
This commit is contained in:
Executable
+27
@@ -0,0 +1,27 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#pisitools.ldflags.add("-Wl,-rpath")
|
||||
|
||||
#shelltools.system("sed -i -e 's|add_subdirectory(dolphin)|#add_subdirectory(dolphin)|' CMakeLists.txt")
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DKDE4_BUILD_TESTS=OFF \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README", "COPYING.LIB")
|
||||
Executable
+89
@@ -0,0 +1,89 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kdebaseapps</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE-Baseapps: base applications from the official KDE release</Summary>
|
||||
<Description>Base application for KDE5 such as Dolphin, kfind, plasma-widget-folderview, konqueror etc.</Description>
|
||||
<Archive sha1sum="ec076c97bee93d50fd85ca8c85d6bdd218869607" type="tarxz">http://download.kde.org/stable/applications/15.04.2/src/kde-baseapps-15.04.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kdelibs-devel</Dependency>
|
||||
<Dependency>kfilemetadata-devel</Dependency>
|
||||
<Dependency>automoc4</Dependency>
|
||||
<Dependency>tidy-devel</Dependency>
|
||||
<Dependency>baloo-widgets-devel</Dependency>
|
||||
<Dependency>baloo-devel</Dependency>
|
||||
<Dependency>phonon-devel</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>libXrender-devel</Dependency>
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency>libraw1394-devel</Dependency>
|
||||
<Dependency>shared-desktop-ontologies</Dependency>
|
||||
<Dependency>kdepimlibs-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kdebaseapps</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kfilemetadata</Dependency>
|
||||
<Dependency>libXt</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>phonon</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libXt</Dependency>
|
||||
<Dependency>tidy</Dependency>
|
||||
<Dependency>baloo-widgets</Dependency>
|
||||
<Dependency>baloo</Dependency>
|
||||
<Dependency>kdelibs</Dependency>
|
||||
<Dependency>kactivities</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kf5-kdebaseapps-devel</Name>
|
||||
<Summary>Development files for kde-kdebaseapps</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kdebaseapps</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-06-03</Date>
|
||||
<Version>15.04.2</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -14,6 +14,7 @@
|
||||
<Description>GTK+ based fast and lightweight IDE</Description>
|
||||
<Archive sha1sum="d4ad448d88a7d7f8c576469c264409051f7d32a7" type="tarbz2">http://download.geany.org/geany-1.24.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>vte-devel</Dependency>
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/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 get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static --enable-shared")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README", "THANKS" , "TODO")
|
||||
@@ -0,0 +1,92 @@
|
||||
RCS file: /cvsroot/librsync/librsync/mdfour.h,v
|
||||
retrieving revision 1.7
|
||||
retrieving revision 1.8
|
||||
Index: mdfour.h
|
||||
===================================================================
|
||||
--- mdfour.h.orig 2004-02-08 00:17:57.000000000 +0100
|
||||
+++ mdfour.h 2007-09-02 10:10:50.000000000 +0200
|
||||
@@ -1,7 +1,7 @@
|
||||
/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*-
|
||||
*
|
||||
* librsync -- the library for network deltas
|
||||
- * $Id: mdfour.h,v 1.7 2003/10/17 16:15:21 abo Exp $
|
||||
+ * $Id: mdfour.h,v 1.8 2006/03/10 10:44:10 abo Exp $
|
||||
*
|
||||
* Copyright (C) 2000, 2001 by Martin Pool <mbp@samba.org>
|
||||
* Copyright (C) 2002, 2003 by Donovan Baarda <abo@minkirri.apana.org.au>
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "types.h"
|
||||
|
||||
struct rs_mdfour {
|
||||
- int A, B, C, D;
|
||||
+ unsigned int A, B, C, D;
|
||||
#if HAVE_UINT64
|
||||
uint64_t totalN;
|
||||
#else
|
||||
Index: patch.c
|
||||
===================================================================
|
||||
--- patch.c.orig 2004-09-17 23:35:50.000000000 +0200
|
||||
+++ patch.c 2007-09-02 10:10:50.000000000 +0200
|
||||
@@ -1,7 +1,7 @@
|
||||
/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*-
|
||||
*
|
||||
* librsync -- the library for network deltas
|
||||
- * $Id: patch.c,v 1.30 2004/09/10 02:48:58 mbp Exp $
|
||||
+ * $Id: patch.c,v 1.31 2006/03/10 10:44:10 abo Exp $
|
||||
*
|
||||
* Copyright (C) 2000, 2001 by Martin Pool <mbp@samba.org>
|
||||
*
|
||||
@@ -214,12 +214,9 @@ static rs_result rs_patch_s_copying(rs_j
|
||||
void *buf, *ptr;
|
||||
rs_buffers_t *buffs = job->stream;
|
||||
|
||||
- len = job->basis_len;
|
||||
-
|
||||
/* copy only as much as will fit in the output buffer, so that we
|
||||
* don't have to block or store the input. */
|
||||
- if (len > buffs->avail_out)
|
||||
- len = buffs->avail_out;
|
||||
+ len = (buffs->avail_out < job->basis_len) ? buffs->avail_out : job->basis_len;
|
||||
|
||||
if (!len)
|
||||
return RS_BLOCKED;
|
||||
Index: doc/rdiff.1
|
||||
===================================================================
|
||||
--- doc/rdiff.1.orig 2004-02-08 00:17:57.000000000 +0100
|
||||
+++ doc/rdiff.1 2007-09-02 10:10:50.000000000 +0200
|
||||
@@ -1,6 +1,6 @@
|
||||
.\"
|
||||
.\" librsync -- dynamic caching and delta update in HTTP
|
||||
-.\" $Id: rdiff.1,v 1.1 2002/01/25 21:25:34 bje Exp $
|
||||
+.\" $Id: rdiff.1,v 1.2 2006/02/21 12:21:52 abo Exp $
|
||||
.\"
|
||||
.\" Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
|
||||
.\"
|
||||
@@ -18,7 +18,7 @@
|
||||
.\" License along with this program; if not, write to the Free Software
|
||||
.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
.\"
|
||||
-.TH rdiff 1 "$Date: 2002/01/25 21:25:34 $"
|
||||
+.TH rdiff 1 "$Date: 2006/02/21 12:21:52 $"
|
||||
.SH NAME
|
||||
rdiff \- compute and apply signature-based file differences
|
||||
.SH SYNOPSYS
|
||||
@@ -29,10 +29,17 @@ rdiff \- compute and apply signature-bas
|
||||
.PP
|
||||
\fBrdiff\fP [\fIoptions\fP] \fBpatch\fP \fIbasis-file delta-file new-file\fP
|
||||
.fi
|
||||
+.SH USAGE
|
||||
+You can use \fBrdiff\fP to update files, much like \fBrsync\fP does.
|
||||
+However, unlike \fBrsync\fP, \fBrdiff\fP puts you in control. There
|
||||
+are three steps to updating a file: \fBsignature\fP, \fBdelta\fP, and
|
||||
+\fBpatch\fP.
|
||||
.SH DESCRIPTION
|
||||
In every case where a filename must be specified, \- may be used
|
||||
instead to mean either standard input or standard output as
|
||||
-appropriate.
|
||||
+appropriate. Be aware that if you do this, you'll need to terminate your
|
||||
+\fIoptions\fP with \-\- or \fBrdiff\fP will think you are passing it
|
||||
+an empty option.
|
||||
.SH "RETURN VALUE"
|
||||
0 for successful completion, 1 for environmental problems (file not
|
||||
found, invalid options, IO error, etc), 2 for a corrupt file and 3 for
|
||||
@@ -0,0 +1,26 @@
|
||||
--- librsync-0.9.7/configure.ac.orig 2004-10-10 11:52:26.000000000 +0200
|
||||
+++ librsync-0.9.7/configure.ac 2004-10-18 22:39:40.600385603 +0200
|
||||
@@ -27,9 +27,9 @@
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
# Checks for libraries.
|
||||
-AC_CHECK_LIB(z, deflate)
|
||||
-AC_CHECK_LIB(bz2, BZ2_bzCompress)
|
||||
-AC_CHECK_LIB(popt, poptGetContext,,[BUILD_POPT='popt/libpopt.a'; CFLAGS="$CFLAGS -I$srcdir/popt"])
|
||||
+dnl AC_CHECK_LIB(z, deflate) -- unused
|
||||
+dnl AC_CHECK_LIB(bz2, BZ2_bzCompress) -- unused
|
||||
+AC_CHECK_LIB(popt, poptGetContext,[BUILD_POPT=-lpopt],[BUILD_POPT='popt/libpopt.a'; CFLAGS="$CFLAGS -I$srcdir/popt"])
|
||||
|
||||
# Checks for header files.
|
||||
AC_FUNC_ALLOCA
|
||||
--- librsync-0.9.7/Makefile.am.orig 2004-02-08 00:17:57.000000000 +0100
|
||||
+++ librsync-0.9.7/Makefile.am 2004-10-18 22:36:07.967024276 +0200
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
rdiff_LDADD = @BUILD_POPT@ librsync.la
|
||||
|
||||
-rdiff_DEPENDENCIES = @BUILD_POPT@ librsync.la
|
||||
+rdiff_DEPENDENCIES = librsync.la
|
||||
|
||||
# this script is used to build prototab.[ch]
|
||||
noinst_SCRIPTS = mkprototab.pl
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>librsync</Name>
|
||||
<Homepage>http://librsync.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy</Summary>
|
||||
<Description>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system.</Description>
|
||||
<Archive sha1sum="d575eb5cae7a815798220c3afeff5649d3e8b4ab" type="targz">mirrors://sourceforge/librsync/librsync-0.9.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>popt-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>librsync-0.9.7-largefiles.patch</Patch>
|
||||
<Patch level="1">librsync-link.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>librsync</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>popt</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc/librsync</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>librsync-devel</Name>
|
||||
<Summary>Development files for librsync</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">librsync</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/librsync.so</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2014-02-01</Date>
|
||||
<Version>0.9.7</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>0.9.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Gökcen Eraslan</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>librsync</Name>
|
||||
<Summary xml:lang="tr">Uzaktaki dosyaların senkronize edilmesi için gerekli olan algoritmayı sağlayan kitaplığı</Summary>
|
||||
<Description xml:lang="tr">Uzaktaki dosyaların senkronize edilmesi için gerekli olan algoritmayı sağlayan kitaplığı. Bu algoritma iki dosya arasındaki farkları, iki dosyanın aynı sistemde olmasına ihtiyaç duymadan transfer eder. </Description>
|
||||
<Description xml:lang="fr">librsync implémente l'algorithme de la somme de contrôle tournante (rolling-checksum) pour la synchronisation rendue populaire par l'utilitaire rsync et utilisée par rproxy. Cet algorithme transfert les différences entre 2 fichiers sans nécessiter la présence des fichiers sur le même système.</Description>
|
||||
<Description xml:lang="es">librsync implementa el cómputo del rolling-checksum de la sincronización de archivos remotos, que fue popularizado por la herramienta rsync y se usa en rproxy. El algoritmo transfiere la diferencia de los 2 archivos sin la necesidad de tener ambos archivos en el mismo sistema.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>librsync-devel</Name>
|
||||
<Summary xml:lang="tr">librsync için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,27 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
import os
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make("bash_completion.sh")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
|
||||
|
||||
# provided by util-linux , networkmanager , remove Slackware's makepkg completion
|
||||
blacklist = ["cal", "chsh", "dmesg", "eject", "hd", "hexdump", "hwclock", "ionice", "look", "ncal", "nmcli", "newgrp", "makepkg", "renice", "rtcwake", "su"]
|
||||
for comp in blacklist:
|
||||
pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)
|
||||
|
||||
pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README")
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def preRemove():
|
||||
os.system("complete -r")
|
||||
@@ -0,0 +1,247 @@
|
||||
_pisi()
|
||||
{
|
||||
local cur command commands options packages files
|
||||
|
||||
COMPREPLY=()
|
||||
cur=${COMP_WORDS[COMP_CWORD]}
|
||||
|
||||
commands="add-repo build check clean configure-pending delete-cache delta \
|
||||
emerge graph help history index info install list-available \
|
||||
list-components list-installed list-newest list-pending list-repo \
|
||||
list-sources list-upgrades rebuild-db remove remove-repo search \
|
||||
search-file update-repo upgrade"
|
||||
|
||||
options="--destdir --yes-all --username --password --bandwidth-limit --verbose \
|
||||
--debug --no-color"
|
||||
packages=""
|
||||
files=""
|
||||
|
||||
if [[ $COMP_CWORD -eq 1 ]] ; then
|
||||
if [[ "$cur" == -* ]]; then
|
||||
COMPREPLY=($(compgen -W "--version --help" -- $cur))
|
||||
else
|
||||
COMPREPLY=($(compgen -W "$commands --version --help" -- $cur))
|
||||
fi
|
||||
return 0;
|
||||
else
|
||||
command=${COMP_WORDS[1]}
|
||||
|
||||
if [[ "$cur" == -* ]]; then
|
||||
case $command in
|
||||
@(add-repo|ar))
|
||||
options="${options} --at --ignore-check"
|
||||
;;
|
||||
@(blame|bl))
|
||||
options="${options} --release --all"
|
||||
;;
|
||||
@(build|bi))
|
||||
options="${options} --fetch --unpack --setup --build \
|
||||
--check --install --package --ignore-build-no \
|
||||
--quiet --ignore-dependency --output-dir \
|
||||
--ignore-action-errors --ignore-safety \
|
||||
--ignore-check --create-static --package-format \
|
||||
--use-quilt --ignore-sandbox"
|
||||
;;
|
||||
@(check))
|
||||
options="${options} --component --config"
|
||||
;;
|
||||
@(clean))
|
||||
options="${options}"
|
||||
;;
|
||||
@(configure-pending|cp))
|
||||
options="${options} --ignore-dependency --ignore-comar \
|
||||
--ignore-safety --dry-run"
|
||||
;;
|
||||
@(delete-cache|dc))
|
||||
options="${options}"
|
||||
;;
|
||||
@(delta|dt))
|
||||
options="${options} --output-dir"
|
||||
;;
|
||||
@(disable-repo|dr))
|
||||
options="${options}"
|
||||
;;
|
||||
@(emerge|em))
|
||||
options="${options} --ignore-build-no --quiet --ignore-dependency \
|
||||
--output-dir --ignore-action-errors --ignore safety \
|
||||
--ignore-check --create-static --package-format \
|
||||
--use-quilt --ignore-sandbox --component \
|
||||
--ignore-file-conflicts --ignore-package-conflicts --ignore-comar"
|
||||
;;
|
||||
@(enable-repo|er))
|
||||
options="${options}"
|
||||
;;
|
||||
@(fetch|fc))
|
||||
options="${options} --output-dir"
|
||||
;;
|
||||
@(graph))
|
||||
options="${options} --reporsitory --installed \
|
||||
--ignore-installed --output"
|
||||
;;
|
||||
@(help|--help))
|
||||
options="${commands}"
|
||||
;;
|
||||
@(history|hs))
|
||||
options="${options} --last --snapshot --takeback"
|
||||
;;
|
||||
@(index|ix))
|
||||
options="${options} --absolute-urls --output --skip-sources \
|
||||
--skip-signing"
|
||||
;;
|
||||
@(info))
|
||||
options="${options} --files --component --files-path --short --xml"
|
||||
;;
|
||||
@(install|it))
|
||||
options="${options} --ignore-dependency --ignore-comar \
|
||||
--ignore-safety --dry-run --ignore-build-no \
|
||||
--reinstall --ignore-check --ignore-file-conflicts \
|
||||
--ignore-package-conflicts --component --repository \
|
||||
--fetch-only --exclude --exclude-from"
|
||||
;;
|
||||
@(list-available|la))
|
||||
options="${options} --long --component --uninstalled"
|
||||
;;
|
||||
@(list-components|lc))
|
||||
options="${options} --long --repository"
|
||||
;;
|
||||
@(list-installed|li))
|
||||
options="${options} --without-buildno --long --component --install-info"
|
||||
;;
|
||||
@(list-newest|ln))
|
||||
options="${options} --since --last"
|
||||
;;
|
||||
@(list-pending|lp))
|
||||
options="${options}"
|
||||
;;
|
||||
@(list-repo|lr))
|
||||
options="${options}"
|
||||
;;
|
||||
@(list-sources|ls))
|
||||
options="${options} --long"
|
||||
;;
|
||||
@(list-upgrades|lu))
|
||||
options="${options} --ignore-build-no --long --component \
|
||||
--install-info"
|
||||
;;
|
||||
@(rebuild-db|rdb))
|
||||
options="${options} --files"
|
||||
;;
|
||||
@(remove|rm))
|
||||
options="${options} --ignore-dependency --ignore-comar \
|
||||
--ignore-safety --dry-run --purge --component"
|
||||
;;
|
||||
@(remove-repo|rr))
|
||||
options="${options}"
|
||||
;;
|
||||
@(search|sr))
|
||||
options="${options} --language --repository --installdb \
|
||||
--sourcedb --name --summary --description"
|
||||
;;
|
||||
@(search-file|sf))
|
||||
options="${options} --long --quiet"
|
||||
;;
|
||||
@(update-repo|ur))
|
||||
options="${options} --force"
|
||||
;;
|
||||
@(upgrade|up))
|
||||
options="${options} --ignore-dependency --ignore-comar \
|
||||
--ignore-safety --dry-run --ignore-build-no \
|
||||
--security-only --bypass-update-repo \
|
||||
--ignore-file-conflicts --ignore-package-conflicts \
|
||||
--component --repository --fetch-only --exclude --exclude-from"
|
||||
;;
|
||||
esac
|
||||
COMPREPLY=($(compgen -W "$options" -- $cur))
|
||||
return 0;
|
||||
else
|
||||
case $command in
|
||||
@(install|it))
|
||||
if [ `ls *.pisi 2> /dev/null | wc -l` -gt 0 ]; then
|
||||
packages=""
|
||||
else
|
||||
if `ls /var/lib/pisi/index/* &>/dev/null`; then
|
||||
packages=`grep -P "<Name>[^\s]*</Name>" /var/lib/pisi/index/*/pisi-index.xml | gawk -F '>' '{print $2}' | gawk -F '<' '{print $1}' | sort | uniq | tr "\n" " "`
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
@(info))
|
||||
if `ls /var/lib/pisi/index/* &>/dev/null`; then
|
||||
packages=`grep -P "<Name>[^\s]*</Name>" /var/lib/pisi/index/*/pisi-index.xml | gawk -F '>' '{print $2}' | gawk -F '<' '{print $1}' | sort | uniq | tr "\n" " "`
|
||||
fi
|
||||
;;
|
||||
@(upgrade|up|remove|rm))
|
||||
if `ls /var/lib/pisi/index/* &>/dev/null`; then
|
||||
packages=`grep -P "<Name>[^\s]*</Name>" /var/lib/pisi/package/*/metadata.xml | gawk -F '>' '{print $2}' | gawk -F '<' '{print $1}' | sort | uniq | tr "\n" " "`
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
COMPREPLY=($(compgen -f -W "$packages" -- $cur))
|
||||
return 0;
|
||||
fi
|
||||
fi
|
||||
_filedir '@(pisi)'
|
||||
}
|
||||
complete -F _pisi -o filenames pisi
|
||||
|
||||
_service()
|
||||
{
|
||||
local list
|
||||
|
||||
COMPREPLY=()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
cur_num=${#COMP_WORDS[*]}
|
||||
|
||||
if [[ ${cur_num} == 2 ]]; then
|
||||
list=`/usr/bin/hav list-apps System.Service`
|
||||
COMPREPLY=($(compgen -W "${list} dbus" -- ${cur}))
|
||||
elif [[ ${cur_num} -ge 3 ]]; then
|
||||
COMPREPLY=($(compgen -W "on off start stop restart reload" -- ${cur}))
|
||||
fi
|
||||
}
|
||||
complete -F _service service
|
||||
|
||||
_hav()
|
||||
{
|
||||
local list command app model
|
||||
|
||||
list=""
|
||||
|
||||
COMPREPLY=()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
cur_num=${#COMP_WORDS[*]}
|
||||
|
||||
if [[ ${cur_num} == 2 ]]; then
|
||||
COMPREPLY=($(compgen -W "call list-apps list-models list-methods register remove" -- ${cur}))
|
||||
elif [[ ${cur_num} == 3 ]]; then
|
||||
command=${COMP_WORDS[1]}
|
||||
case $command in
|
||||
@(call))
|
||||
list=`/usr/bin/hav list-apps`
|
||||
;;
|
||||
@(list-models|list-methods|register|remove))
|
||||
list=`/usr/bin/hav list-apps`
|
||||
;;
|
||||
esac
|
||||
COMPREPLY=($(compgen -W "${list}" -- ${cur}))
|
||||
elif [[ ${cur_num} == 4 ]]; then
|
||||
command=${COMP_WORDS[1]}
|
||||
app=${COMP_WORDS[2]}
|
||||
case $command in
|
||||
@(call))
|
||||
list=`/usr/bin/hav list-models ${app}`
|
||||
;;
|
||||
esac
|
||||
COMPREPLY=($(compgen -W "${list}" -- ${cur}))
|
||||
elif [[ ${cur_num} == 5 ]]; then
|
||||
command=${COMP_WORDS[1]}
|
||||
app=${COMP_WORDS[2]}
|
||||
model=${COMP_WORDS[3]}
|
||||
case $command in
|
||||
@(call))
|
||||
list=`/usr/bin/hav list-methods ${app} ${model}`
|
||||
;;
|
||||
esac
|
||||
COMPREPLY=($(compgen -W "${list}" -- ${cur}))
|
||||
fi
|
||||
}
|
||||
complete -F _hav hav
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bash-completion</Name>
|
||||
<Homepage>http://bash-completion.alioth.debian.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Programmable completion for bash</Summary>
|
||||
<Description>A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters.</Description>
|
||||
<Archive sha1sum="b74bf7d83646e1412bb07dbb1de09db1c9715599" type="tarbz2">http://bash-completion.alioth.debian.org/files/bash-completion-2.1.tar.bz2</Archive>
|
||||
<Patches>
|
||||
<!-- <Patch>pisilinux.patch</Patch> -->
|
||||
<!-- <Patch level="1">libreoffice_completion.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>bash-completion</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/etc</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/var</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/bash_completion.d/pisilinux">pisilinux</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-02-23</Date>
|
||||
<Version>2.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-14</Date>
|
||||
<Version>2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2011-06-20</Date>
|
||||
<Version>1.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bash-completion</Name>
|
||||
<Summary xml:lang="tr">Bash kabuğu için otomatik tamamlama</Summary>
|
||||
<Description xml:lang="tr">Kabukta çeşitli uygulamalar için otomatik tamamlama özelliği eklenebilmesine olanak sağlayan bir programdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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 get
|
||||
|
||||
WorkDir = "%s-4.3-0.91" % get.srcNAME()
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog*", "COPYING", "NEWS", "README", "THANKS", "TODO")
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bashdb</Name>
|
||||
<Homepage>http://bashdb.sourceforge.net</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A Debugger for Bash</Summary>
|
||||
<Description>bashdb is a comprehensive source-code debugger for bash.</Description>
|
||||
<Archive sha1sum="ef8360fa97832a88c44f020e7bc20fa0e5ba7443" type="targz">mirrors://sourceforge/bashdb/bashdb-4.3-0.91.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>bashdb</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/bashdb</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-01-22</Date>
|
||||
<Version>0.91</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-19</Date>
|
||||
<Version>4.2.0.8</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2011-05-27</Date>
|
||||
<Version>4.2.0.8</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bashdb</Name>
|
||||
<Summary xml:lang="tr">Bash Kabuğu için bir hata ayıklayıcısı</Summary>
|
||||
<Description xml:lang="tr">bashdb, bash için kapsamlı bir kaynak kodu hata ayıklayıcısıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>util.shell</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
# -*- 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("--enable-compat-rules \
|
||||
--with-xkb-rules-symlink=xorg")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "TODO", "README*", "NEWS")
|
||||
@@ -0,0 +1,10 @@
|
||||
Section "InputClass"
|
||||
Identifier "Keyboard Options"
|
||||
MatchIsKeyboard "on"
|
||||
|
||||
#Option "xkb_rules" "evdev"
|
||||
#Option "xkb_model" "evdev"
|
||||
#Option "xkb_options" "ctrl:nocaps,kpdl:dot,terminate:ctrl_alt_bksp"
|
||||
#Option "xkb_layout" "tr"
|
||||
#Option "xkb_variant" "f"
|
||||
EndSection
|
||||
@@ -0,0 +1,29 @@
|
||||
ACTION!="add|change", GOTO="xkb_end"
|
||||
ENV{ID_INPUT_KEYBOARD}!="?*", GOTO="xkb_end"
|
||||
|
||||
IMPORT{cmdline}="xkeymap"
|
||||
|
||||
ENV{xkeymap}=="?*", PROGRAM="/bin/sh -c 'echo $env{xkeymap} | tr : \\t'", ENV{xkblayout}="%c{1}"
|
||||
ENV{xkeymap}=="?*:?*", ENV{xkbvariant}="%c{2}"
|
||||
|
||||
ENV{xkeymap}=="?*", GOTO="xkb_end"
|
||||
|
||||
# If a cmdline option is not given, use the configuration
|
||||
# snippet (/etc/X11/xorg.conf.d/00-configured-keymap.conf).
|
||||
ENV{ID_INPUT.tags}="use_configured_keymap"
|
||||
|
||||
IMPORT{file}="/etc/env.d/03locale"
|
||||
ENV{LANG}=="?*", PROGRAM="/bin/sh -c 'echo $${LANG,,} | tr .@_ \\t'", ENV{.language}="%c{1}", ENV{.territory}="%c{2}"
|
||||
|
||||
ENV{.language}=="ar", ENV{xkblayout}="ara"
|
||||
ENV{.language}=="el", ENV{xkblayout}="gr"
|
||||
ENV{.language}=="es", ENV{.territory}!="es", ENV{xkblayout}="latam"
|
||||
ENV{.language}=="sr", ENV{xkblayout}="rs"
|
||||
ENV{.language}=="tr", ENV{xkblayout}="tr"
|
||||
|
||||
# See Pardus Bugzilla #4271
|
||||
ENV{.territory}=="nl", ENV{xkblayout}="us", ENV{xkbvariant}="intl"
|
||||
|
||||
ENV{.territory}=="?*", ENV{xkblayout}!="?*", ENV{xkblayout}="$env{.territory}"
|
||||
|
||||
LABEL="xkb_end"
|
||||
@@ -0,0 +1,31 @@
|
||||
From 824ce3a400a452929f90a038033c83055c01a2d7 Mon Sep 17 00:00:00 2001
|
||||
From: Fedora X Ninjas <x@fedoraproject.org>
|
||||
Date: Mon, 24 Nov 2008 12:59:09 +1000
|
||||
Subject: [PATCH] Map TLDE to Zenkaku/Hankaku in jp, and BKSL to bracket/brace right (#469537).
|
||||
|
||||
This patch is only needed for jp on a non-jp106 keyboard model.
|
||||
---
|
||||
symbols/jp | 7 +++++++
|
||||
1 files changed, 7 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/symbols/jp b/symbols/jp
|
||||
index 694090c..ef0b0f7 100644
|
||||
--- a/symbols/jp
|
||||
+++ b/symbols/jp
|
||||
@@ -24,6 +24,13 @@ xkb_symbols "common" {
|
||||
symbols[Group1]= [ Zenkaku_Hankaku, Kanji ]
|
||||
};
|
||||
|
||||
+ key <TLDE> {
|
||||
+ type[Group1]="PC_ALT_LEVEL2",
|
||||
+ symbols[Group1]= [ Zenkaku_Hankaku, Kanji ]
|
||||
+ };
|
||||
+
|
||||
+ key <BKSL> { [ bracketright, braceright ] };
|
||||
+
|
||||
key <AE01> { [ 1, exclam ] };
|
||||
key <AE02> { [ 2, quotedbl ] };
|
||||
key <AE03> { [ 3, numbersign ] };
|
||||
--
|
||||
1.6.0.3
|
||||
|
||||
@@ -0,0 +1,108 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xkeyboard-config</Name>
|
||||
<Homepage>http://freedesktop.org/wiki/Software/XKeyboardConfig</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>X keyboard configuration database</Summary>
|
||||
<Description>xkeyboard-config aims to provide consistent and well-structured X keyboard configuration data for X Window System implementations.</Description>
|
||||
<Archive sha1sum="b37c42b26739bedb9716c60c92f721c1ad934116" type="tarbz2">mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.14.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>xorg-proto</Dependency>
|
||||
<Dependency>xorg-app</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">xkeyboard-config-1.4-jp-tilde.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xkeyboard-config</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xorg-app</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/X11/xorg.conf.d</Path>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="data">/usr/share/X11/xkb</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/pkgconfig</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/X11/xorg.conf.d/10-keyboard.conf">10-keyboard.conf</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/lib/udev/rules.d/95-xkb.rules">95-xkb.rules</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2015-05-14</Date>
|
||||
<Version>2.14</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2015-01-29</Date>
|
||||
<Version>2.14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2015-01-21</Date>
|
||||
<Version>2.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-08-31</Date>
|
||||
<Version>2.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-05-15</Date>
|
||||
<Version>2.11</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-08-25</Date>
|
||||
<Version>2.9</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-06-21</Date>
|
||||
<Version>2.9</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-11-22</Date>
|
||||
<Version>2.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xkeyboard-config</Name>
|
||||
<Summary xml:lang="tr">X klavye yapılandırma veritabanı</Summary>
|
||||
<Description xml:lang="tr">xkeyboard-config, X Pencere Sistemi için tutarlı ve iyi tasarlanmış X klavye yapılandırma verisi sağlamayı amaçlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user