summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
commit6ea8cdadd34fade98a807bf84429806612c65079 (patch)
treeb7f18e7e629139c395bf0080243a2218963d0301 /print
parent857bb773fe0bad1b58fa9c68ece3c326f60613e6 (diff)
downloadmarcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.gz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.bz2
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.lz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.xz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.zst
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.zip
Remove these ports now that they have been merged into the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-rw-r--r--print/libgnomeprint/Makefile56
-rw-r--r--print/libgnomeprint/distinfo2
-rw-r--r--print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c10
-rw-r--r--print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h11
-rw-r--r--print/libgnomeprint/pkg-descr3
-rw-r--r--print/libgnomeprint/pkg-plist155
-rw-r--r--print/libgnomeprintmm/Makefile41
-rw-r--r--print/libgnomeprintmm/distinfo2
-rw-r--r--print/libgnomeprintmm/pkg-descr2
-rw-r--r--print/libgnomeprintmm/pkg-plist29
10 files changed, 0 insertions, 311 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
deleted file mode 100644
index aaf9c653e..000000000
--- a/print/libgnomeprint/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection makefile for: libgnomeprint
-# Date created: 15 Jan 1999
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libgnomeprint
-PORTVERSION= 2.10.0
-CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Gnome print support library
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libbonobo libartlgpl2 \
- gtk20
-INSTALLS_SHLIB= yes
-USE_LIBTOOL_VER=15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= VERSION=${PORTVERSION} \
- LIBVERSION=2.2
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/lib/libcups.so)
-WITH_CUPS= yes
-.endif
-
-.if defined(WITH_CUPS) && !defined(WITHOUT_CUPS)
-CONFIGURE_ARGS+= --with-cups
-LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups
-PLIST_SUB+= CUPS:=""
-.else
-CONFIGURE_ARGS+= --without-cups
-PLIST_SUB+= CUPS:="@comment "
-.endif
-
-post-patch:
- @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
- 's|<malloc[.]h>|<stdlib.h>|'
- @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in
-
-post-install:
- @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts
- @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap
-
-.include <bsd.port.post.mk>
diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo
deleted file mode 100644
index ca72064cb..000000000
--- a/print/libgnomeprint/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/libgnomeprint-2.10.0.tar.bz2) = a8cd7e55c5ee9da019b2257eff83ce35
-SIZE (gnome2/libgnomeprint-2.10.0.tar.bz2) = 723285
diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c
deleted file mode 100644
index 5526dceaa..000000000
--- a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libgnomeprint/gnome-print-meta.c.orig Wed Oct 29 00:53:15 2003
-+++ libgnomeprint/gnome-print-meta.c Wed Oct 29 01:06:23 2003
-@@ -312,6 +312,7 @@
- gpm_encode_int (pc, w);
- gpm_encode_int (pc, ch);
-
-+ gpm_ensure_space(pc, w * ch * h);
- for (y = 0; y < h; y++){
- gpm_encode_block (pc, px, w * ch);
- px += rowstride;
diff --git a/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h b/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h
deleted file mode 100644
index 9a4a49782..000000000
--- a/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnomeprint/ttsubset/sft.h.orig Thu Jul 1 13:18:38 2004
-+++ libgnomeprint/ttsubset/sft.h Thu Jul 1 13:20:14 2004
-@@ -103,7 +103,7 @@
- #endif
- #endif
-
--#ifdef __i386
-+#if defined(__i386) || defined(__alpha__)
- #ifndef G_LITTLE_ENDIAN
- #define G_LITTLE_ENDIAN
- #endif
diff --git a/print/libgnomeprint/pkg-descr b/print/libgnomeprint/pkg-descr
deleted file mode 100644
index ad9ac2ec1..000000000
--- a/print/libgnomeprint/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The basis for the Gnome Printing Architecture as described in:
-
-WWW: http://www.gnome.org/projects/gnome-print/
diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist
deleted file mode 100644
index 5951b019c..000000000
--- a/print/libgnomeprint/pkg-plist
+++ /dev/null
@@ -1,155 +0,0 @@
-etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font-face.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-glyphlist.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-pango.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-pgl.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-config.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-job.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-meta.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-paper.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-transport.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-unit.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-rfont.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gp-gc.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/libgnomeprint-enum-types.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-font-private.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-fontmap.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-glyphlist-private.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-config-private.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-private.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gp-gc-private.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-config.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-key.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-list.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-model.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node-private.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-option.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-printer.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-reference.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-root.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-settings.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-state.h
-include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-utils.h
-lib/libgnomeprint-2-2.a
-lib/libgnomeprint-2-2.so
-lib/libgnomeprint-2-2.so.1
-%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.so
-lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.so
-lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.so
-lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.so
-lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.so
-libdata/pkgconfig/libgnomeprint-%%LIBVERSION%%.pc
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/libgnomeprint-Pango-Integration.html
-%%DOCSDIR%%/libgnomeprint-building.html
-%%DOCSDIR%%/libgnomeprint-compiling.html
-%%DOCSDIR%%/libgnomeprint-gnome-font-face.html
-%%DOCSDIR%%/libgnomeprint-gnome-font.html
-%%DOCSDIR%%/libgnomeprint-gnome-glyphlist.html
-%%DOCSDIR%%/libgnomeprint-gnome-pgl.html
-%%DOCSDIR%%/libgnomeprint-gnome-print-config.html
-%%DOCSDIR%%/libgnomeprint-gnome-print-job.html
-%%DOCSDIR%%/libgnomeprint-gnome-print-paper.html
-%%DOCSDIR%%/libgnomeprint-gnome-print-unit.html
-%%DOCSDIR%%/libgnomeprint-gnome-print.html
-%%DOCSDIR%%/libgnomeprint-gnome-rfont.html
-%%DOCSDIR%%/libgnomeprint-resources.html
-%%DOCSDIR%%/libgnomeprint.devhelp
-%%DOCSDIR%%/libgnomeprint.html
-%%DOCSDIR%%/libgnomeprintunsorted.html
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-share/gnome/libgnomeprint/%%VERSION%%/globals.xml
-share/gnome/libgnomeprint/%%VERSION%%/models/GNOME-GENERIC-PS.xml
-share/gnome/libgnomeprint/%%VERSION%%/models/GNOME-PDF-WRITER.xml
-share/gnome/libgnomeprint/%%VERSION%%/models/uninstalled/GNOME-META.xml
-share/gnome/libgnomeprint/%%VERSION%%/printers/GENERIC.xml
-share/gnome/libgnomeprint/%%VERSION%%/printers/PDF-WRITER.xml
-share/gnome/libgnomeprint/%%VERSION%%/printers/uninstalled/META.xml
-share/locale/am/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ar/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/az/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/be/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/bg/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/bn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/bs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ca/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/cs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/cy/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/da/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/de/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/el/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/es/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/et/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/eu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/fa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/fi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/fr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ga/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/gu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/he/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/hi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/hr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/hu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/id/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/is/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/it/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ja/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ko/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/lt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/lv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/mk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ml/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/mn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/mr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ms/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/nb/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ne/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/nl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/nn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/no/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/pa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/pl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/pt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ro/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ru/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/sk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/sl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/sq/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/sr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/sr@Latn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/sv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/ta/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/th/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/tr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/uk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/vi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/wa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-share/locale/zh_TW/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo
-@dirrm share/gnome/libgnomeprint/%%VERSION%%/printers/uninstalled
-@dirrm share/gnome/libgnomeprint/%%VERSION%%/printers
-@dirrm share/gnome/libgnomeprint/%%VERSION%%/models/uninstalled
-@dirrm share/gnome/libgnomeprint/%%VERSION%%/models
-@dirrm share/gnome/libgnomeprint/%%VERSION%%
-@dirrm share/gnome/libgnomeprint
-@dirrm %%DOCSDIR%%
-@dirrm lib/libgnomeprint/%%VERSION%%/modules/transports
-@dirrm lib/libgnomeprint/%%VERSION%%/modules
-@dirrm lib/libgnomeprint/%%VERSION%%
-@dirrm lib/libgnomeprint
-@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private
-@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint
-@dirrm include/libgnomeprint-%%LIBVERSION%%
-@dirrm etc/gnome/libgnomeprint-2.0/fonts
-@dirrm etc/gnome/libgnomeprint-2.0
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile
deleted file mode 100644
index d91a2a973..000000000
--- a/print/libgnomeprintmm/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: libgnomeprintmm
-# Date created: 17 December 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libgnomeprintmm
-PORTVERSION= 2.5.1
-CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
-DIST_SUBDIR= gnome2
-
-MAINTAINER= bland@FreeBSD.org
-COMMENT= C++ bindings for the GNOME print support library
-
-LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GCC= 3.4
-USE_GNOME= gnomeprefix gnomehack libgnomeprint
-INSTALLS_SHLIB= yes
-USE_INC_LIBTOOL_VER=15
-CONFIGURE_ARGS= --enable-static
-
-PLIST_SUB= VERSION="2.5" API_VERSION="2.6"
-
-patch-autotools:
- @(cd ${PATCH_WRKSRC}; \
- for file in ${LIBTOOLFILES}; do \
- ${CP} $$file $$file.tmp; \
- ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
- $$file.tmp > $$file; \
- ${RM} $$file.tmp; \
- done);
-
-.include <bsd.port.mk>
diff --git a/print/libgnomeprintmm/distinfo b/print/libgnomeprintmm/distinfo
deleted file mode 100644
index 0115f95f4..000000000
--- a/print/libgnomeprintmm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/libgnomeprintmm-2.5.1.tar.bz2) = cac1729ff8708bec30be4291b73530bc
-SIZE (gnome2/libgnomeprintmm-2.5.1.tar.bz2) = 261134
diff --git a/print/libgnomeprintmm/pkg-descr b/print/libgnomeprintmm/pkg-descr
deleted file mode 100644
index 56f3bfeae..000000000
--- a/print/libgnomeprintmm/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This is a set of thin C++ wrappers around the libgnomeprint printing support
-system.
diff --git a/print/libgnomeprintmm/pkg-plist b/print/libgnomeprintmm/pkg-plist
deleted file mode 100644
index 1f1f05899..000000000
--- a/print/libgnomeprintmm/pkg-plist
+++ /dev/null
@@ -1,29 +0,0 @@
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/config.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/context.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/enums.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/font.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/init.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/job.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/config_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/context_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/enums_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/font_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/job_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/types.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/wrap_init.h
-lib/libgnomeprintmm-%%VERSION%%.a
-lib/libgnomeprintmm-%%VERSION%%.so
-lib/libgnomeprintmm-%%VERSION%%.so.2
-lib/libgnomeprintmm-%%API_VERSION%%/include/libgnomeprintmmconfig.h
-lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert.m4
-lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert_libgnomeprintmm.m4
-libdata/pkgconfig/libgnomeprintmm-%%API_VERSION%%.pc
-@dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc/m4
-@dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc
-@dirrm lib/libgnomeprintmm-%%API_VERSION%%/include
-@dirrm lib/libgnomeprintmm-%%API_VERSION%%
-@dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private
-@dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm
-@dirrm include/libgnomeprintmm-%%API_VERSION%%