Skip to content

Commit

Permalink
Correct misspellings and rewrite dpkg subroutine
Browse files Browse the repository at this point in the history
The Finfosys.class file defines a subroutine for counting the number of
installed packages. For systems using `dpkg` it used grep + wc to
manually parse internal dpkg database files. This is ill-advised as the
dpkg API is constantly evolving and the calculation can be easily
replaced with the `dpkg --get-selections` command, providing an
identical result but by using a stable API call. This resolves the
final lintian warning for the package,
"W: i-nex: uses-dpkg-database-directly usr/bin/i-nex.gambas".

Also, several source files misspelled the word 'needed' as 'nedded' and
the .png icon files from the preceding commit were optimized using
optipng.

Signed-off-by: Peter J. Mello <[email protected]>
  • Loading branch information
RogueScholar committed May 11, 2020
1 parent 972743f commit 0d52e59
Show file tree
Hide file tree
Showing 9 changed files with 92 additions and 92 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
- Don't show ComboBox to select info of processor[0-9] if TabPanel1.Current.Text = CPUID ([64e275d](https://github.com/i-nex/I-Nex/commit/64e275d7198c64f334195efee333936459db6cd9))
- Update desktop file ([b8ff5cd](https://github.com/i-nex/I-Nex/commit/b8ff5cd0a94b4cb63e88475a8cd9c2a8ff8b50c5))
- Update debian menu ([3f3f35d](https://github.com/i-nex/I-Nex/commit/3f3f35dcd3e7f79e352868072e0563659b917292))
- Remove not nedded png. And replace icons. Convert to xpm, not png ([2c82eb3](https://github.com/i-nex/I-Nex/commit/2c82eb3f6b3112310ecc2f5e15467dad1cced56d))
- Remove not needed png. And replace icons. Convert to xpm, not png ([2c82eb3](https://github.com/i-nex/I-Nex/commit/2c82eb3f6b3112310ecc2f5e15467dad1cced56d))
- additional_confflags ([4e03b87](https://github.com/i-nex/I-Nex/commit/4e03b87bdfeb8bf5b7ae7457204b6d3eecbd2c6f))
- Fix MMX Flags ([4278cf0](https://github.com/i-nex/I-Nex/commit/4278cf0feeb47a43f78909728a2027a68497b84f))
- Update About Author email and homepage ([d714b3e](https://github.com/i-nex/I-Nex/commit/d714b3e051d0029455082afc995b56265bd5b80c))
Expand Down Expand Up @@ -764,7 +764,7 @@
- Add new mail for FadeMind Developer in Credits Tab. ([09e93db](https://github.com/i-nex/I-Nex/commit/09e93db7f9c66a7aba74cfb8d163a0b3bd37ad95))
- Merge branch 'master' of http://anongit.freedesktop.org/git/xorg/app/edid-decode AND ([86f305a](https://github.com/i-nex/I-Nex/commit/86f305a7880d8d9fcb916c88ff05c51075970c19))
- Replace Shell "Command" to File.Load (Faster method) And Add If Exist("sys/classdrm") ([baf082f](https://github.com/i-nex/I-Nex/commit/baf082f40055af402efaed4cd658bea4b6a19220))
- Remove not nedded files ([9f99248](https://github.com/i-nex/I-Nex/commit/9f9924802859a3507837d80f0742690ecec16da2))
- Remove not needed files ([9f99248](https://github.com/i-nex/I-Nex/commit/9f9924802859a3507837d80f0742690ecec16da2))
- Remove env ([e43af30](https://github.com/i-nex/I-Nex/commit/e43af306ca3f4a4c100faaef15096297f9dca069))
- Update other files ([2dd2d47](https://github.com/i-nex/I-Nex/commit/2dd2d479dcc6a4f446cb113a3ca865cfe25d0b2c))
- + Debug "Good bye!" - Object.Call(FCpudb, "_init") + Object.Call(FCpudb, "_inits") ([da09cd9](https://github.com/i-nex/I-Nex/commit/da09cd974b04123b7160f34d454b74105a7444e8))
Expand Down Expand Up @@ -799,7 +799,7 @@
- Add gui for udisks --show-info and some fixes in GUI and more standards ([4603bf1](https://github.com/i-nex/I-Nex/commit/4603bf196eb32832c569f5366c86eab1c3929830))
- Make self detect kdesu, kdesudo, gksu ([02642b2](https://github.com/i-nex/I-Nex/commit/02642b2b1a90a16776d95d1bc6f8fc6bfbf41c95))
- Fix failed to build ([4f2e0f1](https://github.com/i-nex/I-Nex/commit/4f2e0f102bb1cf126313cea519edad5ae0a8e548))
- Reduce i-nex.run from 3.9MB to 2.9MB Remove libaries .so.0 so.0.0 so.0.0.0 not nedded ([1f574ad](https://github.com/i-nex/I-Nex/commit/1f574ad8c76301a780726ba783e620d96bcf17d1))
- Reduce i-nex.run from 3.9MB to 2.9MB Remove libaries .so.0 so.0.0 so.0.0.0 not needed ([1f574ad](https://github.com/i-nex/I-Nex/commit/1f574ad8c76301a780726ba783e620d96bcf17d1))
- Add to makefile: make self make self create i-nex.run file to install using command: sudo i-nex.run i-nex.run no need gambas3 libaries installed on system. ([c95721c](https://github.com/i-nex/I-Nex/commit/c95721ce07ef13340d4949dfec90f2a7f42057e3))
- Add i-nex bash script to run i-nex using i-nex command. Add i-nex script to debian/i-nex.install Remove stupid scripts from debian/rules ([9989701](https://github.com/i-nex/I-Nex/commit/9989701802d8f5d3ea0e641343dca0f5e95735dd))
- Update control and rules ([0c3e7a3](https://github.com/i-nex/I-Nex/commit/0c3e7a35e38e1921da28d6e92e124ea1193972e6))
Expand Down
10 changes: 5 additions & 5 deletions I-Nex/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
- Fix Intel i5/7/3 logo size
- Removing unnecessary code for the detection of processor instructions.
- Add xdriinfo
- Remove two
- Remove two
- New Manjaro logo
- Remove nets
- Speeding up detection of network interfaces.
Expand Down Expand Up @@ -524,7 +524,7 @@
- Don't show ComboBox to select info of processor[0-9] if TabPanel1.Current.Text = CPUID
- Update desktop file
- Update debian menu
- Remove not nedded png. And replace icons. Convert to xpm, not png
- Remove not needed png. And replace icons. Convert to xpm, not png
- additional_confflags
- Fix MMX Flags
- Update About Author email and homepage
Expand Down Expand Up @@ -604,7 +604,7 @@
- Remove $(RM_COM) $(RMDIR_OPT) `find . -name "screenfetch-dev"`
- change font labels All to Bold,8
- Try to fix broken detection of gtk, wm, themes etc
-
-
- Add make patch & make unpatch
- Add [PATCH] I-Nex New GUI
- Merge branch 'master' of http://anongit.freedesktop.org/git/xorg/app/edid-decode
Expand Down Expand Up @@ -737,7 +737,7 @@
- Add new mail for FadeMind Developer in Credits Tab.
- Merge branch 'master' of http://anongit.freedesktop.org/git/xorg/app/edid-decode AND
- Replace Shell "Command" to File.Load (Faster method) And Add If Exist("sys/classdrm")
- Remove not nedded files
- Remove not needed files
- Remove env
- Update other files
- + Debug "Good bye!" - Object.Call(FCpudb, "_init") + Object.Call(FCpudb, "_inits")
Expand Down Expand Up @@ -772,7 +772,7 @@
- Add gui for udisks --show-info and some fixes in GUI and more standards
- Make self detect kdesu, kdesudo, gksu
- Fix failed to build
- Reduce i-nex.run from 3.9MB to 2.9MB Remove libaries .so.0 so.0.0 so.0.0.0 not nedded
- Reduce i-nex.run from 3.9MB to 2.9MB Remove libaries .so.0 so.0.0 so.0.0.0 not needed
- Add to makefile: make self make self create i-nex.run file to install using command: sudo i-nex.run i-nex.run no need gambas3 libaries installed on system.
- Add i-nex bash script to run i-nex using i-nex command. Add i-nex script to debian/i-nex.install Remove stupid scripts from debian/rules
- Update control and rules
Expand Down
Loading

0 comments on commit 0d52e59

Please sign in to comment.