Date: Fri, 31 Jan 2020 12:14:14 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524698 - head/x11/xapps Message-ID: <202001311214.00VCEEpY090293@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Fri Jan 31 12:14:13 2020 New Revision: 524698 URL: https://svnweb.freebsd.org/changeset/ports/524698 Log: - Properly install and register schemas with GLIB_SCHEMAS - PREFIX is an absolute path already, avoid double slashes - Transfer maintainership to the graphics team while here Modified: head/x11/xapps/Makefile head/x11/xapps/pkg-plist Modified: head/x11/xapps/Makefile ============================================================================== --- head/x11/xapps/Makefile Fri Jan 31 12:13:04 2020 (r524697) +++ head/x11/xapps/Makefile Fri Jan 31 12:14:13 2020 (r524698) @@ -3,9 +3,10 @@ PORTNAME= xapps PORTVERSION= 1.6.10 +PORTREVISION= 1 CATEGORIES= x11 -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= Cross-desktop libraries and common resources LICENSE= LGPL3 @@ -19,6 +20,7 @@ GH_ACCOUNT= linuxmint USE_GNOME= cairo gdkpixbuf2 gtk30 USE_LDCONFIG= yes USE_XORG= x11 +GLIB_SCHEMAS= org.x.apps.gschema.xml INSTALLS_ICONS= yes SHEBANG_FILES= libxapp/g-codegen.py libxapp/install_generated_header.py \ makedoc schemas/meson_install_schemas.py @@ -26,8 +28,8 @@ SHEBANG_FILES= libxapp/g-codegen.py libxapp/install_ge post-extract: # Do not install auxiliary scripts and adjust icons installation path @${RM} -r ${WRKSRC}/files/usr/bin - @${MKDIR} ${WRKSRC}/files/${PREFIX} - @${MV} ${WRKSRC}/files/usr/share ${WRKSRC}/files/${PREFIX} + @${MKDIR} ${WRKSRC}/files${PREFIX} + @${MV} ${WRKSRC}/files/usr/share ${WRKSRC}/files${PREFIX} post-patch: # Do not build non-essential optional components for the moment Modified: head/x11/xapps/pkg-plist ============================================================================== --- head/x11/xapps/pkg-plist Fri Jan 31 12:13:04 2020 (r524697) +++ head/x11/xapps/pkg-plist Fri Jan 31 12:14:13 2020 (r524698) @@ -15,7 +15,6 @@ lib/libxapp.so.1.6.10 libdata/pkgconfig/xapp.pc share/gir-1.0/XApp-1.0.gir share/glade/catalogs/xapp-glade-catalog.xml -share/glib-2.0/schemas/org.x.apps.gschema.xml share/icons/hicolor/scalable/actions/add-files-to-archive-symbolic.svg share/icons/hicolor/scalable/actions/category-search-symbolic.svg share/icons/hicolor/scalable/actions/extract-archive-symbolic.svg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001311214.00VCEEpY090293>