pkgsrc/graphics/ristretto/Makefile
gutteridge 806b38eafa ristretto: update to 0.10.0
Change log:

0.10.0
=====
- Fix file permissions for ristretto.png
- Port to GTK3
- Resolve or suppress deprecation warnings
- Add icons to "Close", "Cancel", "Apply", "OK" buttons
- Resolve "GtkDialog mapped without a transient parent" for set wallpaper
  dialog
- Fix the ristretto icon loading size (128, not 256)
- Fix sensitivity of flip menu
- Add more separators to the menus
- Make Preferences dialog prettier
- Make the privacy dialog prettier
- Support for setting background image for both gtk2 and gtk3 versions of
  xfdesktop (bug #14571)
- configure: print build configuration

* Translation updates:
  Belarusian (be), Danish (da), German (de), Spanish (es), Basque (eu),
  Finnish (fi), Hungarian (hu), Armenian (Armenia) (hy_AM), Italian (it),
  Kazakh (kk), Lithuanian (lt), Norwegian Bokmål (nb), Polish (pl),
  Portuguese (pt), Portuguese (Brazil) (pt_BR), Russian (ru), Turkish (tr),
  Chinese (China) (zh_CN), Chinese (Taiwan) (zh_TW)
2019-08-18 05:54:33 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.51 2019/08/18 05:54:33 gutteridge Exp $
#
VERSION= 0.10.0
DISTNAME= ristretto-${VERSION}
EXTRACT_SUFX= .tar.bz2
CATEGORIES= graphics
MASTER_SITES= http://archive.xfce.org/src/apps/ristretto/${VERSION:R}/
MAINTAINER= youri@NetBSD.org
HOMEPAGE= https://goodies.xfce.org/projects/applications/ristretto
COMMENT= Xfce image viewer
LICENSE= gnu-gpl-v2
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
LDFLAGS.DragonFly= -lX11
LDFLAGS.FreeBSD= -lX11
LDFLAGS.SunOS= -lX11
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libxfce4util/buildlink3.mk"
.include "../../x11/libxfce4ui/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"