add startup-notification.
startup-notification is a minimal library that supports the startup notification spec described at www.freedesktop.org.
This commit is contained in:
parent
06a19f25e2
commit
ca2b55c7bc
19
x11/startup-notification/Makefile
Normal file
19
x11/startup-notification/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/13 19:20:39 brad Exp $
|
||||
|
||||
COMMENT= "library that supports startup notification spec from freedesktop.org"
|
||||
|
||||
DISTNAME= startup-notification-0.5
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/startup-notification/0.5/}
|
||||
|
||||
HOMEPAGE= http://www.freedesktop.org/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/startup-notification/distinfo
Normal file
3
x11/startup-notification/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (startup-notification-0.5.tar.gz) = 6ff189db7682999018ed0a9d7de65fc8
|
||||
RMD160 (startup-notification-0.5.tar.gz) = 9d65561b1d6d1929ba23d50e8ff6ee6ffe78950d
|
||||
SHA1 (startup-notification-0.5.tar.gz) = c51702a855379e9c12128436533fcf50e04d9ad7
|
2
x11/startup-notification/pkg/DESCR
Normal file
2
x11/startup-notification/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
startup-notification is a minimal library that supports the startup
|
||||
notification spec described at www.freedesktop.org.
|
3
x11/startup-notification/pkg/PFRAG.shared
Normal file
3
x11/startup-notification/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/11/13 19:20:39 brad Exp $
|
||||
lib/libstartup-notification-1.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
14
x11/startup-notification/pkg/PLIST
Normal file
14
x11/startup-notification/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/11/13 19:20:39 brad Exp $
|
||||
include/startup-notification-1.0/libsn/sn-common.h
|
||||
include/startup-notification-1.0/libsn/sn-launchee.h
|
||||
include/startup-notification-1.0/libsn/sn-launcher.h
|
||||
include/startup-notification-1.0/libsn/sn-monitor.h
|
||||
include/startup-notification-1.0/libsn/sn-util.h
|
||||
include/startup-notification-1.0/libsn/sn.h
|
||||
lib/libstartup-notification-1.a
|
||||
lib/libstartup-notification-1.la
|
||||
%%SHARED%%
|
||||
lib/pkgconfig/libstartup-notification-1.0.pc
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@dirrm include/startup-notification-1.0/libsn
|
||||
@dirrm include/startup-notification-1.0
|
Loading…
x
Reference in New Issue
Block a user