Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
openra
Commits:
6fdcdf67 by Matthias Mailänder at 2026-01-31T21:20:12+01:00
Does not use the DejaVu fonts.
- - - - -
e668b7d9 by Matthias Mailänder at 2026-01-31T21:20:36+01:00
The content folder has changed.
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- openra.install
Changes:
=====================================
.SRCINFO
=====================================
@@ -8,7 +8,6 @@ pkgbase = openra
license = GPL3
makedepends = git
makedepends = dotnet-sdk-6.0
- depends = ttf-dejavu
depends = openal
depends = libgl
depends = freetype2
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@ arch=('any')
url="https://www.openra.net"
license=('GPL3')
install=openra.install
-depends=('ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51'
'hicolor-icon-theme'
- 'gtk-update-icon-cache' 'desktop-file-utils' 'xdg-utils' 'zenity'
'dotnet-runtime-6.0')
+depends=('openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme'
'gtk-update-icon-cache'
+ 'desktop-file-utils' 'xdg-utils' 'zenity' 'dotnet-runtime-6.0')
makedepends=('git' 'dotnet-sdk-6.0')
options=(!debug)
source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}")
=====================================
openra.install
=====================================
@@ -1,4 +1,4 @@
post_remove() {
- echo "openra downloaded data files to ~/.openra/Content and you might want"
- echo "to delete those."
+ echo "OpenRA downloaded data files to ~/.config/openra/Content"
+ echo "and you might want to delete those."
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openra/-/compare/344f03a641970d6b855c4a81094600236441c08d...e668b7d94eba8df8df587b23f8fbf278bf4e22d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openra/-/compare/344f03a641970d6b855c4a81094600236441c08d...e668b7d94eba8df8df587b23f8fbf278bf4e22d2
You're receiving this email because of your account on gitlab.archlinux.org.