Extend previous.
This commit is contained in:
parent
b172928889
commit
dd8bab37f5
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user