Skip to content

Commit

Permalink
Add screenfetch-dev
Browse files Browse the repository at this point in the history
https://github.com/KittyKatt/screenFetch

How to run screenFetch
    -v              Verbose output.
    -n              Do no display ASCII distribution logo.
    -s              Using this flag tells the script that you want it to
                    take a screenshot.
    -l              Specify that you have a light background. This 
                    turns all white text into dark gray text (in ascii
                    logos and in information output).
    -c 'COMMAND'    Here you can specify a custom screenshot command for
                    the script to execute. Surrounding quotes are required.
    -D 'DISTRO'     Here you can specify your distribution for the script
                    to use. Surrounding quotes are required.
    -V              Display current script version.
    -h              Display this help.
  • Loading branch information
eloaders committed Feb 1, 2012
1 parent 63cc4ea commit 8fe7a3d
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ src/i-nex/i-nex.gambas usr/bin
src/i-nex/logo/i-nex.0.4.x.png usr/share/pixmaps
debian/i-nex.desktop usr/share/applications
debian/check_kernel usr/bin
screenfetch-dev usr/bin
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
build: build-stamp
build-stamp:
wget http://git.silverirc.com/cgit.cgi/screenfetch-dev.git/plain/screenfetch-dev
chmod +x screenfetch-dev
dh_testdir
touch build-stamp
/usr/bin/gbc3 -e -a -g -t -p -m src/i-nex
Expand All @@ -11,6 +13,7 @@ clean:
dh_testroot
rm -Rf `find . -name ".gambas"`
rm -Rf `find . -name "*.gambas"`
rm -Rf `find . -name "screenfetch-dev"`

rm -f build-stamp install-stamp
dh_clean
Expand Down
Binary file removed src/i-nex/.gambas/ABOUT
Binary file not shown.
Binary file removed src/i-nex/.gambas/BATTERY
Binary file not shown.
Binary file removed src/i-nex/.gambas/DISK_DRIVES
Binary file not shown.
Binary file removed src/i-nex/.gambas/DISTRODETECT
Binary file not shown.
Binary file removed src/i-nex/.gambas/FINFOSYS
Binary file not shown.
Binary file removed src/i-nex/.gambas/FLICENCJA
Binary file not shown.
Binary file removed src/i-nex/.gambas/FZASLUGI
Binary file not shown.
Binary file removed src/i-nex/.gambas/GLOBAL
Binary file not shown.
Binary file removed src/i-nex/.gambas/SCREENSHOT
Binary file not shown.
Binary file removed src/i-nex/.gambas/SCREENSHOTM
Binary file not shown.
Binary file removed src/i-nex/.gambas/USB_DRIVES
Binary file not shown.
2 changes: 1 addition & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ SearchComment=False
SearchString=True

[OpenFile]
Active=1
File[1]=".src/Finfosys.form"
File[2]=".src/Finfosys.class:5.2"
File[3]=".src/Global.class:120.69"
File[4]=".src/About.form"
File[5]=".src/About.class:29.47"
File[6]=".src/Flicencja.form"
File[7]=".src/Fzaslugi.form"
Active=8
File[8]=".src/Fzaslugi.class:58.2"
File[9]=".src/Flicencja.class:4.11"
File[10]=".src/distrodetect.class:41.7"
Expand Down

0 comments on commit 8fe7a3d

Please sign in to comment.