View | Details | Raw Unified | Return to bug 223214
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lximage-qt
4
PORTNAME=	lximage-qt
5
PORTVERSION=	0.5.1
5
PORTVERSION=	0.6.0
6
PORTREVISION=	2
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	LXQT/${PORTNAME}
7
MASTER_SITES=	LXQT
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Image viewer and screenshot tool
10
COMMENT=	Image viewer and screenshot tool
Lines 20-26 Link Here
20
	localbase:ldflags lxqt pkgconfig tar:xz
19
	localbase:ldflags lxqt pkgconfig tar:xz
21
USE_GNOME=	glib20
20
USE_GNOME=	glib20
22
USE_QT5=	buildtools_build qmake_build core dbus gui linguisttools \
21
USE_QT5=	buildtools_build qmake_build core dbus gui linguisttools \
23
	printsupport svg widgets x11extras
22
	network printsupport svg widgets x11extras
24
USE_LXQT=	buildtools libfmqt
23
USE_LXQT=	buildtools libfmqt
25
USE_XORG=	ice sm x11 xcb xext xfixes
24
USE_XORG=	ice sm x11 xcb xext xfixes
26
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1482351803
1
TIMESTAMP = 1508765391
2
SHA256 (lxqt/lximage-qt-0.5.1.tar.xz) = a33077861a4c6cfe3330e29bbfec86801c0e46fd0fc6a8b8e6b29fc8d6753553
2
SHA256 (lxqt/lximage-qt-0.6.0.tar.xz) = d560d0d47de64975d3f1712faa267a7eda117b9e2f5773ba30b359703d2149e1
3
SIZE (lxqt/lximage-qt-0.5.1.tar.xz) = 36504
3
SIZE (lxqt/lximage-qt-0.6.0.tar.xz) = 41576
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
It is the Qt port of LXImage, a simple and fast image viewer. It contains
1
It is the Qt port of LXImage, a simple and fast image viewer. It contains
2
also screenshot tool.
2
also screenshot tool.
3
3
4
WWW: http://lxqt.org/
4
WWW: https://github.com/lxde/lximage-qt

Return to bug 223214