From 9bcd3b3324265b9973fd10707a0b73b3cc92c417 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 17:47:20 -0700 Subject: [PATCH 01/14] backport ardour --- helpers/make-ardour | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-ardour diff --git a/helpers/make-ardour b/helpers/make-ardour new file mode 100644 index 0000000..74cbe70 --- /dev/null +++ b/helpers/make-ardour @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://archive.ubuntu.com/ubuntu eoan main universe' +REPOKEY=7638D0442B90D010 + +. ./config + +changelog "Backported from eoan" + +compile From 840c5875407ca5dc05e0a97a975c22af9c845a76 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 17:47:33 -0700 Subject: [PATCH 02/14] backport audacity --- helpers/make-audacity | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-audacity diff --git a/helpers/make-audacity b/helpers/make-audacity new file mode 100644 index 0000000..ec2bee2 --- /dev/null +++ b/helpers/make-audacity @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu bionic main ' +REPOKEY=4C1CBE14852541CB + +. ./config + +changelog "Backported from ppa" + +compile From 5c1f0b3bcff5fb84e9f06638690148bb01061236 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 17:47:51 -0700 Subject: [PATCH 03/14] backport calf --- helpers/make-calf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-calf diff --git a/helpers/make-calf b/helpers/make-calf new file mode 100644 index 0000000..e57e723 --- /dev/null +++ b/helpers/make-calf @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' +REPOKEY=F596CF7036BBAA6D + +. ./config + +changelog "Backported from ppa" + +compile From 18b441a0bcd6eee78ecb5573a8a70d88c8453a86 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 17:48:00 -0700 Subject: [PATCH 04/14] backport carla --- helpers/make-carla | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-carla diff --git a/helpers/make-carla b/helpers/make-carla new file mode 100644 index 0000000..e57e723 --- /dev/null +++ b/helpers/make-carla @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' +REPOKEY=F596CF7036BBAA6D + +. ./config + +changelog "Backported from ppa" + +compile From 5d8bbc3c5040389d8f9e3c9f72c61ec5a7ba9183 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 17:48:15 -0700 Subject: [PATCH 05/14] backport lmms --- helpers/make-lmms | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-lmms diff --git a/helpers/make-lmms b/helpers/make-lmms new file mode 100644 index 0000000..e57e723 --- /dev/null +++ b/helpers/make-lmms @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' +REPOKEY=F596CF7036BBAA6D + +. ./config + +changelog "Backported from ppa" + +compile From 8ee4739246011c8a534363a1ab00499fc623e987 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 17:48:42 -0700 Subject: [PATCH 06/14] backport patchage --- helpers/make-patchage | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-patchage diff --git a/helpers/make-patchage b/helpers/make-patchage new file mode 100644 index 0000000..74cbe70 --- /dev/null +++ b/helpers/make-patchage @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://archive.ubuntu.com/ubuntu eoan main universe' +REPOKEY=7638D0442B90D010 + +. ./config + +changelog "Backported from eoan" + +compile From 64d658c87053f377aed7ed07d2616552de17f301 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 17:49:15 -0700 Subject: [PATCH 07/14] ubuntustudio-controls -> trisquelstudio-controls --- helpers/make-ubuntustudio-controls | 80 ++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 helpers/make-ubuntustudio-controls diff --git a/helpers/make-ubuntustudio-controls b/helpers/make-ubuntustudio-controls new file mode 100644 index 0000000..7d71583 --- /dev/null +++ b/helpers/make-ubuntustudio-controls @@ -0,0 +1,80 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' +REPOKEY=F596CF7036BBAA6D + +. ./config + +# doesn't work without gir1.2-gtk-3.0 +sed -i '/Depends: a2jmidid,/a \ \ \ \ \ \ \ \ \ gir1.2-gtk-3.0,' debian/control + +# rebrand +sed 's/Package: ubuntustudio-controls/Package: trisquelstudio-controls/g' -i debian/control +sed 's/Ubuntu Studio Controls/Trisquel Studio Controls/g' -i debian/control + +sed 's/Ubuntu Studio/Trisquel Studio/g' -i usr/share/ubuntustudio-controls/ubuntustudio-controls.glade +sed 's/Ubuntu Studio/Trisquel Studio/g' -i usr/share/polkit-1/actions/com.ubuntustudio.pkexec.ubuntustudio-controls.policy +sed 's/Ubuntu Studio/Trisquel Studio/g' -i usr/share/applications/ubuntustudio-controls.desktop +sed 's/Ubuntu Studio/Trisquel Studio/g' -i usr/share/man/man1/ubuntustudio-controls.1 + +sed 's/ubuntustudio/trisquelstudio/g' -i lib/systemd/ubuntustudio +sed 's/ubuntustudio/trisquelstudio/g' -i lib/systemd/system/ondemand.service.d/ubuntustudio.conf +sed 's/ubuntustudio/trisquelstudio/g' -i usr/share/applications/ubuntustudio-controls.desktop +sed 's/ubuntustudio/trisquelstudio/g' -i usr/share/man/man1/ubuntustudio-controls.1 +sed 's/ubuntustudio/trisquelstudio/g' -i usr/share/man/man2/autojack.2 +sed 's/ubuntustudio/trisquelstudio/g' -i usr/share/man/man2/ubuntustudio-system.2 +sed 's/ubuntustudio/trisquelstudio/g' -i usr/bin/autojack +sed 's/ubuntustudio/trisquelstudio/g' -i usr/bin/ubuntustudio-controls +sed 's/ubuntustudio/trisquelstudio/g' -i usr/sbin/ubuntustudio-system + +sed 's/Ubuntustudio/Trisquelstudio/g' -i lib/systemd/ubuntustudio +sed 's/Ubuntustudio/Trisquelstudio/g' -i usr/share/man/man1/ubuntustudio-controls.1 +sed 's/Ubuntustudio/Trisquelstudio/g' -i usr/share/man/man2/ubuntustudio-system.2 + +sed 's/UbuntuStudio/TrisquelStudio/g' -i README +sed 's/UbuntuStudio/TrisquelStudio/g' -i usr/bin/ubuntustudio-controls + +sed 's/trisquelstudio\.org/ubuntustudio\.org/g' -i usr/share/man/man1/ubuntustudio-controls.1 +sed 's/trisquelstudio\.org/ubuntustudio\.org/g' -i usr/share/man/man2/autojack.2 +sed 's/trisquelstudio\.org/ubuntustudio\.org/g' -i usr/share/man/man2/ubuntustudio-system.2 + +mv lib/systemd/ubuntustudio lib/systemd/trisquelstudio +mv lib/systemd/system/ondemand.service.d/ubuntustudio.conf lib/systemd/system/ondemand.service.d/trisquelstudio.conf +mv debian/ubuntustudio-controls.install debian/trisquelstudio-controls.install +mv usr/share/ubuntustudio-controls usr/share/trisquelstudio-controls +mv usr/share/trisquelstudio-controls/ubuntustudio-controls.glade usr/share/trisquelstudio-controls/trisquelstudio-controls.glade +mv usr/share/polkit-1/actions/com.ubuntustudio.pkexec.ubuntustudio-controls.policy usr/share/polkit-1/actions/com.trisquelstudio.pkexec.trisquelstudio-controls.policy +mv usr/share/applications/ubuntustudio-controls.desktop usr/share/applications/trisquelstudio-controls.desktop +mv usr/share/icons/hicolor/22x22/apps/ubuntustudio-controls.png usr/share/icons/hicolor/22x22/apps/trisquelstudio-controls.png +mv usr/share/icons/hicolor/256x256/apps/ubuntustudio-controls.png usr/share/icons/hicolor/256x256/apps/trisquelstudio-controls.png +mv usr/share/icons/hicolor/128x128/apps/ubuntustudio-controls.png usr/share/icons/hicolor/128x128/apps/trisquelstudio-controls.png +mv usr/share/icons/hicolor/48x48/apps/ubuntustudio-controls.png usr/share/icons/hicolor/48x48/apps/trisquelstudio-controls.png +mv usr/share/icons/hicolor/16x16/apps/ubuntustudio-controls.png usr/share/icons/hicolor/16x16/apps/trisquelstudio-controls.png +mv usr/share/icons/hicolor/64x64/apps/ubuntustudio-controls.png usr/share/icons/hicolor/64x64/apps/trisquelstudio-controls.png +mv usr/share/icons/hicolor/24x24/apps/ubuntustudio-controls.png usr/share/icons/hicolor/24x24/apps/trisquelstudio-controls.png +mv usr/share/man/man1/ubuntustudio-controls.1 usr/share/man/man1/trisquelstudio-controls.1 +mv usr/share/man/man2/ubuntustudio-system.2 usr/share/man/man2/trisquelstudio-system.2 +mv usr/bin/ubuntustudio-controls usr/bin/trisquelstudio-controls +mv usr/sbin/ubuntustudio-system usr/sbin/trisquelstudio-system + +changelog "Compiled for Trisquel" + +compile From a667e81f97c934b4bcd2309ea84cbd0838954862 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 17:49:41 -0700 Subject: [PATCH 08/14] ubuntustudio-menu -> trisquelstudio-menu --- helpers/make-ubuntustudio-menu | 53 ++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 helpers/make-ubuntustudio-menu diff --git a/helpers/make-ubuntustudio-menu b/helpers/make-ubuntustudio-menu new file mode 100644 index 0000000..d8819e9 --- /dev/null +++ b/helpers/make-ubuntustudio-menu @@ -0,0 +1,53 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' +REPOKEY=F596CF7036BBAA6D + +. ./config + +# remove dependency on ubuntustudio-installer +sed 's/ubuntustudio-installer, //g' debian/control -i + +# remove ubuntu-specific data +rm usr/share/applications/ubuntustudio-* +rm usr/share/desktop-directories/ubuntustudio-info.directory + +sed 's/ubuntu-software-center.desktop/gnome-app-install.desktop/g' -i etc/xdg/menus/applications-merged/studio.menu +sed 's/ubuntu/trisquel/g' -i etc/xdg/menus/applications-merged/studio.menu +sed 's/Ubuntu/Trisquel/g' -i etc/xdg/menus/applications-merged/studio.menu + +sed 's/Package: ubuntustudio-menu/Package: trisquelstudio-menu/g' -i debian/control + +for file in $(grep -l ubuntu usr/share/desktop-directories/ubuntustudio-*); do + sed 's/ubuntu/trisquel/g' -i $file; done + +for file in $(grep -l Ubuntu usr/share/desktop-directories/ubuntustudio-*); do + sed 's/Ubuntu/Trisquel/g' -i $file; done + +mv usr/share/ubuntustudio usr/share/trisquelstudio +mv usr/share/lintian/overrides/ubuntustudio-menu usr/share/lintian/overrides/trisquelstudio-menu +rename 's/ubuntu/trisquel/' usr/share/icons/hicolor/scalable/categories/ubuntustudio-*.svg; +rename 's/ubuntu/trisquel/' usr/share/icons/hicolor/*/places/ubuntustudio-*.png +rename 's/ubuntu/trisquel/' usr/share/desktop-directories/ubuntustudio-*.directory + +changelog "Compiled for Trisquel" + +compile From eae1d1c3180adf42bf5349ac790d2fc480c35a5b Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 19:03:29 -0700 Subject: [PATCH 09/14] backport blender --- helpers/make-blender | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-blender diff --git a/helpers/make-blender b/helpers/make-blender new file mode 100644 index 0000000..3425d98 --- /dev/null +++ b/helpers/make-blender @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main ' +REPOKEY=7281E3E842A98114 + +. ./config + +changelog "Backported from ppa" + +compile From 4dc75729ac27e6ec1aa1d94194bf873326c82d24 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 19:03:59 -0700 Subject: [PATCH 10/14] backport inkscape --- helpers/make-inkscape | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-inkscape diff --git a/helpers/make-inkscape b/helpers/make-inkscape new file mode 100644 index 0000000..fe16f7d --- /dev/null +++ b/helpers/make-inkscape @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main ' +REPOKEY=9DA4BD18B9A06DE3 + +. ./config + +changelog "Backported from ppa" + +compile From 6c7eec95f4c879719d88e5a8d1ef06a5c70774bf Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 19:08:56 -0700 Subject: [PATCH 11/14] backport scribus --- helpers/make-scribus | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-scribus diff --git a/helpers/make-scribus b/helpers/make-scribus new file mode 100644 index 0000000..a2b415e --- /dev/null +++ b/helpers/make-scribus @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://ppa.launchpad.net/scribus/ppa/ubuntu bionic main ' +REPOKEY=B70D6F7664B6EE15 + +. ./config + +changelog "Backported from ppa" + +compile From 51e73050d7b4a57f961c363d9a89136ab3d19661 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Tue, 21 May 2019 19:09:35 -0700 Subject: [PATCH 12/14] backport cosmic's kdenlive --- helpers/make-kdenlive | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helpers/make-kdenlive diff --git a/helpers/make-kdenlive b/helpers/make-kdenlive new file mode 100644 index 0000000..c112e3c --- /dev/null +++ b/helpers/make-kdenlive @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2019 Mason Hock +# +# 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://archive.ubuntu.com/ubuntu cosmic main universe' +REPOKEY=7638D0442B90D010 + +. ./config + +changelog "Backported from cosmic" + +compile From c1c670819b6046f93ede57e12324aed532f23a66 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Wed, 22 May 2019 12:00:29 -0700 Subject: [PATCH 13/14] remove make-kdenlive for now --- helpers/make-kdenlive | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/helpers/make-kdenlive b/helpers/make-kdenlive index c112e3c..80294be 100644 --- a/helpers/make-kdenlive +++ b/helpers/make-kdenlive @@ -18,11 +18,15 @@ # VERSION=1 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic main universe' -REPOKEY=7638D0442B90D010 +#EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu disco main universe' +#REPOKEY=7638D0442B90D010 + +EXTERNAL='deb-src http://ftp.debian.org/debian testing main' +REPOKEY=648ACFD622F3D138 . ./config -changelog "Backported from cosmic" +#changelog "Backported from disco" +changelog "Backported from buster" compile From 7a499293893108fbfe68c3898be7c57bf8b221a5 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Fri, 24 May 2019 09:51:23 -0700 Subject: [PATCH 14/14] move to backports repo --- helpers/make-ardour | 1 + helpers/make-audacity | 1 + helpers/make-blender | 1 + helpers/make-calf | 1 + helpers/make-carla | 1 + helpers/make-inkscape | 1 + helpers/make-lmms | 1 + helpers/make-patchage | 1 + helpers/make-scribus | 1 + helpers/make-ubuntustudio-controls | 1 + helpers/make-ubuntustudio-menu | 1 + 11 files changed, 11 insertions(+) diff --git a/helpers/make-ardour b/helpers/make-ardour index 74cbe70..5ac679c 100644 --- a/helpers/make-ardour +++ b/helpers/make-ardour @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu eoan main universe' REPOKEY=7638D0442B90D010 +BACKPORTS=true . ./config diff --git a/helpers/make-audacity b/helpers/make-audacity index ec2bee2..cfc115b 100644 --- a/helpers/make-audacity +++ b/helpers/make-audacity @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu bionic main ' REPOKEY=4C1CBE14852541CB +BACKPORTS=true . ./config diff --git a/helpers/make-blender b/helpers/make-blender index 3425d98..7879418 100644 --- a/helpers/make-blender +++ b/helpers/make-blender @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main ' REPOKEY=7281E3E842A98114 +BACKPORTS=true . ./config diff --git a/helpers/make-calf b/helpers/make-calf index e57e723..6410f47 100644 --- a/helpers/make-calf +++ b/helpers/make-calf @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' REPOKEY=F596CF7036BBAA6D +BACKPORTS=true . ./config diff --git a/helpers/make-carla b/helpers/make-carla index e57e723..6410f47 100644 --- a/helpers/make-carla +++ b/helpers/make-carla @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' REPOKEY=F596CF7036BBAA6D +BACKPORTS=true . ./config diff --git a/helpers/make-inkscape b/helpers/make-inkscape index fe16f7d..9da5a12 100644 --- a/helpers/make-inkscape +++ b/helpers/make-inkscape @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main ' REPOKEY=9DA4BD18B9A06DE3 +BACKPORTS=true . ./config diff --git a/helpers/make-lmms b/helpers/make-lmms index e57e723..6410f47 100644 --- a/helpers/make-lmms +++ b/helpers/make-lmms @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' REPOKEY=F596CF7036BBAA6D +BACKPORTS=true . ./config diff --git a/helpers/make-patchage b/helpers/make-patchage index 74cbe70..5ac679c 100644 --- a/helpers/make-patchage +++ b/helpers/make-patchage @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu eoan main universe' REPOKEY=7638D0442B90D010 +BACKPORTS=true . ./config diff --git a/helpers/make-scribus b/helpers/make-scribus index a2b415e..400ede7 100644 --- a/helpers/make-scribus +++ b/helpers/make-scribus @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/scribus/ppa/ubuntu bionic main ' REPOKEY=B70D6F7664B6EE15 +BACKPORTS=true . ./config diff --git a/helpers/make-ubuntustudio-controls b/helpers/make-ubuntustudio-controls index 7d71583..f488ef7 100644 --- a/helpers/make-ubuntustudio-controls +++ b/helpers/make-ubuntustudio-controls @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' REPOKEY=F596CF7036BBAA6D +BACKPORTS=true . ./config diff --git a/helpers/make-ubuntustudio-menu b/helpers/make-ubuntustudio-menu index d8819e9..e2adc20 100644 --- a/helpers/make-ubuntustudio-menu +++ b/helpers/make-ubuntustudio-menu @@ -20,6 +20,7 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' REPOKEY=F596CF7036BBAA6D +BACKPORTS=true . ./config