[Midnightbsd-cvs] mports [18929] trunk/devel: add dconf-editor port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue May 12 12:13:56 EDT 2015
Revision: 18929
http://svnweb.midnightbsd.org/mports/?rev=18929
Author: laffer1
Date: 2015-05-12 12:13:55 -0400 (Tue, 12 May 2015)
Log Message:
-----------
add dconf-editor port
Modified Paths:
--------------
trunk/devel/Makefile
trunk/devel/dconf/Makefile
Added Paths:
-----------
trunk/devel/dconf-editor/
trunk/devel/dconf-editor/Makefile
trunk/devel/dconf-editor/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2015-05-12 16:12:06 UTC (rev 18928)
+++ trunk/devel/Makefile 2015-05-12 16:13:55 UTC (rev 18929)
@@ -52,6 +52,7 @@
SUBDIR += dbus-glib
SUBDIR += dbus-qt4
SUBDIR += dconf
+SUBDIR += dconf-editor
SUBDIR += desktop-file-utils
SUBDIR += dev86
SUBDIR += devhelp
Modified: trunk/devel/dconf/Makefile
===================================================================
--- trunk/devel/dconf/Makefile 2015-05-12 16:12:06 UTC (rev 18928)
+++ trunk/devel/dconf/Makefile 2015-05-12 16:13:55 UTC (rev 18929)
@@ -2,7 +2,7 @@
PORTNAME?= dconf
PORTVERSION= 0.22.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DISTNAME= dconf-${PORTVERSION}
Added: trunk/devel/dconf-editor/Makefile
===================================================================
--- trunk/devel/dconf-editor/Makefile (rev 0)
+++ trunk/devel/dconf-editor/Makefile 2015-05-12 16:13:55 UTC (rev 18929)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+
+PORTNAME= dconf
+PORTREVISION= 0
+PKGNAMESUFFIX= -editor
+
+COMMENT= configuration editor for dconf
+
+DCONF_SLAVE= editor
+
+MASTERDIR= ${.CURDIR}/../dconf
+
+PLIST= ${.CURDIR}/pkg-plist
+
+BUILD_WRKSRC= ${WRKSRC}/editor
+INSTALL_WRKSRC= ${WRKSRC}/editor
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/devel/dconf-editor/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/dconf-editor/pkg-plist
===================================================================
--- trunk/devel/dconf-editor/pkg-plist (rev 0)
+++ trunk/devel/dconf-editor/pkg-plist 2015-05-12 16:13:55 UTC (rev 18929)
@@ -0,0 +1,17 @@
+bin/dconf-editor
+share/appdata/ca.desrt.dconf-editor.appdata.xml
+share/applications/ca.desrt.dconf-editor.desktop
+share/dbus-1/services/ca.desrt.dconf-editor.service
+share/icons/HighContrast/16x16/apps/dconf-editor.png
+share/icons/HighContrast/22x22/apps/dconf-editor.png
+share/icons/HighContrast/24x24/apps/dconf-editor.png
+share/icons/HighContrast/256x256/apps/dconf-editor.png
+share/icons/HighContrast/32x32/apps/dconf-editor.png
+share/icons/HighContrast/48x48/apps/dconf-editor.png
+share/icons/hicolor/16x16/apps/dconf-editor.png
+share/icons/hicolor/22x22/apps/dconf-editor.png
+share/icons/hicolor/24x24/apps/dconf-editor.png
+share/icons/hicolor/256x256/apps/dconf-editor.png
+share/icons/hicolor/32x32/apps/dconf-editor.png
+share/icons/hicolor/48x48/apps/dconf-editor.png
+share/icons/hicolor/64x64/apps/dconf-editor.png
Property changes on: trunk/devel/dconf-editor/pkg-plist
___________________________________________________________________
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
More information about the Midnightbsd-cvs
mailing list