Merge branch 'flidas' of https://devel.trisquel.info/trisquel/package-helpers into fix-patch-ltsp
This commit is contained in:
commit
c5949ee945
4 changed files with 124 additions and 6 deletions
|
|
@ -19,10 +19,10 @@
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
update-alternatives \
|
update-alternatives \
|
||||||
--install /lib/plymouth/themes/default.plymouth default.plymouth \
|
--install /usr/share/plymouth/themes/default.plymouth default.plymouth \
|
||||||
/lib/plymouth/themes/trisquel-logo/trisquel-logo.plymouth 100 \
|
/usr/share/plymouth/themes/trisquel-logo/trisquel-logo.plymouth 100 \
|
||||||
--slave /lib/plymouth/themes/default.grub default.plymouth.grub \
|
--slave /usr/share/plymouth/themes/default.grub default.plymouth.grub \
|
||||||
/lib/plymouth/themes/trisquel-logo/trisquel-logo.grub
|
/usr/share/plymouth/themes/trisquel-logo/trisquel-logo.grub
|
||||||
|
|
||||||
if which update-initramfs >/dev/null 2>&1
|
if which update-initramfs >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
|
|
|
||||||
32
helpers/make-firmware-free
Normal file
32
helpers/make-firmware-free
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
#
|
||||||
|
|
||||||
|
VERSION=1
|
||||||
|
EXTERNAL='deb-src http://ftp.us.debian.org/debian testing main'
|
||||||
|
REPOKEY=7638D0442B90D010
|
||||||
|
|
||||||
|
. ./config
|
||||||
|
|
||||||
|
sed '/Build-Depends/s/$/, python-configparser/' -i debian/control debian/templates/control.source.in
|
||||||
|
|
||||||
|
changelog "Imported into Trisquel"
|
||||||
|
|
||||||
|
md5sum debian/bin/gencontrol.py defines linux-free/defines linux-free/LICENSE debian/changelog debian/templates/control.binary.udeb.in debian/templates/control.binary.in debian/templates/control.source.in > debian/control.md5sum
|
||||||
|
|
||||||
|
compile
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#/bin/sh
|
#/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2016 Rubén Rodríguez <ruben@trisquel.info>
|
# Copyright (C) 2008-2017 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -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=1
|
VERSION=3
|
||||||
QUILT=skip
|
QUILT=skip
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
|
||||||
86
helpers/make-ubuntu-mate-settings
Normal file
86
helpers/make-ubuntu-mate-settings
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
#
|
||||||
|
|
||||||
|
VERSION=1
|
||||||
|
|
||||||
|
. ./config
|
||||||
|
|
||||||
|
cat << EOF > usr/share/applications/mate-mimeapps.list
|
||||||
|
[Default Applications]
|
||||||
|
x-scheme-handler/apt=apturl.desktop;
|
||||||
|
x-scheme-handler/http=abrowser.desktop;
|
||||||
|
x-scheme-handler/https=abrowser.desktop;
|
||||||
|
x-scheme-handler/about=abrowser.desktop;
|
||||||
|
x-scheme-handler/mailto=thunderbird.desktop;
|
||||||
|
application/x-deb=gdebi.desktop;
|
||||||
|
application/x-debian-package=gdebi.desktop;
|
||||||
|
application/x-extension-eml=thunderbird.desktop;
|
||||||
|
message/rfc822=thunderbird.desktop;
|
||||||
|
inode/directory=caja-folder-handler.desktop;
|
||||||
|
text/plain=pluma.desktop;
|
||||||
|
audio/mpeg=rhythmbox.desktop;
|
||||||
|
audio/x-mpegurl=rhythmbox.desktop;
|
||||||
|
audio/x-scpls=rhythmbox.desktop;
|
||||||
|
audio/x-vorbis+ogg=rhythmbox.desktop;
|
||||||
|
audio/x-wav=rhythmbox.desktop;
|
||||||
|
x-content/audio-cdda=rhythmbox-device.desktop;
|
||||||
|
x-content/audio-player=rhythmbox-device.desktop;
|
||||||
|
video/mp4=vlc.desktop;
|
||||||
|
video/mpeg=vlc.desktop;
|
||||||
|
video/mp2t=vlc.desktop;
|
||||||
|
video/msvideo=vlc.desktop;
|
||||||
|
video/quicktime=vlc.desktop;
|
||||||
|
video/webm=vlc.desktop;
|
||||||
|
video/x-avi=vlc.desktop;
|
||||||
|
video/x-flv=vlc.desktop;
|
||||||
|
video/x-matroska=vlc.desktop;
|
||||||
|
video/x-mpeg=vlc.desktop;
|
||||||
|
video/x-ogm+ogg=vlc.desktop;
|
||||||
|
x-content/video-bluray=vlc.desktop;
|
||||||
|
x-content/video-dvd=vlc.desktop;
|
||||||
|
x-content/video-hddvd=vlc.desktop;
|
||||||
|
x-content/video-vcd=vlc.desktop;
|
||||||
|
x-content/video-svcd=vlc.desktop;
|
||||||
|
application/pdf=atril.desktop;
|
||||||
|
image/jpeg=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-pcx=viewnior.desktop;gimp.desktop;
|
||||||
|
image/gif=viewnior.desktop;gimp.desktop;
|
||||||
|
image/png=viewnior.desktop;gimp.desktop;
|
||||||
|
image/jpg=viewnior.desktop;gimp.desktop;
|
||||||
|
image/tiff=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-portable-bitmap=viewnior.desktop;gimp.desktop;
|
||||||
|
image/vnd.wap.wbmp=viewnior.desktop;
|
||||||
|
image/x-xpixmap=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-bmp=viewnior.desktop;gimp.desktop;
|
||||||
|
image/bmp=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-icb=viewnior.desktop;
|
||||||
|
image/x-portable-graymap=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-ico=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-xbitmap=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-portable-pixmap=viewnior.desktop;gimp.desktop;
|
||||||
|
image/pjpeg=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-portable-anymap=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-png=viewnior.desktop;gimp.desktop;
|
||||||
|
image/x-gray=viewnior.desktop;gimp.desktop;
|
||||||
|
image/svg+xml=viewnior.desktop;
|
||||||
|
EOF
|
||||||
|
|
||||||
|
changelog "Customized for Trisquel"
|
||||||
|
|
||||||
|
compile
|
||||||
Loading…
Add table
Add a link
Reference in a new issue