From 205518b1821dc6b1b217c91b1c14ada764e5a104 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 23 Mar 2023 11:21:11 -0700 Subject: build: remove icons We don't need these anymore now that we don't ship libpeas-gtk. --- data/icons/16x16/libpeas-plugin.png | Bin 719 -> 0 bytes data/icons/16x16/libpeas-plugin.svg | 198 ------------- data/icons/22x22/libpeas-plugin.png | Bin 1079 -> 0 bytes data/icons/22x22/libpeas-plugin.svg | 362 ----------------------- data/icons/32x32/libpeas-plugin.png | Bin 1462 -> 0 bytes data/icons/32x32/libpeas-plugin.svg | 512 --------------------------------- data/icons/meson.build | 27 -- data/icons/scalable/libpeas-plugin.svg | 324 --------------------- data/meson.build | 1 - meson.build | 2 - 10 files changed, 1426 deletions(-) delete mode 100644 data/icons/16x16/libpeas-plugin.png delete mode 100644 data/icons/16x16/libpeas-plugin.svg delete mode 100644 data/icons/22x22/libpeas-plugin.png delete mode 100644 data/icons/22x22/libpeas-plugin.svg delete mode 100644 data/icons/32x32/libpeas-plugin.png delete mode 100644 data/icons/32x32/libpeas-plugin.svg delete mode 100644 data/icons/meson.build delete mode 100644 data/icons/scalable/libpeas-plugin.svg delete mode 100644 data/meson.build diff --git a/data/icons/16x16/libpeas-plugin.png b/data/icons/16x16/libpeas-plugin.png deleted file mode 100644 index e41846e..0000000 Binary files a/data/icons/16x16/libpeas-plugin.png and /dev/null differ diff --git a/data/icons/16x16/libpeas-plugin.svg b/data/icons/16x16/libpeas-plugin.svg deleted file mode 100644 index 1883e8d..0000000 --- a/data/icons/16x16/libpeas-plugin.svg +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - image/svg+xml - - Folder - - - Jakub Steiner - - - 2005-02-01 - - http://jimmac.musichall.cz/ - - - folder - directory - storage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/icons/22x22/libpeas-plugin.png b/data/icons/22x22/libpeas-plugin.png deleted file mode 100644 index e1e2c73..0000000 Binary files a/data/icons/22x22/libpeas-plugin.png and /dev/null differ diff --git a/data/icons/22x22/libpeas-plugin.svg b/data/icons/22x22/libpeas-plugin.svg deleted file mode 100644 index 797fce8..0000000 --- a/data/icons/22x22/libpeas-plugin.svg +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - - image/svg+xml - - Folder - - - Jakub Steiner - - - 2005-02-01 - - http://jimmac.musichall.cz/ - - - folder - directory - storage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/icons/32x32/libpeas-plugin.png b/data/icons/32x32/libpeas-plugin.png deleted file mode 100644 index fda1b4e..0000000 Binary files a/data/icons/32x32/libpeas-plugin.png and /dev/null differ diff --git a/data/icons/32x32/libpeas-plugin.svg b/data/icons/32x32/libpeas-plugin.svg deleted file mode 100644 index 01bc873..0000000 --- a/data/icons/32x32/libpeas-plugin.svg +++ /dev/null @@ -1,512 +0,0 @@ - - - - - - - image/svg+xml - - Folder - - - Jakub Steiner - - - 2005-02-01 - - http://jimmac.musichall.cz/ - - - folder - directory - storage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/icons/meson.build b/data/icons/meson.build deleted file mode 100644 index 726dae8..0000000 --- a/data/icons/meson.build +++ /dev/null @@ -1,27 +0,0 @@ -icon_sizes = [ - '16x16', - '22x22', - '32x32', -] - -foreach size: icon_sizes - install_data( - join_paths(size, 'libpeas-plugin.png'), - install_dir: join_paths( - iconsdir, - 'hicolor', - size, - 'actions' - ) - ) -endforeach - -install_data( - join_paths('scalable', 'libpeas-plugin.svg'), - install_dir: join_paths( - iconsdir, - 'hicolor', - 'scalable', - 'actions' - ) -) diff --git a/data/icons/scalable/libpeas-plugin.svg b/data/icons/scalable/libpeas-plugin.svg deleted file mode 100644 index 63106f5..0000000 --- a/data/icons/scalable/libpeas-plugin.svg +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - - image/svg+xml - - Plug-in - - - Lapo Calamandrei - - - - - - - - plugin - plug-in - extension - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/meson.build b/data/meson.build deleted file mode 100644 index feb1c1e..0000000 --- a/data/meson.build +++ /dev/null @@ -1 +0,0 @@ -subdir('icons') diff --git a/meson.build b/meson.build index bea1739..10a9175 100644 --- a/meson.build +++ b/meson.build @@ -355,7 +355,6 @@ if build_gtk_doc == true subdir('docs') endif -subdir('data') subdir('po') subdir('loaders') @@ -378,7 +377,6 @@ summary = [ ' prefix: @0@'.format(prefix), ' includedir: @0@'.format(includedir), ' libdir: @0@'.format(libdir), - ' datadir: @0@'.format(datadir), '------', ] -- cgit v1.2.1