Skip to content

Commit

Permalink
Add meson files to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanheaven committed Sep 21, 2022
1 parent 06c21b2 commit ec01003
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 8 deletions.
7 changes: 6 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ endif

ACLOCAL_AMFLAGS = -I m4 --install

EXTRA_DIST = autogen.sh README.md
EXTRA_DIST = \
autogen.sh \
README.md \
meson_options.txt \
meson.build \
po/meson.build
4 changes: 3 additions & 1 deletion data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ gsettings_SCHEMAS = org.gtkhash.gschema.xml
EXTRA_DIST = \
$(applications_DATA).in \
$(gsettings_SCHEMAS) \
gtkhash-gtk3.ui gtkhash-gtk3.gresource.xml
gtkhash-gtk3.ui \
gtkhash-gtk3.gresource.xml \
meson.build

CLEANFILES = $(applications_DATA)

Expand Down
3 changes: 2 additions & 1 deletion data/appdata/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ EXTRA_DIST = \
org.gtkhash.caja.metainfo.xml.in \
org.gtkhash.nautilus.metainfo.xml.in \
org.gtkhash.nemo.metainfo.xml.in \
org.gtkhash.thunar.metainfo.xml.in
org.gtkhash.thunar.metainfo.xml.in \
meson.build

%.xml: %.xml.in
$(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
4 changes: 3 additions & 1 deletion data/caja/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
cajaextensionsdir = $(datadir)/caja/extensions
cajaextensions_DATA = libgtkhash-properties-caja.caja-extension

EXTRA_DIST = $(cajaextensions_DATA).in
EXTRA_DIST = \
$(cajaextensions_DATA).in \
meson.build

CLEANFILES = $(cajaextensions_DATA)

Expand Down
4 changes: 3 additions & 1 deletion data/icons/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ genicons = \

EXTRA_DIST = \
$(icon_DATA) \
$(genicons)
$(genicons) \
meson.build \
rename_icons.sh

MAINTAINERCLEANFILES = $(genicons)

Expand Down
3 changes: 2 additions & 1 deletion data/nautilus/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ gsettings_SCHEMAS = org.gtkhash.plugin.gschema.xml
EXTRA_DIST = \
$(gsettings_SCHEMAS) \
gtkhash-properties.ui \
gtkhash-properties.gresource.xml
gtkhash-properties.gresource.xml \
meson.build

@GSETTINGS_RULES@
5 changes: 4 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ CLEANFILES = \
$(check_DATA) \
*.gcda *.gcno

EXTRA_DIST = gtkhash-test.sh test.md5sum.in
EXTRA_DIST = \
gtkhash-test.sh \
test.md5sum.in \
meson.build

resources.c resources.h: \
../data/gtkhash-gtk3.gresource.xml \
Expand Down
3 changes: 2 additions & 1 deletion src/hash/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ hash_la_LIBADD = \
EXTRA_DIST = \
md6/md6.h \
md6/md6_compress.c \
md6/md6_mode.c
md6/md6_mode.c \
meson.build

if ENABLE_BLAKE2
hash_la_SOURCES += hash-lib-blake2.c
Expand Down
4 changes: 4 additions & 0 deletions src/nautilus/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ BUILT_SOURCES = properties-resources.c

CLEANFILES = properties-resources.c *.gcda *.gcno

EXTRA_DIST = \
meson.build \
extension.map.in

if ENABLE_CAJA

cajadir = $(CAJA_EXTENSION_DIR)
Expand Down
2 changes: 2 additions & 0 deletions src/util/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ util_la_LIBADD = \
$(GIO_LIBS)

CLEANFILES = *.gcda *.gcno

EXTRA_DIST = meson.build

0 comments on commit ec01003

Please sign in to comment.