diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-27 11:17:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-27 11:17:41 +0000 |
commit | 4ed5d621eba501e756c77b936a5cac1f952261a5 (patch) | |
tree | c51fa4c69116ca6c8cd0c3b6fb39637444fd16f4 /deskutils | |
parent | 599ded0e507f8fea974e5df0dedc92add0ac87ae (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/tpb/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xneur/Makefile | 14 | ||||
-rw-r--r-- | deskutils/xneur/pkg-plist | 10 |
3 files changed, 9 insertions, 17 deletions
diff --git a/deskutils/tpb/Makefile b/deskutils/tpb/Makefile index 2cb0a2b13351..cc1d68f0ce16 100644 --- a/deskutils/tpb/Makefile +++ b/deskutils/tpb/Makefile @@ -3,7 +3,7 @@ PORTNAME= tpb PORTVERSION= 0.6.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils MASTER_SITES= SAVANNAH diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index b794d0f1442e..afdfc1ce1bb9 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -3,7 +3,7 @@ PORTNAME= xneur PORTVERSION= 0.15.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,8 +14,7 @@ COMMENT= Auto keyboard switcher LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libpcre.so:${PORTSDIR}/devel/pcre -USE_BZIP2= yes -USES= pkgconfig iconv +USES= pkgconfig iconv tar:bzip2 libtool USE_GNOME= gnomehack GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} @@ -25,16 +24,12 @@ CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur USE_LDCONFIG= yes INSTALLS_ICONS= yes -MAN1= xneur.1 -MAN5= xneurrc.5 - OPTIONS_DEFINE= ASPELL XOSD NLS X11 OPTIONS_DEFAULT= GSTREAMER ASPELL OPTIONS_RADIO= SOUND OPTIONS_RADIO_SOUND= GSTREAMER OPENAL XOSD_DESC= Xosd support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -80,9 +75,4 @@ CONFIGURE_ARGS+= --without-xosd post-patch: @${MV} ${WRKSRC}/etc/xneurrc ${WRKSRC}/etc/xneurrc.sample -post-install: -.if !exists(${PREFIX}/etc/xneur/xneurrc) - ${CP} -p ${PREFIX}/etc/xneur/xneurrc.sample ${PREFIX}/etc/xneur/xneurrc -.endif - .include <bsd.port.mk> diff --git a/deskutils/xneur/pkg-plist b/deskutils/xneur/pkg-plist index d8a9a79b21f1..e1c34c8002e9 100644 --- a/deskutils/xneur/pkg-plist +++ b/deskutils/xneur/pkg-plist @@ -3,20 +3,22 @@ bin/xneur etc/xneur/xneurrc.sample @exec if [ ! -f %D/etc/xneur/xneurrc ] ; then cp -p %D/%F %B/xneurrc; fi @dirrmtry etc/xneur +lib/xneur/libxneur.so.15.0.0 lib/xneur/libxneur.so.15 lib/xneur/libxneur.so -lib/xneur/libxneur.la +lib/xneur/libxnconfig.so.15.0.0 lib/xneur/libxnconfig.so.15 lib/xneur/libxnconfig.so -lib/xneur/libxnconfig.la +lib/xneur/xneur/libxntest.so.0.0.0 lib/xneur/xneur/libxntest.so.0 lib/xneur/xneur/libxntest.so -lib/xneur/xneur/libxntest.la +lib/xneur/xneur/libxnstatistic.so.0.0.0 lib/xneur/xneur/libxnstatistic.so.0 lib/xneur/xneur/libxnstatistic.so -lib/xneur/xneur/libxnstatistic.la @dirrm lib/xneur/xneur @dirrm lib/xneur +man/man1/xneur.1.gz +man/man5/xneurrc.5.gz include/xneur/list_char.h include/xneur/xneur.h include/xneur/xnconfig.h |