Skip to content

Commit

Permalink
fix(doublecmd): Add Ubuntu oracular (24.10) support
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored and philclifford committed Nov 16, 2024
1 parent c84ff42 commit aef020d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion 01-main/packages/doublecmd-gtk
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
DEFVER=2
CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble"
CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble oracular"
LOCALID=""
case ${UPSTREAM_ID} in
ubuntu)
LOCALID="x${UPSTREAM_ID^}" ;;
debian)
LOCALID="${UPSTREAM_ID^}" ;;
esac
# Even though
# https://software.opensuse.org//download.html?project=home%3AAlexx2000%3Adoublecmd-svn&package=doublecmd-qt
# shows
# http://download.opensuse.org/repositories/home:/Alexx2000:/doublecmd-svn/xUbuntu_24.10/
# these URLs still work:
ASC_KEY_URL="https://download.opensuse.org/repositories/home:Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/Release.key"
APT_LIST_NAME="doublecmd"
APT_REPO_URL="https://download.opensuse.org/repositories/home:/Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/ /"
Expand Down
7 changes: 6 additions & 1 deletion 01-main/packages/doublecmd-qt
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
DEFVER=2
CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble"
CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble oracular"
LOCALID=""
case ${UPSTREAM_ID} in
ubuntu)
LOCALID="x${UPSTREAM_ID^}" ;;
debian)
LOCALID="${UPSTREAM_ID^}" ;;
esac
# Even though
# https://software.opensuse.org//download.html?project=home%3AAlexx2000%3Adoublecmd-svn&package=doublecmd-qt
# shows
# http://download.opensuse.org/repositories/home:/Alexx2000:/doublecmd-svn/xUbuntu_24.10/
# these URLs still work:
ASC_KEY_URL="https://download.opensuse.org/repositories/home:Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/Release.key"
APT_LIST_NAME="doublecmd"
APT_REPO_URL="https://download.opensuse.org/repositories/home:/Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/ /"
Expand Down

0 comments on commit aef020d

Please # to comment.