mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-09 23:37:05 +02:00
testing/gnome-colors: fix depends
This commit is contained in:
parent
8a645d5f16
commit
45d90f05e9
@ -2,15 +2,13 @@
|
|||||||
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
||||||
pkgname=gnome-colors
|
pkgname=gnome-colors
|
||||||
pkgver=5.5.1
|
pkgver=5.5.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="gnome-colors icon themes meta package (all themes)"
|
pkgdesc="gnome-colors icon themes meta package (all themes)"
|
||||||
url="https://code.google.com/p/gnome-colors/"
|
url="https://code.google.com/p/gnome-colors/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPLv2"
|
license="GPLv2"
|
||||||
depends_dev=""
|
subpackages="$pkgname-common
|
||||||
makedepends="$depends_dev"
|
gnome-brave-icon-theme:brave
|
||||||
subpackages="gnome-brave-icon-theme:brave
|
|
||||||
$pkgname-common
|
|
||||||
gnome-dust-icon-theme:dust
|
gnome-dust-icon-theme:dust
|
||||||
gnome-human-icon-theme:human
|
gnome-human-icon-theme:human
|
||||||
gnome-illustrious-icon-theme:illustrious
|
gnome-illustrious-icon-theme:illustrious
|
||||||
@ -18,8 +16,8 @@ subpackages="gnome-brave-icon-theme:brave
|
|||||||
gnome-wine-icon-theme:wine
|
gnome-wine-icon-theme:wine
|
||||||
gnome-wise-icon-theme:wise
|
gnome-wise-icon-theme:wise
|
||||||
"
|
"
|
||||||
install_if="gnome-colors-common gnome-icon-theme-brave gnome-icon-theme-dust gnome-icon-theme-human
|
depends="$pkgname-common gnome-brave-icon-theme gnome-dust-icon-theme gnome-human-icon-theme
|
||||||
gnome-icon-theme-illustrious gnome-icon-theme-noble gnome-icon-theme-wine gnome-icon-theme-wise"
|
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"
|
source="https://gnome-colors.googlecode.com/files/gnome-colors-$pkgver.tar.gz"
|
||||||
|
|
||||||
@ -55,7 +53,7 @@ _app() {
|
|||||||
|
|
||||||
pkgdesc="$color GNOME-Colors icon theme"
|
pkgdesc="$color GNOME-Colors icon theme"
|
||||||
if [ "$app" != "colors-common" ]; then
|
if [ "$app" != "colors-common" ]; then
|
||||||
install_if="$pkgname=$pkgver $pkgname-common"
|
depends="$pkgname-common"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$_builddir"
|
cd "$_builddir"
|
||||||
|
Loading…
Reference in New Issue
Block a user