From ffdbe10651e3452510710b4077b27361b9554eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 14 Jul 2015 01:23:16 +0300 Subject: [PATCH] libdmx dep for xorg-app --- x11/library/libdmx/actions.py | 20 +++++++ x11/library/libdmx/pspec.xml | 86 +++++++++++++++++++++++++++++ x11/library/libdmx/translations.xml | 14 +++++ 3 files changed, 120 insertions(+) create mode 100644 x11/library/libdmx/actions.py create mode 100644 x11/library/libdmx/pspec.xml create mode 100644 x11/library/libdmx/translations.xml diff --git a/x11/library/libdmx/actions.py b/x11/library/libdmx/actions.py new file mode 100644 index 0000000000..79bbe451f4 --- /dev/null +++ b/x11/library/libdmx/actions.py @@ -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.autoreconf("-vif") + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("ChangeLog", "COPYING", "README") diff --git a/x11/library/libdmx/pspec.xml b/x11/library/libdmx/pspec.xml new file mode 100644 index 0000000000..d40105e480 --- /dev/null +++ b/x11/library/libdmx/pspec.xml @@ -0,0 +1,86 @@ + + + + + libdmx + http://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + X.Org dmx library + libdmx is the X Window System DMX (Distributed Multihead X) extension library. + mirrors://xorg/individual/lib/libdmx-1.1.3.tar.bz2 + + libXext-devel + libX11-devel + util-macros + + + + + libdmx + + libXext + libX11 + + + /usr/lib + /usr/share/doc + + + + + libdmx-devel + Development files for libdmx + + libdmx + libXext-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man + + + + + + 2014-05-16 + 1.1.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.1.3 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.1.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.1.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.1.2 + First release + Erdem Artan + admins@pisilinux.org + + + diff --git a/x11/library/libdmx/translations.xml b/x11/library/libdmx/translations.xml new file mode 100644 index 0000000000..5b87e76de9 --- /dev/null +++ b/x11/library/libdmx/translations.xml @@ -0,0 +1,14 @@ + + + + libdmx + X.Org dmx kitaplığı + Librairie dmx de X.Org + X.Org dmx Bibliothek + + + + libdmx-devel + libdmx için geliştirme dosyaları + +