summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2020-03-11 12:28:12 -0400
committerchrisjbillington2020-03-11 12:28:12 -0400
commitbef90103e78e3ce4ec2459941c70f24974e374c1 (patch)
tree8289ff0be7da450897b97dddb9ef9bb147e964d5
parentc11b237d8fd9c7bfabd7bf108555843659508ae3 (diff)
downloadaur-bef90103e78e3ce4ec2459941c70f24974e374c1.tar.gz
Update for further upstream restructuring.
Depend on humanity-icon-theme required by yaru icons
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0777e55c638a..c495e58e87ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yaru-git
pkgdesc = Yaru default ubuntu theme
- pkgver = 20.04.1.r118.g59b2e216
+ pkgver = 20.04.1.r136.gd9ce7145
pkgrel = 1
url = https://github.com/ubuntu/yaru
arch = any
@@ -44,6 +44,7 @@ pkgname = yaru-icon-theme-git
depends = hicolor-icon-theme
depends = gtk-update-icon-cache
depends = librsvg
+ depends = humanity-icon-theme
provides = yaru-icon-theme
conflicts = yaru-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index fa3cc21c08f9..fdbc9aecbbc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(yaru-sound-theme-git
yaru-unity-theme-git
yaru-icon-theme-git
yaru-session-git)
-pkgver=20.04.1.r118.g59b2e216
+pkgver=20.04.1.r136.gd9ce7145
pkgrel=1
pkgdesc="Yaru default ubuntu theme"
arch=(any)
@@ -38,7 +38,7 @@ _delete_all_from_pkgdir_except() {
rm -r "${pkgdir}"/usr/share/themes/Yaru{-light,{,-dark}/{gtk-*,index.theme}}
fi
if [[ "$1" != "gnome-shell-theme" ]]; then
- rm -r "${pkgdir}"/usr/share/themes/Yaru/gnome-shell
+ rm "${pkgdir}"/usr/share/themes/Yaru{,-dark}/gnome-shell
rm -r "${pkgdir}"/usr/share/gnome-shell/theme/Yaru{,-dark}
fi
if [[ "$1" != "unity-theme" ]]; then
@@ -95,7 +95,7 @@ package_yaru-unity-theme-git() {
package_yaru-icon-theme-git() {
pkgdesc="Yaru default ubuntu icon theme"
- depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
+ depends=(hicolor-icon-theme gtk-update-icon-cache librsvg humanity-icon-theme)
provides=(yaru-icon-theme)
conflicts=(yaru-icon-theme)