Tuned up gnome-cc
This commit is contained in:
parent
e66e20e814
commit
8580b762ef
1 changed files with 10 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=2
|
VERSION=4
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
@ -32,14 +32,21 @@ replace gnome-fallback gnome-classic .
|
||||||
replace UbuntuLogo.png TrisquelLogo.png
|
replace UbuntuLogo.png TrisquelLogo.png
|
||||||
rm debian/UbuntuLogoBlank.png
|
rm debian/UbuntuLogoBlank.png
|
||||||
cp $DATA/TrisquelLogo.png debian/TrisquelLogoBlank.png
|
cp $DATA/TrisquelLogo.png debian/TrisquelLogoBlank.png
|
||||||
|
sed 's/ubuntu/trisquel/g; s/Ubuntu/Trisquel/g; s/14.04 LTS/7.0 LTS/' -i debian/rules
|
||||||
|
|
||||||
# disable ubuntu custom help
|
# disable ubuntu custom help
|
||||||
rm ./debian/patches/53_use_ubuntu_help.patch
|
|
||||||
sed /use_ubuntu_help/d -i debian/patches/series
|
for patch in 53_use_ubuntu_help.patch 56_use_ubuntu_info_branding.patch 58_ubuntu_icon_views_redesign.patch; do
|
||||||
|
rm ./debian/patches/$patch
|
||||||
|
sed /$patch/d -i debian/patches/series
|
||||||
|
done
|
||||||
|
|
||||||
# Edit menu selections
|
# Edit menu selections
|
||||||
cp $DATA/gnomecc.menu.in shell/gnomecc.menu.in
|
cp $DATA/gnomecc.menu.in shell/gnomecc.menu.in
|
||||||
|
|
||||||
|
#Remove top menu
|
||||||
|
sed '/G_ACTION/,/Quit/d' -i shell/control-center.c
|
||||||
|
|
||||||
replace "Trisquel-Gettext" "Ubuntu-Gettext" .
|
replace "Trisquel-Gettext" "Ubuntu-Gettext" .
|
||||||
|
|
||||||
changelog "Replaced references to gnome-fallback with gnome-classic"
|
changelog "Replaced references to gnome-fallback with gnome-classic"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue