graphics/iccexamin: update to version 0.55
remove the patch incorporated upstream
This commit is contained in:
parent
851e85b518
commit
b72e867619
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348500
4 changed files with 17 additions and 19 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= iccexamin
|
||||
PORTVERSION= 0.54
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.55
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/oyranos/ICC%20Examin/ICC%20Examin%20${PORTVERSION}
|
||||
DISTNAME= icc_examin-${PORTVERSION}
|
||||
|
@ -21,8 +20,7 @@ LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \
|
|||
liboyranos.so:${PORTSDIR}/graphics/oyranos
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= gettext iconv pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USES= desktop-file-utils gettext iconv pkgconfig tar:bzip2
|
||||
HAS_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_XORG= #
|
||||
|
@ -32,10 +30,12 @@ post-patch:
|
|||
@${REINPLACE_CMD} 's:\\$$(iconv):${ICONV_LIB}:' \
|
||||
${WRKSRC}/configure ${WRKSRC}/fl_i18n/makefile.in
|
||||
@${REINPLACE_CMD} 's:-xdg:#-xdg:' ${WRKSRC}/makefile.in
|
||||
@${REINPLACE_CMD} 's:-mimpure-text::' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iccexamin
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps
|
||||
${INSTALL_DATA} ${WRKSRC}/icc_examin.svg \
|
||||
${INSTALL_DATA} ${WRKSRC}/iccexamin.png \
|
||||
${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/iccexamin.png
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (icc_examin-0.54.tar.bz2) = d5bb5c21ee0390b56b75865e3023e6465aa39daa3f22e26cf55d8cdd37638f64
|
||||
SIZE (icc_examin-0.54.tar.bz2) = 593684
|
||||
SHA256 (icc_examin-0.55.tar.bz2) = e44fe003e5aa7bd70a5b137c094a3047b356755be376977a1aa402c65d0ba2fc
|
||||
SIZE (icc_examin-0.55.tar.bz2) = 594646
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure_tests.sh.orig 2013-05-02 12:43:23.000000000 +0400
|
||||
+++ configure_tests.sh 2013-05-02 12:44:18.000000000 +0400
|
||||
@@ -1111,7 +1111,7 @@ fi
|
||||
if [ -n "$PO" ] && [ $PO -gt 0 ]; then
|
||||
pos_dir="`ls $ROOT_DIR/po/*.po 2> /dev/null`"
|
||||
LING="`echo $pos_dir | sed s%$ROOT_DIR/%%g`"
|
||||
- LINGUAS="`echo $pos_dir | sed s%\.po%%g | sed s%$ROOT_DIR/%%g`"
|
||||
+ LINGUAS="`echo $pos_dir | sed s%$ROOT_DIR/po/%%g | sed s%\.po%%g`"
|
||||
echo "LINGUAS = $LINGUAS" >> $CONF
|
||||
echo_="translations available: $LINGUAS"; echo "$echo_" >> $CONF_LOG; test -n "$ECHO" && $ECHO "$echo_"
|
||||
echo "LING = $LING" >> $CONF
|
|
@ -1,4 +1,5 @@
|
|||
bin/iccexamin
|
||||
man/man1/iccexamin.1.gz
|
||||
share/applications/iccexamin.desktop
|
||||
share/fonts/FreeSans.ttf
|
||||
share/icons/hicolor/128x128/apps/iccexamin.png
|
||||
|
@ -9,7 +10,15 @@ share/locale/eu/LC_MESSAGES/icc_examin.mo
|
|||
share/locale/fr/LC_MESSAGES/icc_examin.mo
|
||||
share/pixmaps/hicolor/scalable/iccexamin.svg
|
||||
share/pixmaps/iccexamin.png
|
||||
man/man1/iccexamin.1.gz
|
||||
@dirrmtry share/pixmaps/hicolor/scalable
|
||||
@dirrmtry share/pixmaps/hicolor
|
||||
@dirrmtry share/mime/packages
|
||||
@dirrmtry share/mime
|
||||
@dirrmtry share/icons/hicolor/128x128/apps
|
||||
@dirrmtry share/icons/hicolor/128x128
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/mime/packages
|
||||
@dirrmtry share/mime
|
||||
@dirrmtry share/fonts
|
||||
@dirrmtry share/applications
|
||||
|
|
Loading…
Reference in a new issue