diff --git a/bin/v0.1-4/fxwinwrap-0-1-4-x64.deb b/bin/v0.1-4/fxwinwrap-0-1-4-x64.deb new file mode 100644 index 0000000..d003487 Binary files /dev/null and b/bin/v0.1-4/fxwinwrap-0-1-4-x64.deb differ diff --git a/bin/v0.1-4/fxwinwrap-0-1-4-x86.deb b/bin/v0.1-4/fxwinwrap-0-1-4-x86.deb new file mode 100644 index 0000000..d003487 Binary files /dev/null and b/bin/v0.1-4/fxwinwrap-0-1-4-x86.deb differ diff --git a/src/debs/fxwinwrap-0-1-4-x64/DEBIAN/control b/src/debs/fxwinwrap-0-1-4-x64/DEBIAN/control new file mode 100644 index 0000000..8968cc1 --- /dev/null +++ b/src/debs/fxwinwrap-0-1-4-x64/DEBIAN/control @@ -0,0 +1,8 @@ +Package: fxwinwrap +Version: 0.1-3 +Section: base +Priority: optional +Architecture: i386 +Depends: openjdk-8-jre (>= 8u45-b14-1), openjfx (>= 8u60-b27-4), ffmpegthumbnailer (>= 2.0.10-0.1), mplayer2 (>=2.0-728-g2c378c7-4), gifsicle (>=1.86-1), nitrogen (>=1.5.2-2) +Maintainer: Maxim Stewart 1itdominator@gmail.com +Description: A GUI to handle setting XWinWrap options. diff --git a/src/debs/fxwinwrap-0-1-4-x64/DEBIAN/postrm b/src/debs/fxwinwrap-0-1-4-x64/DEBIAN/postrm new file mode 100755 index 0000000..4e2c455 --- /dev/null +++ b/src/debs/fxwinwrap-0-1-4-x64/DEBIAN/postrm @@ -0,0 +1,16 @@ +#!/bin/bash +#postrm (script executed after uninstalling the package) +#set -e + +if [ -f /bin/fxwinwrap ]; then + rm /bin/fxwinwrap +fi + +if [ -d /opt/FXWinWrap ]; then + rm -rf /opt/FXWinWrap +fi + +if [ -x "`which xdg-desktop-menu 2>/dev/null`" ]; then + xdg-desktop-menu uninstall /usr/share/applications/FXWinWrap.desktop + xdg-desktop-menu forceupdate --mode user +fi diff --git a/src/debs/fxwinwrap-0-1-4-x64/bin/fxwinwrap b/src/debs/fxwinwrap-0-1-4-x64/bin/fxwinwrap new file mode 100755 index 0000000..99efd97 Binary files /dev/null and b/src/debs/fxwinwrap-0-1-4-x64/bin/fxwinwrap differ diff --git a/src/debs/fxwinwrap-0-1-4-x64/bin/xwinwrap b/src/debs/fxwinwrap-0-1-4-x64/bin/xwinwrap new file mode 100755 index 0000000..854eba6 Binary files /dev/null and b/src/debs/fxwinwrap-0-1-4-x64/bin/xwinwrap differ diff --git a/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller$1.class b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller$1.class new file mode 100644 index 0000000..51f4170 Binary files /dev/null and b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller$1.class differ diff --git a/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller$2.class b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller$2.class new file mode 100644 index 0000000..00b2640 Binary files /dev/null and b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller$2.class differ diff --git a/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller$3.class b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller$3.class new file mode 100644 index 0000000..2154b3b Binary files /dev/null and b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller$3.class differ diff --git a/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller.class b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller.class new file mode 100644 index 0000000..224b714 Binary files /dev/null and b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller.class differ diff --git a/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/XWWMenu.class b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/XWWMenu.class new file mode 100644 index 0000000..e6144e0 Binary files /dev/null and b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/XWWMenu.class differ diff --git a/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/launch.sh b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/launch.sh new file mode 100644 index 0000000..c9fead3 --- /dev/null +++ b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/launch.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +java XWWMenu diff --git a/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/resources/Window.fxml b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/resources/Window.fxml new file mode 100644 index 0000000..de9652b --- /dev/null +++ b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/resources/Window.fxml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + +