summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-02-27 23:38:26 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-02-27 23:38:26 +0000
commitccf4aa2d6e8a32b999878afd72869a86ae7472db (patch)
tree510255cbaf5652220fdc308c3595593b5af775ca /www-plugins
parentadded ~x86-macos, tested by me (diff)
downloadgentoo-2-ccf4aa2d6e8a32b999878afd72869a86ae7472db.tar.gz
gentoo-2-ccf4aa2d6e8a32b999878afd72869a86ae7472db.tar.bz2
gentoo-2-ccf4aa2d6e8a32b999878afd72869a86ae7472db.zip
install additional datafiles to make plugins work (bug #438198)
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/google-talkplugin/ChangeLog9
-rw-r--r--www-plugins/google-talkplugin/google-talkplugin-3.14.17.0-r1.ebuild (renamed from www-plugins/google-talkplugin/google-talkplugin-3.14.17.0.ebuild)12
-rw-r--r--www-plugins/google-talkplugin/google-talkplugin-9999.ebuild12
3 files changed, 16 insertions, 17 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog
index 1e8121f3168f..21ee8d753a8f 100644
--- a/www-plugins/google-talkplugin/ChangeLog
+++ b/www-plugins/google-talkplugin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-plugins/google-talkplugin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.43 2013/02/26 02:58:56 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.44 2013/02/27 23:38:26 ottxor Exp $
+
+*google-talkplugin-3.14.17.0-r1 (27 Feb 2013)
+
+ 27 Feb 2013; Christoph Junghans <ottxor@gentoo.org>
+ +google-talkplugin-3.14.17.0-r1.ebuild, -google-talkplugin-3.14.17.0.ebuild,
+ google-talkplugin-9999.ebuild:
+ install additional datafiles to make plugins work (bug #438198)
*google-talkplugin-3.14.17.0 (26 Feb 2013)
diff --git a/www-plugins/google-talkplugin/google-talkplugin-3.14.17.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-3.14.17.0-r1.ebuild
index 951fb48a2518..925e61dcab75 100644
--- a/www-plugins/google-talkplugin/google-talkplugin-3.14.17.0.ebuild
+++ b/www-plugins/google-talkplugin/google-talkplugin-3.14.17.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.14.17.0.ebuild,v 1.1 2013/02/26 02:58:56 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.14.17.0-r1.ebuild,v 1.1 2013/02/27 23:38:26 ottxor Exp $
EAPI=4
@@ -55,13 +55,7 @@ DEPEND=""
INSTALL_BASE="opt/google/talkplugin"
-QA_EXECSTACK="${INSTALL_BASE}/GoogleTalkPlugin"
-
-QA_TEXTRELS="${INSTALL_BASE}/lib*.so"
-
-QA_FLAGS_IGNORED="${INSTALL_BASE}/lib.*so
- ${INSTALL_BASE}/lib/libCg.*so
- ${INSTALL_BASE}/GoogleTalkPlugin"
+QA_PREBUILT="${INSTALL_BASE}/*"
S="${WORKDIR}"
@@ -104,6 +98,8 @@ src_install() {
#install screen-sharing stuff - bug #397463
insinto "/${INSTALL_BASE}"
doins "${INSTALL_BASE}"/windowpicker.glade
+ doins "${INSTALL_BASE}"/remoting24x24.png
+ doins -r "${INSTALL_BASE}"/data
strip-linguas ${LANGS}
for l in ${LINGUAS}; do
diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
index 30498772c0eb..2e408d9c2ef8 100644
--- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
+++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.11 2013/01/09 03:22:25 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.12 2013/02/27 23:38:26 ottxor Exp $
EAPI=4
@@ -55,13 +55,7 @@ DEPEND=""
INSTALL_BASE="opt/google/talkplugin"
-QA_EXECSTACK="${INSTALL_BASE}/GoogleTalkPlugin"
-
-QA_TEXTRELS="${INSTALL_BASE}/lib*.so"
-
-QA_FLAGS_IGNORED="${INSTALL_BASE}/lib.*so
- ${INSTALL_BASE}/lib/libCg.*so
- ${INSTALL_BASE}/GoogleTalkPlugin"
+QA_PREBUILT="${INSTALL_BASE}/*"
S="${WORKDIR}"
@@ -104,6 +98,8 @@ src_install() {
#install screen-sharing stuff - bug #397463
insinto "/${INSTALL_BASE}"
doins "${INSTALL_BASE}"/windowpicker.glade
+ doins "${INSTALL_BASE}"/remoting24x24.png
+ doins -r "${INSTALL_BASE}"/data
strip-linguas ${LANGS}
for l in ${LINGUAS}; do