From 423e4abc34bc4efd766c9088cd6b02d3f9146a1d Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Tue, 23 Feb 2021 16:31:27 -0600 Subject: [PATCH] Update dvdstyler to all new dependencies --- helpers/make-dvdstyler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-dvdstyler b/helpers/make-dvdstyler index 6ed5f1a3..c5e3cf74 100644 --- a/helpers/make-dvdstyler +++ b/helpers/make-dvdstyler @@ -1,6 +1,7 @@ #!/bin/sh # # Copyright (C) 2019 David Philipe GIl <davidpgil@protonmail.com> +# Copyright (C) 2021 Luis Guzman <ark@switnet.org> # # 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 @@ -22,11 +23,10 @@ VERSION=1 EXTERNAL='deb-src http://ppa.launchpad.net/ubuntuhandbook1/dvdstyler/ubuntu $UPSTREAM main' REPOKEY=A0062203196CA4482DDB859E4C1CBE14852541CB BACKPORTS=true -DEPENDS=wxsvg +DEPENDS=cdrkit,libbonobo,gnome-vfs,libgnome,libbonoboui,libgnome-keyring,libgnomeui,orbit2 . ./config changelog "Backported from ppa" compile - -- GitLab