summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorkhorben <khorben>2017-04-13 00:48:38 +0000
committerkhorben <khorben>2017-04-13 00:48:38 +0000
commitf8b9cc897bf188bdde60ed5745ef30f09c699625 (patch)
treecd3b13e136abbe9063ae8bd8b31b28c7e4e23387 /x11
parent0ee51ecd84a0da9d48ac28568d4cd57c33ef165f (diff)
downloadpkgsrc-f8b9cc897bf188bdde60ed5745ef30f09c699625.tar.gz
Update DeforaOS libDesktop to version 0.2.2
This release brings: - support for SOURCE_DATE_EPOCH in tests - minor fixes and improvements
Diffstat (limited to 'x11')
-rw-r--r--x11/deforaos-libdesktop/Makefile9
-rw-r--r--x11/deforaos-libdesktop/distinfo11
-rw-r--r--x11/deforaos-libdesktop/patches/patch-include_Desktop_compat.h15
3 files changed, 9 insertions, 26 deletions
diff --git a/x11/deforaos-libdesktop/Makefile b/x11/deforaos-libdesktop/Makefile
index 1f5f291d27c..2c2307629a8 100644
--- a/x11/deforaos-libdesktop/Makefile
+++ b/x11/deforaos-libdesktop/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.25 2017/02/12 06:24:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2017/04/13 00:48:38 khorben Exp $
#
-DISTNAME= libDesktop-0.2.1
-PKGNAME= deforaos-libdesktop-0.2.1
-PKGREVISION= 4
+DISTNAME= libDesktop-0.2.2
+PKGNAME= deforaos-libdesktop-0.2.2
CATEGORIES= x11
-MASTER_SITES= http://www.defora.org/os/download/download/4394/
+MASTER_SITES= http://www.defora.org/os/download/download/4447/
MAINTAINER= khorben@defora.org
HOMEPAGE= http://www.defora.org/
diff --git a/x11/deforaos-libdesktop/distinfo b/x11/deforaos-libdesktop/distinfo
index 88d9d3be050..717907d2095 100644
--- a/x11/deforaos-libdesktop/distinfo
+++ b/x11/deforaos-libdesktop/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/02/20 02:25:23 khorben Exp $
+$NetBSD: distinfo,v 1.10 2017/04/13 00:48:38 khorben Exp $
-SHA1 (libDesktop-0.2.1.tar.gz) = 456f910e10a3f8ffe51daa1a64a0da9b8928f7a9
-RMD160 (libDesktop-0.2.1.tar.gz) = c66f8e7e3c41c93297692efd0cf9ccb4cc6f2736
-SHA512 (libDesktop-0.2.1.tar.gz) = 3e6aee475382fed736e237896eed18e4c552daba8cb144300f6a1d73c321a12516520c9417820da17f7bf614995d3b333a7f7fb3cb6fddb782962809ff2e31f6
-Size (libDesktop-0.2.1.tar.gz) = 22801 bytes
-SHA1 (patch-include_Desktop_compat.h) = 93d2deb594e40d598286a8e491a56569994d3454
+SHA1 (libDesktop-0.2.2.tar.gz) = 1cf1b5d659d0918e8aed2fec9d22643f359bced7
+RMD160 (libDesktop-0.2.2.tar.gz) = f7d155894b3234cc4f8bf3f4af2183736c32400a
+SHA512 (libDesktop-0.2.2.tar.gz) = 96ecf31e3a00d4a8bbb29a43a6c1eca544218b088e6497fee00f1931fd12ba24dd336bba1904f9118039848b7f90febe453b595d7180f9e844f7081be8ca05a1
+Size (libDesktop-0.2.2.tar.gz) = 23947 bytes
diff --git a/x11/deforaos-libdesktop/patches/patch-include_Desktop_compat.h b/x11/deforaos-libdesktop/patches/patch-include_Desktop_compat.h
deleted file mode 100644
index 159824b5881..00000000000
--- a/x11/deforaos-libdesktop/patches/patch-include_Desktop_compat.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-include_Desktop_compat.h,v 1.1 2016/02/20 02:25:23 khorben Exp $
-
-Fix compatibility layer for Gtk+ 2
-
---- include/Desktop/compat.h.orig 2015-11-18 21:10:09.000000000 +0000
-+++ include/Desktop/compat.h
-@@ -103,7 +103,7 @@
- # endif
-
- /* Gtk+ 3.0 */
--# if GTK_CHECK_VERSION(3, 0, 0)
-+# if !GTK_CHECK_VERSION(3, 0, 0)
- void gdk_window_clear(GdkWindow * window);
-
- GtkWidget * gtk_box_new(GtkOrientation orientation, gint spacing);