summaryrefslogtreecommitdiff
path: root/graphics/ristretto
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ristretto')
-rw-r--r--graphics/ristretto/Makefile17
-rw-r--r--graphics/ristretto/PLIST25
-rw-r--r--graphics/ristretto/distinfo8
3 files changed, 34 insertions, 16 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile
index 9bebff5fd57..90a239c256e 100644
--- a/graphics/ristretto/Makefile
+++ b/graphics/ristretto/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.31 2015/01/08 10:14:38 martin Exp $
+# $NetBSD: Makefile,v 1.32 2015/04/21 08:56:38 jperkin Exp $
#
-DISTNAME= ristretto-0.0.22
-PKGREVISION= 27
+DISTNAME= ristretto-0.8.0
+EXTRACT_SUFX= .tar.bz2
CATEGORIES= graphics
-MASTER_SITES= http://goodies.xfce.org/releases/ristretto/
+MASTER_SITES= http://archive.xfce.org/src/apps/ristretto/0.8/
MAINTAINER= martin@NetBSD.org
HOMEPAGE= http://goodies.xfce.org/projects/applications/ristretto
COMMENT= Xfce image viewer
LICENSE= gnu-gpl-v2
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
@@ -22,12 +22,15 @@ LDFLAGS.DragonFly= -lX11
LDFLAGS.FreeBSD= -lX11
LDFLAGS.SunOS= -lX11
-.include "../../devel/xfce4-dev-tools/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
-.include "../../sysutils/xfce4-thunar/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../x11/gtk2/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"
diff --git a/graphics/ristretto/PLIST b/graphics/ristretto/PLIST
index ce1b4d03088..1b90a2d97bd 100644
--- a/graphics/ristretto/PLIST
+++ b/graphics/ristretto/PLIST
@@ -1,40 +1,55 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/09/03 08:43:49 martin Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/04/21 08:56:38 jperkin Exp $
bin/ristretto
+share/appdata/ristretto.appdata.xml
share/applications/ristretto.desktop
share/icons/hicolor/16x16/apps/ristretto.png
-share/icons/hicolor/22x22/apps/ristretto.png
-share/icons/hicolor/24x24/apps/ristretto.png
-share/icons/hicolor/32x32/apps/ristretto.png
-share/icons/hicolor/36x36/apps/ristretto.png
share/icons/hicolor/48x48/apps/ristretto.png
share/icons/hicolor/scalable/apps/ristretto.svg
share/locale/ar/LC_MESSAGES/ristretto.mo
+share/locale/ast/LC_MESSAGES/ristretto.mo
share/locale/bg/LC_MESSAGES/ristretto.mo
share/locale/ca/LC_MESSAGES/ristretto.mo
share/locale/cs/LC_MESSAGES/ristretto.mo
share/locale/da/LC_MESSAGES/ristretto.mo
share/locale/de/LC_MESSAGES/ristretto.mo
share/locale/el/LC_MESSAGES/ristretto.mo
+share/locale/en_AU/LC_MESSAGES/ristretto.mo
share/locale/en_GB/LC_MESSAGES/ristretto.mo
share/locale/es/LC_MESSAGES/ristretto.mo
share/locale/eu/LC_MESSAGES/ristretto.mo
share/locale/fi/LC_MESSAGES/ristretto.mo
share/locale/fr/LC_MESSAGES/ristretto.mo
share/locale/gl/LC_MESSAGES/ristretto.mo
+share/locale/hr/LC_MESSAGES/ristretto.mo
share/locale/hu/LC_MESSAGES/ristretto.mo
share/locale/id/LC_MESSAGES/ristretto.mo
+share/locale/is/LC_MESSAGES/ristretto.mo
share/locale/it/LC_MESSAGES/ristretto.mo
share/locale/ja/LC_MESSAGES/ristretto.mo
+share/locale/kk/LC_MESSAGES/ristretto.mo
+share/locale/ko/LC_MESSAGES/ristretto.mo
+share/locale/lt/LC_MESSAGES/ristretto.mo
share/locale/lv/LC_MESSAGES/ristretto.mo
+share/locale/ms/LC_MESSAGES/ristretto.mo
share/locale/nb/LC_MESSAGES/ristretto.mo
share/locale/nl/LC_MESSAGES/ristretto.mo
+share/locale/oc/LC_MESSAGES/ristretto.mo
share/locale/pl/LC_MESSAGES/ristretto.mo
share/locale/pt/LC_MESSAGES/ristretto.mo
share/locale/pt_BR/LC_MESSAGES/ristretto.mo
+share/locale/ro/LC_MESSAGES/ristretto.mo
share/locale/ru/LC_MESSAGES/ristretto.mo
share/locale/sk/LC_MESSAGES/ristretto.mo
+share/locale/sl/LC_MESSAGES/ristretto.mo
+share/locale/sr/LC_MESSAGES/ristretto.mo
share/locale/sv/LC_MESSAGES/ristretto.mo
+share/locale/te/LC_MESSAGES/ristretto.mo
+share/locale/th/LC_MESSAGES/ristretto.mo
share/locale/tr/LC_MESSAGES/ristretto.mo
+share/locale/ug/LC_MESSAGES/ristretto.mo
share/locale/uk/LC_MESSAGES/ristretto.mo
share/locale/ur/LC_MESSAGES/ristretto.mo
+share/locale/ur_PK/LC_MESSAGES/ristretto.mo
+share/locale/vi/LC_MESSAGES/ristretto.mo
share/locale/zh_CN/LC_MESSAGES/ristretto.mo
+share/locale/zh_TW/LC_MESSAGES/ristretto.mo
diff --git a/graphics/ristretto/distinfo b/graphics/ristretto/distinfo
index fee6b10b1a8..bce99dbc8a3 100644
--- a/graphics/ristretto/distinfo
+++ b/graphics/ristretto/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/09/03 08:43:49 martin Exp $
+$NetBSD: distinfo,v 1.2 2015/04/21 08:56:38 jperkin Exp $
-SHA1 (ristretto-0.0.22.tar.gz) = bddbc8618ba67699ccf5ee4ea0b538b1be7fdb0a
-RMD160 (ristretto-0.0.22.tar.gz) = a3661a3d7624996d2ebae20f2c86db1968e009a8
-Size (ristretto-0.0.22.tar.gz) = 232160 bytes
+SHA1 (ristretto-0.8.0.tar.bz2) = 0f780cd0b3270e258315a737e4bbf332806f14dc
+RMD160 (ristretto-0.8.0.tar.bz2) = c883265fee58a05ed3810d8a08a28e23e68029b9
+Size (ristretto-0.8.0.tar.bz2) = 541473 bytes