Summary: | rox-base/rox-2.11 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mimosinnet <mimosinnet> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | Keywords: | EBUILD, PMASKED |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 533642 | ||
Bug Blocks: | |||
Attachments: | rox-2.11 ebuild |
Description
mimosinnet
2014-02-06 10:51:53 UTC
Comment on attachment 369696 [details]
rox-2.11 ebuild
--- rox-2.10.ebuild 2012-05-03 17:47:19.000000000 +0200
+++ - 2014-02-06 12:05:51.146748746 +0100
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox/rox-2.10.ebuild,v 1.7 2012/05/03 04:40:44 jdhore Exp $
+# $Header: $
-EAPI=2
-inherit eutils multilib
+EAPI=5
+inherit eutils multilib autotools-utils
MY_P="rox-filer-${PV}"
S="${WORKDIR}/${MY_P}"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="+svg +video"
RDEPEND="x11-libs/gtk+:2
@@ -39,19 +39,21 @@
MIMEDIR="/usr/share/mime"
MIMECONFDIR="/etc/xdg/rox.sourceforge.net"
+PATCHES=( "${FILESDIR}"/${P}-nostrip.patch )
+ECONF_SOURCE="${S}/${APPNAME}/src"
+AUTOTOOLS_AUTORECONF="yes"
+
src_prepare() {
- epatch "${FILESDIR}"/${P}-nostrip.patch
+ pushd "${ECONF_SOURCE}"
+ sed -r -i "s:(AC_CHECK_LIB\(intl, gettext\)):\1\n\nAC_SEARCH_LIBS([floor],[m])\nAC_SEARCH_LIBS([dlsym],[dl]):" "configure.in"
+ autotools-utils_src_prepare
+ popd
}
src_compile() {
+ autotools-utils_src_compile
cd ${APPNAME}
- mkdir build
- pushd build
- ../src/configure
- emake
- popd
-
# don't need these directories anymore
if [ -n "${KEEP_SRC}" ]; then
pushd src
Please keep rox in the portage tree. Package has been removed. See app-misc/rox-filer for the rox file manager. |