From 06a3cb2c237e6dbac38548e1d10b251cc8d865d1 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 24 Feb 2025 15:53:34 -0600 Subject: [PATCH] 0ad{,-data}: backport version 0.27 for aramo --- helpers/make-0ad | 10 ++++++---- helpers/make-0ad-data | 11 ++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/helpers/make-0ad b/helpers/make-0ad index 0db8f25..0115465 100644 --- a/helpers/make-0ad +++ b/helpers/make-0ad @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2022 Luis Guzman +# Copyright (C) 2025 Luis Guzman # # 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 @@ -17,14 +17,16 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 -EXTERNAL='deb-src http://ppa.launchpadcontent.net/wfg/0ad/ubuntu $UPSTREAM main' -REPOKEY="8CA7A6E8E4FA953A" +VERSION=2 +EXTERNAL="deb-src https://ppa.launchpadcontent.net/oibaf/graphics-drivers/ubuntu noble main" +REPOKEY="957D2708A03A4626" BACKPORTS=true BUILD_UNTIL=11.0 . ./config +sed -i 's|libwxgtk3.2-dev|libwxgtk3.0-gtk3-dev|' debian/control + changelog "Backported to get latest version into Trisquel" package diff --git a/helpers/make-0ad-data b/helpers/make-0ad-data index 6452270..21829ae 100644 --- a/helpers/make-0ad-data +++ b/helpers/make-0ad-data @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2022 Luis Guzman +# Copyright (C) 2025 Luis Guzman # # 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 @@ -17,14 +17,15 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 -EXTERNAL='deb-src http://ppa.launchpadcontent.net/wfg/0ad/ubuntu $UPSTREAM main' -REPOKEY="8CA7A6E8E4FA953A" +VERSION=2 +EXTERNAL="deb-src https://ppa.launchpadcontent.net/oibaf/graphics-drivers/ubuntu noble main" +REPOKEY="957D2708A03A4626" BACKPORTS=true BUILD_UNTIL=11.0 . ./config -changelog "Backported as companion package for 0ad" + +changelog "Backported to get latest version into Trisquel" package