summaryrefslogtreecommitdiff
path: root/graphics/ristretto
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-04-21 08:56:37 +0000
committerjperkin <jperkin>2015-04-21 08:56:37 +0000
commit4bbf05d2527457b1df8399e2c290750934e6d5de (patch)
treeae790a249f25dd74c81f5e89461d2643574091dc /graphics/ristretto
parent28727cebb5da60e10dc9f66975a23e5a711e7eb7 (diff)
downloadpkgsrc-4bbf05d2527457b1df8399e2c290750934e6d5de.tar.gz
Update Xfce to 4.12.0.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
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