diff options
author | raveit65 <[email protected]> | 2015-10-04 19:52:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-04 19:52:22 +0200 |
commit | 991fd3cf7767d31105c6d6eab2b31946b7f1fd13 (patch) | |
tree | a09b59ada2dd92e00fbbc2d3d970189d3a7f253c | |
parent | ab2ee2c62869c780a366a0920a32848a7e507ca3 (diff) | |
download | mate-icon-theme-991fd3cf7767d31105c6d6eab2b31946b7f1fd13.tar.bz2 mate-icon-theme-991fd3cf7767d31105c6d6eab2b31946b7f1fd13.tar.xz |
remove pkgconfig file
- no need of it after the dependency is removed
- from other mate packages
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | mate-icon-theme.pc.in | 6 |
3 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 4d39482..a6554aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,12 +89,8 @@ install-data-local: touch $(DESTDIR)$(themedir); \ fi -pkgconfigdir = $(datadir)/pkgconfig -pkgconfig_DATA = mate-icon-theme.pc - EXTRA_DIST = \ autogen.sh \ - mate-icon-theme.pc.in \ mate \ menta \ $(theme_in_files) diff --git a/configure.ac b/configure.ac index ef05336..84b3737 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,6 @@ AC_SUBST(ICONMAP) AC_CONFIG_FILES([ Makefile -mate-icon-theme.pc po/Makefile.in src/Makefile menta/Makefile diff --git a/mate-icon-theme.pc.in b/mate-icon-theme.pc.in deleted file mode 100644 index 4cbac98..0000000 --- a/mate-icon-theme.pc.in +++ /dev/null @@ -1,6 +0,0 @@ -Name: mate-icon-theme -Description: A collection of icons used as the basis for MATE themes -Version: @VERSION@ -Requires: -Libs: -Cflags: |