diff options
| author | Lauren Post <lauren.post@freescale.com> | 2014-03-07 15:26:13 -0600 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-15 15:25:27 +0100 |
| commit | f76d121f0824f3961a3030470820368dc83655d6 (patch) | |
| tree | 78835858feabb9623128102a3a19822a4000911e | |
| parent | 3fd74bd96b3984f356335a67cc53d35fb7a2b6db (diff) | |
| download | meta-openembedded-f76d121f0824f3961a3030470820368dc83655d6.tar.gz | |
gtkperf: Create 0.40 version
gtkperf is a GTK Performance tool
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars | 25 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | 25 |
2 files changed, 50 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars b/meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars new file mode 100644 index 0000000000..8b09f53b0f --- /dev/null +++ b/meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | # Makefile variables for PO directory in any package using GNU gettext. | ||
| 2 | |||
| 3 | # Usually the message domain is the same as the package name. | ||
| 4 | DOMAIN = $(PACKAGE) | ||
| 5 | |||
| 6 | # These two variables depend on the location of this directory. | ||
| 7 | subdir = po | ||
| 8 | top_builddir = .. | ||
| 9 | |||
| 10 | # These options get passed to xgettext. | ||
| 11 | XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ | ||
| 12 | |||
| 13 | # This is the copyright holder that gets inserted into the header of the | ||
| 14 | # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding | ||
| 15 | # package. (Note that the msgstr strings, extracted from the package's | ||
| 16 | # sources, belong to the copyright holder of the package.) Translators are | ||
| 17 | # expected to transfer the copyright for their translations to this person | ||
| 18 | # or entity, or to disclaim their copyright. The empty string stands for | ||
| 19 | # the public domain; in this case the translators are expected to disclaim | ||
| 20 | # their copyright. | ||
| 21 | COPYRIGHT_HOLDER = Free Software Foundation, Inc. | ||
| 22 | |||
| 23 | # This is the list of locale categories, beyond LC_MESSAGES, for which the | ||
| 24 | # message catalogs shall be used. It is usually empty. | ||
| 25 | EXTRA_LOCALE_CATEGORIES = | ||
diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb new file mode 100644 index 0000000000..c95ea8e30d --- /dev/null +++ b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "GTK Performance tool" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | |||
| 6 | SRC_URI = "http://prdownloads.sourceforge.net/${BPN}/${BPN}_${PV}.tar.gz \ | ||
| 7 | file://Makevars" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "4331dde4bb83865e15482885fcb0cc53" | ||
| 10 | SRC_URI[sha256sum] = "9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/${BPN}" | ||
| 13 | |||
| 14 | inherit autotools binconfig pkgconfig gettext | ||
| 15 | |||
| 16 | do_configure_prepend () { | ||
| 17 | rm -f ${S}/m4/init.m4 | ||
| 18 | cp -f ${WORKDIR}/Makevars ${S}/po/ | ||
| 19 | } | ||
| 20 | |||
| 21 | do_install_append () { | ||
| 22 | rm -rf ${D}/${exec_prefix}/doc | ||
| 23 | } | ||
| 24 | |||
| 25 | FILES_${PN} += "${exec_prefix}/share/duck.png" | ||
