From a89df1be24a1353b662e836293ea98d702fb8fa4 Mon Sep 17 00:00:00 2001 From: alerque Date: Wed, 17 May 2023 07:49:25 +0000 Subject: [PATCH] db-remove: podofo removed by alerque git-svn-id: file:///srv/repos/svn-community/svn@1462923 9fca08f4-af9d-4005-b8df-a31f2cc04f65 --- podofo/repos/community-staging-x86_64/PKGBUILD | 44 ---------------------- podofo/repos/community-staging-x86_64/PKGBUILD.svn | 37 ------------------ 2 files changed, 81 deletions(-) delete mode 100644 podofo/repos/community-staging-x86_64/PKGBUILD delete mode 100644 podofo/repos/community-staging-x86_64/PKGBUILD.svn diff --git a/podofo/repos/community-staging-x86_64/PKGBUILD b/podofo/repos/community-staging-x86_64/PKGBUILD deleted file mode 100644 index cc99ff756f3b..000000000000 --- a/podofo/repos/community-staging-x86_64/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Maintainer: Caleb Maclennan -# Maintainer: Jelle van der Waa -# Contributor: Giovanni Scafora -# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > -# Contributor: Preecha Patumchareonpol - -pkgname=podofo -pkgver=0.10.0 -pkgrel=2 -pkgdesc='A C++ library to work with the PDF file format' -arch=(x86_64) -url="http://$pkgname.sourceforge.net" -_url="https://github.com/$pkgname/$pkgname" -license=(GPL2 LGPL2.1) -depends=(fontconfig - freetype2 - libidn - libjpeg-turbo - libpng - libtiff - libxml2 - lua - openssl - zlib) -makedepends=(cmake) -provides=(libpodofo.so) -_archive="$pkgname-$pkgver" -source=("$_url/archive/$pkgver/$_archive.tar.gz") -sha256sums=('c9bf607fe4862b5cc6eac1754f0e39674c553350e8bbde68f5fff3e3eb2ed4bc') - -build() { - cd "$_archive" - cmake -B build \ - -D CMAKE_INSTALL_PREFIX=/usr \ - -D PODOFO_HAVE_JPEG_LIB=True \ - -D PODOFO_HAVE_PNG_LIB=True \ - -D PODOFO_HAVE_TIFF_LIB=True - make -C build -} - -package() { - cd "$_archive" - make -C build DESTDIR="$pkgdir" install -} diff --git a/podofo/repos/community-staging-x86_64/PKGBUILD.svn b/podofo/repos/community-staging-x86_64/PKGBUILD.svn deleted file mode 100644 index 807d48669944..000000000000 --- a/podofo/repos/community-staging-x86_64/PKGBUILD.svn +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 213059 2017-02-18 11:53:46Z arojas $ -# Maintainer: Giovanni Scafora -# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > -# Contributor: Preecha Patumchareonpol - -pkgname=podofo -pkgver=0.9.5.svn.20170807 -pkgrel=1 -pkgdesc='Library to work with the PDF file format' -url='http://podofo.sourceforge.net' -arch=('x86_64') -license=('GPL') -makedepends=('cmake' 'subversion') -depends=('lua' 'openssl' 'fontconfig' 'libtiff' 'libidn' 'libjpeg-turbo') -source=('svn+https://svn.code.sf.net/p/podofo/code/podofo/trunk') -sha256sums=('SKIP') - -prepare() { - cd "${srcdir}/trunk" - install -d build -} - -build() { - cd "${srcdir}/trunk/build" - cmake -DCMAKE_INSTALL_PREFIX=/usr .. \ - -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2 \ - -DPODOFO_BUILD_SHARED=1 \ - -DPODOFO_HAVE_JPEG_LIB=1 \ - -DPODOFO_HAVE_PNG_LIB=1 \ - -DPODOFO_HAVE_TIFF_LIB=1 - make -} - -package() { - cd "${srcdir}/trunk/build" - make DESTDIR=$pkgdir install -} -- 2.11.4.GIT