diff options
author | somepaulo | 2024-10-18 07:50:49 +0100 |
---|---|---|
committer | somepaulo | 2024-10-18 07:50:49 +0100 |
commit | b1cbab2d21de70a19c79c068d41e0bb3462c88be (patch) | |
tree | 9214901fec632b9de6055c4bb8850c26f482ced1 | |
parent | f7393823e2cd7e3ef4fcf9c53d173a2af1478fa9 (diff) | |
download | aur-b1cbab2d21de70a19c79c068d41e0bb3462c88be.tar.gz |
Fixed PKGBUILD
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = morewaita-icon-theme-git pkgdesc = An expanded Adwaita-styled companion icon theme with extra icons for popular apps to complement Gnome Shell's original icons. AUR package maintained by upstream developer. pkgver = 47.r1.5303741 - pkgrel = 2 + pkgrel = 3 url = https://github.com/somepaulo/MoreWaita arch = any license = GPL3 @@ -4,7 +4,7 @@ pkgname=morewaita-icon-theme-git _reponame=MoreWaita pkgver=47.r1.5303741 -pkgrel=2 +pkgrel=3 pkgdesc="An expanded Adwaita-styled companion icon theme with extra icons for popular apps to complement Gnome Shell's original icons. AUR package maintained by upstream developer." arch=(any) url="https://github.com/somepaulo/$_reponame" @@ -26,7 +26,7 @@ package() { local themedir="$pkgdir/usr/share/icons/MoreWaita" install -d "$themedir" - cp -r "$_reponame/scalable" "$themedir/apps" - cp -r "$_reponame/symbolic" "$themedir/mimes" + cp -r "$_reponame/scalable" "$themedir/scalable" + cp -r "$_reponame/symbolic" "$themedir/symbolic" cp "$_reponame/index.theme" "$themedir/index.theme" } |