update startup-notification to 0.9
from martynas@
This commit is contained in:
parent
3e6c8d7ea8
commit
8ec17ba02f
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2007/04/08 16:33:41 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2007/04/24 12:48:25 jasper Exp $
|
||||
|
||||
COMMENT= "library for tracking application startup"
|
||||
|
||||
DISTNAME= startup-notification-0.8
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
DISTNAME= startup-notification-0.9
|
||||
CATEGORIES= devel x11 x11/gnome
|
||||
|
||||
SHARED_LIBS= startup-notification-1 0.0
|
||||
SHARED_LIBS += startup-notification-1 1.0 # .0.0
|
||||
|
||||
HOMEPAGE= http://www.freedesktop.org/
|
||||
|
||||
@ -17,7 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xau Xdmcp
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/startup-notification/0.8/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/startup-notification/0.9/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (startup-notification-0.8.tar.bz2) = 2bLp+6GIQzFK5CM0zrQzbQ==
|
||||
RMD160 (startup-notification-0.8.tar.bz2) = I+Cz8F5oqKyNCFrGOyY3eUlXhnQ=
|
||||
SHA1 (startup-notification-0.8.tar.bz2) = 0rVpi2IJtRctFyIqMRfbZEfXzfE=
|
||||
SHA256 (startup-notification-0.8.tar.bz2) = LZIwa4ud97+FSxfgorLy9BIfo8mAB9BHULDhuWvLvnY=
|
||||
SIZE (startup-notification-0.8.tar.bz2) = 236255
|
||||
MD5 (startup-notification-0.9.tar.bz2) = YktC8frFoSxUOgeeLNOzZg==
|
||||
RMD160 (startup-notification-0.9.tar.bz2) = ucJtQKi5zOjhPHKft3cg1P3MbeE=
|
||||
SHA1 (startup-notification-0.9.tar.bz2) = LAn0MkdoPR5KFrL40eI2tX6vrmg=
|
||||
SHA256 (startup-notification-0.9.tar.bz2) = Yd4a7TeeqdRKg1uvdlZ+CqqBO21umV236D6JhvabWA0=
|
||||
SIZE (startup-notification-0.9.tar.bz2) = 226231
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libsn_sn-launcher_c,v 1.2 2006/05/13 16:19:36 steven Exp $
|
||||
--- libsn/sn-launcher.c.orig Tue Oct 26 22:07:27 2004
|
||||
+++ libsn/sn-launcher.c Wed May 25 16:44:54 2005
|
||||
@@ -220,7 +220,7 @@ sn_launcher_context_initiate (SnLauncher
|
||||
$OpenBSD: patch-libsn_sn-launcher_c,v 1.3 2007/04/24 12:48:25 jasper Exp $
|
||||
--- libsn/sn-launcher.c.orig Sat Mar 17 21:16:29 2007
|
||||
+++ libsn/sn-launcher.c Mon Apr 23 22:58:14 2007
|
||||
@@ -220,7 +220,7 @@ sn_launcher_context_initiate (SnLauncherContext *conte
|
||||
++i;
|
||||
|
||||
names[i] = "SCREEN";
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-libsn_sn-launcher_c,v 1.2 2006/05/13 16:19:36 steven Exp $
|
||||
values[i] = screenbuf;
|
||||
++i;
|
||||
|
||||
@@ -241,7 +241,7 @@ sn_launcher_context_initiate (SnLauncher
|
||||
@@ -241,7 +241,7 @@ sn_launcher_context_initiate (SnLauncherContext *conte
|
||||
if (context->workspace >= 0)
|
||||
{
|
||||
names[i] = "DESKTOP";
|
||||
|
Loading…
Reference in New Issue
Block a user