diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2019-03-22 08:26:59 +0100 |
---|---|---|
committer | Alberto Fanjul <albertofanjul@gmail.com> | 2020-05-27 22:15:56 +0200 |
commit | b9288f256298c6d00320ad1548802f4e4e305aee (patch) | |
tree | 026fb63f72b5623a42fd02004507d0f1af8cbd50 /data | |
parent | 85108840f8e24ae8cd9edadb631bbcaafb99d0a5 (diff) | |
download | glade-b9288f256298c6d00320ad1548802f4e4e305aee.tar.gz |
build: Remove autotools
Relay on meson for build
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 28 | ||||
-rw-r--r-- | data/gettext/Makefile.am | 1 | ||||
-rw-r--r-- | data/gettext/its/Makefile.am | 9 | ||||
-rw-r--r-- | data/gladeui-2.0.pc.in | 19 | ||||
-rw-r--r-- | data/icons/Makefile.am | 27 | ||||
-rw-r--r-- | data/icons/hicolor/Makefile.am | 1 | ||||
-rw-r--r-- | data/icons/hicolor/scalable/Makefile.am | 1 | ||||
-rw-r--r-- | data/icons/hicolor/scalable/apps/Makefile.am | 8 | ||||
-rw-r--r-- | data/icons/hicolor/symbolic/Makefile.am | 1 | ||||
-rw-r--r-- | data/icons/hicolor/symbolic/apps/Makefile.am | 9 |
10 files changed, 0 insertions, 104 deletions
diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index c26bf2aa..00000000 --- a/data/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -## Process this file with automake to produce Makefile.in - -SUBDIRS = icons gettext - -desktopdir = $(datadir)/applications -desktop_in_files = org.gnome.Glade.desktop.in.in -desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) -$(desktop_DATA): $(desktop_in_files) - $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = gladeui-2.0.pc - -appdatadir = $(datadir)/metainfo -appdata_DATA = $(appdata_in_files:.xml.in=.xml) -appdata_in_files = org.gnome.Glade.appdata.xml.in -$(appdata_DATA): $(appdata_in_files) - $(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ - -EXTRA_DIST = \ - $(appdata_in_files) \ - $(desktop_in_files) \ - gladeui-2.0.pc.in - -CLEANFILES = \ - $(desktop_DATA) \ - $(pkgconfig_DATA) \ - $(appdata_DATA) diff --git a/data/gettext/Makefile.am b/data/gettext/Makefile.am deleted file mode 100644 index c74346bc..00000000 --- a/data/gettext/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = its diff --git a/data/gettext/its/Makefile.am b/data/gettext/its/Makefile.am deleted file mode 100644 index a938e67c..00000000 --- a/data/gettext/its/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -its_filesdir = $(datadir)/gettext/its -its_files = \ - glade-catalog.its \ - glade-catalog.loc \ - $(NULL) - -EXTRA_DIST = \ - $(its_files) \ - $(NULL) diff --git a/data/gladeui-2.0.pc.in b/data/gladeui-2.0.pc.in deleted file mode 100644 index cd0de655..00000000 --- a/data/gladeui-2.0.pc.in +++ /dev/null @@ -1,19 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -datarootdir=@datarootdir@ -datadir=@datadir@ -includedir=@includedir@/libgladeui-2.0 -catalogdir=${datadir}/@PACKAGE@/catalogs -pixmapdir=${datadir}/@PACKAGE@/pixmaps -moduledir=${libdir}/@PACKAGE@/modules - - -Name: Glade -Description: Glade interface designer library -URL: http://glade.gnome.org -Version: @PACKAGE_VERSION@ -Requires: gtk+-3.0 >= 2.91.2 libxml-2.0 >= 2.4.0 -Libs: -L${libdir} -lgladeui-2 -Libs.private: -lm -Cflags: -I${includedir} diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am deleted file mode 100644 index 02f7d9a9..00000000 --- a/data/icons/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -## Process this file with automake to produce Makefile.in - -SUBDIRS = hicolor - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: update-icon-cache -uninstall-hook: update-icon-cache -update-icon-cache: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After (un)install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - - -pixmapsdir = $(pkgdatadir)/pixmaps -pixmaps_DATA = devhelp.png \ - plus.png \ - fixed-bg.png placeholder.png \ - deprecated-16x16.png \ - deprecated-22x22.png - - -EXTRA_DIST = $(pixmaps_DATA) glade.ico diff --git a/data/icons/hicolor/Makefile.am b/data/icons/hicolor/Makefile.am deleted file mode 100644 index 55b90790..00000000 --- a/data/icons/hicolor/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = scalable symbolic diff --git a/data/icons/hicolor/scalable/Makefile.am b/data/icons/hicolor/scalable/Makefile.am deleted file mode 100644 index ebbd1452..00000000 --- a/data/icons/hicolor/scalable/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = apps diff --git a/data/icons/hicolor/scalable/apps/Makefile.am b/data/icons/hicolor/scalable/apps/Makefile.am deleted file mode 100644 index 38c0633f..00000000 --- a/data/icons/hicolor/scalable/apps/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -## Process this file with automake to produce Makefile.in - -appicondir = $(datadir)/icons/hicolor/scalable/apps -appicon_DATA = \ - org.gnome.Glade.svg \ - $(NULL) - -EXTRA_DIST = $(appicon_DATA) diff --git a/data/icons/hicolor/symbolic/Makefile.am b/data/icons/hicolor/symbolic/Makefile.am deleted file mode 100644 index ebbd1452..00000000 --- a/data/icons/hicolor/symbolic/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = apps diff --git a/data/icons/hicolor/symbolic/apps/Makefile.am b/data/icons/hicolor/symbolic/apps/Makefile.am deleted file mode 100644 index 12816d91..00000000 --- a/data/icons/hicolor/symbolic/apps/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -## Process this file with automake to produce Makefile.in - -appicondir = $(datadir)/icons/hicolor/symbolic/apps -appicon_DATA = \ - org.gnome.Glade-symbolic.svg \ - glade-brand-symbolic.svg \ - $(NULL) - -EXTRA_DIST = $(appicon_DATA) |