Skip to content

Commit

Permalink
fix fedora dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Dec 10, 2023
1 parent 8b4fa53 commit 70d6479
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/app-analyze-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
name: Analyze
runs-on: ubuntu-latest
env:
SONAR_SCANNER_VERSION: 4.4.0.2170
BUILD_WRAPPER_OUT_DIR: sonar_output
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
env:
SONAR_SCANNER_VERSION: 4.4.0.2170
BUILD_WRAPPER_OUT_DIR: sonar_output
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion release/pkg/jx-application-framework.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Release: 1
License: GPL
Group: Development/Libraries/C and C++
Source: %pkg_name
Requires: gcc-c++, make, rpm-build, imake, libtool, libX11-devel, libXinerama-devel, libXft-devel, libXmu-devel, libXi-devel, xorg-x11-proto-devel, xorg-x11-server-devel, libXdamage-devel, libXpm-devel, libjpeg-devel, libpng-devel, gd-devel, libicu-devel, pcre-devel, libxml2-devel, boost-devel, expat-devel, libdrm-devel, xforms-devel, aspell, aspell-en, findutils, curl, perl, python-libxml2, imagemagick
Requires: gcc-c++, make, rpm-build, imake, libtool, libX11-devel, libXinerama-devel, libXft-devel, libXmu-devel, libXi-devel, xorg-x11-proto-devel, xorg-x11-server-devel, libXdamage-devel, libXpm-devel, libjpeg-devel, libpng-devel, gd-devel, libicu-devel, pcre-devel, libxml2-devel, boost-devel, expat-devel, libdrm-devel, xforms-devel, aspell, aspell-en, findutils, curl, perl, python-libxml2, ImageMagick

%description
JX Application Framework is a UI library for the X Window System.
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: JX Application Framework
# core22 build hangs on amd64
# https://forum.snapcraft.io/t/snapcraft-io-build-using-core22-gets-stuck-on-amd64/37363
base: core20
version: "4.0.0"
version: "4.1.0"
source-code: https://github.com/jafl/jx_application_framework
issues: https://github.com/jafl/jx_application_framework/issues
contact: https://johnlindal.wixsite.com/aboutme/contact-me
Expand Down
2 changes: 2 additions & 0 deletions todo
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,5 @@ exceptions suck
infects the entire call tree
unwinds the stack, so core dump is useless
tricky for partially constructed objects

https://microsoft.github.io/language-server-protocol/

0 comments on commit 70d6479

Please sign in to comment.