pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/xfce4-print Print dialog for XFce4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e77daf36143b
branches:  trunk
changeset: 462092:e77daf36143b
user:      martti <martti%pkgsrc.org@localhost>
date:      Fri Sep 26 10:31:32 2003 +0000

description:
Print dialog for XFce4.

diffstat:

 print/xfce4-print/DESCR         |   1 +
 print/xfce4-print/Makefile      |  12 ++++++++++++
 print/xfce4-print/PLIST         |  25 +++++++++++++++++++++++++
 print/xfce4-print/buildlink2.mk |  28 ++++++++++++++++++++++++++++
 print/xfce4-print/distinfo      |   4 ++++
 5 files changed, 70 insertions(+), 0 deletions(-)

diffs (90 lines):

diff -r 4e79bb60b473 -r e77daf36143b print/xfce4-print/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xfce4-print/DESCR   Fri Sep 26 10:31:32 2003 +0000
@@ -0,0 +1,1 @@
+Print dialog for XFce4.
diff -r 4e79bb60b473 -r e77daf36143b print/xfce4-print/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xfce4-print/Makefile        Fri Sep 26 10:31:32 2003 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 10:31:32 martti Exp $
+
+.include "../../meta-pkgs/xfce4/Makefile.common"
+
+PKGNAME=       xfce4-print-${XFCE4_VERSION}
+DISTNAME=      xfprint-${XFCE4_VERSION}
+CATEGORIES=    print
+COMMENT=       XFce4 print dialog
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../x11/xfce4-mcs-plugins/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4e79bb60b473 -r e77daf36143b print/xfce4-print/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xfce4-print/PLIST   Fri Sep 26 10:31:32 2003 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/26 10:31:32 martti Exp $
+bin/xfprint-manager
+bin/xfprint4
+lib/libxfprint.a
+lib/libxfprint.la
+lib/libxfprint.so
+lib/libxfprint.so.0
+lib/libxfprint.so.0.0
+${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/es_MX/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/pt_PT/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/xfprint.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/xfprint.mo
diff -r 4e79bb60b473 -r e77daf36143b print/xfce4-print/buildlink2.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xfce4-print/buildlink2.mk   Fri Sep 26 10:31:32 2003 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/09/26 10:31:32 martti Exp $
+#
+# This Makefile fragment is included by packages that use xfce4-print.
+#
+# This file was created automatically using createbuildlink 2.6.
+#
+
+.if !defined(XFCE4_PRINT_BUILDLINK2_MK)
+XFCE4_PRINT_BUILDLINK2_MK=     # defined
+
+BUILDLINK_PACKAGES+=                   xfce4-print
+BUILDLINK_DEPENDS.xfce4-print?=                xfce4-print>=4.0.0
+BUILDLINK_PKGSRCDIR.xfce4-print?=              ../../print/xfce4-print
+
+EVAL_PREFIX+=  BUILDLINK_PREFIX.xfce4-print=xfce4-print
+BUILDLINK_PREFIX.xfce4-print_DEFAULT=  ${X11PREFIX}
+BUILDLINK_FILES.xfce4-print+=  lib/libxfprint.*
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../x11/xfce4-mcs-plugins/buildlink2.mk"
+.include "../../devel/glib2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+
+BUILDLINK_TARGETS+=    xfce4-print-buildlink
+
+xfce4-print-buildlink: _BUILDLINK_USE
+
+.endif # XFCE4_PRINT_BUILDLINK2_MK
diff -r 4e79bb60b473 -r e77daf36143b print/xfce4-print/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/xfce4-print/distinfo        Fri Sep 26 10:31:32 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/26 10:31:32 martti Exp $
+
+SHA1 (xfprint-4.0.0.tar.gz) = 09e7b10c49eee6e1175ebb449e734acf89aabc73
+Size (xfprint-4.0.0.tar.gz) = 406420 bytes



Home | Main Index | Thread Index | Old Index