pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ristretto



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu May 17 09:30:41 UTC 2018

Modified Files:
        pkgsrc/graphics/ristretto: distinfo
Added Files:
        pkgsrc/graphics/ristretto/patches: patch-src_Makefile.in

Log Message:
ristretto: Ensure dbus-glib can be found.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/ristretto/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/ristretto/patches/patch-src_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ristretto/distinfo
diff -u pkgsrc/graphics/ristretto/distinfo:1.4 pkgsrc/graphics/ristretto/distinfo:1.5
--- pkgsrc/graphics/ristretto/distinfo:1.4      Sun Jun 18 23:03:29 2017
+++ pkgsrc/graphics/ristretto/distinfo  Thu May 17 09:30:41 2018
@@ -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

Added files:

Index: pkgsrc/graphics/ristretto/patches/patch-src_Makefile.in
diff -u /dev/null pkgsrc/graphics/ristretto/patches/patch-src_Makefile.in:1.1
--- /dev/null   Thu May 17 09:30:41 2018
+++ pkgsrc/graphics/ristretto/patches/patch-src_Makefile.in     Thu May 17 09:30:41 2018
@@ -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