Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mozturkgss committed Dec 20, 2019
1 parent 1ce55c0 commit 0ff92c0
Show file tree
Hide file tree
Showing 15 changed files with 1,416 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release/debian/how_to_make_deb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
1) Right click in the folder 'deb' and open terminal, then run this command:
- A) dpkg-deb --build linux32
- B) dpkg-deb --build linux64

2) Change the name of the deb file to include version:
- A) linux32.deb to multipdfsmaller_version_linux32.deb
- B) linux64.deb to multipdfsmaller_version_linux64.deb

5 changes: 5 additions & 0 deletions release/debian/linux32/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MultiPdfSmaller (1.0.1) stable;

* added linux package


9 changes: 9 additions & 0 deletions release/debian/linux32/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Package: MultiPdfSmaller
Version: 1.0.1
Section: office
Priority: optional
Architecture: i386
Depends: ghostscript, libgtk2.0-0 (>= 2.0), libgtk2.0-bin (>= 2.0), apt, apt-file
Maintainer: mozt38@gmail.com
Homepage: https://github.com/mozturkgss/multipdfsmaller
Description: Multi Pdf Smaller Open Source Multiple Pdf Smaller
674 changes: 674 additions & 0 deletions release/debian/linux32/DEBIAN/copyright

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions release/debian/linux32/usr/bin/multipdfsmaller
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
# launcher for lazpaint by Bruno 2015-06-04

cd /usr/share/multipdfsmaller

./multipdfsmaller "$@"
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=MultiPdfSmaller
Comment=MultiPdfSmaller
Icon=/usr/share/pixmaps/MultiPdfSmaller.png
Exec=/usr/share/multipdfsmaller/MultiPdfSmaller
Terminal=false
Type=Application
Categories=Office
GenericName=MultiPdfSmaller
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions release/debian/linux64/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MultiPdfSmaller (1.0.1) stable;

* added linux package


9 changes: 9 additions & 0 deletions release/debian/linux64/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Package: MultiPdfSmaller
Version: 1.0.1
Section: office
Priority: optional
Architecture: amd64
Depends: ghostscript, libgtk2.0-0 (>= 2.0), libgtk2.0-bin (>= 2.0), apt, apt-file
Maintainer: mozt38@gmail.com
Homepage: https://github.com/mozturkgss/multipdfsmaller
Description: Multi Pdf Smaller Open Source Multiple Pdf Smaller
674 changes: 674 additions & 0 deletions release/debian/linux64/DEBIAN/copyright

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions release/debian/linux64/usr/bin/multipdfsmaller
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
# launcher for lazpaint by Bruno 2015-06-04

cd /usr/share/multipdfsmaller

./multipdfsmaller "$@"
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=MultiPdfSmaller
Comment=MultiPdfSmaller
Icon=/usr/share/pixmaps/MultiPdfSmaller.png
Exec=/usr/share/multipdfsmaller/MultiPdfSmaller
Terminal=false
Type=Application
Categories=Office
GenericName=MultiPdfSmaller
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ff92c0

Please sign in to comment.