diff options
author | somepaulo | 2024-12-26 19:50:27 +0000 |
---|---|---|
committer | somepaulo | 2024-12-26 19:50:27 +0000 |
commit | 0ea7898c5f879fb2fd7620bd3627442aca0c3604 (patch) | |
tree | a40f16b91c0d9990427a6a13ccc9e2c10b2734f7 | |
parent | 85dee5e18b69270235603532c837b96c073ed093 (diff) | |
download | aur-0ea7898c5f879fb2fd7620bd3627442aca0c3604.tar.gz |
Testing file exclusion
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ 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.2.r0.gae561cd + pkgver = 47.2.r73.gb2d1545 pkgrel = 1 url = https://github.com/somepaulo/MoreWaita arch = any @@ -3,7 +3,7 @@ pkgname=morewaita-icon-theme-git _reponame=MoreWaita -pkgver=47.2.r0.gae561cd +pkgver=47.2.r73.gb2d1545 pkgrel=1 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) @@ -26,7 +26,8 @@ package() { local themedir="$pkgdir/usr/share/icons/MoreWaita" install -d "$themedir" - cp -r "$_reponame/scalable" "$themedir/scalable" - cp -r "$_reponame/symbolic" "$themedir/symbolic" - cp "$_reponame/index.theme" "$themedir/index.theme" + cp -r "$_reponame/scalable"!\(meson.build\) "$themedir/scalable" + cp -r "$_reponame/symbolic"!\(meson.build\) "$themedir/symbolic" + cp "$_reponame/index.theme" "$themedir/index.theme" + cp "$_reponame/LICENSE" "$themedir/LICENSE" } |