Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225907 Details for
Bug 272097
app-office/abiword-2.8.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
abiword 2.8.2 sample ebuild
abiword-2.8.2.ebuild (text/plain), 2.86 KB, created by
Anthony Waters
on 2010-03-31 03:36:26 UTC
(
hide
)
Description:
abiword 2.8.2 sample ebuild
Filename:
MIME Type:
Creator:
Anthony Waters
Created:
2010-03-31 03:36:26 UTC
Size:
2.86 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit alternatives autotools gnome2 versionator > >MY_MAJORV=$(get_version_component_range 1-2) > >DESCRIPTION="Fully featured yet light and fast cross platform word processor" >HOMEPAGE="http://www.abisource.com/" >SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="2" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="debug gnome spell clipart templates plugins print emacs-keybinding vi-keybinding opendocument pdf mswrite openxml rsvg latex" > >RDEPEND="sys-libs/zlib > >=dev-libs/glib-2.16 > >=x11-libs/gtk+-2.14 > >=x11-libs/pango-1.24.2[X] > >=x11-libs/cairo-1.8[X] > >=media-libs/fontconfig-2.1 > media-libs/jpeg > >=media-libs/libpng-1.2 > >=gnome-base/librsvg-2.16 > >=app-text/wv-1.2 > >=dev-libs/fribidi-0.10.4 > >=dev-libs/libxml2-2.4.10 > >=gnome-extra/libgsf-1.14.9 > spell? ( >=app-text/enchant-1.2 ) > gnome? ( >=gnome-extra/gucharmap-2 > >=x11-libs/goffice-0.6:0.6 > >=gnome-base/gnome-vfs-2.2.0 ) >latex? ( dev-libs/libxslt ) >openxml? ( dev-libs/boost )" > >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.9" > >use_plugin() { > if useq $1; then > echo $1 > fi > return 0 >} > >pkg_setup() { > G2CONF="${G2CONF} > $(use_enable debug) > $(use_enable spell) > $(use_enable print) > --with-gio > $(use_with gnome goffice) > $(use_with gnome gucharmap) > $(use_with gnome gnomevfs) > $(use_enable clipart) > $(use_enable templates) >$(use_enable emacs-keybinding) >$(use_enable vi-keybinding) >--disable-plugins > --disable-default-plugins" > #--enable-builtin-plugins=\"opendocument latex mswrite openxml pdf\" > #--disable-default-plugins OpenDocument import/export is enabled >} > >src_configure() { > PLUGINS="" > if [ $(use gnome) ] > then > PLUGINS="${PLUGINS} goffice" > fi > PLUGINS="${PLUGINS} $(use_plugin opendocument) $(use_plugin pdf) $(use_plugin latex) $(use_plugin rsvg) $(use_plugin mswrite) $(use_plugin openxml)" > econf --enable-builtin-plugins="${PLUGINS}" >} > >src_prepare() { > gnome2_src_prepare > > # install icon to pixmaps (bug #220097) > sed 's:icondir= $(datadir)/icons:icondir = $(datadir)/pixmaps:' \ > -i Makefile.am || die "sed 1 failed" > # readme.txt will be installed using dodoc > sed '/readme\.txt\|abw/d' \ > -i user/wp/Makefile.am || die "sed 2 failed" > > eautoreconf >} > >src_install() { > gnome2_src_install > > sed "s:Exec=abiword:Exec=abiword-${MY_MAJORV}:" \ > -i "${D}"/usr/share/applications/abiword.desktop || die "sed 3 failed" > > mv "${D}/usr/bin/abiword" "${D}/usr/bin/AbiWord-${MY_MAJORV}" > dosym AbiWord-${MY_MAJORV} /usr/bin/abiword-${MY_MAJORV} > > dodoc user/wp/readme.txt BiDiReadme.txt >} > >pkg_postinst() { > gnome2_pkg_postinst > > alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" >} > >pkg_postrm() { > gnome2_pkg_postrm > > alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 272097
:
193150
|
193151
|
193860
|
193947
|
197382
|
197990
|
198011
|
202704
| 225907