diff options
author | olivier <olivier@FreeBSD.org> | 2016-03-08 18:24:06 +0800 |
---|---|---|
committer | olivier <olivier@FreeBSD.org> | 2016-03-08 18:24:06 +0800 |
commit | 3edd4a7d4c45c63a63431207af9344e2d36937ba (patch) | |
tree | 8cc9133b546dce61dd9f935eb5b6eb89efca8b71 /x11 | |
parent | ed98f5b1a8cb4fe4430ffe780a844bde3bdada30 (diff) | |
download | freebsd-ports-gnome-3edd4a7d4c45c63a63431207af9344e2d36937ba.tar.gz freebsd-ports-gnome-3edd4a7d4c45c63a63431207af9344e2d36937ba.tar.zst freebsd-ports-gnome-3edd4a7d4c45c63a63431207af9344e2d36937ba.zip |
- patch for main deforaos library
- bump PORTREVISION for dependencies
Approved by: jadawin
Differential Revision: https://reviews.freebsd.org/D5562
Diffstat (limited to 'x11')
-rw-r--r-- | x11/deforaos-keyboard/Makefile | 2 | ||||
-rw-r--r-- | x11/deforaos-libdesktop/Makefile | 1 | ||||
-rw-r--r-- | x11/deforaos-libdesktop/files/patch-include_Desktop_compat.h | 11 | ||||
-rw-r--r-- | x11/deforaos-locker/Makefile | 2 | ||||
-rw-r--r-- | x11/deforaos-panel/Makefile | 1 |
5 files changed, 15 insertions, 2 deletions
diff --git a/x11/deforaos-keyboard/Makefile b/x11/deforaos-keyboard/Makefile index 2a310f501c7a..c395adabde08 100644 --- a/x11/deforaos-keyboard/Makefile +++ b/x11/deforaos-keyboard/Makefile @@ -3,7 +3,7 @@ PORTNAME= keyboard PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/3696/ PKGNAMEPREFIX= deforaos- diff --git a/x11/deforaos-libdesktop/Makefile b/x11/deforaos-libdesktop/Makefile index 7140aa22743e..346d15c4e5d5 100644 --- a/x11/deforaos-libdesktop/Makefile +++ b/x11/deforaos-libdesktop/Makefile @@ -3,6 +3,7 @@ PORTNAME= libdesktop PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/4394/ PKGNAMEPREFIX= deforaos- diff --git a/x11/deforaos-libdesktop/files/patch-include_Desktop_compat.h b/x11/deforaos-libdesktop/files/patch-include_Desktop_compat.h new file mode 100644 index 000000000000..3e0cd4e55fff --- /dev/null +++ b/x11/deforaos-libdesktop/files/patch-include_Desktop_compat.h @@ -0,0 +1,11 @@ +--- include/Desktop/compat.h.orig 2016-03-06 06:55:36 UTC ++++ 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); diff --git a/x11/deforaos-locker/Makefile b/x11/deforaos-locker/Makefile index c00774a41ad7..c10ce91d6859 100644 --- a/x11/deforaos-locker/Makefile +++ b/x11/deforaos-locker/Makefile @@ -3,7 +3,7 @@ PORTNAME= locker PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/3703/ PKGNAMEPREFIX= deforaos- diff --git a/x11/deforaos-panel/Makefile b/x11/deforaos-panel/Makefile index 2a3d090bf052..ec51e631d545 100644 --- a/x11/deforaos-panel/Makefile +++ b/x11/deforaos-panel/Makefile @@ -3,6 +3,7 @@ PORTNAME= deforaos-panel PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/4338/ DISTNAME= Panel-${PORTVERSION} |