diff --git a/pisi-index.xml b/pisi-index.xml index df9d4a40d0..c810bdee7c 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -78285,6 +78285,88 @@ Jabber and others + + + libexplain + http://libexplain.sourceforge.net/ + + erdinc gültekin + admins@pisilinux.org + + LGPLv2 + library + x11.library + Explain errno values returned by libc functions + Libc fonksiyonları tarafından döndürülen errno değerleri açıklar + The libexplain package provides a library which may be used to explain Unix and Linux system call errors + Libexplain paketi, Unix ve Linux sistem çağrısı hataları açıklamak için kullanılan bir kütüphane sunar. + http://sourceforge.net/projects/libexplain/files/1.4/libexplain-1.4.tar.gz + x11/library/libexplaine/pspec.xml + + + libexplain + + acl + libcap + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/locale + /usr/share/doc + + + + libexplain-devel + Development files for libexplain. + libexplain için geliştirme dosyaları + + libexplain + + + /usr/lib/pkgconfig + /usr/include + + + + + 2014-05-16 + 1.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-07 + 1.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-05-27 + 1.2 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-05-27 + 1.0 + First release + erdinc gültekin + admins@pisilinux.org + + + xcb-util-wm diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 6cce677011..e146603c61 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -f872a90612a941a9f3430a48533ea626c9278530 \ No newline at end of file +705e68c010e566cff2ed146ca4f3997a2ca7abc9 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 44f43c59d6..36f6917c7b 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index e643f8fb8f..787f9daa9b 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -6058433c573e6d1783c770fc11c2cf11cc6a06cb \ No newline at end of file +4b9d9822b5fd80334f2298c61fa6e49d9e35558e \ No newline at end of file diff --git a/x11/library/libexplaine/actions.py b/x11/library/libexplaine/actions.py new file mode 100644 index 0000000000..70043dbf9c --- /dev/null +++ b/x11/library/libexplaine/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + + + +def setup(): + skiptests=["t0555a","t0524a"] + for t in skiptests: + shelltools.system('sed -i "s/\([ \t]\)$t\([ \t]\)/\1/g" Makefile.in') + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("BUILDING", "LICENSE", "README") + + diff --git a/x11/library/libexplaine/pspec.xml b/x11/library/libexplaine/pspec.xml new file mode 100644 index 0000000000..94d8679e4e --- /dev/null +++ b/x11/library/libexplaine/pspec.xml @@ -0,0 +1,83 @@ + + + + + libexplain + http://libexplain.sourceforge.net/ + + erdinc gültekin + admins@pisilinux.org + + library + + LGPLv2 + Explain errno values returned by libc functions + The libexplain package provides a library which may be used to explain Unix and Linux system call errors + http://sourceforge.net/projects/libexplain/files/1.4/libexplain-1.4.tar.gz + + + + libexplain + + acl + libcap + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/locale + /usr/share/doc + + + + + libexplain-devel + Development files for libexplain. + + libexplain + + + /usr/lib/pkgconfig + /usr/include + + + + + + 2014-05-16 + 1.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-07 + 1.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-05-27 + 1.2 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-05-27 + 1.0 + First release + erdinc gültekin + admins@pisilinux.org + + + diff --git a/x11/library/libexplaine/translations.xml b/x11/library/libexplaine/translations.xml new file mode 100644 index 0000000000..44aed07096 --- /dev/null +++ b/x11/library/libexplaine/translations.xml @@ -0,0 +1,13 @@ + + + + libexplain + Libc fonksiyonları tarafından döndürülen errno değerleri açıklar + Libexplain paketi, Unix ve Linux sistem çağrısı hataları açıklamak için kullanılan bir kütüphane sunar. + + + + libexplain-devel + libexplain için geliştirme dosyaları + +