Add gtk-update-icon-cache as dependency
This commit is contained in:
@@ -26,10 +26,15 @@ build() {
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
cd build
|
||||
|
||||
|
||||
DESTDIR="$BPM_OUTPUT" ninja install
|
||||
|
||||
# Install BPM hooks
|
||||
install -Dm644 "$BPM_WORKDIR"/*.bpmhook -t "$BPM_OUTPUT"/var/lib/bpm/hooks/
|
||||
|
||||
# Remove gtk-update-icon-cache binary
|
||||
rm "$BPM_OUTPUT"/usr/bin/gtk-update-icon-cache
|
||||
|
||||
# Install package license
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/gtk3/COPYING
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user