Initial import
This commit is contained in:
31
icons/Makefile.am
Normal file
31
icons/Makefile.am
Normal file
@@ -0,0 +1,31 @@
|
||||
# vim:set noet ts=4:
|
||||
#
|
||||
# ibus-grc - The Input Bus polytonic Greek input method
|
||||
#
|
||||
# Copyright (c) 2011 David Baer <david.a.baer@gmail.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
icons_DATA = \
|
||||
ibus-grc.svg \
|
||||
ibus-grc.png \
|
||||
$(NULL)
|
||||
|
||||
iconsdir = $(pkgdatadir)/icons
|
||||
|
||||
EXTRA_DIST = \
|
||||
ibus-grc.svg \
|
||||
ibus-grc.png \
|
||||
$(NULL)
|
||||
477
icons/Makefile.in
Normal file
477
icons/Makefile.in
Normal file
@@ -0,0 +1,477 @@
|
||||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
# vim:set noet ts=4:
|
||||
#
|
||||
# ibus-grc - The Input Bus polytonic Greek input method
|
||||
#
|
||||
# Copyright (c) 2011 David Baer <david.a.baer@gmail.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = icons
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
|
||||
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
|
||||
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
||||
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
|
||||
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
||||
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
||||
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
|
||||
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__installdirs = "$(DESTDIR)$(iconsdir)"
|
||||
DATA = $(icons_DATA)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
FGREP = @FGREP@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GMSGFMT_015 = @GMSGFMT_015@
|
||||
GREP = @GREP@
|
||||
IBUS_CFLAGS = @IBUS_CFLAGS@
|
||||
IBUS_LIBS = @IBUS_LIBS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBICONV = @LIBICONV@
|
||||
LIBINTL = @LIBINTL@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBICONV = @LTLIBICONV@
|
||||
LTLIBINTL = @LTLIBINTL@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGFMT_015 = @MSGFMT_015@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
|
||||
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
|
||||
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
|
||||
PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
|
||||
PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||||
POSUB = @POSUB@
|
||||
PYTHON = @PYTHON@
|
||||
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
||||
PYTHON_PLATFORM = @PYTHON_PLATFORM@
|
||||
PYTHON_PREFIX = @PYTHON_PREFIX@
|
||||
PYTHON_VERSION = @PYTHON_VERSION@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XGETTEXT_015 = @XGETTEXT_015@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
pkgpyexecdir = @pkgpyexecdir@
|
||||
pkgpythondir = @pkgpythondir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
pyexecdir = @pyexecdir@
|
||||
pythondir = @pythondir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
icons_DATA = \
|
||||
ibus-grc.svg \
|
||||
ibus-grc.png \
|
||||
$(NULL)
|
||||
|
||||
iconsdir = $(pkgdatadir)/icons
|
||||
EXTRA_DIST = \
|
||||
ibus-grc.svg \
|
||||
ibus-grc.png \
|
||||
$(NULL)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu icons/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-iconsDATA: $(icons_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
|
||||
@list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
|
||||
for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
echo "$$d$$p"; \
|
||||
done | $(am__base_list) | \
|
||||
while read files; do \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
|
||||
done
|
||||
|
||||
uninstall-iconsDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
|
||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
test -n "$$files" || exit 0; \
|
||||
echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
|
||||
cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(DATA)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(iconsdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-iconsDATA
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-iconsDATA
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-html install-html-am \
|
||||
install-iconsDATA install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
uninstall uninstall-am uninstall-iconsDATA
|
||||
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
BIN
icons/ibus-grc.png
Normal file
BIN
icons/ibus-grc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
134
icons/ibus-grc.svg
Normal file
134
icons/ibus-grc.svg
Normal file
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="48"
|
||||
height="48"
|
||||
id="svg14"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.48.1 r9760"
|
||||
sodipodi:docname="ibus-grc.svg"
|
||||
version="1.0"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
||||
<defs
|
||||
id="defs3">
|
||||
<linearGradient
|
||||
id="linearGradient3186">
|
||||
<stop
|
||||
id="stop3188"
|
||||
offset="0"
|
||||
style="stop-color:#ff0000;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop3190"
|
||||
offset="1"
|
||||
style="stop-color:#fb4b12;stop-opacity:0.77840906;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3174">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3176" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3178" />
|
||||
</linearGradient>
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 24 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="48 : 24 : 1"
|
||||
inkscape:persp3d-origin="24 : 16 : 1"
|
||||
id="perspective23" />
|
||||
<linearGradient
|
||||
id="linearGradient4234">
|
||||
<stop
|
||||
id="stop4236"
|
||||
offset="0"
|
||||
style="stop-color:#c1e3ff;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop4238"
|
||||
offset="1"
|
||||
style="stop-color:#56ace5;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3186"
|
||||
id="linearGradient3184"
|
||||
x1="20.957657"
|
||||
y1="35.310341"
|
||||
x2="36.531876"
|
||||
y2="35.310341"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4"
|
||||
inkscape:cx="-0.8750001"
|
||||
inkscape:cy="24"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:window-width="1024"
|
||||
inkscape:window-height="693"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="26"
|
||||
inkscape:showpageshadow="false"
|
||||
width="48px"
|
||||
height="48px"
|
||||
showgrid="false"
|
||||
showborder="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="0" />
|
||||
<metadata
|
||||
id="metadata4">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<g
|
||||
id="g3801"
|
||||
transform="translate(-2.9526562,-1.6123047)">
|
||||
<g
|
||||
style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
|
||||
id="text3008">
|
||||
<path
|
||||
d="m 40.132812,33.972656 -0.273437,0.859375 c -2.018252,0.9375 -3.502625,1.40625 -4.453125,1.40625 -0.494811,0 -0.917988,-0.07813 -1.269531,-0.234375 -0.33856,-0.15625 -0.598977,-0.345052 -0.78125,-0.566406 -0.169289,-0.234374 -0.306008,-0.514322 -0.410157,-0.839844 -0.104184,-0.325519 -0.253923,-1.048175 -0.449218,-2.167969 l -0.644532,-3.632812 c -1.927098,2.708338 -3.730481,4.635419 -5.410156,5.78125 -1.666676,1.132813 -3.385424,1.699218 -5.15625,1.699219 -1.588546,-10e-7 -2.773441,-0.390625 -3.554687,-1.171875 -0.768231,-0.79427 -1.152345,-2.089841 -1.152344,-3.886719 -1e-6,-2.695305 0.638019,-5.227855 1.914062,-7.597656 1.276038,-2.369777 2.74088,-4.062484 4.394532,-5.078125 1.666657,-1.015607 3.470041,-1.523419 5.410156,-1.523438 1.614569,1.9e-5 2.845036,0.397154 3.691406,1.191406 0.859358,0.794288 1.497378,2.291682 1.914063,4.492188 0.716126,-1.562485 1.367167,-3.235661 1.953125,-5.019531 l 0.527343,-0.273438 1.40625,1.074219 0.117188,0.566406 c -1.445334,2.617202 -2.610697,4.537773 -3.496094,5.761719 0.234356,1.497405 0.527324,3.053393 0.878906,4.667969 0.351543,1.614588 0.63149,2.688805 0.839844,3.222656 0.208312,0.520836 0.475239,0.91146 0.800781,1.171875 0.325499,0.247397 0.761697,0.371095 1.308594,0.371094 0.468727,10e-7 1.00258,-0.130207 1.601563,-0.390625 l 0.292968,0.117187 M 31.519531,27.039062 C 30.894516,23.875012 30.256495,21.62241 29.605469,20.28125 28.954413,18.9271 27.932279,18.250017 26.539062,18.25 c -1.88803,1.7e-5 -3.450528,1.126318 -4.6875,3.378906 -1.236984,2.252616 -1.855473,4.876312 -1.855468,7.871094 -5e-6,1.796879 0.208328,3.111982 0.625,3.945312 0.429681,0.833335 1.087233,1.250002 1.972656,1.25 1.471345,2e-6 3.027333,-0.781248 4.667969,-2.34375 1.640611,-1.575515 3.059881,-3.346347 4.257812,-5.3125 m -4.160156,17.910157 0.703125,-8.007813 0.585937,0 0.703125,8.007813 -0.371093,0.410156 -1.25,0 -0.371094,-0.410156 M 23.746094,9.6171875 23.277344,9.03125 c 1.028637,-1.0546597 1.861969,-1.7122112 2.5,-1.9726563 0.638009,-0.2603877 1.236967,-0.3905959 1.796875,-0.390625 0.35155,2.91e-5 0.67707,0.032581 0.976562,0.097656 0.299466,0.065133 0.781236,0.2278933 1.445313,0.4882812 1.041651,0.3906532 1.816389,0.5859655 2.324218,0.5859375 0.351546,2.8e-5 0.683576,-0.078097 0.996094,-0.234375 0.325503,-0.1692425 0.768211,-0.5077838 1.328125,-1.015625 L 35.015625,7.078125 C 34.338523,7.781278 33.700502,8.3411732 33.101562,8.7578125 32.515608,9.1614849 31.877588,9.3633076 31.1875,9.3632813 30.822901,9.3633076 30.49087,9.3242452 30.191406,9.2460938 29.891912,9.1549745 29.488267,8.9922143 28.980469,8.7578125 28.055977,8.3541941 27.30728,8.1523713 26.734375,8.1523438 26.174468,8.1523713 25.679677,8.2630483 25.25,8.484375 24.833324,8.7057562 24.332022,9.08336 23.746094,9.6171875 m 2.714843,1.2109375 0.917969,-0.9375 c 1.119779,0.039088 1.959622,0.306015 2.519531,0.800781 0.572902,0.481796 0.85936,1.087264 0.859375,1.816407 -1.5e-5,0.481793 -0.117202,0.957053 -0.351562,1.425781 -0.23439,0.45575 -0.592462,0.859396 -1.074219,1.210937 -0.481784,0.338562 -1.223971,0.651062 -2.226562,0.9375 l -0.214844,-0.605468 c 1.067696,-0.351542 1.757799,-0.722636 2.070312,-1.113282 0.312486,-0.403624 0.468736,-0.846332 0.46875,-1.328125 -1.4e-5,-1.223934 -0.89194,-1.861954 -2.675781,-1.914062 l -0.292969,-0.292969"
|
||||
style="font-size:40px"
|
||||
id="path3827" />
|
||||
</g>
|
||||
<g
|
||||
style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#333fa2;fill-opacity:1;stroke:none;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
|
||||
id="text3008-6">
|
||||
<path
|
||||
d="m 39.527344,33.248047 -0.273438,0.859375 c -2.018252,0.9375 -3.502625,1.406249 -4.453125,1.40625 -0.494811,-10e-7 -0.917988,-0.07813 -1.269531,-0.234375 C 33.19269,35.123047 32.932273,34.934245 32.75,34.712891 32.580711,34.478516 32.443993,34.198569 32.339844,33.873047 32.235659,33.547528 32.08592,32.824872 31.890625,31.705078 l -0.644531,-3.632812 c -1.927098,2.708337 -3.730482,4.635419 -5.410157,5.78125 -1.666676,1.132812 -3.385424,1.699218 -5.15625,1.699218 -1.588546,0 -2.77344,-0.390625 -3.554687,-1.171875 -0.768231,-0.794269 -1.152345,-2.089841 -1.152344,-3.886718 -1e-6,-2.695306 0.638019,-5.227855 1.914063,-7.597657 1.276037,-2.369777 2.740879,-4.062483 4.394531,-5.078125 1.666657,-1.015606 3.470041,-1.523418 5.410156,-1.523437 1.614569,1.9e-5 2.845036,0.397154 3.691406,1.191406 0.859358,0.794288 1.497378,2.291682 1.914063,4.492188 0.716126,-1.562486 1.367167,-3.235661 1.953125,-5.019532 l 0.527344,-0.273437 1.40625,1.074219 0.117187,0.566406 c -1.445333,2.617201 -2.610697,4.537772 -3.496094,5.761719 0.234356,1.497405 0.527325,3.053393 0.878907,4.667968 0.351542,1.614588 0.631489,2.688806 0.839843,3.222657 0.208313,0.520835 0.47524,0.91146 0.800782,1.171875 0.325499,0.247397 0.761696,0.371095 1.308593,0.371093 0.468727,2e-6 1.002581,-0.130206 1.601563,-0.390625 l 0.292969,0.117188 M 30.914062,26.314453 C 30.289047,23.150403 29.651027,20.897801 29,19.556641 c -0.651055,-1.35415 -1.67319,-2.031233 -3.066406,-2.03125 -1.88803,1.7e-5 -3.450529,1.126318 -4.6875,3.378906 -1.236985,2.252616 -1.855474,4.876311 -1.855469,7.871094 -5e-6,1.796879 0.208328,3.111982 0.625,3.945312 0.429682,0.833335 1.087233,1.250001 1.972656,1.25 1.471346,10e-7 3.027334,-0.781248 4.667969,-2.34375 1.640611,-1.575516 3.059881,-3.346347 4.257812,-5.3125 m -4.160156,17.910156 0.703125,-8.007812 0.585938,0 0.703125,8.007812 -0.371094,0.410157 -1.25,0 -0.371094,-0.410157 M 23.140625,8.8925781 22.671875,8.3066406 c 1.028637,-1.0546597 1.861969,-1.7122111 2.5,-1.9726562 0.63801,-0.2603877 1.236967,-0.3905959 1.796875,-0.390625 0.35155,2.91e-5 0.67707,0.032581 0.976562,0.097656 0.299466,0.065133 0.781236,0.2278934 1.445313,0.4882813 1.041651,0.3906531 1.81639,0.5859654 2.324219,0.5859375 0.351545,2.79e-5 0.683576,-0.078097 0.996093,-0.234375 0.325503,-0.1692425 0.768211,-0.5077839 1.328125,-1.015625 l 0.371094,0.4882812 c -0.677102,0.703153 -1.315122,1.2630483 -1.914062,1.6796875 -0.585955,0.4036724 -1.223975,0.6054952 -1.914063,0.6054688 -0.364599,2.64e-5 -0.69663,-0.039036 -0.996094,-0.1171875 C 29.286444,8.4303651 28.882798,8.2676049 28.375,8.0332031 27.450508,7.6295847 26.701811,7.427762 26.128906,7.4277344 c -0.559907,2.76e-5 -1.054698,0.1107045 -1.484375,0.3320312 -0.416676,0.2213812 -0.917978,0.598985 -1.503906,1.1328125 m 2.714844,1.2109379 0.917968,-0.9375004 c 1.119779,0.039088 1.959622,0.3060152 2.519532,0.8007813 0.572901,0.4817951 0.859359,1.0872631 0.859375,1.8164061 -1.6e-5,0.481794 -0.117203,0.957054 -0.351563,1.425781 -0.23439,0.455751 -0.592462,0.859396 -1.074219,1.210938 -0.481784,0.338562 -1.223971,0.651061 -2.226562,0.9375 l -0.214844,-0.605469 c 1.067696,-0.351542 1.757799,-0.722635 2.070313,-1.113281 0.312486,-0.403624 0.468736,-0.846332 0.46875,-1.328125 -1.4e-5,-1.223935 -0.891941,-1.861955 -2.675782,-1.914063 l -0.292968,-0.292968"
|
||||
style="font-size:40px;fill:#333fa2"
|
||||
id="path3830" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user