Makor deb pkg fixes....
@@ -1,9 +0,0 @@
|
||||
Package: FXWinWrap
|
||||
Version: 0.1-2
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: i386
|
||||
Depends: openjdk-8-jre (>= 8u45-b14-1), mplayer2 (>=2.0-728-g2c378c7-4), gifsicle (>=1.86-1), nitrogen (>=1.5.2-2)
|
||||
Maintainer: Maxim Stewart maximstewart1@gmail.com
|
||||
Description: FXWinWrap
|
||||
A GUI to handle setting XWinWrap options.
|
@@ -1,9 +0,0 @@
|
||||
Package: FXWinWrap
|
||||
Version: 0.1-2
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
Depends: openjdk-8-jre (>= 8u45-b14-1), mplayer2 (>=2.0-728-g2c378c7-4), gifsicle (>=1.86-1), nitrogen (>=1.5.2-2)
|
||||
Maintainer: Maxim Stewart maximstewart1@gmail.com
|
||||
Description: FXWinWrap
|
||||
A GUI to handle setting XWinWrap options.
|
@@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=FXWinWrap
|
||||
Comment=JavaFX gui for XWinWrap
|
||||
Exec=/bin/fxwinwrap
|
||||
Icon=/opt/FXWinWrap/resources/fxwinwrap.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Applications;System;
|
||||
MimeType=application/fxml;
|
@@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=FXWinWrap
|
||||
Comment=JavaFX gui for XWinWrap
|
||||
Exec=/bin/fxwinwrap
|
||||
Icon=/opt/FXWinWrap/resources/fxwinwrap.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Applications;System;
|
||||
MimeType=application/fxml;
|
5
src/debs/fixOwnership.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
find . -type f -exec chmod 644 {} +
|
||||
find . -type d -exec chmod 755 {} +
|
||||
|
||||
chown -R root:root ./*/
|
||||
|
@@ -1,9 +1,8 @@
|
||||
Package: FXWinWrap
|
||||
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: FXWinWrap
|
||||
A GUI to handle setting XWinWrap options.
|
||||
Description: A GUI to handle setting XWinWrap options.
|
0
src/debs/FXWinWrap_0.1-1_x64/opt/FXWinWrap/launch.sh → src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/launch.sh
Executable file → Normal file
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 245 KiB After Width: | Height: | Size: 245 KiB |
@@ -6,5 +6,5 @@ Exec=/bin/fxwinwrap
|
||||
Icon=/opt/FXWinWrap/resources/fxwinwrap.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Applications;System;
|
||||
Categories=System;
|
||||
MimeType=application/fxml;
|
@@ -1,9 +1,8 @@
|
||||
Package: FXWinWrap
|
||||
Package: fxwinwrap
|
||||
Version: 0.1-1
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: i386
|
||||
Depends: openjdk-8-jre (>= 8u45-b14-1)
|
||||
Maintainer: Maxim Stewart maximstewart1@gmail.com
|
||||
Description: FXWinWrap
|
||||
A GUI to handle setting XWinWrap options.
|
||||
Description: A GUI to handle setting XWinWrap options.
|
0
src/debs/FXWinWrap_0.1-1_x86/opt/FXWinWrap/launch.sh → src/debs/fxwinwrap-0-1-1-x86/opt/FXWinWrap/launch.sh
Executable file → Normal file
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 245 KiB After Width: | Height: | Size: 245 KiB |
@@ -6,5 +6,5 @@ Exec=/bin/fxwinwrap
|
||||
Icon=/opt/FXWinWrap/resources/fxwinwrap.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Applications;System;
|
||||
Categories=System;
|
||||
MimeType=application/fxml;
|
@@ -1,9 +1,8 @@
|
||||
Package: FXWinWrap
|
||||
Package: fxwinwrap64
|
||||
Version: 0.1-2
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
Depends: openjdk-8-jre (>= 8u45-b14-1), mplayer2 (>=2.0-728-g2c378c7-4), gifsicle (>=1.86-1), nitrogen (>=1.5.2-2)
|
||||
Maintainer: Maxim Stewart maximstewart1@gmail.com
|
||||
Description: FXWinWrap
|
||||
A GUI to handle setting XWinWrap options.
|
||||
Description: A GUI to handle setting XWinWrap options.
|
@@ -14,7 +14,3 @@ 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
|
||||
|
||||
if [ -x "`which update-menus 2>/dev/null`" ]; then
|
||||
update-menus
|
||||
fi
|
0
src/debs/FXWinWrap_0.1-2_x64/opt/FXWinWrap/launch.sh → src/debs/fxwinwrap-0-1-2-x64/opt/FXWinWrap/launch.sh
Executable file → Normal file
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -6,5 +6,5 @@ Exec=/bin/fxwinwrap
|
||||
Icon=/opt/FXWinWrap/resources/fxwinwrap.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Applications;System;
|
||||
Categories=System;
|
||||
MimeType=application/fxml;
|
@@ -1,9 +1,8 @@
|
||||
Package: FXWinWrap
|
||||
Package: fxwinwrap
|
||||
Version: 0.1-2
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: i386
|
||||
Depends: openjdk-8-jre (>= 8u45-b14-1), mplayer2 (>=2.0-728-g2c378c7-4), gifsicle (>=1.86-1), nitrogen (>=1.5.2-2)
|
||||
Maintainer: Maxim Stewart maximstewart1@gmail.com
|
||||
Description: FXWinWrap
|
||||
A GUI to handle setting XWinWrap options.
|
||||
Description: A GUI to handle setting XWinWrap options.
|
@@ -14,7 +14,3 @@ 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
|
||||
|
||||
if [ -x "`which update-menus 2>/dev/null`" ]; then
|
||||
update-menus
|
||||
fi
|
0
src/debs/FXWinWrap_0.1-2_x86/opt/FXWinWrap/launch.sh → src/debs/fxwinwrap-0-1-2-x86/opt/FXWinWrap/launch.sh
Executable file → Normal file
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -6,5 +6,5 @@ Exec=/bin/fxwinwrap
|
||||
Icon=/opt/FXWinWrap/resources/fxwinwrap.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Applications;System;
|
||||
Categories=System;
|
||||
MimeType=application/fxml;
|
8
src/debs/fxwinwrap-0-1-3-x64/DEBIAN/control
Normal file
@@ -0,0 +1,8 @@
|
||||
Package: fxwinwrap64
|
||||
Version: 0.1-3
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
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.
|
@@ -7,14 +7,10 @@ if [ -f /bin/fxwinwrap ]; then
|
||||
fi
|
||||
|
||||
if [ -d /opt/FXWinWrap ]; then
|
||||
rm -rf /bin/fxwinwrap
|
||||
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
|
||||
|
||||
if [ -x "`which update-menus 2>/dev/null`" ]; then
|
||||
update-menus
|
||||
fi
|
BIN
src/debs/fxwinwrap-0-1-3-x64/bin/xwinwrap
Executable file
0
src/debs/FXWinWrap_0.1-3_x64/opt/FXWinWrap/launch.sh → src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/launch.sh
Executable file → Normal file
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=FXWinWrap
|
||||
Comment=JavaFX gui for XWinWrap
|
||||
Exec=/bin/fxwinwrap
|
||||
Icon=/opt/FXWinWrap/resources/fxwinwrap.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=System;
|
||||
MimeType=application/fxml;
|
8
src/debs/fxwinwrap-0-1-3-x86/DEBIAN/control
Normal file
@@ -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.
|
@@ -7,14 +7,10 @@ if [ -f /bin/fxwinwrap ]; then
|
||||
fi
|
||||
|
||||
if [ -d /opt/FXWinWrap ]; then
|
||||
rm -rf /bin/fxwinwrap
|
||||
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
|
||||
|
||||
if [ -x "`which update-menus 2>/dev/null`" ]; then
|
||||
update-menus
|
||||
fi
|
BIN
src/debs/fxwinwrap-0-1-3-x86/bin/xwinwrap
Executable file
0
src/debs/FXWinWrap_0.1-3_x86/opt/FXWinWrap/launch.sh → src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/launch.sh
Executable file → Normal file
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=FXWinWrap
|
||||
Comment=JavaFX gui for XWinWrap
|
||||
Exec=/bin/fxwinwrap
|
||||
Icon=/opt/FXWinWrap/resources/fxwinwrap.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=System;
|
||||
MimeType=application/fxml;
|