Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3AF55781A83 for ; Sun, 6 Oct 2019 12:27:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1FBB12548F for ; Sun, 6 Oct 2019 14:17:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id di8s1qAQEfTN; Sun, 6 Oct 2019 14:17:45 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1570364265; bh=yIFSaJzN5KKTe0diBaIRm4kGPUfZiTlMAli6oUV1gho=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=aCnsobD8eqiNv6SN5UYRgyTXHRXynww+0BkwkXClipod32JhJB36QGpMvReKcGCBp UZrSDEkGxLd2HY7C3xVq3oFdBJnCo0lVO/hDaOL5lcO2Zn5L4txJNnYknXUL5Up5IR /RJVO6wCg985ixMttGF1rqfHsDVuWbF8oBS9pKAKLsI2YsV1m5GZvi66TcoUmOLed4 cirElr4rSmLHn/LT9MTMDszYDRz8gT/vheNly/AOGSXSHemfNpZ9e54Ny7f5V13ar6 zlvDgEUlK5/Y0mZX4RWRvHnU4t1Z3jtA9CjK03470HfB+woVnI+VQry94sMqSO9CdV jEQyuBMAuLYGQ== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 3/3] testing/kde-applications: add spectacle to -base Date: Sun, 6 Oct 2019 14:17:35 +0200 Message-Id: <20191006121735.13535-3-bribbers@disroot.org> In-Reply-To: <20191006121735.13535-1-bribbers@disroot.org> References: <20191006121735.13535-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kde-applications/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/kde-applications/APKBUILD b/testing/kde-applications/APKBUILD index aaaeec6e6e..622ffbb6b1 100644 --- a/testing/kde-applications/APKBUILD +++ b/testing/kde-applications/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=kde-applications pkgver=19.08.1 -pkgrel=0 +pkgrel=1 arch="noarch !ppc64le !s390x" # Limited by edu, network and pim url="https://kde.org/applications/" pkgdesc="KDE Applications meta package" @@ -63,7 +63,8 @@ base() { keditbookmarks konsole kate - kwrite" + kwrite + spectacle" mkdir -p "$subpkgdir" } -- 2.23.0