Skip to content

Commit

Permalink
Update gimp-junest.sh
Browse files Browse the repository at this point in the history
Added libraries required to implementing third-party plugins.
  • Loading branch information
ivan-hc authored Dec 13, 2023
1 parent 5a9e897 commit c52c687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gimp-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ _include_swrast_dri(){
}

_libkeywords(){
LIBSAVED="babl dbus gdk gegl gir gtk icons libalpm libheif libjxl libmng libwebp libwmf libXmu libXpm paint poppler readline xml" # Enter here keywords or file/folder names to save in /usr/lib.
LIBSAVED="babl dbus gdk gegl gir gtk icons libalpm libdl libheif libjxl libmng libpthread libutil libwebp libwmf libXmu libXpm paint poppler readline xml" # Enter here keywords or file/folder names to save in /usr/lib.
for arg in $LIBSAVED; do
for var in $arg; do
mv ./$APP.AppDir/.junest/usr/lib/*"$arg"* ./save/
Expand Down

0 comments on commit c52c687

Please sign in to comment.