From 772b8df9d52c4530662de3ab61955ca83cce5ba5 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 10 Sep 2019 15:44:03 -0300 Subject: community/bluefish: drop zenconding plugin - Requires python2 --- community/bluefish/APKBUILD | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/community/bluefish/APKBUILD b/community/bluefish/APKBUILD index 693dbba2452..e3d62883621 100644 --- a/community/bluefish/APKBUILD +++ b/community/bluefish/APKBUILD @@ -2,17 +2,14 @@ # Maintainer: ScrumpyJack pkgname=bluefish pkgver=2.2.10 -pkgrel=1 +pkgrel=2 pkgdesc="Bluefish is an editor targeted towards programmers and webdevelopers" url="http://bluefish.openoffice.nl/" arch="all" -license="GPL" -makedepends="libtool libxml2-dev python2-dev gtk+3.0-dev enchant-dev \ - gucharmap-dev intltool" +license="GPL-3.0-or-later" +makedepends="libtool libxml2-dev gtk+3.0-dev enchant-dev gucharmap-dev intltool" subpackages="$pkgname-lang $pkgname-doc" -source="http://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2" - -builddir=${srcdir}/${pkgname}-${pkgver} +source="http://www.bennewitz.com/bluefish/stable/source/bluefish-$pkgver.tar.bz2" prepare() { default_prepare @@ -20,15 +17,12 @@ prepare() { } build() { - cd "$builddir" - ./configure --prefix=/usr - make + ./configure --prefix=/usr + make } package() { - cd "$builddir" - make DESTDIR="$pkgdir" install - + make DESTDIR="$pkgdir" install } sha512sums="ddfad4c595d371dfd7ca5551c1771c2d82dbffcc90acda31bbd2a048730e24e2d1e37fbe847e5005d96acefdf5f38cb93785d23817e59624ecd7ea10bfbc3aeb bluefish-2.2.10.tar.bz2" -- cgit v1.2.3