Skip to content

Commit 6443824

Browse files
committed
apps não suportados
1 parent a9980d5 commit 6443824

File tree

23,522 files changed

+758115
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

23,522 files changed

+758115
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Package: big-apt-force-yes-confnew
2+
Version: 1.0.0-1kaiana1
3+
Architecture: all
4+
Maintainer: Bruno Goncalves <www.biglinux.com.br>
5+
Section: admin
6+
Priority: optional
7+
Description: Reduz o numero de perguntas do apt-get, facilitando a instalacao e atualizacao de programas, caso exista uma configuracao anterior sera automaticamente substituida pela nova configuracao do pacote atualizado.
8+
9+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
APT::Get::Assume-Yes "true";
2+
APT::Get::force-yes "true";
3+
APT::Quiet "true";
4+
Dpkg::Options {
5+
"--force-confdef";
6+
"--force-confnew";
7+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Package: big-apt-force-yes-confold
2+
Version: 1.0.0-1kaiana2
3+
Architecture: all
4+
Maintainer: Bruno Goncalves <www.biglinux.com.br>
5+
Section: admin
6+
Priority: optional
7+
conflicts: big-apt-force-yes-confnew
8+
Description: Reduz o numero de perguntas do apt-get, facilitando a instalacao e atualizacao de programas, caso exista uma configuracao anterior sera automaticamente mantida.
9+
10+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
APT::Get::Assume-Yes "true";
2+
APT::Get::force-yes "true";
3+
APT::Quiet "true";
4+
Dpkg::Options {
5+
"--force-confdef";
6+
"--force-confold";
7+
}

big-apt-get-tweaks/DEBIAN/control

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Package: big-apt-get-tweaks
2+
Version: 2.0.0-1kaiana7
3+
Architecture: all
4+
Maintainer: Bruno Goncalves <www.biglinux.com.br>
5+
Section: admin
6+
Priority: optional
7+
Description: Improve apt-get and dpkg configuration for desktops
8+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
######################
2+
# Tweaks for apt
3+
# by Bruno Gonçalves Araujo <[email protected]>
4+
# licensed under GPLv2 or greater.
5+
# released in 7/17/2015
6+
7+
Acquire::http::timeout "10";
8+
APT::Immediate-Configure "false";
9+
DPkg::StopOnError "false";
10+
T::Cache-Limit 2200000000;
11+
APT { Get { Fix-Broken "true"; }; };
12+
DPkg { Options {"--force-all";}; };
13+
DPkg { Options {"--abort-after=9999999";}; };
14+
DPkg::Post-Invoke {"dpkg --abort-after=9999999 --configure -a "; "apt-get -f install "; "dpkg --abort-after=9999999 --configure -a "};
15+
Acquire::http { Pipeline-Depth "8"; }
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
######################
2+
# Tweaks for dpkg
3+
# by Bruno Gonçalves Araujo <[email protected]>
4+
# licensed under GPLv2 or greater.
5+
# released in 7/17/2015
6+
7+
DPkg::Pre-Invoke {"/usr/bin/dpkg-clean-set ";};
8+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#!/bin/bash
2+
3+
######################
4+
# Tweaks for dpkg
5+
# by Bruno Gonçalves Araujo <[email protected]>
6+
# licensed under GPLv2 or greater.
7+
# released in 7/17/2015
8+
9+
10+
11+
for i in $(grep -l "set -e" /var/lib/dpkg/info/*.pre*); do
12+
sed -i 's|set -e||g' $i
13+
done
14+
15+
for i in $(grep -l "set -e" /var/lib/dpkg/info/*.post*); do
16+
sed -i 's|set -e||g' $i
17+
done
18+
19+
20+
for i in $(grep -l 'exit $?' /var/lib/dpkg/info/*.pre*); do
21+
sed -i 's|exit $?|exit 0|g' $i
22+
done
23+
24+
for i in $(grep -l 'exit $?' /var/lib/dpkg/info/*.post*); do
25+
sed -i 's|exit $?|exit 0|g' $i
26+
done

big-backlight/DEBIAN/control

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Package: big-backlight
2+
Version: 1.0.0-1kaiana1
3+
Architecture: all
4+
Maintainer: Bruno Goncalves <www.biglinux.com.br>
5+
Installed-Size: 100
6+
Depends: acpi-support
7+
Section: admin
8+
Priority: optional
9+
Description: Fix backlight configuration
10+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# BigBacklightRestore
2+
3+
description "Restore Backlight configuration"
4+
author "Bruno Goncalves Araujo"
5+
6+
start on (filesystem
7+
and started dbus
8+
and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
9+
or stopped udev-fallback-graphics))
10+
script
11+
12+
for i in $(ls /etc/bigbacklight)
13+
do
14+
cat "/etc/bigbacklight/$i" > "/sys/class/backlight/$i/brightness"
15+
done
16+
17+
end script

0 commit comments

Comments
 (0)