Skip to content

Commit

Permalink
Remove hyperhdr-remote app. Reason: #856
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jun 15, 2024
1 parent c881596 commit 60aee23
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 1,839 deletions.
1 change: 0 additions & 1 deletion cmake/arch/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ post_install() {
BINTP=/usr/bin
chmod +x -R $BINSP
ln -fs $BINSP/hyperhdr $BINTP/hyperhdr
ln -fs $BINSP/hyperhdr-remote $BINTP/hyperhdr-remote

# install desktop icons
echo "Install HyperHDR desktop icons"
Expand Down
1 change: 0 additions & 1 deletion cmake/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ BINSP=/usr/share/hyperhdr/bin
BINTP=/usr/bin
chmod +x -R $BINSP
ln -fs $BINSP/hyperhdr $BINTP/hyperhdr
ln -fs $BINSP/hyperhdr-remote $BINTP/hyperhdr-remote

# install desktop icons
echo "Install HyperHDR desktop icons"
Expand Down
11 changes: 0 additions & 11 deletions cmake/packages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,3 @@ cpack_add_component(HyperHDR
GROUP Runtime
REQUIRED
)

if (NOT APPLE AND DISABLED_REMOTE)
cpack_add_component(HyperHDR_remote
DISPLAY_NAME "HyperHdr Remote"
DESCRIPTION "HyperHdr remote cli tool"
INSTALL_TYPES Full
GROUP Runtime
DEPENDS HyperHDR
)
endif()

1 change: 0 additions & 1 deletion cmake/rpm/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ BINSP=/usr/share/hyperhdr/bin
BINTP=/usr/bin
chmod +x -R $BINSP
ln -fs $BINSP/hyperhdr $BINTP/hyperhdr
ln -fs $BINSP/hyperhdr-remote $BINTP/hyperhdr-remote

# install desktop icons
echo "Install HyperHDR desktop icons"
Expand Down
34 changes: 0 additions & 34 deletions include/commandline/ColorOption.h

This file was deleted.

35 changes: 0 additions & 35 deletions include/commandline/ColorsOption.h

This file was deleted.

32 changes: 0 additions & 32 deletions include/commandline/DoubleOption.h

This file was deleted.

32 changes: 0 additions & 32 deletions include/commandline/ImageOption.h

This file was deleted.

34 changes: 0 additions & 34 deletions include/commandline/IntOption.h

This file was deleted.

54 changes: 0 additions & 54 deletions include/commandline/RegularExpressionOption.h

This file was deleted.

35 changes: 0 additions & 35 deletions include/commandline/ValidatorOption.h

This file was deleted.

3 changes: 0 additions & 3 deletions sources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@ endif()

# Executables
add_subdirectory(hyperhdr)
if (NOT APPLE AND DISABLED_REMOTE)
add_subdirectory(hyperhdr-remote)
endif()


55 changes: 0 additions & 55 deletions sources/commandline/ColorOption.cpp

This file was deleted.

Loading

0 comments on commit 60aee23

Please sign in to comment.