diff --git a/README.md b/README.md index 1218128..ab72418 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,19 @@ # FXWinWrap -FXXWinWrap is a GUI to select videos for XWinWrap and images for Nitrogen Wallpaper Manager. This is built using JavaFX, Shell scripts, and some C++. +FXXWinWrap is a JavaFX GUI to select videos for XWinWrap, images for Nitrogen Wallpaper Manager, and gifs for Gifsicle. +It includes the XWinWrap binary and source code for Shantanu Goel's version of XWinWrap. -# TODO -Need to convert for Jar creation + +# Notes +v5 introduced the proper Jar structure and reduced some script requirements. # Images ![1 version three View](images/pic1.jpg) ![2 version four View](images/pic2.jpg) + +# TODO +Nothing At This Time + +#Credit +FXXWinWrap Java Jar by: Maxim Stewart -- https://www.itdominator.com/ +XWinWrap binary by: Shantanu Goel -- http://tech.shantanugoel.com + diff --git a/bin/v0.1-1/README.md b/bin/v0.1-1/README.md deleted file mode 100644 index bf274af..0000000 --- a/bin/v0.1-1/README.md +++ /dev/null @@ -1 +0,0 @@ -###Please use version 2 for improvements and stability. This package version is considered depricated!! diff --git a/bin/v0.1-1/fxwinwrap-0-1-1-x64.deb b/bin/v0.1-1/fxwinwrap-0-1-1-x64.deb deleted file mode 100644 index 6caa705..0000000 Binary files a/bin/v0.1-1/fxwinwrap-0-1-1-x64.deb and /dev/null differ diff --git a/bin/v0.1-1/fxwinwrap-0-1-1-x86.deb b/bin/v0.1-1/fxwinwrap-0-1-1-x86.deb deleted file mode 100644 index 2f3a54a..0000000 Binary files a/bin/v0.1-1/fxwinwrap-0-1-1-x86.deb and /dev/null differ diff --git a/bin/v0.1-2/README.md b/bin/v0.1-2/README.md deleted file mode 100644 index 69c515a..0000000 --- a/bin/v0.1-2/README.md +++ /dev/null @@ -1 +0,0 @@ -###Please use version 3 for improvements and stability. This package version is considered depricated!! diff --git a/bin/v0.1-2/fxwinwrap-0-1-2-x64.deb b/bin/v0.1-2/fxwinwrap-0-1-2-x64.deb deleted file mode 100644 index df71fe5..0000000 Binary files a/bin/v0.1-2/fxwinwrap-0-1-2-x64.deb and /dev/null differ diff --git a/bin/v0.1-2/fxwinwrap-0-1-2-x86.deb b/bin/v0.1-2/fxwinwrap-0-1-2-x86.deb deleted file mode 100644 index 5ab99b4..0000000 Binary files a/bin/v0.1-2/fxwinwrap-0-1-2-x86.deb and /dev/null differ diff --git a/bin/v0.1-4/README.md b/bin/v0.1-4/README.md new file mode 100644 index 0000000..23864ff --- /dev/null +++ b/bin/v0.1-4/README.md @@ -0,0 +1 @@ +###Please use version 5 for improvements and stability. This package version is considered depricated!! diff --git a/bin/v0.1-5/fxwinwrap-0-1-5-x64.deb b/bin/v0.1-5/fxwinwrap-0-1-5-x64.deb index 0e26d6f..dadfbf3 100644 Binary files a/bin/v0.1-5/fxwinwrap-0-1-5-x64.deb and b/bin/v0.1-5/fxwinwrap-0-1-5-x64.deb differ diff --git a/bin/v0.1-5/fxwinwrap-0-1-5-x86.deb b/bin/v0.1-5/fxwinwrap-0-1-5-x86.deb index 252bfb9..2cfbffc 100644 Binary files a/bin/v0.1-5/fxwinwrap-0-1-5-x86.deb and b/bin/v0.1-5/fxwinwrap-0-1-5-x86.deb differ diff --git a/src/debs/build.sh b/src/debs/build.sh index e4c2030..229f961 100644 --- a/src/debs/build.sh +++ b/src/debs/build.sh @@ -20,10 +20,6 @@ function main() { sudo chmod 755 "${i}" done - for in in `find . -name *.FXWinWrap.desktop.swp`; do - sudo rm -rf "${i}" - done; - sudo chmod 755 fxwinwrap*/opt/FXWinWrap/resources/bin/* sudo chown -R root:root ./*/ diff --git a/src/debs/fxwinwrap-0-1-1-x64/DEBIAN/control b/src/debs/fxwinwrap-0-1-1-x64/DEBIAN/control deleted file mode 100644 index afdaba0..0000000 --- a/src/debs/fxwinwrap-0-1-1-x64/DEBIAN/control +++ /dev/null @@ -1,8 +0,0 @@ -Package: fxwinwrap64 -Version: 0.1-1 -Section: base -Priority: optional -Architecture: amd64 -Depends: openjdk-8-jre (>= 8u45-b14-1) -Maintainer: Maxim Stewart maximstewart1@gmail.com -Description: A GUI to handle setting XWinWrap options. diff --git a/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/Controller.class b/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/Controller.class deleted file mode 100644 index d24599c..0000000 Binary files a/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/Controller.class and /dev/null differ diff --git a/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/XWWMenu.class b/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/XWWMenu.class deleted file mode 100644 index 6e313e6..0000000 Binary files a/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/XWWMenu.class and /dev/null differ diff --git a/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/launch.sh b/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/launch.sh deleted file mode 100644 index c9fead3..0000000 --- a/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/launch.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -java XWWMenu diff --git a/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/resources/Window.fxml b/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/resources/Window.fxml deleted file mode 100644 index 1853296..0000000 --- a/src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/resources/Window.fxml +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - -