diff --git a/python/bin/gwinwrap-0-0-1-x64.deb b/python/bin/gwinwrap-0-0-1-x64.deb index 981d704..77e583b 100644 Binary files a/python/bin/gwinwrap-0-0-1-x64.deb and b/python/bin/gwinwrap-0-0-1-x64.deb differ diff --git a/python/src/debs/build.sh b/python/src/debs/build.sh old mode 100755 new mode 100644 index 229f961..4487624 --- a/python/src/debs/build.sh +++ b/python/src/debs/build.sh @@ -11,7 +11,7 @@ function main() { done # Set fxwinwrap permissions - for i in `find . -name fxwinwrap`; do + for i in `find . -name gwinwrap`; do sudo chmod 755 "${i}" done @@ -20,7 +20,7 @@ function main() { sudo chmod 755 "${i}" done - sudo chmod 755 fxwinwrap*/opt/FXWinWrap/resources/bin/* + sudo chmod 755 gwinwrap*/opt/GWinWrap/resources/bin/* sudo chown -R root:root ./*/ builder; diff --git a/python/src/debs/gwinwrap-0-0-1-x64/DEBIAN/control b/python/src/debs/gwinwrap-0-0-1-x64/DEBIAN/control index 119f3bb..a23c389 100644 --- a/python/src/debs/gwinwrap-0-0-1-x64/DEBIAN/control +++ b/python/src/debs/gwinwrap-0-0-1-x64/DEBIAN/control @@ -3,6 +3,6 @@ Version: 0.0-1 Section: python Priority: optional Architecture: amd64 -Depends: ffmpegthumbnailer (>= 2.0.10-0.1), mplayer (>=2.0-728-g2c378c7-4), gifsicle (>=1.86-1), nitrogen (>=1.5.2-2) +Depends: ffmpegthumbnailer (>= 2.0.10-0.1), mplayer (>=2.0-728-g2c378c7-4), gifsicle (>=1.86-1), nitrogen (>=1.5.2-2), xscreensaver (>=5.36-1ubuntu1), xscreensaver-gl (>=5.36-1ubuntu1), xscreensaver-gl-extra (>=5.36-1ubuntu1), xscreensaver-screensaver-dizzy (>=0.3-3), xscreensaver-screensaver-bsod (>=5.36-1ubuntu1), xscreensaver-data (>=5.36-1ubuntu1), xscreensaver-data-extra (>=5.36-1ubuntu1), xscreensaver-screensaver-webcollage (>=5.36-1ubuntu1) Maintainer: Maxim Stewart <1itdominator@gmail.com> Description: GWinWrap is a GUI to handle setting XWinWrap options. diff --git a/python/src/debs/gwinwrap-0-0-1-x64/usr/share/doc/fxwinwrap/copyright b/python/src/debs/gwinwrap-0-0-1-x64/usr/share/doc/gwinwrap/copyright similarity index 87% rename from python/src/debs/gwinwrap-0-0-1-x64/usr/share/doc/fxwinwrap/copyright rename to python/src/debs/gwinwrap-0-0-1-x64/usr/share/doc/gwinwrap/copyright index 03e69e2..53b78e8 100644 --- a/python/src/debs/gwinwrap-0-0-1-x64/usr/share/doc/fxwinwrap/copyright +++ b/python/src/debs/gwinwrap-0-0-1-x64/usr/share/doc/gwinwrap/copyright @@ -1,5 +1,5 @@ -FXWinWrap is copyright 2016, 2017 Maxim Stewart. -FXWinWrap is currently developed by ITDominator <1itdominator@gmail.com>. +GWinWrap is copyright 2016, 2017 Maxim Stewart. +GWinWrap is currently developed by ITDominator <1itdominator@gmail.com>. License: GPLv2+ diff --git a/python/src/versions/0.0.1/GWinWrap/utils/SaveState.pyc b/python/src/versions/0.0.1/GWinWrap/utils/SaveState.pyc deleted file mode 100644 index e506d34..0000000 Binary files a/python/src/versions/0.0.1/GWinWrap/utils/SaveState.pyc and /dev/null differ diff --git a/python/src/versions/0.0.1/GWinWrap/utils/__init__.pyc b/python/src/versions/0.0.1/GWinWrap/utils/__init__.pyc deleted file mode 100644 index ba4d3be..0000000 Binary files a/python/src/versions/0.0.1/GWinWrap/utils/__init__.pyc and /dev/null differ diff --git a/python/src/versions/0.0.1/GWinWrap/utils/__pycache__/SaveState.cpython-36.pyc b/python/src/versions/0.0.1/GWinWrap/utils/__pycache__/SaveState.cpython-36.pyc deleted file mode 100644 index 11110f8..0000000 Binary files a/python/src/versions/0.0.1/GWinWrap/utils/__pycache__/SaveState.cpython-36.pyc and /dev/null differ diff --git a/python/src/versions/0.0.1/GWinWrap/utils/__pycache__/__init__.cpython-36.pyc b/python/src/versions/0.0.1/GWinWrap/utils/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 8f97365..0000000 Binary files a/python/src/versions/0.0.1/GWinWrap/utils/__pycache__/__init__.cpython-36.pyc and /dev/null differ