pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ristretto ristretto: Ensure dbus-glib can be ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8eb8dfecef38
branches: trunk
changeset: 380559:8eb8dfecef38
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu May 17 09:30:41 2018 +0000
description:
ristretto: Ensure dbus-glib can be found.
diffstat:
graphics/ristretto/distinfo | 3 ++-
graphics/ristretto/patches/patch-src_Makefile.in | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r a26214426ba5 -r 8eb8dfecef38 graphics/ristretto/distinfo
--- a/graphics/ristretto/distinfo Thu May 17 09:29:22 2018 +0000
+++ b/graphics/ristretto/distinfo Thu May 17 09:30:41 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2017/06/18 23:03:29 youri Exp $
+$NetBSD: distinfo,v 1.5 2018/05/17 09:30:41 jperkin Exp $
SHA1 (ristretto-0.8.2.tar.bz2) = 92dc94e17c26d71430441f9127156b2ec645af63
RMD160 (ristretto-0.8.2.tar.bz2) = 7ed500c0116383d02ae48e9996bc7e4fea34fc43
SHA512 (ristretto-0.8.2.tar.bz2) = bceef420ebb6e5ab89f339cb4d173bbdd3abc09df5f7dd4551e5c8484e226af6a4ef7b131888926027bae901fd05278cf29de296588723142bd6d0bd8afc312e
Size (ristretto-0.8.2.tar.bz2) = 559444 bytes
+SHA1 (patch-src_Makefile.in) = efe5b0923709f5b2087e9faec15f11fcd8106924
diff -r a26214426ba5 -r 8eb8dfecef38 graphics/ristretto/patches/patch-src_Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ristretto/patches/patch-src_Makefile.in Thu May 17 09:30:41 2018 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-src_Makefile.in,v 1.1 2018/05/17 09:30:41 jperkin Exp $
+
+Find dbus-glib correctly.
+
+--- src/Makefile.in.orig 2018-05-17 09:16:45.582304014 +0000
++++ src/Makefile.in
+@@ -405,6 +405,7 @@ ristretto_CFLAGS = \
+ $(GIO_CFLAGS) \
+ $(GIO_UNIX_CFLAGS) \
+ $(LIBEXIF_CFLAGS) \
++ $(DBUS_GLIB_CFLAGS) \
+ $(XFCONF_CFLAGS) \
+ $(EXO_CFLAGS) \
+ $(CAIRO_CFLAGS) \
+@@ -423,6 +424,7 @@ ristretto_LDADD = \
+ $(GIO_LIBS) \
+ $(GIO_UNIX_LIBS) \
+ $(LIBEXIF_LIBS) \
++ $(DBUS_GLIB_LIBS) \
+ $(XFCONF_LIBS) \
+ $(EXO_LIBS) \
+ $(CAIRO_LIBS) \
Home |
Main Index |
Thread Index |
Old Index