svn commit: r469083 - in head/devel: . libindicator libindicator/files
Steve Wills
swills at FreeBSD.org
Sat May 5 03:47:27 UTC 2018
Author: swills
Date: Sat May 5 03:47:25 2018
New Revision: 469083
URL: https://svnweb.freebsd.org/changeset/ports/469083
Log:
devel/libindicator: create port
A set of symbols and convience functions that all indicators would like to use.
WWW: https://launchpad.net/libindicator
Added:
head/devel/libindicator/
head/devel/libindicator/Makefile (contents, props changed)
head/devel/libindicator/distinfo (contents, props changed)
head/devel/libindicator/files/
head/devel/libindicator/files/patch-libindicator_Makefile.in (contents, props changed)
head/devel/libindicator/pkg-descr (contents, props changed)
head/devel/libindicator/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile (contents, props changed)
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat May 5 03:16:25 2018 (r469082)
+++ head/devel/Makefile Sat May 5 03:47:25 2018 (r469083)
@@ -1445,6 +1445,7 @@
SUBDIR += libhtp
SUBDIR += libhyve-remote
SUBDIR += libical
+ SUBDIR += libindicator
SUBDIR += libinotify
SUBDIR += libiqxmlrpc
SUBDIR += libisofs
Added: head/devel/libindicator/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libindicator/Makefile Sat May 5 03:47:25 2018 (r469083)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= libindicator
+PORTVERSION= 12.10.1
+CATEGORIES= devel
+MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
+
+MAINTAINER= swills at FreeBSD.org
+COMMENT= Symbols and convience functions for desktop indicators
+
+USES= gmake libtool pkgconfig
+USE_GNOME= cairo gdkpixbuf2 gtk30
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>
Added: head/devel/libindicator/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libindicator/distinfo Sat May 5 03:47:25 2018 (r469083)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1525372807
+SHA256 (libindicator-12.10.1.tar.gz) = b2d2e44c10313d5c9cd60db455d520f80b36dc39562df079a3f29495e8f9447f
+SIZE (libindicator-12.10.1.tar.gz) = 427764
Added: head/devel/libindicator/files/patch-libindicator_Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libindicator/files/patch-libindicator_Makefile.in Sat May 5 03:47:25 2018 (r469083)
@@ -0,0 +1,12 @@
+--- libindicator/Makefile.in.orig 2012-09-19 15:40:09 UTC
++++ libindicator/Makefile.in
+@@ -379,8 +379,7 @@ libindicator_la_SOURCES = \
+ libindicator_la_CFLAGS = \
+ $(LIBINDICATOR_CFLAGS) \
+ $(COVERAGE_CFLAGS) \
+- -DG_LOG_DOMAIN=\"libindicator\" \
+- -Wall -Werror
++ -DG_LOG_DOMAIN=\"libindicator\"
+
+ libindicator_la_LIBADD = \
+ $(LIBINDICATOR_LIBS)
Added: head/devel/libindicator/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libindicator/pkg-descr Sat May 5 03:47:25 2018 (r469083)
@@ -0,0 +1,3 @@
+A set of symbols and convience functions that all indicators would like to use.
+
+WWW: https://launchpad.net/libindicator
Added: head/devel/libindicator/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libindicator/pkg-plist Sat May 5 03:47:25 2018 (r469083)
@@ -0,0 +1,25 @@
+include/libindicator3-0.4/libindicator/indicator-desktop-shortcuts.h
+include/libindicator3-0.4/libindicator/indicator-image-helper.h
+include/libindicator3-0.4/libindicator/indicator-object.h
+include/libindicator3-0.4/libindicator/indicator-service-manager.h
+include/libindicator3-0.4/libindicator/indicator-service.h
+include/libindicator3-0.4/libindicator/indicator.h
+lib/libdummy-indicator-blank.a
+lib/libdummy-indicator-blank.so
+lib/libdummy-indicator-entry-func.a
+lib/libdummy-indicator-entry-func.so
+lib/libdummy-indicator-null.a
+lib/libdummy-indicator-null.so
+lib/libdummy-indicator-signaler.a
+lib/libdummy-indicator-signaler.so
+lib/libdummy-indicator-simple.a
+lib/libdummy-indicator-simple.so
+lib/libdummy-indicator-visible.a
+lib/libdummy-indicator-visible.so
+lib/libindicator3.a
+lib/libindicator3.so
+lib/libindicator3.so.7
+lib/libindicator3.so.7.0.0
+libdata/pkgconfig/indicator3-0.4.pc
+libexec/indicator-loader3
+share/libindicator/80indicator-debugging
More information about the svn-ports-all
mailing list