[Midnightbsd-cvs] mports [23349] trunk/devel/libpeas: update libpeas
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu May 3 10:37:38 EDT 2018
Revision: 23349
http://svnweb.midnightbsd.org/mports/?rev=23349
Author: laffer1
Date: 2018-05-03 10:37:37 -0400 (Thu, 03 May 2018)
Log Message:
-----------
update libpeas
Modified Paths:
--------------
trunk/devel/libpeas/Makefile
trunk/devel/libpeas/distinfo
trunk/devel/libpeas/pkg-plist
Modified: trunk/devel/libpeas/Makefile
===================================================================
--- trunk/devel/libpeas/Makefile 2018-05-03 14:32:51 UTC (rev 23348)
+++ trunk/devel/libpeas/Makefile 2018-05-03 14:37:37 UTC (rev 23349)
@@ -1,7 +1,8 @@
# $MidnightBSD$
PORTNAME= libpeas
-PORTVERSION= 1.14.0
+PORTVERSION= 1.20.0
+PORTREVISION?= 0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -9,7 +10,8 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Next evolution of the Gedit plugins engine
-LICENSE= lgpl
+LICENSE= lgpl2.1
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS+= valac:lang/vala
@@ -16,12 +18,14 @@
LIBPEAS_SLAVE?= no
.if ${LIBPEAS_SLAVE} == no
+PORTSCOUT= limitw:1,even
.else
LIB_DEPENDS+= libpeas-1.0.so:devel/libpeas
+PORTSCOUT= ignore:1
.endif
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
-USE_GNOME= gtk30 intlhack introspection:build
+USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
+USE_GNOME= cairo gtk30 intlhack introspection
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
@@ -35,7 +39,10 @@
USES+= python:2
USE_GNOME+= pygobject3
.else
-CONFIGURE_ARGS+= --disable-python2
+CONFIGURE_ARGS+= --disable-python2 \
+ ac_cv_path_PYTHON3_CONFIG=${LOCALBASE}/bin/python${PYTHON_VER}-config
+BUILD_WRKSRC= ${WRKSRC}/loaders/python3
+INSTALL_WRKSRC= ${WRKSRC}/loaders/python3
.endif
.if ${LIBPEAS_SLAVE} == python3
@@ -42,7 +49,7 @@
USES+= python:3
USE_GNOME+= py3gobject3
.else
-CONFIGURE_ARGS+= --disable-python3
+CONFIGURE_ARGS+= --disable-python2 --disable-python3
.endif
# lua needs lua 5.1 and devel/lua-lgi. The latter is build for lua 5.2 however..
Modified: trunk/devel/libpeas/distinfo
===================================================================
--- trunk/devel/libpeas/distinfo 2018-05-03 14:32:51 UTC (rev 23348)
+++ trunk/devel/libpeas/distinfo 2018-05-03 14:37:37 UTC (rev 23349)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/libpeas-1.14.0.tar.xz) = 5e4b3a8968b71497ab26a7a528c414c4c640c5724328fa3507854f04788e2d76
-SIZE (gnome3/libpeas-1.14.0.tar.xz) = 546092
+TIMESTAMP = 1496672649
+SHA256 (gnome3/libpeas-1.20.0.tar.xz) = f392fffe2dc00072a51bb2a1b274224a06bdc5f9c3b3c0ac4816909e9933d354
+SIZE (gnome3/libpeas-1.20.0.tar.xz) = 557872
Modified: trunk/devel/libpeas/pkg-plist
===================================================================
--- trunk/devel/libpeas/pkg-plist 2018-05-03 14:32:51 UTC (rev 23348)
+++ trunk/devel/libpeas/pkg-plist 2018-05-03 14:37:37 UTC (rev 23349)
@@ -1,4 +1,5 @@
bin/peas-demo
+include/libpeas-1.0/libpeas-gtk/peas-gtk-autocleanups.h
include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h
include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h
include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h
@@ -9,6 +10,7 @@
include/libpeas-1.0/libpeas/peas-extension-set.h
include/libpeas-1.0/libpeas/peas-extension.h
include/libpeas-1.0/libpeas/peas-object-module.h
+include/libpeas-1.0/libpeas/peas-autocleanups.h
include/libpeas-1.0/libpeas/peas-plugin-info.h
include/libpeas-1.0/libpeas/peas.h
lib/girepository-1.0/Peas-1.0.typelib
@@ -15,10 +17,10 @@
lib/girepository-1.0/PeasGtk-1.0.typelib
lib/libpeas-1.0.so
lib/libpeas-1.0.so.0
-lib/libpeas-1.0.so.0.1400.0
+lib/libpeas-1.0.so.0.2000.0
lib/libpeas-gtk-1.0.so
lib/libpeas-gtk-1.0.so.0
-lib/libpeas-gtk-1.0.so.0.1400.0
+lib/libpeas-gtk-1.0.so.0.2000.0
lib/peas-demo/plugins/helloworld/helloworld.plugin
lib/peas-demo/plugins/helloworld/libhelloworld.so
lib/peas-demo/plugins/secondtime/libsecondtime.so
@@ -38,6 +40,7 @@
share/gtk-doc/html/libpeas/PeasPluginInfo.html
share/gtk-doc/html/libpeas/annotation-glossary.html
share/gtk-doc/html/libpeas/api-index-1-14.html
+share/gtk-doc/html/libpeas/api-index-1-18.html
share/gtk-doc/html/libpeas/api-index-1-2.html
share/gtk-doc/html/libpeas/api-index-1-4.html
share/gtk-doc/html/libpeas/api-index-1-6.html
@@ -48,7 +51,6 @@
share/gtk-doc/html/libpeas/ch03.html
share/gtk-doc/html/libpeas/home.png
share/gtk-doc/html/libpeas/index.html
-share/gtk-doc/html/libpeas/index.sgml
share/gtk-doc/html/libpeas/left-insensitive.png
share/gtk-doc/html/libpeas/left.png
share/gtk-doc/html/libpeas/libpeas-PeasExtension.html
@@ -93,6 +95,7 @@
share/locale/hi/LC_MESSAGES/libpeas.mo
share/locale/hu/LC_MESSAGES/libpeas.mo
share/locale/id/LC_MESSAGES/libpeas.mo
+share/locale/is/LC_MESSAGES/libpeas.mo
share/locale/it/LC_MESSAGES/libpeas.mo
share/locale/ja/LC_MESSAGES/libpeas.mo
share/locale/kk/LC_MESSAGES/libpeas.mo
@@ -106,6 +109,7 @@
share/locale/nds/LC_MESSAGES/libpeas.mo
share/locale/ne/LC_MESSAGES/libpeas.mo
share/locale/nl/LC_MESSAGES/libpeas.mo
+share/locale/oc/LC_MESSAGES/libpeas.mo
share/locale/or/LC_MESSAGES/libpeas.mo
share/locale/pa/LC_MESSAGES/libpeas.mo
share/locale/pl/LC_MESSAGES/libpeas.mo
More information about the Midnightbsd-cvs
mailing list