Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitcurator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0-rc.2
5.1.0-rc.3
19 changes: 19 additions & 0 deletions bitcurator/env/usr/local/bin/run-jhovecli.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/usr/bin/expect -f

#trap sigwinch and pass it to the child we spawned
#this allows the gnome-terminal window to be resized
trap {
set rows [stty rows]
set cols [stty columns]
stty rows $rows columns $cols < $spawn_out(slave,name)
} WINCH

set arg1 [lindex $argv 0]

spawn -noecho bash
expect "$ "
send "cd ~\n"
send "jhove\n"
interact
exit

31 changes: 31 additions & 0 deletions bitcurator/env/usr/share/icons/bitcurator/jhovelogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitcurator/python-packages/importlib-metadata.sls
100755 → 100644
Empty file.
Empty file modified bitcurator/repos/adoptium.sls
100755 → 100644
Empty file.
12 changes: 12 additions & 0 deletions bitcurator/theme/menu-config/jhovecli.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env xdg-open

[Desktop Entry]
Type=Application
Version=1.34
Name=JHOVE (CLI)
GenericName=jhovecli
Comment=JHOVE command-line
Terminal=true
Icon=/usr/share/icons/bitcurator/jhovelogo.svg
Exec=run-jhovecli.sh
Categories=Additional Tools
17 changes: 17 additions & 0 deletions bitcurator/theme/menu-config/jhovegui.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Desktop Entry]
# JHOVE GUI
# The format of this file is specified at
# http://freedesktop.org/Standards/desktop-entry-spec
# The entries are in the order they are listed in version 1.0
Type=Application
Version=1.34
Name=JHOVE (GUI)
GenericName=jhovegui
Comment=JHOVE GUI
Icon=/usr/share/icons/bitcurator/jhovegui.svg
Exec=/usr/local/bin/jhove-gui
Terminal=false
# Categorie entry according to version 1.0 of
# http://www.freedesktop.org/wiki/Specifications/menu-spec
Categories=Additional Tools

Empty file modified bitcurator/tools/jhove.sls
100755 → 100644
Empty file.