diff options
-rw-r--r-- | libre/abiword-libre/PKGBUILD | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libre/abiword-libre/PKGBUILD b/libre/abiword-libre/PKGBUILD index 26fcce8eb..834b0a8b8 100644 --- a/libre/abiword-libre/PKGBUILD +++ b/libre/abiword-libre/PKGBUILD @@ -28,24 +28,6 @@ conflicts=('abiword') replaces=('abiword') provides=("abiword=$pkgver") - -# source PKGBUILD; mksource -#mksource() { - #wget http://www.abisource.com/downloads/abiword/${pkgver}/source/abiword-${pkgver}.tar.gz -O -| \ - # tar xzf - - -# pushd abiword-${pkgver} - #find -type f -print0 | xargs -0 sed -i "s:Times New Roman:Liberation Serif:g" - #patch -Np1 -i ../liberation-fonts.patch || return 1 - #popd - - #mv abiword-${pkgver} ${pkgbase}-${pkgver} - #tar czf ${pkgbase}-${pkgver}.tar.gz ${pkgbase}-${pkgver}/ - - #rm -r ${pkgbase}-${pkgver}/ - -#} - build() { cd "${srcdir}/${_pkgbase}-${pkgver}" |