From 43baddf105a35ca84e3d9bdc685df6edd65ad5aa Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 20 Mar 2009 22:56:31 -0400 Subject: [PATCH] Add glade UI icons. --- Makefile.am | 3 ++- aspectbin.xml | 4 ++-- configure.ac | 1 + .../16x16/actions/widget-aspectbin-aspectbin.png | Bin 0 -> 167 bytes .../22x22/actions/widget-aspectbin-aspectbin.png | Bin 0 -> 232 bytes icons/Makefile.am | 6 ++++++ 6 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 icons/16x16/actions/widget-aspectbin-aspectbin.png create mode 100644 icons/22x22/actions/widget-aspectbin-aspectbin.png create mode 100644 icons/Makefile.am diff --git a/Makefile.am b/Makefile.am index 0266f3d..aba5e9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -DIST_SUBDIRS = examples +DIST_SUBDIRS = . icons examples +SUBDIRS = . icons ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libaspectbin.la diff --git a/aspectbin.xml b/aspectbin.xml index cf15a6e..0db6313 100644 --- a/aspectbin.xml +++ b/aspectbin.xml @@ -2,12 +2,12 @@ - + aspect_bin_post_create - + diff --git a/configure.ac b/configure.ac index 1594a48..d5cf59f 100644 --- a/configure.ac +++ b/configure.ac @@ -55,5 +55,6 @@ AM_CONDITIONAL([INST_GLADE], [test x"$have_gladedirs" = x"yes"]) AC_CONFIG_FILES([ Makefile examples/Makefile + icons/Makefile ]) AC_OUTPUT diff --git a/icons/16x16/actions/widget-aspectbin-aspectbin.png b/icons/16x16/actions/widget-aspectbin-aspectbin.png new file mode 100644 index 0000000000000000000000000000000000000000..77f87727d5899ac32ff916dcf6e835e4b15a607e GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|5irAW?xefm@n^IeFgR`_d9_K+70B MUHx3vIVCg!0EG@Pu>b%7 literal 0 HcmV?d00001 diff --git a/icons/22x22/actions/widget-aspectbin-aspectbin.png b/icons/22x22/actions/widget-aspectbin-aspectbin.png new file mode 100644 index 0000000000000000000000000000000000000000..dc22976efe72e006318f38a67e68622c2a466997 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fjKx9jP7LeL$-D$|*pj^6T^Rm@ z;DWu&Cj&(|3p^r=85p>QL70(Y)*K0-AbW|YuPggaW>F?B-qUyD4g!TTJY5_^EKVnL z@bmxo&ppGyq`mdKI;Vst03p3e8~^|S literal 0 HcmV?d00001 diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 0000000..e71cc63 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,6 @@ +if INST_GLADE +iconsdir = $(GLADE_pixmapdir)/hicolor +nobase_dist_icons_DATA = \ + 16x16/actions/widget-aspectbin-aspectbin.png \ + 22x22/actions/widget-aspectbin-aspectbin.png +endif -- 2.43.0