Upstream does not provide a dconf-editor icon yet, so just use a gtk stock
one.
This commit is contained in:
parent
65a5466105
commit
8bcb3eb858
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2011/09/27 06:25:10 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2011/09/27 15:01:54 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -11,6 +11,8 @@ GNOME_VERSION= 0.10.0
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-editor= dconf-editor-${GNOME_VERSION}
|
||||
|
||||
REVISION-editor=0
|
||||
|
||||
SHARED_LIBS+= dconf 0.0 # 0.0.0
|
||||
SHARED_LIBS+= dconf-dbus-1 0.0 # 0.0.0
|
||||
|
||||
|
15
devel/dconf/patches/patch-editor_dconf-editor_desktop_in
Normal file
15
devel/dconf/patches/patch-editor_dconf-editor_desktop_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-editor_dconf-editor_desktop_in,v 1.1 2011/09/27 15:01:54 ajacoutot Exp $
|
||||
|
||||
There is no "dconf-editor" icon yet, so use a gtk stock one.
|
||||
|
||||
--- editor/dconf-editor.desktop.in.orig Tue Sep 27 16:57:09 2011
|
||||
+++ editor/dconf-editor.desktop.in Tue Sep 27 16:57:28 2011
|
||||
@@ -4,7 +4,7 @@ Comment=Directly edit your entire configuration databa
|
||||
Exec=dconf-editor
|
||||
Terminal=false
|
||||
Type=Application
|
||||
-Icon=dconf-editor
|
||||
+Icon=gtk-preferences
|
||||
StartupNotify=true
|
||||
Categories=GNOME;GTK;System;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
Loading…
Reference in New Issue
Block a user