pkgsrc/graphics/kbarcode/Makefile

31 lines
859 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2007/01/26 04:13:34 markd Exp $
DISTNAME= kbarcode-2.0.5
PKGREVISION= 2
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kbarcode/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.kbarcode.net/
COMMENT= KDE barcode and label printing application
Update kbarcode to 2.0.4 Version 2.0.4 Fixed compilation on KDE < 3.5 Fixed a database access bug Raphael Pinson updated the french translation Fixed text alignment in label editor Version 2.0.3 Fixed adding articles from the SQL table Fixed barcode support when only barcode writer in pure postscript is available Added an action map Added the possibility to keep the batch printing window open after printing Version 2.0.2 Fixed translations in the barcode combo Fixed [field0] - [field9] Fixed case sensitive barcode encoding in SQL database Version 2.0.1 Fixed compilation on slackware amd64 Fixed spec file RHFC4 Added turkish translation by Furkan Duman Barcode properties are used immediately in the barcode dialog Added TBarcode2 support Fixed database settings Barcodes values are validated before generating a new barcode for barcode writer in pure postscript. Requires PCRE. Fixed database barcode modes Version 2.0.0 Increased version number Version 2.0.0rc2 Fixed saving barcodes to images (correct fileformat is now detected) Fixed the --print commandline option with --batch Updated german translation Patch by Simon Munton fixes a crash Fixed printing bug: Printing started on the second label Updated Barcode Writer in Pure Postscript version Fixed importing articles Removed the build time dependency on GNU Barcode Version 2.0.0rc1 Added missing #include <stdlib.h> to fix compilation Fixed desktop files Updated admin/ directory to KDE 3.5 Comitted a patch by Jan Zuchhold to support Codabar without checksum Added default value for [serial] field Improved commandline options, --prints now immediately and exits KBarcode after printing. Fixed 3 small memory leaks (one in the SQL code and one during XML parsing) Selection is not removed after changing properties of a text element Formattings in the text editor are kept for new paragraphs now [Lots more changes since version 1.8.1]
2006-10-15 14:39:10 +02:00
USE_TOOLS+= gmake gs:run perl
USE_LANGUAGES= c c++
2006-01-20 23:25:45 +01:00
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
DEPENDS+= barcode-[0-9]*:../../graphics/barcode
# Works only with KDE 3.3.x
BUILDLINK_API_DEPENDS.kdelibs+= kdelibs>=3.3.0
2007-01-11 11:46:49 +01:00
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
2007-01-11 11:46:49 +01:00
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"