From f1058c2e80285e5abc013709254a001dbf61fb01 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sun, 5 Jul 2015 02:18:03 +0300 Subject: [PATCH] libXpm:moved into main repo for pisi 2.0 --- x11/library/libXpm/actions.py | 20 +++++ x11/library/libXpm/pspec.xml | 114 ++++++++++++++++++++++++++++ x11/library/libXpm/translations.xml | 19 +++++ 3 files changed, 153 insertions(+) create mode 100644 x11/library/libXpm/actions.py create mode 100644 x11/library/libXpm/pspec.xml create mode 100644 x11/library/libXpm/translations.xml diff --git a/x11/library/libXpm/actions.py b/x11/library/libXpm/actions.py new file mode 100644 index 0000000000..d5a16a4458 --- /dev/null +++ b/x11/library/libXpm/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("AUTHORS", "ChangeLog", "COPYING", "README") diff --git a/x11/library/libXpm/pspec.xml b/x11/library/libXpm/pspec.xml new file mode 100644 index 0000000000..a7603566c8 --- /dev/null +++ b/x11/library/libXpm/pspec.xml @@ -0,0 +1,114 @@ + + + + + libXpm + http://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + X.Org Xpm library + LibXpm is the X pixmap library. + mirrors://xorg/individual/lib/libXpm-3.5.11.tar.bz2 + + libXext-devel + libXt-devel + + + + + libXpm + + libXext + libXt + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + libXpm-devel + Development files for libXpm + + libXpm + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + libXpm-32bit + emul32 + 32-bit shared libraries for libXpm + emul32 + + libXext-32bit + libXt-32bit + libX11-32bit + + + libXpm + libXext-32bit + libXt-32bit + libX11-32bit + + + /usr/lib32 + + + + + + 2014-05-16 + 3.5.11 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 3.5.11 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-12 + 3.5.10 + Revert back to 3.5.10. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 3.5.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 3.5.10 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 3.5.10 + First release + Erdem Artan + admins@pisilinux.org + + + diff --git a/x11/library/libXpm/translations.xml b/x11/library/libXpm/translations.xml new file mode 100644 index 0000000000..8bea9a6e1d --- /dev/null +++ b/x11/library/libXpm/translations.xml @@ -0,0 +1,19 @@ + + + + libXpm + X.Org Xpm kitaplığı + Librairie Xpm de X.Org + X.Org Xpm Bibliothek + + + + libXpm-devel + libXpm için geliştirme dosyaları + + + + libXpm-32bit + libXpm için 32-bit paylaşımlı kitaplıklar + +