svn commit: r332771 - head/print/deforaos-pdfviewer
William Grzybowski
wg at FreeBSD.org
Mon Nov 4 20:11:01 UTC 2013
Author: wg
Date: Mon Nov 4 20:11:01 2013
New Revision: 332771
URL: http://svnweb.freebsd.org/changeset/ports/332771
Log:
print/deforaos-pdfviewer: allow staging
- Allow staging
- Bump port revision for libdesktop update
- Convert lib depends to new format
- USES desktop-file-utils
PR: ports/183638
Submitted by: maintainer
Modified:
head/print/deforaos-pdfviewer/Makefile
Modified: head/print/deforaos-pdfviewer/Makefile
==============================================================================
--- head/print/deforaos-pdfviewer/Makefile Mon Nov 4 20:08:04 2013 (r332770)
+++ head/print/deforaos-pdfviewer/Makefile Mon Nov 4 20:11:01 2013 (r332771)
@@ -3,25 +3,25 @@
PORTNAME= pdfviewer
PORTVERSION= 0.0.1
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.defora.org/os/download/download/3686/
-DISTNAME= PDFViewer-${PORTVERSION}
PKGNAMEPREFIX= deforaos-
+DISTNAME= PDFViewer-${PORTVERSION}
MAINTAINER= olivier at cochard.me
COMMENT= DeforaOS desktop PDF viewer
LICENSE= GPLv3
-LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
- Desktop:${PORTSDIR}/x11/deforaos-libdesktop \
- poppler-glib:${PORTSDIR}/graphics/poppler-glib
+LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
+ libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop \
+ libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
MAKE_ARGS+= PREFIX=${PREFIX}
-USES= pkgconfig
-USE_GNOME= gtk20 desktopfileutils
+USES= desktop-file-utils pkgconfig
+USE_GNOME= gtk20
PLIST_FILES= bin/pdfviewer \
share/applications/pdfviewer.desktop
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list