Update to cups-filters-1.0.29.
This commit is contained in:
parent
89b47042b2
commit
c7ac4e593f
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2013/01/05 12:53:09 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2013/02/02 08:55:12 ajacoutot Exp $
|
||||
|
||||
# XXX remove @exec-update when we branch 5.4-current
|
||||
|
||||
COMMENT= OpenPrinting CUPS filters
|
||||
|
||||
DISTNAME= cups-filters-1.0.28
|
||||
DISTNAME= cups-filters-1.0.29
|
||||
CATEGORIES= print
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += cupsfilters 0.0 # 1.0
|
||||
SHARED_LIBS += fontembed 0.0 # 1.0
|
||||
@ -49,6 +48,8 @@ RUN_DEPENDS += print/foomatic-db-engine
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
MAKE_FLAGS= DLOPEN_LIBS=""
|
||||
|
||||
FAKE_FLAGS= pkgfontconfigdir=${PREFIX}/share/examples/cups-filters
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cups-filters-1.0.28.tar.gz) = pM8mvVtLqCkFbngjewGikjbDN52c7QnUsqWjgIsLbLM=
|
||||
SIZE (cups-filters-1.0.28.tar.gz) = 1284567
|
||||
SHA256 (cups-filters-1.0.29.tar.gz) = 5mJUNzqftGKZedVAnOKneWr5S0k7MehzTBaV36Jsg04=
|
||||
SIZE (cups-filters-1.0.29.tar.gz) = 1284589
|
||||
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/08/04 14:36:09 ajacoutot Exp $
|
||||
@lib lib/libcupsfilters.so.${LIBcupsfilters_VERSION}
|
||||
@lib lib/libfontembed.so.${LIBfontembed_VERSION}
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/12/30 17:46:54 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2013/02/02 08:55:12 ajacoutot Exp $
|
||||
@conflict cups-<1.6.0
|
||||
@exec-update [ -h ${SYSCONFDIR}/fonts/conf.d/99-pdftoopvp.conf ] && rm -f ${SYSCONFDIR}/fonts/conf.d/99-pdftoopvp.conf || true
|
||||
%%SHARED%%
|
||||
@bin bin/ttfread
|
||||
include/cupsfilters/
|
||||
include/cupsfilters/driver.h
|
||||
@ -14,8 +13,10 @@ include/fontembed/iofn.h
|
||||
include/fontembed/sfnt.h
|
||||
lib/libcupsfilters.a
|
||||
lib/libcupsfilters.la
|
||||
@lib lib/libcupsfilters.so.${LIBcupsfilters_VERSION}
|
||||
lib/libfontembed.a
|
||||
lib/libfontembed.la
|
||||
@lib lib/libfontembed.so.${LIBfontembed_VERSION}
|
||||
lib/pkgconfig/libcupsfilters.pc
|
||||
lib/pkgconfig/libfontembed.pc
|
||||
@bin libexec/cups/backend/parallel
|
||||
|
Loading…
Reference in New Issue
Block a user