mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- Update to version 0.9.2
PR: ports/67085 Submitted by: Ports Fury
This commit is contained in:
parent
31221631d9
commit
736d37bd4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109812
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gmrun
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -15,21 +14,25 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A customizable program to run programs, with tab-completion
|
||||
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||
|
||||
USE_GCC= 3.3
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-stlport
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
.endif
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gmrun-0.9.tar.gz) = 63344eae843409e25bfa10f26f28d142
|
||||
SIZE (gmrun-0.9.tar.gz) = 91706
|
||||
MD5 (gmrun-0.9.2.tar.gz) = 6cef37a968006d9496fc56a7099c603c
|
||||
SIZE (gmrun-0.9.2.tar.gz) = 66097
|
||||
|
@ -3,11 +3,11 @@ gmrun is a very featureful GTK+-2 Run box. Its features include:
|
||||
* Tilde completion
|
||||
* Completion for separate words
|
||||
* Cycleable command history
|
||||
* Configuration file in /usr/X11R6/etc/gmrunrc, which can be copied
|
||||
to ~/.gmrunrc
|
||||
* Configuration file in /usr/X11R6/share/gmrun/gmrunrc,
|
||||
which can be copied to ~/.gmrunrc
|
||||
* Can spawn commands in a terminal
|
||||
* Intelligent URL handling
|
||||
|
||||
WWW: http://students.infoiasi.ro/~mishoo/site/gmrun.epl
|
||||
WWW: http://dynarch.com/mishoo/gmrun.epl
|
||||
|
||||
- Adam Weinberger <adamw@FreeBSD.org>
|
||||
|
@ -1,5 +0,0 @@
|
||||
bin/gmrun
|
||||
share/gnome/gmrun/gmrunrc
|
||||
%%PORTDOCS%%share/doc/gmrun/README
|
||||
%%PORTDOCS%%@dirrm share/doc/gmrun
|
||||
@dirrm share/gnome/gmrun
|
Loading…
Reference in New Issue
Block a user