Skip to content

Commit

Permalink
print/paps: Update version 0.7.1=>0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Nov 8, 2023
1 parent a24b5c0 commit 7969834
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
21 changes: 15 additions & 6 deletions print/paps/Makefile
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
PORTNAME= paps
PORTVERSION= 0.7.1
PORTVERSION= 0.8.0
DISTVERSIONPREFIX= v
CATEGORIES= print

MAINTAINER= ports@FreeBSD.org
COMMENT= UTF-8 to PostScript converter using Pango
WWW= https://paps.sourceforge.net/

LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING.LIB

USES= autoreconf gettext gnome pkgconfig
BUILD_DEPENDS= cmake:devel/cmake-core
LIB_DEPENDS= libfmt.so:devel/libfmt

USES= compiler:c++17-lang meson gnome pkgconfig python:env shebangfix
USE_CXXSTD= c++17
USE_GITHUB= yes
GH_ACCOUNT= dov
USE_GNOME= cairo intltool pango
GNU_CONFIGURE= yes
USE_GNOME= cairo pango

SHEBANG_FILES= ${WRKSRC}/scripts/src-to-paps

PLIST_FILES= bin/paps man/man1/paps.1.gz

post-install:
${ECHO_CMD} "bin/src-to-paps" >> /${TMPPLIST}
${ECHO_CMD} "share/paps/pango_markup.outlang" >> ${TMPPLIST}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions print/paps/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1615766812
SHA256 (dov-paps-v0.7.1_GH0.tar.gz) = b8cbd16f8dd5832ecfa9907d31411b35a7f12d81a5ec472a1555d00a8a205e0e
SIZE (dov-paps-v0.7.1_GH0.tar.gz) = 66736
TIMESTAMP = 1699460849
SHA256 (dov-paps-v0.8.0_GH0.tar.gz) = 8fd8db04e6f8c5c164806d2c1b5fea6096daf583f83f06d1e4813ea61edc291f
SIZE (dov-paps-v0.8.0_GH0.tar.gz) = 75685

0 comments on commit 7969834

Please sign in to comment.