Merge branch 'etiona-package-helpers' into 'etiona'
Etiona package helpers See merge request trisquel/package-helpers!219
This commit is contained in:
commit
19ab026710
6 changed files with 7 additions and 170 deletions
|
|
@ -1,32 +0,0 @@
|
|||
#!/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=2
|
||||
. ./config
|
||||
|
||||
# Note, this doesn't appear to be necessary for emacs25
|
||||
|
||||
rename 's/$/.dfsg/' etc/*
|
||||
sed 's/THE-GNU-PROJECT/THE-GNU-PROJECT.dfsg/' -i debian/rules
|
||||
sed 's/COPYING/COPYING.dfsg/' -i debian/rules
|
||||
sed 's/24.4/24.5/' -i debian/rules
|
||||
|
||||
changelog "Corrected file paths"
|
||||
compile
|
||||
|
||||
|
|
@ -1,60 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2011 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
|
||||
FAKEROOT=true
|
||||
|
||||
. ./config
|
||||
|
||||
rm debian/patches/10_defaults.patch
|
||||
sed /10_defaults.patch/d -i debian/patches/series
|
||||
|
||||
cat << EOF > data/config/settings.ini
|
||||
[plugins]
|
||||
enabled = L: ['equalizer', 'lyricsviewer', 'shoutcast', 'lyricwiki', 'cd', 'massstorage', 'notifyosd', 'ipod', 'gnomemmkeys' ]
|
||||
|
||||
[osd]
|
||||
enabled = B: False
|
||||
hover_tray = B: False
|
||||
|
||||
[covers]
|
||||
preferred_order = L: ['local', 'lastfm']
|
||||
|
||||
[cd_import]
|
||||
format = S: FLAC
|
||||
|
||||
[gui]
|
||||
use_tray = B: True
|
||||
minimize_to_tray = B: True
|
||||
use_splash = B: False
|
||||
EOF
|
||||
|
||||
cat << EOF >> data/exaile.desktop
|
||||
Comment[es]=Escuche, explore o gestione su colección de música
|
||||
Comment[gl]=Escoite, explore ou xestione a súa colección de música
|
||||
GenericName[es]=Reproductor de música
|
||||
GenericName[gl]=Reproductor de música
|
||||
X-GNOME-FullName[es]=Reproductor de música Exaile
|
||||
X-GNOME-FullName[gl]=Reproductor de música Exaile
|
||||
EOF
|
||||
|
||||
changelog "Default settings changed for Trisquel"
|
||||
|
||||
compile
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ VERSION=1
|
|||
. ./config
|
||||
|
||||
sed '/ShellShowsAppMenu/s/True/False/' -i ./gtweak/utils.py
|
||||
sed '/ApplicationMenuTweak()/d' -i gtweak/tweaks/tweak_group_shell.py
|
||||
sed '/ApplicationMenuTweak()/d' -i gtweak/tweaks/tweak_group_top_bar.py
|
||||
|
||||
changelog "Disable ShellShowsAppMenu"
|
||||
compile
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2012 Grant Houlgate <ghoulgat@member.fsf.org>
|
||||
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
||||
#
|
||||
# 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
|
||||
# the Free Software Foundation; either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
|
|
@ -13,16 +13,14 @@
|
|||
# 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
|
||||
#
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
VERSION=1
|
||||
EXTERNAL='deb-src http://apt.pop-os.org/proprietary $UPSTREAM main'
|
||||
REPOKEY=204DD8AEC33A7AFF
|
||||
|
||||
. ./config
|
||||
|
||||
sed 's/Gnash flash client and//g; s/Adobe Flash Player/Gnash flash player/g' debian/control -i
|
||||
|
||||
changelog "Removed references to non-free programs"
|
||||
changelog "Import from Pop!_OS"
|
||||
|
||||
compile
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2011 Rubén Rodríguez <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=3
|
||||
QUILT=skip
|
||||
COMPONENT=main
|
||||
|
||||
. ./config
|
||||
|
||||
#%FSDG: Remove method to install non-free plugins
|
||||
rm debian/patches/kubuntu_restricted_install.diff
|
||||
sed /kubuntu_restricted_install.diff/d debian/patches/series -i
|
||||
|
||||
cp $DATA/patches/kubuntu_default_homepages.diff debian/patches/
|
||||
|
||||
export QUILT_PATCHES=debian/patches
|
||||
quilt push -a
|
||||
|
||||
changelog "Compiled for Trisquel"
|
||||
|
||||
compile
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2015 Legimet <legimet.calc@gmail.com>
|
||||
#
|
||||
# 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
|
||||
|
||||
# The test suite uses files with a noncommercial restriction, and a keyboard
|
||||
# driver from ozcustomisr.asm also has one, but these files are unrequired
|
||||
# See http://www.z88dk.org/forum/viewtopic.php?pid=8504
|
||||
rm -rf test libsrc/oz/ozinterrupt/ozcustomisr.asm
|
||||
|
||||
changelog "Remove unrequired nonfree files"
|
||||
|
||||
compile
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue