X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 3DA93DC16E6 for ; Fri, 28 Aug 2015 22:36:57 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id F29FCDC07BF for ; Fri, 28 Aug 2015 22:36:56 +0000 (UTC) Received: from [2.123.95.130] (port=56212 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZVSGS-002YcU-9N; Fri, 28 Aug 2015 23:36:52 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/gnome-colors: fix depends Date: Fri, 28 Aug 2015 22:36:48 +0000 Message-Id: <1440801408-53516-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.5.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/gnome-colors/APKBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/testing/gnome-colors/APKBUILD b/testing/gnome-colors/APKBUILD index c78b29f..ba19224 100644 --- a/testing/gnome-colors/APKBUILD +++ b/testing/gnome-colors/APKBUILD @@ -2,15 +2,13 @@ # Maintainer: Stuart Cardall pkgname=gnome-colors pkgver=5.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="gnome-colors icon themes meta package (all themes)" url="https://code.google.com/p/gnome-colors/" arch="noarch" license="GPLv2" -depends_dev="" -makedepends="$depends_dev" -subpackages="gnome-brave-icon-theme:brave - $pkgname-common +subpackages="$pkgname-common + gnome-brave-icon-theme:brave gnome-dust-icon-theme:dust gnome-human-icon-theme:human gnome-illustrious-icon-theme:illustrious @@ -18,8 +16,8 @@ subpackages="gnome-brave-icon-theme:brave gnome-wine-icon-theme:wine gnome-wise-icon-theme:wise " -install_if="gnome-colors-common gnome-icon-theme-brave gnome-icon-theme-dust gnome-icon-theme-human - gnome-icon-theme-illustrious gnome-icon-theme-noble gnome-icon-theme-wine gnome-icon-theme-wise" +depends="$pkgname-common gnome-brave-icon-theme gnome-dust-icon-theme gnome-human-icon-theme + gnome-illustrious-icon-theme gnome-noble-icon-theme gnome-wine-icon-theme gnome-wise-icon-theme" source="https://gnome-colors.googlecode.com/files/gnome-colors-$pkgver.tar.gz" @@ -55,7 +53,7 @@ _app() { pkgdesc="$color GNOME-Colors icon theme" if [ "$app" != "colors-common" ]; then - install_if="$pkgname=$pkgver $pkgname-common" + depends="$pkgname-common" fi cd "$_builddir" -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---