packages/x11-misc/gmrun/gmrun-0.9.2.exheres-0 (691B) - raw
1 # Copyright 2010 Dan Callaghan <djc@djc.id.au>
2 # Distributed under the terms of the GNU General Public License v2
3
4 require sourceforge [ suffix=tar.gz ]
5 require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.4 ] ]
6
7 SUMMARY="Simple replacement for gnome-run, with tab completion and history"
8
9 LICENCES="GPL-2"
10 SLOT="0"
11 PLATFORMS="~amd64 ~x86"
12 MYOPTIONS=""
13
14 DEPENDENCIES="
15 build+run:
16 x11-libs/gtk+:2
17 "
18
19 BUGS_TO="djc@djc.id.au"
20
21 DEFAULT_SRC_CONFIGURE_PARAMS="--hates=docdir"
22 DEFAULT_SRC_PREPARE_PATCHES=(
23 "${FILES}/missing-headers.patch"
24 "${FILES}/scandir-compar-prototype.patch"
25 "${FILES}/strncasecmp.patch"
26 "${FILES}/gmrun-0.9.2-sysconfdir.patch"
27 )