File:  [cvs.NetBSD.org] / pkgsrc / graphics / tuxpaint-stamps / Makefile
Revision 1.19: download - view: text, annotated - select for diffs
Sun Sep 2 13:00:55 2018 UTC (6 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, HEAD
tuxpaint-stamps: update to 2018.09.01.

2018.September.1
  * Stamp updates
    * Removed white background from globe
      Thanks to @568legos on Twitter for noticing

  * Build- and release-related improvements:
    * Update macOS build to work with Xcode 9.2.
      Mark K. Kim <markuskimius@gmail.com>

    * Enable universal build on macOS
      + Explicitly enable compatibility with macOS 10.6 and later.
      + Explicitly enable universal build (both 32-bit and 64-bit Intel).
      Mark K. Kim <markuskimius@gmail.com>

    * Update Makefile to create DMG files; prettify the generated DMG.
      Mark K. Kim <markuskimius@gmail.com>

  * New localizations:
    + Kabyle translation
      Yacine Bouklif <yacine_tizi2003@yahoo.fr>

  * Localization updates:
    + Aragones translation
      Juan Pablo Martinez Cortes <juanpabl@gmail.com>

    + Basque translation
      Alexander Gabillondo <alexgabilondo@gmail.com>

    + Brazilian Portuguese translation
      Fred Maranhão <fred.maranhao@gmail.com>

    + British English
      Caroline Ford <caroline.ford.work@googlemail.com>

    + Catalan translation
      Robert Buj Gelonch <rbuj@users.sf.net>

    + Chinese (Simplified) translation
      Hackergene <hackergene@gmail.com>

    + Croatian translation
      Paulo Pavačić <pavacic.p@gmail.com>

    + Danish translation
      Joe Hansen <joedalton2@yahoo.dk>

    + Dutch translation
      Willem Heppe <heppew@yahoo.com>

    + Fula translation
      Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>

    + Gaelic (Scottish) translation
      GunChleoc <fios@foramnagaidhlig.net>

    + Galician translation
      Miguel Anxo Bouzada <mbouzada@gmail.com>

    + Georgian translation
      Gia Shervashidze <giasher@gmail.com>

    + German translation
      Helge Kreutzmann <debian@helgefjell.de>

    + Greek translation
      Yannis Kaskamanidis <kiolalis@gmail.com>

    + Gujarati translation
      Kartik Mistry <kartik.mistry@gmail.com>

    + Icelandic translation
      Sveinn í Felli <sv1@fellsnet.is>

    * Irish Gaelic translation
      Kevin Patrick Scannell <kscanne@gmail.com>

    * Japanese translation
      TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>

    + Malay traslation
      abuyop <abuyop@gmail.com>

    + Norwegian Bokmål translation
      Karl Ove Hufthammer <karl@huftis.org>

    + Norwegian Nynorsk translation
      Karl Ove Hufthammer <karl@huftis.org>

    + Polish translation
      Piotr Kwiliński <euvcp@hotmail.com>

    + Portuguese translation
      Sergio Marques <smarquespt@gmail.com>

    + Russian translation
      Yuri Kozlov <yuray@komyakino.ru>

    + Songhay translation
      Abdoul Cisse <abdoulseydou@hotmail.com>

    + Slovenian translation
      Matej Urbančič <mateju@svn.gnome.org>

    + Spanish translation
      Matías Bellone <matiasbellone+debian@gmail.com>

    + Swedish translation
      Sebastian Rasmussen <sebras@gmail.com>

    + Thai translation
      aliza <aimon_bokbok@hotmail.com>
      Nudjaree <poonim_p@hotmail.com>

    + Ukrainian translation
      yurchor <yurchor@ukr.net>
      Sugar Labs i18n team <https://translate.sugarlabs.org/accounts/yurchor/>

# $NetBSD: Makefile,v 1.19 2018/09/02 13:00:55 wiz Exp $

DISTNAME=	tuxpaint-stamps-2018.09.01
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=tuxpaint/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.tuxpaint.org/
COMMENT=	Rubber stamps for Tux Paint
LICENSE=	gnu-gpl-v2

DEPENDS+=	tuxpaint>=0.9.13:../../graphics/tuxpaint
CONFLICTS+=	tuxpaint<0.9.13

INSTALL_TARGET=	install-all
INSTALL_MAKE_FLAGS+=	PREFIX=${DESTDIR}${PREFIX}

post-install:
	${FIND} ${DESTDIR}${PREFIX}/share/tuxpaint/stamps -name CVS -exec \
		 ${RM} -r {} \; 2>/dev/null || ${TRUE}

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>