Extend previous.

This commit is contained in:
ajacoutot 2013-04-02 10:14:20 +00:00
parent b172928889
commit dd8bab37f5
4 changed files with 14 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.163 2013/04/02 10:06:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.164 2013/04/02 10:14:20 ajacoutot Exp $
COMMENT-main= multi-platform graphical toolkit
COMMENT-guic= gtk+ icon theme caching utility
@ -9,7 +9,7 @@ GNOME_PROJECT= gtk+
PKGNAME-main= gtk+2-${GNOME_VERSION}
PKGNAME-guic= gtk-update-icon-cache-${GNOME_VERSION}
REVISION-main= 1
REVISION-main= 2
REVISION-guic= 0
CATEGORIES= x11 devel

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.1 2013/04/02 10:06:37 ajacoutot Exp $
$OpenBSD: README-main,v 1.2 2013/04/02 10:14:20 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -14,3 +14,7 @@ and appending the following line:
gtk-print-preview-command = "epdfview %f"
(epdfview can be replaced by any other PDF viewer command like xpdf...)
Note that by default, "evince" will remove the temporary PDF preview
file (/tmp/previewXXXXX.pdf) which might not be the case with other PDF
viewers.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.70 2013/04/02 10:06:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.71 2013/04/02 10:14:20 ajacoutot Exp $
SHARED_ONLY= Yes
@ -11,7 +11,7 @@ GNOME_PROJECT= gtk+
PKGNAME-main= gtk+3-${GNOME_VERSION}
PKGNAME-cups= gtk+3-cups-${GNOME_VERSION}
REVISION-main= 0
REVISION-main= 1
CATEGORIES= x11 devel

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.1 2013/04/02 10:06:37 ajacoutot Exp $
$OpenBSD: README-main,v 1.2 2013/04/02 10:14:20 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -14,3 +14,7 @@ and appending the following line:
gtk-print-preview-command = epdfview %f
(epdfview can be replaced by any other PDF viewer command like xpdf...)
Note that by default, "evince" will remove the temporary PDF preview
file (/tmp/previewXXXXX.pdf) which might not be the case with other PDF
viewers.