Fix system config printer 11.0
This commit is contained in:
parent
7216f7d69d
commit
f1d7665995
2 changed files with 12 additions and 2 deletions
|
|
@ -266,4 +266,8 @@ else
|
|||
fi
|
||||
}
|
||||
|
||||
remove_patch(){
|
||||
rm debian/patches/$1
|
||||
sed -i "/$1/d" debian/patches/series
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,8 +22,14 @@ COMPONENT=main
|
|||
|
||||
. ./config
|
||||
|
||||
sed 's/;GNOME;/;/' debian/patches/05_menu_entries.patch -i
|
||||
cp $DATA/testpage* debian/local/
|
||||
sed -i '/+NotShowIn/s|;GNOME;|;|g' debian/patches/Hide-Printers-app-in-GNOME-and-KDE.patch \
|
||||
debian/patches/Do-not-autostart-the-applet-on-LXDE-or-Unity.patch
|
||||
|
||||
remove_patch Allow-installing-non-free-drivers-from-OpenPrinting.patch
|
||||
remove_patch Allow-installing-packages-from-OpenPrinting.patch
|
||||
|
||||
#mkdir debian/local/
|
||||
#cp $DATA/testpage* debian/local/
|
||||
|
||||
#Recommend trisquel-app-installer over gnome-software
|
||||
sed 's|gnome-software.*|trisquel-app-install,|g' -i debian/control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue