diff options
Diffstat (limited to 'nonprism/pidgin/PKGBUILD')
-rw-r--r-- | nonprism/pidgin/PKGBUILD | 1 |
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}" ) |