diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-06-03 08:13:53 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-06-03 08:15:00 -0400 |
commit | 937d40eda09086eaa0aef4e49a9dd9895434ecad (patch) | |
tree | c4025e2871b011cc4f21a983a31835bada31c607 /nonprism/pidgin | |
parent | a664da706b34231594b94f240ce1a855b2089a14 (diff) | |
download | abslibre-937d40eda09086eaa0aef4e49a9dd9895434ecad.tar.gz abslibre-937d40eda09086eaa0aef4e49a9dd9895434ecad.tar.bz2 abslibre-937d40eda09086eaa0aef4e49a9dd9895434ecad.zip |
housekeeping
Diffstat (limited to 'nonprism/pidgin')
-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}" ) |