From 2aa9bbb4e5d447288389ac1d4ffa69cd15741627 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 15 Sep 2022 10:08:06 -0300 Subject: profiles: allow perl/exiftool on the relevant profiles Programs that seem to support exiftool: $ LC_ALL=C pacman -Sii perl-image-exiftool | grep -e '^Version' -e '^Required' -e '^Optional For' | head -n 3 Version : 12.42-1 Required By : digikam geotag gitlab-workhorse mat2 rapid-photo-downloader Optional For : darktable geeqie gpsprune hugin jpeg-archive ranger recoll shutter Environment: Artix Linux. Note for hugin.profile: Does not currently work with private-bin on Arch/Artix; see the private-bin comment on etc/profile-a-l/exiftool.profile. Relates to #5365. --- etc/profile-a-l/digikam.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-a-l/digikam.profile') diff --git a/etc/profile-a-l/digikam.profile b/etc/profile-a-l/digikam.profile index f1056482c..c1f0e3a14 100644 --- a/etc/profile-a-l/digikam.profile +++ b/etc/profile-a-l/digikam.profile @@ -13,6 +13,9 @@ noblacklist ${HOME}/.kde4/share/apps/digikam noblacklist ${HOME}/.local/share/kxmlgui5/digikam noblacklist ${PICTURES} +# Allow perl (blacklisted by disable-interpreters.inc) +include allow-perl.inc + include disable-common.inc include disable-devel.inc include disable-exec.inc -- cgit v1.2.3-54-g00ecf