diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-11-23 11:39:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-11-23 11:39:07 +0000 |
commit | a236e2d0bfa53f22be02c6a4cc7b2cf730bc69e1 (patch) | |
tree | 000a9ce64a1e669ce72ebf4b639d75f2ef29c214 /x11-toolkits | |
parent | fdf023af8a1f19bbc7987f3abfb59c503eb6d52c (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libmatewnck/Makefile | 46 | ||||
-rw-r--r-- | x11-toolkits/libmatewnck/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/libmatewnck/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/libmatewnck/pkg-plist | 198 |
5 files changed, 251 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 560fb1ff671b..8e7927b882ff 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -104,6 +104,7 @@ SUBDIR += libgnomeuimm26 SUBDIR += libgtk-java SUBDIR += libgtksourceviewmm + SUBDIR += libmatewnck SUBDIR += libpanelappletmm SUBDIR += libsexy SUBDIR += libsexymm diff --git a/x11-toolkits/libmatewnck/Makefile b/x11-toolkits/libmatewnck/Makefile new file mode 100644 index 000000000000..6fc09218e270 --- /dev/null +++ b/x11-toolkits/libmatewnck/Makefile @@ -0,0 +1,46 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libmatewnck +PORTVERSION= 1.6.1 +CATEGORIES= x11-toolkits mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library used for writing pagers and taskslists + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc + +PORTSCOUT= limitw:1,even + +USES= bison gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_XORG= x11 xres +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 intlhack \ + introspection:build ltverhack +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= STARTUP +OPTIONS_DEFAULT=STARTUP +STARTUP_DESC= Startup notification support + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MSTARTUP} +LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification +CONFIGURE_ARGS+=--enable-startup-notification +.else +CONFIGURE_ARGS+=--disable-startup-notification +.endif + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmatewnck.so.0 + +.include <bsd.port.mk> diff --git a/x11-toolkits/libmatewnck/distinfo b/x11-toolkits/libmatewnck/distinfo new file mode 100644 index 000000000000..c51c6b556e03 --- /dev/null +++ b/x11-toolkits/libmatewnck/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/libmatewnck-1.6.1.tar.xz) = 39c1b291178153dec9c7036475c61e7acb622f3a38f39810cf5d6f1ba4f51e0c +SIZE (mate/libmatewnck-1.6.1.tar.xz) = 616736 diff --git a/x11-toolkits/libmatewnck/pkg-descr b/x11-toolkits/libmatewnck/pkg-descr new file mode 100644 index 000000000000..94f25196c73e --- /dev/null +++ b/x11-toolkits/libmatewnck/pkg-descr @@ -0,0 +1,4 @@ +libmatewnck is a Window Navigator Construction Kit, i.e. a library used +for writing pagers and taskslists. It is needed for the MATE desktop. + +WWW: http://mate-desktop.org/ diff --git a/x11-toolkits/libmatewnck/pkg-plist b/x11-toolkits/libmatewnck/pkg-plist new file mode 100644 index 000000000000..e9f9df521fdb --- /dev/null +++ b/x11-toolkits/libmatewnck/pkg-plist @@ -0,0 +1,198 @@ +bin/matewnck-urgency-monitor +bin/matewnckprop +include/libmatewnck/libmatewnck/application.h +include/libmatewnck/libmatewnck/class-group.h +include/libmatewnck/libmatewnck/libmatewnck.h +include/libmatewnck/libmatewnck/matewnck-enum-types.h +include/libmatewnck/libmatewnck/pager.h +include/libmatewnck/libmatewnck/screen.h +include/libmatewnck/libmatewnck/selector.h +include/libmatewnck/libmatewnck/tasklist.h +include/libmatewnck/libmatewnck/util.h +include/libmatewnck/libmatewnck/version.h +include/libmatewnck/libmatewnck/window-action-menu.h +include/libmatewnck/libmatewnck/window.h +include/libmatewnck/libmatewnck/workspace.h +lib/girepository-1.0/Matewnck-1.0.typelib +lib/libmatewnck.a +lib/libmatewnck.la +lib/libmatewnck.so +lib/libmatewnck.so.0 +libdata/pkgconfig/libmatewnck.pc +%%DOCSDIR%%/MatewnckApplication.html +%%DOCSDIR%%/MatewnckClassGroup.html +%%DOCSDIR%%/MatewnckPager.html +%%DOCSDIR%%/MatewnckScreen.html +%%DOCSDIR%%/MatewnckSelector.html +%%DOCSDIR%%/MatewnckTasklist.html +%%DOCSDIR%%/MatewnckWindow.html +%%DOCSDIR%%/MatewnckWorkspace.html +%%DOCSDIR%%/core.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/indexes.html +%%DOCSDIR%%/intro.html +%%DOCSDIR%%/ix01.html +%%DOCSDIR%%/ix02.html +%%DOCSDIR%%/ix03.html +%%DOCSDIR%%/ix04.html +%%DOCSDIR%%/ix05.html +%%DOCSDIR%%/ix06.html +%%DOCSDIR%%/ix07.html +%%DOCSDIR%%/ix08.html +%%DOCSDIR%%/ix09.html +%%DOCSDIR%%/ix10.html +%%DOCSDIR%%/ix11.html +%%DOCSDIR%%/ix12.html +%%DOCSDIR%%/ix13.html +%%DOCSDIR%%/left.png +%%DOCSDIR%%/libmatewnck-Miscellaneous-Functions.html +%%DOCSDIR%%/libmatewnck-Resource-Usage-of-X-Clients.html +%%DOCSDIR%%/libmatewnck-Version-Information.html +%%DOCSDIR%%/libmatewnck-Window-Action-Menu.html +%%DOCSDIR%%/libmatewnck.devhelp2 +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +%%DOCSDIR%%/utils.html +%%DOCSDIR%%/widgets.html +share/locale/am/LC_MESSAGES/libmatewnck.mo +share/locale/ar/LC_MESSAGES/libmatewnck.mo +share/locale/as/LC_MESSAGES/libmatewnck.mo +share/locale/ast/LC_MESSAGES/libmatewnck.mo +share/locale/az/LC_MESSAGES/libmatewnck.mo +share/locale/be/LC_MESSAGES/libmatewnck.mo +share/locale/be@latin/LC_MESSAGES/libmatewnck.mo +share/locale/bg/LC_MESSAGES/libmatewnck.mo +share/locale/bn/LC_MESSAGES/libmatewnck.mo +share/locale/bn_IN/LC_MESSAGES/libmatewnck.mo +share/locale/br/LC_MESSAGES/libmatewnck.mo +share/locale/bs/LC_MESSAGES/libmatewnck.mo +share/locale/ca/LC_MESSAGES/libmatewnck.mo +share/locale/ca@valencia/LC_MESSAGES/libmatewnck.mo +share/locale/crh/LC_MESSAGES/libmatewnck.mo +share/locale/cs/LC_MESSAGES/libmatewnck.mo +share/locale/cy/LC_MESSAGES/libmatewnck.mo +share/locale/da/LC_MESSAGES/libmatewnck.mo +share/locale/de/LC_MESSAGES/libmatewnck.mo +share/locale/dz/LC_MESSAGES/libmatewnck.mo +share/locale/el/LC_MESSAGES/libmatewnck.mo +share/locale/en@shaw/LC_MESSAGES/libmatewnck.mo +share/locale/en_AU/LC_MESSAGES/libmatewnck.mo +share/locale/en_CA/LC_MESSAGES/libmatewnck.mo +share/locale/en_GB/LC_MESSAGES/libmatewnck.mo +share/locale/eo/LC_MESSAGES/libmatewnck.mo +share/locale/es/LC_MESSAGES/libmatewnck.mo +share/locale/et/LC_MESSAGES/libmatewnck.mo +share/locale/eu/LC_MESSAGES/libmatewnck.mo +share/locale/fa/LC_MESSAGES/libmatewnck.mo +share/locale/fi/LC_MESSAGES/libmatewnck.mo +share/locale/fr/LC_MESSAGES/libmatewnck.mo +share/locale/ga/LC_MESSAGES/libmatewnck.mo +share/locale/gl/LC_MESSAGES/libmatewnck.mo +share/locale/gu/LC_MESSAGES/libmatewnck.mo +share/locale/he/LC_MESSAGES/libmatewnck.mo +share/locale/hi/LC_MESSAGES/libmatewnck.mo +share/locale/hr/LC_MESSAGES/libmatewnck.mo +share/locale/hu/LC_MESSAGES/libmatewnck.mo +share/locale/id/LC_MESSAGES/libmatewnck.mo +share/locale/is/LC_MESSAGES/libmatewnck.mo +share/locale/it/LC_MESSAGES/libmatewnck.mo +share/locale/ja/LC_MESSAGES/libmatewnck.mo +share/locale/ka/LC_MESSAGES/libmatewnck.mo +share/locale/kk/LC_MESSAGES/libmatewnck.mo +share/locale/kn/LC_MESSAGES/libmatewnck.mo +share/locale/ko/LC_MESSAGES/libmatewnck.mo +share/locale/ku/LC_MESSAGES/libmatewnck.mo +share/locale/ky/LC_MESSAGES/libmatewnck.mo +share/locale/li/LC_MESSAGES/libmatewnck.mo +share/locale/lt/LC_MESSAGES/libmatewnck.mo +share/locale/lv/LC_MESSAGES/libmatewnck.mo +share/locale/mai/LC_MESSAGES/libmatewnck.mo +share/locale/mi/LC_MESSAGES/libmatewnck.mo +share/locale/mk/LC_MESSAGES/libmatewnck.mo +share/locale/ml/LC_MESSAGES/libmatewnck.mo +share/locale/mn/LC_MESSAGES/libmatewnck.mo +share/locale/mr/LC_MESSAGES/libmatewnck.mo +share/locale/ms/LC_MESSAGES/libmatewnck.mo +share/locale/nb/LC_MESSAGES/libmatewnck.mo +share/locale/ne/LC_MESSAGES/libmatewnck.mo +share/locale/nl/LC_MESSAGES/libmatewnck.mo +share/locale/nn/LC_MESSAGES/libmatewnck.mo +share/locale/oc/LC_MESSAGES/libmatewnck.mo +share/locale/or/LC_MESSAGES/libmatewnck.mo +share/locale/pa/LC_MESSAGES/libmatewnck.mo +share/locale/pl/LC_MESSAGES/libmatewnck.mo +share/locale/pt/LC_MESSAGES/libmatewnck.mo +share/locale/pt_BR/LC_MESSAGES/libmatewnck.mo +share/locale/ro/LC_MESSAGES/libmatewnck.mo +share/locale/ru/LC_MESSAGES/libmatewnck.mo +share/locale/rw/LC_MESSAGES/libmatewnck.mo +share/locale/si/LC_MESSAGES/libmatewnck.mo +share/locale/sk/LC_MESSAGES/libmatewnck.mo +share/locale/sl/LC_MESSAGES/libmatewnck.mo +share/locale/sq/LC_MESSAGES/libmatewnck.mo +share/locale/sr/LC_MESSAGES/libmatewnck.mo +share/locale/sr@latin/LC_MESSAGES/libmatewnck.mo +share/locale/sv/LC_MESSAGES/libmatewnck.mo +share/locale/ta/LC_MESSAGES/libmatewnck.mo +share/locale/te/LC_MESSAGES/libmatewnck.mo +share/locale/th/LC_MESSAGES/libmatewnck.mo +share/locale/tr/LC_MESSAGES/libmatewnck.mo +share/locale/ug/LC_MESSAGES/libmatewnck.mo +share/locale/uk/LC_MESSAGES/libmatewnck.mo +share/locale/vi/LC_MESSAGES/libmatewnck.mo +share/locale/wa/LC_MESSAGES/libmatewnck.mo +share/locale/xh/LC_MESSAGES/libmatewnck.mo +share/locale/zh_CN/LC_MESSAGES/libmatewnck.mo +share/locale/zh_HK/LC_MESSAGES/libmatewnck.mo +share/locale/zh_TW/LC_MESSAGES/libmatewnck.mo +share/gir-1.0/Matewnck-1.0.gir +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm %%DOCSDIR%% +@dirrm include/libmatewnck/libmatewnck +@dirrm include/libmatewnck |