Ravenports generated: 17 Aug 2019 14:40
[ravenports.git] / bucket_6F / libnotify
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libnotify
4 VERSION=                0.7.8
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Library for desktop notifications
8 HOMEPAGE=               https://developer.gnome.org/libnotify
9 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/
13 DISTFILE[1]=            libnotify-0.7.8.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 BUILD_DEPENDS=          gtk-doc:single:standard
23
24 USES=                   gettext-runtime gmake meson pkgconfig python
25 GNOME_COMPONENTS=       glib gdkpixbuf intltool introspection
26
27 LICENSE=                LGPL21+:primary
28 LICENSE_TERMS=          primary:{{WRKDIR}}/TERMS
29 LICENSE_FILE=           LGPL21+:{{WRKSRC}}/COPYING
30 LICENSE_AWK=            TERMS:"^$$"
31 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/libnotify/notify.h
32 LICENSE_SCHEME=         solo
33
34 FPC_EQUIVALENT=         devel/libnotify
35 MESON_ARGS=             -Dtests=false
36                         -Dintrospection=enabled
37                         -Dgtk_doc=true
38                         -Ddocbook_docs=disabled
39
40 INSTALL_TARGET=         install-strip
41 INSTALL_REQ_TOOLCHAIN=  yes
42 SOVERSION=              4.0.0
43
44 post-install:
45         ${MV} ${STAGEDIR}${PREFIX}/share/gtk-doc/html/libnotify \
46                 ${STAGEDIR}${PREFIX}/share/doc
47         ${RM} -r ${STAGEDIR}${PREFIX}/share/gtk-doc
48
49 [FILE:425:descriptions/desc.primary]
50 The Desktop Notifications framework provides a standard way of doing 
51 passive pop-up notifications on the desktop. These are designed to notify 
52 the user of something without interrupting their work with a dialog box 
53 that they must close. Passive popups can automatically disappear after a 
54 short period of time.
55
56 This package contains the library as well as a small command line client. 
57 The daemon is packaged seperately.
58
59
60 [FILE:101:distinfo]
61 69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c       108436 libnotify-0.7.8.tar.xz
62
63
64 [FILE:270:manifests/plist.primary]
65 bin/notify-send
66 include/libnotify/
67  notification.h
68  notify-enum-types.h
69  notify-features.h
70  notify.h
71 lib/
72  libnotify.so
73  libnotify.so.%%SOMAJOR%%
74  libnotify.so.%%SOVERSION%%
75 lib/girepository-1.0/Notify-0.7.typelib
76 lib/pkgconfig/libnotify.pc
77 share/gir-1.0/Notify-0.7.gir
78
79
80 [FILE:281:manifests/plist.docs]
81 share/doc/libnotify/
82  NotifyNotification.html
83  annotation-glossary.html
84  api-index-deprecated.html
85  api-index-full.html
86  ch01.html
87  home.png
88  index.html
89  left-insensitive.png
90  left.png
91  libnotify-notify.html
92  right-insensitive.png
93  right.png
94  style.css
95  up-insensitive.png
96  up.png
97
98
99 [FILE:175:dragonfly/patch-libnotify_libnotify.map]
100 --- libnotify/libnotify.map.orig        2019-04-05 19:06:19 UTC
101 +++ libnotify/libnotify.map
102 @@ -1,5 +1,7 @@
103  {
104  global:
105 +    __progname;
106 +    environ;
107      notify_*;
108  local:
109      *;
110
111
112 [FILE:175:freebsd/patch-libnotify_libnotify.map]
113 --- libnotify/libnotify.map.orig        2019-04-05 19:06:19 UTC
114 +++ libnotify/libnotify.map
115 @@ -1,5 +1,7 @@
116  {
117  global:
118 +    __progname;
119 +    environ;
120      notify_*;
121  local:
122      *;
123