diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-04-22 04:27:38 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-04-22 04:27:38 +0800 |
commit | 777935661c68de6c5b3413af94dba3a11e718ec3 (patch) | |
tree | 3b58c1656511b21ca6ab01acd69df8ed9d350d19 /x11/florence | |
parent | fb1e49c6797f5957e37eb226cbca0c06764b2d2f (diff) | |
download | freebsd-ports-gnome-777935661c68de6c5b3413af94dba3a11e718ec3.tar.gz freebsd-ports-gnome-777935661c68de6c5b3413af94dba3a11e718ec3.tar.zst freebsd-ports-gnome-777935661c68de6c5b3413af94dba3a11e718ec3.zip |
These ports are no longer used or cared for.
Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports
with my help.
misc/lxde-common
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
misc/xdg-menu
- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Add DOCS Option
- Break lines around 80 characters
- Change pkg-plist, remove mtree
sysutils/lxinput
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
sysutils/lxtask
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Remove TODO from DOCS
sysutils/lxterminal
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing
x11/florence
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils
- Remove not needed MAN1 from Makefile
x11/libfm
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree
x11/lxde-meta
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
x11/lxmenu-data
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, remove mtree
x11/lxpanel
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Strip libraries
- Change pkg-plist, add missing
x11/menu-cache
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- USES pathfix instead of USE_GNOME gnomehack
- Strip library
x11-fm/pcmanfm
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree, add missing
x11-themes/lxde-icon-theme
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Change pkg-plist, remove mtree
x11-wm/lxmed
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
x11-wm/lxsession
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing
x11-wm/obapps
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Add DOCS Option
- Change Desktop entry file
x11-wm/obmenu
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Break lines around 80 characters
Diffstat (limited to 'x11/florence')
-rw-r--r-- | x11/florence/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile index 707bda8a61d0..be9fe80e2624 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -3,10 +3,11 @@ PORTNAME= florence PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/florence/florence/${PORTVERSION}/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= Extensible scalable virtual keyboard LICENSE= GPLv2 GFDL @@ -16,8 +17,7 @@ LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify BUILD_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_BZIP2= yes -USES= desktop-file-utils gmake iconv pathfix pkgconfig +USES= gmake iconv pathfix pkgconfig tar:bzip2 USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2 USE_GSTREAMER= yes @@ -27,8 +27,6 @@ USE_LDCONFIG= yes INSTALLS_OMF= yes GLIB_SCHEMAS= org.florence.gschema.xml -MAN1= ${PORTNAME}.1 ${PORTNAME}_applet.1 - PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS NLS |