SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/startup-notification/Makefile
Normal file
22
devel/startup-notification/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT= library for tracking application startup
|
||||
|
||||
GNOME_PROJECT= startup-notification
|
||||
GNOME_VERSION= 0.12
|
||||
REVISION= 8
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
SHARED_LIBS += startup-notification-1 2.0 # .0.0
|
||||
|
||||
HOMEPAGE= http://www.freedesktop.org/wiki/Software/startup-notification
|
||||
|
||||
# LGPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += X11 X11-xcb Xau Xdmcp xcb xcb-util
|
||||
|
||||
MODULES= x11/gnome
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/startup-notification/distinfo
Normal file
2
devel/startup-notification/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (startup-notification-0.12.tar.xz) = S9E2Oi87PrLE9/wztJd7ucErR0EgbwUQmw/ys7MLa8A=
|
||||
SIZE (startup-notification-0.12.tar.xz) = 242252
|
29
devel/startup-notification/patches/patch-libsn_sn-monitor_c
Normal file
29
devel/startup-notification/patches/patch-libsn_sn-monitor_c
Normal file
|
@ -0,0 +1,29 @@
|
|||
From a7e49fefde18ea8d5bada8096d32f23bcfb5a6dc Mon Sep 17 00:00:00 2001
|
||||
From: Federico G. Schwindt <fgsch@openbsd.org>
|
||||
Date: Mon, 17 Feb 2014 14:48:12 +0000
|
||||
Subject: Fix crash on 32bit architectures where time_t is 64 bit
|
||||
|
||||
--- libsn/sn-monitor.c.orig Tue Nov 5 17:51:49 2013
|
||||
+++ libsn/sn-monitor.c Tue Nov 5 17:52:50 2013
|
||||
@@ -364,8 +364,8 @@ sn_startup_sequence_get_screen (SnStartupSequence *seq
|
||||
**/
|
||||
void
|
||||
sn_startup_sequence_get_initiated_time (SnStartupSequence *sequence,
|
||||
- long *tv_sec,
|
||||
- long *tv_usec)
|
||||
+ time_t *tv_sec,
|
||||
+ suseconds_t *tv_usec)
|
||||
{
|
||||
if (tv_sec)
|
||||
*tv_sec = sequence->initiation_time.tv_sec;
|
||||
@@ -386,8 +386,8 @@ sn_startup_sequence_get_initiated_time (SnStartupSeque
|
||||
**/
|
||||
void
|
||||
sn_startup_sequence_get_last_active_time (SnStartupSequence *sequence,
|
||||
- long *tv_sec,
|
||||
- long *tv_usec)
|
||||
+ time_t *tv_sec,
|
||||
+ suseconds_t *tv_usec)
|
||||
{
|
||||
/* for now the same as get_initiated_time */
|
||||
if (tv_sec)
|
23
devel/startup-notification/patches/patch-libsn_sn-monitor_h
Normal file
23
devel/startup-notification/patches/patch-libsn_sn-monitor_h
Normal file
|
@ -0,0 +1,23 @@
|
|||
From a7e49fefde18ea8d5bada8096d32f23bcfb5a6dc Mon Sep 17 00:00:00 2001
|
||||
From: Federico G. Schwindt <fgsch@openbsd.org>
|
||||
Date: Mon, 17 Feb 2014 14:48:12 +0000
|
||||
Subject: Fix crash on 32bit architectures where time_t is 64 bit
|
||||
|
||||
--- libsn/sn-monitor.h.orig Tue Nov 5 17:53:25 2013
|
||||
+++ libsn/sn-monitor.h Tue Nov 5 17:53:53 2013
|
||||
@@ -77,11 +77,11 @@ const char* sn_startup_sequence_get_application_id
|
||||
int sn_startup_sequence_get_screen (SnStartupSequence *sequence);
|
||||
|
||||
void sn_startup_sequence_get_initiated_time (SnStartupSequence *sequence,
|
||||
- long *tv_sec,
|
||||
- long *tv_usec);
|
||||
+ time_t *tv_sec,
|
||||
+ suseconds_t *tv_usec);
|
||||
void sn_startup_sequence_get_last_active_time (SnStartupSequence *sequence,
|
||||
- long *tv_sec,
|
||||
- long *tv_usec);
|
||||
+ time_t *tv_sec,
|
||||
+ suseconds_t *tv_usec);
|
||||
|
||||
void sn_startup_sequence_complete (SnStartupSequence *sequence);
|
||||
|
4
devel/startup-notification/pkg/DESCR
Normal file
4
devel/startup-notification/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Startup-notification is a library which implements a startup
|
||||
notification protocol. Using this protocol a desktop environment can
|
||||
track the launch of an application and provide feedback such as a busy
|
||||
cursor, among other features.
|
12
devel/startup-notification/pkg/PLIST
Normal file
12
devel/startup-notification/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
include/startup-notification-1.0/
|
||||
include/startup-notification-1.0/libsn/
|
||||
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
|
||||
@static-lib lib/libstartup-notification-1.a
|
||||
lib/libstartup-notification-1.la
|
||||
@lib lib/libstartup-notification-1.so.${LIBstartup-notification-1_VERSION}
|
||||
lib/pkgconfig/libstartup-notification-1.0.pc
|
Loading…
Add table
Add a link
Reference in a new issue