Skip to content

Commit aef020d

Browse files
rasaphilclifford
authored andcommitted
fix(doublecmd): Add Ubuntu oracular (24.10) support
1 parent c84ff42 commit aef020d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

01-main/packages/doublecmd-gtk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
DEFVER=2
2-
CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble"
2+
CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble oracular"
33
LOCALID=""
44
case ${UPSTREAM_ID} in
55
ubuntu)
66
LOCALID="x${UPSTREAM_ID^}" ;;
77
debian)
88
LOCALID="${UPSTREAM_ID^}" ;;
99
esac
10+
# Even though
11+
# https://software.opensuse.org//download.html?project=home%3AAlexx2000%3Adoublecmd-svn&package=doublecmd-qt
12+
# shows
13+
# http://download.opensuse.org/repositories/home:/Alexx2000:/doublecmd-svn/xUbuntu_24.10/
14+
# these URLs still work:
1015
ASC_KEY_URL="https://download.opensuse.org/repositories/home:Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/Release.key"
1116
APT_LIST_NAME="doublecmd"
1217
APT_REPO_URL="https://download.opensuse.org/repositories/home:/Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/ /"

01-main/packages/doublecmd-qt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
DEFVER=2
2-
CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble"
2+
CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble oracular"
33
LOCALID=""
44
case ${UPSTREAM_ID} in
55
ubuntu)
66
LOCALID="x${UPSTREAM_ID^}" ;;
77
debian)
88
LOCALID="${UPSTREAM_ID^}" ;;
99
esac
10+
# Even though
11+
# https://software.opensuse.org//download.html?project=home%3AAlexx2000%3Adoublecmd-svn&package=doublecmd-qt
12+
# shows
13+
# http://download.opensuse.org/repositories/home:/Alexx2000:/doublecmd-svn/xUbuntu_24.10/
14+
# these URLs still work:
1015
ASC_KEY_URL="https://download.opensuse.org/repositories/home:Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/Release.key"
1116
APT_LIST_NAME="doublecmd"
1217
APT_REPO_URL="https://download.opensuse.org/repositories/home:/Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/ /"

0 commit comments

Comments
 (0)