summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomepaulo2024-12-26 19:50:27 +0000
committersomepaulo2024-12-26 19:50:27 +0000
commit0ea7898c5f879fb2fd7620bd3627442aca0c3604 (patch)
treea40f16b91c0d9990427a6a13ccc9e2c10b2734f7
parent85dee5e18b69270235603532c837b96c073ed093 (diff)
downloadaur-0ea7898c5f879fb2fd7620bd3627442aca0c3604.tar.gz
Testing file exclusion
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 693067cae96c..a3eea7a3c3b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index ead6ec2a42b6..144786136356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
}