From 65ca67a750f2e28d803601ffa8638482960e15ae Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 10 Jul 2013 22:47:07 +0300 Subject: [PATCH] remove package: 'harfbuzz', moving to unofficial --- packages/x11/toolkits/harfbuzz/build | 34 ------------------------- packages/x11/toolkits/harfbuzz/install | 35 -------------------------- packages/x11/toolkits/harfbuzz/meta | 35 -------------------------- 3 files changed, 104 deletions(-) delete mode 100755 packages/x11/toolkits/harfbuzz/build delete mode 100755 packages/x11/toolkits/harfbuzz/install delete mode 100644 packages/x11/toolkits/harfbuzz/meta diff --git a/packages/x11/toolkits/harfbuzz/build b/packages/x11/toolkits/harfbuzz/build deleted file mode 100755 index 2580de406c..0000000000 --- a/packages/x11/toolkits/harfbuzz/build +++ /dev/null @@ -1,34 +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 \ - -make -$MAKEINSTALL diff --git a/packages/x11/toolkits/harfbuzz/install b/packages/x11/toolkits/harfbuzz/install deleted file mode 100755 index dce0bc6356..0000000000 --- a/packages/x11/toolkits/harfbuzz/install +++ /dev/null @@ -1,35 +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/src/.libs/libharfbuzz.so* $INSTALL/usr/lib - rm -rf $INSTALL/usr/lib/libharfbuzz.so*T - -mkdir -p $INSTALL/usr/bin - cp $PKG_BUILD/util/.libs/hb-ot-shape-closure $INSTALL/usr/bin - cp $PKG_BUILD/util/.libs/hb-shape $INSTALL/usr/bin - cp $PKG_BUILD/util/.libs/hb-view $INSTALL/usr/bin - diff --git a/packages/x11/toolkits/harfbuzz/meta b/packages/x11/toolkits/harfbuzz/meta deleted file mode 100644 index 893ff2fdcf..0000000000 --- a/packages/x11/toolkits/harfbuzz/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="harfbuzz" -PKG_VERSION="0.9.11" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz" -PKG_URL="http://www.freedesktop.org/software/harfbuzz/release/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS="glib freetype cairo" -PKG_BUILD_DEPENDS="toolchain glib freetype cairo" -PKG_PRIORITY="optional" -PKG_SECTION="x11/toolkits" -PKG_SHORTDESC="harfbuzz: an OpenType text shaping engine." -PKG_LONGDESC="HarfBuzz is an OpenType text shaping engine." -PKG_IS_ADDON="no" -PKG_AUTORECONF="yes"