diff options
author | rbuj <[email protected]> | 2019-08-13 02:29:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-19 23:13:08 +0200 |
commit | 88d7ce676027bd9d463850893a4ecfa679db11fb (patch) | |
tree | 5dfaec563bf5aeb8ebd35f5050ea198e78cceeb0 | |
parent | 2a00f200ec2f6bb89c94aa0c2c9b8541df9e03b3 (diff) | |
download | mate-icon-theme-88d7ce676027bd9d463850893a4ecfa679db11fb.tar.bz2 mate-icon-theme-88d7ce676027bd9d463850893a4ecfa679db11fb.tar.xz |
preferences-system-time.png files are not generated from sources
Test:
$ ./autogen.sh --prefix=/usr
$ make -C mate clean-png-icons build-png-icons
-rw-r--r-- | mate/16x16/apps/Makefile.am | 1 | ||||
-rw-r--r-- | mate/22x22/apps/Makefile.am | 1 | ||||
-rw-r--r-- | mate/24x24/apps/Makefile.am | 1 | ||||
-rw-r--r-- | mate/256x256/apps/Makefile.am | 1 | ||||
-rw-r--r-- | mate/32x32/apps/Makefile.am | 1 | ||||
-rw-r--r-- | mate/48x48/apps/Makefile.am | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/mate/16x16/apps/Makefile.am b/mate/16x16/apps/Makefile.am index 9c46027..2d0f21e 100644 --- a/mate/16x16/apps/Makefile.am +++ b/mate/16x16/apps/Makefile.am @@ -22,7 +22,6 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ - preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ diff --git a/mate/22x22/apps/Makefile.am b/mate/22x22/apps/Makefile.am index 0bb0ef7..5eb7092 100644 --- a/mate/22x22/apps/Makefile.am +++ b/mate/22x22/apps/Makefile.am @@ -22,7 +22,6 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ - preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ diff --git a/mate/24x24/apps/Makefile.am b/mate/24x24/apps/Makefile.am index ce12644..1b05907 100644 --- a/mate/24x24/apps/Makefile.am +++ b/mate/24x24/apps/Makefile.am @@ -22,7 +22,6 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ - preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ diff --git a/mate/256x256/apps/Makefile.am b/mate/256x256/apps/Makefile.am index 64aee94..e83014a 100644 --- a/mate/256x256/apps/Makefile.am +++ b/mate/256x256/apps/Makefile.am @@ -21,7 +21,6 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ - preferences-system-time.png \ system-file-manager.png \ system-software-install.png \ system-software-update.png \ diff --git a/mate/32x32/apps/Makefile.am b/mate/32x32/apps/Makefile.am index f11fd8f..c54753b 100644 --- a/mate/32x32/apps/Makefile.am +++ b/mate/32x32/apps/Makefile.am @@ -22,7 +22,6 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ - preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ diff --git a/mate/48x48/apps/Makefile.am b/mate/48x48/apps/Makefile.am index ada3701..8188b4a 100644 --- a/mate/48x48/apps/Makefile.am +++ b/mate/48x48/apps/Makefile.am @@ -22,7 +22,6 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ - preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ |