From 018f946ee70600993c60a74046f417ca05bdb41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 20 Sep 2021 17:08:32 +0200 Subject: ArchLinux: Take a newer state of pkgbuilds from Michael Manley Clean old long-term not maintained pkgbuilds. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- arch/tde-core/tde-libart-lgpl/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 arch/tde-core/tde-libart-lgpl/PKGBUILD (limited to 'arch/tde-core/tde-libart-lgpl') diff --git a/arch/tde-core/tde-libart-lgpl/PKGBUILD b/arch/tde-core/tde-libart-lgpl/PKGBUILD new file mode 100644 index 000000000..a629b72fb --- /dev/null +++ b/arch/tde-core/tde-libart-lgpl/PKGBUILD @@ -0,0 +1,32 @@ +# Maintainer: Michael Manley +# Contributor: David C. Rankin + +pkgname=tde-libart-lgpl +pkgver=14.0.5 +pkgrel=1 +pkgdesc="Trinity Desktop LGPL'd Component" +arch=('i686' 'x86_64') +url="http://scm.trinitydesktop.org/scm/git/libart-lgpl" +license=('LGPL') +groups=('tde-core') +depends=('tde-tqtinterface') +makedepends=() +optdepends=() +provides=('libart-lgpl') +conflicts=() +replaces=() +options=('staticlibs' 'libtool' '!strip') +install= +source=("http://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/dependencies/libart-lgpl-R${pkgver}.tar.bz2") +md5sums=('89ee9f3901fdd8622b24e789638818e6') + +build() { + cd $srcdir/dependencies/${pkgname#*-} + ./configure --prefix=${TDEDIR} + make +} + +package() { + cd $srcdir/dependencies/${pkgname#*-} + make -j1 DESTDIR=$pkgdir install +} -- cgit v1.2.1