aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-dep_0.3.0.bb
blob: 5e4544a104770d17f0066669596b21a0154bff4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Dependency management tool for Golang"
HOMEPAGE = "https://github.com/golang/dep"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=1bad315647751fab0007812f70d42c0d"

GO_IMPORT = "github.com/golang/dep"
SRC_URI = "git://${GO_IMPORT}"

# Points to 0.3.0 tag
SRCREV = "7a91b794bbfbf1f3b8b79823799316451127801b"

inherit go

GO_INSTALL = "${GO_IMPORT}/cmd/dep"

INSANE_SKIP_${PN} += "ldflags"

RDEPENDS_${PN}-dev += "bash"
="gu">@@ -248,7 +246,7 @@ applet->sn_display = sn_display_new (xdisplay, NULL, NULL); - context = sn_monitor_context_new (applet->sn_display, + sn_monitor_context_new (applet->sn_display, DefaultScreen(xdisplay), monitor_event_func, (void *) applet, diff -ur git.ORIG/applets/startup-notify/startup.c git/applets/startup-notify/startup.c --- git.ORIG/applets/startup-notify/startup.c 2011-04-28 08:05:46.000000000 -0600 +++ git/applets/startup-notify/startup.c 2011-04-28 09:42:17.793864786 -0600 @@ -305,7 +305,6 @@ StartupApplet *applet; GtkWidget *widget; Display *xdisplay; - SnMonitorContext *context; applet = g_slice_new0 (StartupApplet); @@ -317,7 +316,7 @@ applet->sn_display = sn_display_new (xdisplay, NULL, NULL); - context = sn_monitor_context_new (applet->sn_display, + sn_monitor_context_new (applet->sn_display, DefaultScreen (xdisplay), monitor_event_func, applet, NULL);