FreeBSD Bugzilla – Attachment 201874 Details for
Bug 235630
[exp-run] x11-toolkits/gtk30 update to 3.24.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gtk30 update to 3.24.5.
gtk3-3.24.5.diff (text/plain), 4.93 KB, created by
Koop Mast
on 2019-02-09 21:57:32 UTC
(
hide
)
Description:
gtk30 update to 3.24.5.
Filename:
MIME Type:
Creator:
Koop Mast
Created:
2019-02-09 21:57:32 UTC
Size:
4.93 KB
patch
obsolete
>Index: x11-toolkits/gtk30/Makefile >=================================================================== >--- x11-toolkits/gtk30/Makefile (revision 492489) >+++ x11-toolkits/gtk30/Makefile (working copy) >@@ -4,8 +4,7 @@ > # adwaita-icon-theme, gnome-themes-standard and mate-themes > > PORTNAME= gtk >-PORTVERSION= 3.22.30 >-PORTREVISION= 4 >+PORTVERSION= 3.24.5 > CATEGORIES= x11-toolkits > MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} > PKGNAMESUFFIX= 3 >@@ -33,7 +32,6 @@ > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango >-#gtk-update-icon-cache > USES= compiler:c11 gettext gmake gnome libtool localbase \ > pathfix perl5 pkgconfig tar:xz > USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ >@@ -44,7 +42,7 @@ > INSTALLS_ICONS= yes > INSTALL_TARGET= install-strip > >-LIBVERSION= 0.2200.30 >+LIBVERSION= 0.2404.1 > PLIST_SUB+= LIBVERSION=${LIBVERSION} > > GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ >@@ -84,6 +82,7 @@ > WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ > libxkbcommon.so:x11/libxkbcommon > WAYLAND_RUN_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols >+WAYLAND_USES= gl > WAYLAND_USE= GL=egl > > post-patch: >Index: x11-toolkits/gtk30/distinfo >=================================================================== >--- x11-toolkits/gtk30/distinfo (revision 492489) >+++ x11-toolkits/gtk30/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1524773157 >-SHA256 (gnome/gtk+-3.22.30.tar.xz) = a1a4a5c12703d4e1ccda28333b87ff462741dc365131fbc94c218ae81d9a6567 >-SIZE (gnome/gtk+-3.22.30.tar.xz) = 18946084 >+TIMESTAMP = 1549709459 >+SHA256 (gnome/gtk+-3.24.5.tar.xz) = 0be5fb0d302bc3de26ab58c32990d895831e2b7c7418d0ffea1206d6a3ddb02f >+SIZE (gnome/gtk+-3.24.5.tar.xz) = 21012108 >Index: x11-toolkits/gtk30/files/patch-gdk_wayland_gdkdevice-wayland.c >=================================================================== >--- x11-toolkits/gtk30/files/patch-gdk_wayland_gdkdevice-wayland.c (revision 492489) >+++ x11-toolkits/gtk30/files/patch-gdk_wayland_gdkdevice-wayland.c (nonexistent) >@@ -1,15 +0,0 @@ >---- gdk/wayland/gdkdevice-wayland.c.orig 2018-03-25 16:25:12 UTC >-+++ gdk/wayland/gdkdevice-wayland.c >-@@ -38,11 +38,9 @@ >- >- #include <xkbcommon/xkbcommon.h> >- >--#include <linux/input.h> >-- >- #include <sys/time.h> >- #include <sys/mman.h> >--#include <linux/input.h> >-+#include <dev/evdev/input.h> >- >- #define BUTTON_BASE (BTN_LEFT - 1) /* Used to translate to 1-indexed buttons */ >- > >Property changes on: x11-toolkits/gtk30/files/patch-gdk_wayland_gdkdevice-wayland.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: x11-toolkits/gtk30/pkg-plist >=================================================================== >--- x11-toolkits/gtk30/pkg-plist (revision 492489) >+++ x11-toolkits/gtk30/pkg-plist (working copy) >@@ -249,6 +249,9 @@ > include/gtk-3.0/gtk/gtkenums.h > include/gtk-3.0/gtk/gtkeventbox.h > include/gtk-3.0/gtk/gtkeventcontroller.h >+include/gtk-3.0/gtk/gtkeventcontrollerkey.h >+include/gtk-3.0/gtk/gtkeventcontrollermotion.h >+include/gtk-3.0/gtk/gtkeventcontrollerscroll.h > include/gtk-3.0/gtk/gtkexpander.h > include/gtk-3.0/gtk/gtkfilechooser.h > include/gtk-3.0/gtk/gtkfilechooserbutton.h >@@ -270,6 +273,7 @@ > include/gtk-3.0/gtk/gtkgesturepan.h > include/gtk-3.0/gtk/gtkgesturerotate.h > include/gtk-3.0/gtk/gtkgesturesingle.h >+include/gtk-3.0/gtk/gtkgesturestylus.h > include/gtk-3.0/gtk/gtkgestureswipe.h > include/gtk-3.0/gtk/gtkgesturezoom.h > include/gtk-3.0/gtk/gtkglarea.h >@@ -425,6 +429,7 @@ > lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-et.so > lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-viqr.so > %%WAYLAND%%lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-wayland.so >+%%WAYLAND%%lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-waylandgtk.so > lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-xim.so > %%CLOUDPRINT%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cloudprint.so > %%CUPS%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cups.so >@@ -711,6 +716,9 @@ > %%DATADIR%%-doc/html/gtk3/GtkEntryCompletion.html > %%DATADIR%%-doc/html/gtk3/GtkEventBox.html > %%DATADIR%%-doc/html/gtk3/GtkEventController.html >+%%DATADIR%%-doc/html/gtk3/GtkEventControllerKey.html >+%%DATADIR%%-doc/html/gtk3/GtkEventControllerMotion.html >+%%DATADIR%%-doc/html/gtk3/GtkEventControllerScroll.html > %%DATADIR%%-doc/html/gtk3/GtkExpander.html > %%DATADIR%%-doc/html/gtk3/GtkFileChooser.html > %%DATADIR%%-doc/html/gtk3/GtkFileChooserButton.html >@@ -734,6 +742,7 @@ > %%DATADIR%%-doc/html/gtk3/GtkGesturePan.html > %%DATADIR%%-doc/html/gtk3/GtkGestureRotate.html > %%DATADIR%%-doc/html/gtk3/GtkGestureSingle.html >+%%DATADIR%%-doc/html/gtk3/GtkGestureStylus.html > %%DATADIR%%-doc/html/gtk3/GtkGestureSwipe.html > %%DATADIR%%-doc/html/gtk3/GtkGestureZoom.html > %%DATADIR%%-doc/html/gtk3/GtkGrid.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235630
: 201874 |
202069