From 8ca0b5e05179ac7b04bf4c72121801525bb19d7f Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Thu, 18 Jan 2007 12:36:08 +0000 Subject: configure.ac 2007-01-18 Luca Ferretti * data/icons/*/places/bookmark-web.*: * data/icons/*/places/Makefile.am: * data/icons/*/Makefile.am: * configure.ac Add to build new "bookmark-web" custom named icon at 16, 22 and 24 pixels - under new places directory. * lib/ephy-stock-icons.c: * lib/ephy-stock-icons.h: * src/bookmarks/ephy-bookmark-properties.c: * src/bookmarks/ephy-bookmark-action.c: Remove STOCK_BOOKMARK and add EPHY_STOCK_BOOKMARK using new "bookmark-web" custom named icon. svn path=/trunk/; revision=6830 --- data/icons/16x16/Makefile.am | 3 +- data/icons/16x16/places/Makefile.am | 15 ++++ data/icons/16x16/places/bookmark-web.png | Bin 0 -> 576 bytes data/icons/16x16/places/bookmark-web.svg | 121 ++++++++++++++++++++++++++++ data/icons/22x22/Makefile.am | 3 +- data/icons/22x22/places/Makefile.am | 15 ++++ data/icons/22x22/places/bookmark-web.png | Bin 0 -> 989 bytes data/icons/22x22/places/bookmark-web.svg | 134 +++++++++++++++++++++++++++++++ data/icons/24x24/Makefile.am | 3 +- data/icons/24x24/places/Makefile.am | 14 ++++ data/icons/24x24/places/bookmark-web.png | Bin 0 -> 1025 bytes 11 files changed, 305 insertions(+), 3 deletions(-) create mode 100644 data/icons/16x16/places/Makefile.am create mode 100644 data/icons/16x16/places/bookmark-web.png create mode 100644 data/icons/16x16/places/bookmark-web.svg create mode 100644 data/icons/22x22/places/Makefile.am create mode 100644 data/icons/22x22/places/bookmark-web.png create mode 100644 data/icons/22x22/places/bookmark-web.svg create mode 100644 data/icons/24x24/places/Makefile.am create mode 100644 data/icons/24x24/places/bookmark-web.png (limited to 'data') diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am index a7a411110..a15b2be3f 100644 --- a/data/icons/16x16/Makefile.am +++ b/data/icons/16x16/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = \ - actions \ + actions \ + places \ status diff --git a/data/icons/16x16/places/Makefile.am b/data/icons/16x16/places/Makefile.am new file mode 100644 index 000000000..e0280192d --- /dev/null +++ b/data/icons/16x16/places/Makefile.am @@ -0,0 +1,15 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 16x16 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + bookmark-web.png + +noinst_DATA = \ + bookmark-web.svg + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/16x16/places/bookmark-web.png b/data/icons/16x16/places/bookmark-web.png new file mode 100644 index 000000000..627f7ade1 Binary files /dev/null and b/data/icons/16x16/places/bookmark-web.png differ diff --git a/data/icons/16x16/places/bookmark-web.svg b/data/icons/16x16/places/bookmark-web.svg new file mode 100644 index 000000000..80d969a32 --- /dev/null +++ b/data/icons/16x16/places/bookmark-web.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am index a7a411110..a15b2be3f 100644 --- a/data/icons/22x22/Makefile.am +++ b/data/icons/22x22/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = \ - actions \ + actions \ + places \ status diff --git a/data/icons/22x22/places/Makefile.am b/data/icons/22x22/places/Makefile.am new file mode 100644 index 000000000..8c6f09410 --- /dev/null +++ b/data/icons/22x22/places/Makefile.am @@ -0,0 +1,15 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 22x22 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + bookmark-web.png + +noinst_DATA = \ + bookmark-web.svg + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/22x22/places/bookmark-web.png b/data/icons/22x22/places/bookmark-web.png new file mode 100644 index 000000000..f254b2c91 Binary files /dev/null and b/data/icons/22x22/places/bookmark-web.png differ diff --git a/data/icons/22x22/places/bookmark-web.svg b/data/icons/22x22/places/bookmark-web.svg new file mode 100644 index 000000000..d59a6e07a --- /dev/null +++ b/data/icons/22x22/places/bookmark-web.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am index a7a411110..9e425c3e6 100644 --- a/data/icons/24x24/Makefile.am +++ b/data/icons/24x24/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = \ - actions \ + actions \ + places \ status diff --git a/data/icons/24x24/places/Makefile.am b/data/icons/24x24/places/Makefile.am new file mode 100644 index 000000000..226d76fee --- /dev/null +++ b/data/icons/24x24/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 24x24 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + bookmark-web.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/24x24/places/bookmark-web.png b/data/icons/24x24/places/bookmark-web.png new file mode 100644 index 000000000..f86e7b78a Binary files /dev/null and b/data/icons/24x24/places/bookmark-web.png differ -- cgit v1.2.3