diff --git a/packages/x11/toolkits/pango/build b/packages/x11/toolkits/pango/build deleted file mode 100755 index fc6d4d1707..0000000000 --- a/packages/x11/toolkits/pango/build +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static \ - --enable-shared \ - --disable-doc-cross-references \ - --enable-debug=no \ - --with-xft - -make -$MAKEINSTALL diff --git a/packages/x11/toolkits/pango/config/pango.modules b/packages/x11/toolkits/pango/config/pango.modules deleted file mode 100644 index 2494e6cc12..0000000000 --- a/packages/x11/toolkits/pango/config/pango.modules +++ /dev/null @@ -1,18 +0,0 @@ -# Pango Modules file -# Automatically generated file, do not edit -# -# ModulesPath = /usr/lib/pango/1.8.0/modules -# -/usr/lib/pango/1.8.0/modules/pango-arabic-lang.so ArabicScriptEngineLang PangoEngineLang PangoRenderNone arabic:* -/usr/lib/pango/1.8.0/modules/pango-basic-fc.so BasicScriptEngineFc PangoEngineShape PangoRenderFc common: -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so devaIndicScriptEngineLang PangoEngineLang PangoRenderNone devanagari:* -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so bengIndicScriptEngineLang PangoEngineLang PangoRenderNone bengali:* -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so guruIndicScriptEngineLang PangoEngineLang PangoRenderNone gurmukhi:* -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so gujrIndicScriptEngineLang PangoEngineLang PangoRenderNone gujarati:* -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so oryaIndicScriptEngineLang PangoEngineLang PangoRenderNone oriya:* -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so tamlIndicScriptEngineLang PangoEngineLang PangoRenderNone tamil:* -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so teluIndicScriptEngineLang PangoEngineLang PangoRenderNone telugu:* -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so kndaIndicScriptEngineLang PangoEngineLang PangoRenderNone kannada:* -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so mlymIndicScriptEngineLang PangoEngineLang PangoRenderNone malayalam:* -/usr/lib/pango/1.8.0/modules/pango-indic-lang.so sinhIndicScriptEngineLang PangoEngineLang PangoRenderNone sinhala:* - diff --git a/packages/x11/toolkits/pango/config/pangorc b/packages/x11/toolkits/pango/config/pangorc deleted file mode 100644 index d37ff990ad..0000000000 --- a/packages/x11/toolkits/pango/config/pangorc +++ /dev/null @@ -1,6 +0,0 @@ -[Pango] -ModuleFiles = /etc/pango/pango.modules -ModulesPath = /usr/lib/pango/1.8.0/modules - -[PangoX] -AliasFiles = /etc/pango/pangox.aliases diff --git a/packages/x11/toolkits/pango/install b/packages/x11/toolkits/pango/install deleted file mode 100755 index ba5198988e..0000000000 --- a/packages/x11/toolkits/pango/install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -MODULE_VERSION=`pkg-config pango --variable=pango_module_version` - -mkdir -p $INSTALL/usr/lib - cp -P $PKG_BUILD/$1/.libs/libpango*.so* $INSTALL/usr/lib - rm -rf $INSTALL/usr/lib/libpango*.so*T - -mkdir -p $INSTALL/usr/lib/pango/$MODULE_VERSION/modules - cp -P $PKG_BUILD/modules/*/.libs/*.so \ - $INSTALL/usr/lib/pango/$MODULE_VERSION/modules - -mkdir -p $INSTALL/usr/bin - cp $PKG_BUILD/$1/.libs/pango-querymodules $INSTALL/usr/bin - -mkdir -p $INSTALL/etc/pango -# cp $PKG_BUILD/$1/pangox.aliases $INSTALL/etc/pango - cp $PKG_DIR/config/pango.modules $INSTALL/etc/pango - cp $PKG_DIR/config/pangorc $INSTALL/etc/pango diff --git a/packages/x11/toolkits/pango/meta b/packages/x11/toolkits/pango/meta deleted file mode 100644 index 9e8934d6a2..0000000000 --- a/packages/x11/toolkits/pango/meta +++ /dev/null @@ -1,35 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="pango" -PKG_VERSION="1.32.6" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://www.pango.org/" -PKG_URL="http://ftp.gnome.org/pub/gnome/sources/pango/1.32/$PKG_NAME-$PKG_VERSION.tar.xz" -PKG_DEPENDS="glib cairo freetype fontconfig libX11 libXft harfbuzz" -PKG_BUILD_DEPENDS="toolchain glib cairo freetype fontconfig libX11 libXft harfbuzz" -PKG_PRIORITY="optional" -PKG_SECTION="x11/toolkits" -PKG_SHORTDESC="pango: Library for layout and rendering of internationalized text" -PKG_LONGDESC="The goal of the Pango project is to provide an open-source framework for the layout and rendering of internationalized text. Pango is an offshoot of the GTK+ and GNOME projects, and the initial focus is operation in those environments, however there is nothing fundamentally GTK+ or GNOME specific about Pango. Pango uses Unicode for all of its encoding, and will eventually support output in all the worlds major languages." -PKG_IS_ADDON="no" -PKG_AUTORECONF="yes"