Index: head/devel/libappindicator/Makefile =================================================================== --- head/devel/libappindicator/Makefile (revision 525396) +++ head/devel/libappindicator/Makefile (revision 525397) @@ -1,37 +1,51 @@ # $FreeBSD$ PORTNAME= libappindicator -PORTVERSION= 12.10.0 -PORTREVISION= 2 +PORTVERSION= ${MAJOR_VER}.${SNAPSHOT_VER:S/.//g}.${PATCH_VER:S/ubuntu//} CATEGORIES= devel -MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ +MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/liba/${PORTNAME}/ +DISTNAME= ${PORTNAME}_${MAJOR_VER}+${SNAPSHOT_VER}.orig -MAINTAINER= swills@FreeBSD.org +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${PORTNAME}_${MAJOR_VER}+${SNAPSHOT_VER}-${PATCH_VER}.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= tagattie@yandex.com COMMENT= KSNI App Indicator library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Old, uses EOLed python27 -EXPIRATION_DATE= 2020-03-02 +BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common \ + gtkdocize:textproc/gtk-doc +LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ + libdbusmenu-gtk3.so:devel/libdbusmenu -LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu \ - libindicator3.so:devel/libindicator \ - libdbus-glib-1.so:devel/dbus-glib - -USES= gmake gnome libtool pkgconfig python:2.7 +USES= autoreconf:build gmake gnome libtool pkgconfig USE_LDCONFIG= yes -USE_GNOME= gtk30 pygtk2 +USE_GNOME= cairo gdkpixbuf2 gtk30 -OPTIONS_DEFINE= VAPI +OPTIONS_DEFINE= VAPI OPTIONS_DEFAULT= VAPI -OPTIONS_SUB= yes +OPTIONS_SUB= yes VAPI_BUILD_DEPENDS= vala>=0:lang/vala -VAPI_CONFIGURE_ENV_OFF= ac_cv_path_VALA_API_GEN= ac_cv_path_VALAC= -VAPI_VARS= EXTRA_PATCHES+=${PATCHDIR}/extra-patch-bindings-vala-examples-Makefile.in +VAPI_CONFIGURE_ENV_OFF= ac_cv_path_VALA_API_GEN= \ + ac_cv_path_VALAC= +VAPI_VARS= EXTRA_PATCHES+=${PATCHDIR}/extra-patch-bindings_vala_examples_Makefile.am +NO_WRKSUBDIR= yes + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gtk=3 +CONFIGURE_ARGS= --enable-gtk-doc \ + --with-gtk=3 +INSTALL_TARGET= install-strip + +MAJOR_VER= 12.10.1 +SNAPSHOT_VER= 18.04.20180322.1 +PATCH_VER= 0ubuntu5 + +pre-configure: + cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh .include Index: head/devel/libappindicator/distinfo =================================================================== --- head/devel/libappindicator/distinfo (revision 525396) +++ head/devel/libappindicator/distinfo (revision 525397) @@ -1,3 +1,5 @@ -TIMESTAMP = 1525372668 -SHA256 (libappindicator-12.10.0.tar.gz) = d5907c1f98084acf28fd19593cb70672caa0ca1cf82d747ba6f4830d4cc3b49f -SIZE (libappindicator-12.10.0.tar.gz) = 535562 +TIMESTAMP = 1580450115 +SHA256 (libappindicator_12.10.1+18.04.20180322.1.orig.tar.gz) = 59cde4b05ba166b1ab0166b69dcfbb90292aaa6e72d7a1498bde407cfada1be1 +SIZE (libappindicator_12.10.1+18.04.20180322.1.orig.tar.gz) = 71219 +SHA256 (libappindicator_12.10.1+18.04.20180322.1-0ubuntu5.diff.gz) = 4cb41fbdecbc940d5a2ba45794a596e16be12f9718a4bfb32801f98be61ad969 +SIZE (libappindicator_12.10.1+18.04.20180322.1-0ubuntu5.diff.gz) = 20583 Index: head/devel/libappindicator/files/patch-src_Makefile.in =================================================================== --- head/devel/libappindicator/files/patch-src_Makefile.in (revision 525396) +++ head/devel/libappindicator/files/patch-src_Makefile.in (nonexistent) @@ -1,10 +0,0 @@ ---- src/Makefile.in.orig 2012-07-11 17:29:07 UTC -+++ src/Makefile.in -@@ -471,7 +471,6 @@ libappindicator_la_LDFLAGS = \ - libappindicator_la_CFLAGS = \ - $(LIBRARY_CFLAGS) \ - $(COVERAGE_CFLAGS) \ -- -Wall -Werror \ - -DG_LOG_DOMAIN=\"libappindicator\" - - libappindicator_la_LIBADD = \ Property changes on: head/devel/libappindicator/files/patch-src_Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libappindicator/files/extra-patch-bindings-vala-examples-Makefile.in =================================================================== --- head/devel/libappindicator/files/extra-patch-bindings-vala-examples-Makefile.in (revision 525396) +++ head/devel/libappindicator/files/extra-patch-bindings-vala-examples-Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- bindings/vala/examples/Makefile.in.orig 2012-07-11 17:29:07.267114650 +0000 -+++ bindings/vala/examples/Makefile.in -@@ -629,7 +629,7 @@ - - @HAVE_VALAC_TRUE@indicator-example.c: $(VALAFILES) Makefile.am - @HAVE_VALAC_TRUE@ $(VALAC) $(VALAFLAGS) -C $< -o $@ --@HAVE_VALAC_TRUE@ $(SED) -i "s|#include\s*<\s*libappindicator/app-indicator.h\s*>||g" $@ -+@HAVE_VALAC_TRUE@ $(SED) -i '' "s|#include\s*<\s*libappindicator/app-indicator.h\s*>||g" $@ - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. Property changes on: head/devel/libappindicator/files/extra-patch-bindings-vala-examples-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libappindicator/files/extra-patch-bindings_vala_examples_Makefile.am =================================================================== --- head/devel/libappindicator/files/extra-patch-bindings_vala_examples_Makefile.am (nonexistent) +++ head/devel/libappindicator/files/extra-patch-bindings_vala_examples_Makefile.am (revision 525397) @@ -0,0 +1,11 @@ +--- bindings/vala/examples/Makefile.am.orig 2018-03-22 01:15:43 UTC ++++ bindings/vala/examples/Makefile.am +@@ -18,7 +18,7 @@ BUILT_SOURCES = indicator-example.c + + indicator-example.c: $(VALAFILES) Makefile.am + $(VALAC) $(VALAFLAGS) -C $< -o $@ +- $(SED) -i "s|#include\s*<\s*libappindicator/app-indicator.h\s*>||g" $@ ++ $(SED) -i '' "s|#include\s*<\s*libappindicator/app-indicator.h\s*>||g" $@ + + nodist_indicator_example_SOURCES = indicator-example.c + indicator_example_CFLAGS = \ Property changes on: head/devel/libappindicator/files/extra-patch-bindings_vala_examples_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/libappindicator/pkg-plist =================================================================== --- head/devel/libappindicator/pkg-plist (revision 525396) +++ head/devel/libappindicator/pkg-plist (revision 525397) @@ -1,26 +1,28 @@ include/libappindicator3-0.1/libappindicator/app-indicator-enum-types.h include/libappindicator3-0.1/libappindicator/app-indicator.h lib/girepository-1.0/AppIndicator3-0.1.typelib lib/libappindicator3.a lib/libappindicator3.so lib/libappindicator3.so.1 lib/libappindicator3.so.1.0.0 libdata/pkgconfig/appindicator3-0.1.pc share/gir-1.0/AppIndicator3-0.1.gir share/gtk-doc/html/libappindicator/annotation-glossary.html share/gtk-doc/html/libappindicator/api-index-0-5.html share/gtk-doc/html/libappindicator/api-index-deprecated.html share/gtk-doc/html/libappindicator/api-index-full.html share/gtk-doc/html/libappindicator/ch01.html share/gtk-doc/html/libappindicator/home.png share/gtk-doc/html/libappindicator/index.html -share/gtk-doc/html/libappindicator/index.sgml +share/gtk-doc/html/libappindicator/left-insensitive.png share/gtk-doc/html/libappindicator/left.png share/gtk-doc/html/libappindicator/libappindicator-app-indicator.html share/gtk-doc/html/libappindicator/libappindicator.devhelp2 share/gtk-doc/html/libappindicator/object-tree.html +share/gtk-doc/html/libappindicator/right-insensitive.png share/gtk-doc/html/libappindicator/right.png share/gtk-doc/html/libappindicator/style.css +share/gtk-doc/html/libappindicator/up-insensitive.png share/gtk-doc/html/libappindicator/up.png %%VAPI%%share/vala/vapi/appindicator3-0.1.deps %%VAPI%%share/vala/vapi/appindicator3-0.1.vapi