Skip to content

Commit

Permalink
added shared win32 improvements fetched from plugin-gimp-fourier_pull_16
Browse files Browse the repository at this point in the history
...Discussed in plugin-gimp-fourier_pull_15
  • Loading branch information
JoesCat committed Oct 9, 2024
1 parent d2d1f49 commit 0a7e999
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
choiceL: [--disable-silent-rules, --enable-silent-rules, --enable-debugtime]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create configure
run: |
sudo apt-get update -y
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
msystem: ${{ matrix.msystem }}
update: true
install: autotools base-devel git ${{ matrix.toolchain }}-toolchain ${{ matrix.toolchain }}-gimp3
install: autotools base-devel git ${{ matrix.toolchain }}-toolchain ${{ matrix.toolchain }}-gimp3 ${{ matrix.toolchain }}-gettext-tools
- name: Create configure
run: |
autoreconf -i
Expand All @@ -67,7 +67,7 @@ jobs:
local:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Create configure
run: |
sudo apt-get update -y
Expand All @@ -79,7 +79,7 @@ jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Create configure
run: |
sudo port install gimp3-devel
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EXTRA_DIST = README.md fix-ca-config.h.in rpm/gimp3-fix-ca.spec.in \
img-fix-ca/ex-bran.jpg img-fix-ca/ex-bran-fix.jpg \
img-fix-ca/fix-ca-center.jpg img-fix-ca/full-branches.jpg \
img-fix-ca/poorman-zoom.jpg org.gimp.extension.fix3-ca.metainfo.xml
nodist_EXTRA_DATA = .git .github
nodist_EXTRA_DATA = .git .github .deps .libs
DISTCHECK_CONFIGURE_FLAGS = --disable-silent-rules --enable-debugtime

strip:
Expand Down
2 changes: 1 addition & 1 deletion po/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PO_FILES = es.po fr.po pt.po
.PHONY: all install install-user uninstall uninstall-user clean $(LANGUAGES)
.PHONY: update-po update-pot

all: $(LANGUAGES)
all: update-pot $(LANGUAGES)

$(LANGUAGES):
if [[ -e $(srcdir)/$@.po ]]; \
Expand Down
1 change: 1 addition & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ AM_CFLAGS = ${CFLAGS} ${CPPFLAGS} ${GIMP_CFLAGS} ${GTK_CFLAGS} ${WCFLAGS} ${FCA_
AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} ${GIMP_CFLAGS} -I${includedir}

EXTRA_DIST = test-fix-ca.c test1.md5
nodist_EXTRA_DATA = .deps .libs

noinst_PROGRAMS = test-fix-ca
test_fix_ca_name = test-fix-ca
Expand Down

0 comments on commit 0a7e999

Please sign in to comment.