summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-06-03 08:13:53 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2021-06-03 08:15:00 -0400
commit937d40eda09086eaa0aef4e49a9dd9895434ecad (patch)
treec4025e2871b011cc4f21a983a31835bada31c607 /nonprism
parenta664da706b34231594b94f240ce1a855b2089a14 (diff)
housekeeping
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/pidgin/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/nonprism/pidgin/PKGBUILD b/nonprism/pidgin/PKGBUILD
index aa11adeca..c9bc91599 100644
--- a/nonprism/pidgin/PKGBUILD
+++ b/nonprism/pidgin/PKGBUILD
@@ -47,6 +47,7 @@ prepare() {
# delete icons for removed services
# ASSERT: these correspond to the remove-services.patch changes to pidgin/pixmaps/Makefile.am
+ # and mutially exclusive to those in 'available_protocols' in build()
local remove_imgs_rx='aim\.|facebook\.|gadu-gadu\.|google-talk\.|icq\.|meanwhile\.|novell\.'
local remove_imgs=$(find pidgin/pixmaps/protocols/ -name '*.png' -or -name '*.svg' | \
grep -E "${remove_imgs_rx}" )