upgrade to kxmleditor 1.0.0
This commit is contained in:
parent
478d72d25c
commit
687212055c
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2003/06/20 14:22:33 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2004/04/11 07:48:25 kevlo Exp $
|
||||
|
||||
COMMENT= "XML editor for KDE"
|
||||
|
||||
DISTNAME= kxmleditor-0.7.2
|
||||
DISTNAME= kxmleditor-1.0.0
|
||||
CATEGORIES= editors x11 x11/kde
|
||||
|
||||
HOMEPAGE= http://kxmleditor.sourceforge.net/
|
||||
@ -17,10 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kxmleditor/}
|
||||
|
||||
LIB_DEPENDS= kdecore.4,DCOP,kdefx,kdesu,kdeui,kio,kparts::x11/kde/libs3
|
||||
LIB_DEPENDS= kdecore.4,DCOP,kdefx,kdesu,kdeui,kio,kparts,kdeprint::x11/kde/libs3
|
||||
|
||||
AUTOCONF_VERSION= 2.52
|
||||
MODKDE_VERSION= 3.1
|
||||
MODULES= kde
|
||||
|
||||
PORTHOME= ${WRKDIR}
|
||||
@ -30,10 +28,9 @@ MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_STYLE= gnu
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${MODKDE_CONFIG_GUESS_DIRS}
|
||||
CONFIGURE_ARGS+= ${MODKDE_CONFIGURE_ARGS}
|
||||
CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV}
|
||||
MAKE_ENV+= UIC_PATH="${MODQT_UIC}" UIC="${MODQT_UIC}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (kxmleditor-0.7.2.tar.gz) = 4e185c7ad8c3ccef79959cd628404b88
|
||||
RMD160 (kxmleditor-0.7.2.tar.gz) = 3b0bb7d7c5b520b157b5684a0cf8bfaa7212a49a
|
||||
SHA1 (kxmleditor-0.7.2.tar.gz) = 625b67e5378cecc33e6467d36e17aafc043f868e
|
||||
MD5 (kxmleditor-1.0.0.tar.gz) = 0f34b6b8a5aa5781cb7f48c5fbcae10d
|
||||
RMD160 (kxmleditor-1.0.0.tar.gz) = a497ec7cf9684e79ab94fa1590768ef28b6894f7
|
||||
SHA1 (kxmleditor-1.0.0.tar.gz) = e9dd1b2a9a37981d871067e3308eb8d737efce92
|
||||
|
@ -1,12 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2003/02/11 04:16:26 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/04/11 07:48:27 kevlo Exp $
|
||||
bin/kxmleditor
|
||||
lib/libkxmleditorpart.la
|
||||
%%SHARED%%
|
||||
share/applnk/Applications/kxmleditor.desktop
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/bookmark_next.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/bookmark_prev.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/collapse_node.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/expand_node.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_cdata.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_comment.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_attribute.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_contents.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_delete_element.png
|
||||
@ -21,6 +22,7 @@ share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_element.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_insert_procins.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_move_item_down.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_move_item_up.png
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/xml_text.png
|
||||
share/apps/kxmleditor/icons/hicolor/22x22/actions/bookmark_next.png
|
||||
share/apps/kxmleditor/icons/hicolor/22x22/actions/bookmark_prev.png
|
||||
share/apps/kxmleditor/icons/hicolor/22x22/actions/collapse_node.png
|
||||
@ -64,26 +66,48 @@ share/apps/kxmleditor/icons/locolor/16x16/actions/xml_move_item_up.png
|
||||
share/apps/kxmleditor/kxmleditorpartBrowseUI.rc
|
||||
share/apps/kxmleditor/kxmleditorpartEditUI.rc
|
||||
share/apps/kxmleditor/kxmleditorshell.rc
|
||||
share/apps/kxmleditor/kxmleditorui.rc
|
||||
share/apps/kxmleditor/pics/xml_attribute.png
|
||||
share/apps/kxmleditor/pics/xml_cdata.png
|
||||
share/apps/kxmleditor/pics/xml_cdata_b.png
|
||||
share/apps/kxmleditor/pics/xml_comment.png
|
||||
share/apps/kxmleditor/pics/xml_comment_b.png
|
||||
share/apps/kxmleditor/pics/xml_contents.png
|
||||
share/apps/kxmleditor/pics/xml_contents_b.png
|
||||
share/apps/kxmleditor/pics/xml_element.png
|
||||
share/apps/kxmleditor/pics/xml_element_b.png
|
||||
share/apps/kxmleditor/pics/xml_procinstr.png
|
||||
share/apps/kxmleditor/pics/xml_procinstr_b.png
|
||||
share/apps/kxmleditor/pics/xml_text.png
|
||||
share/apps/kxmleditor/pics/xml_text_b.png
|
||||
share/doc/HTML/en/kxmleditor/common
|
||||
share/doc/HTML/en/kxmleditor/index.cache.bz2
|
||||
share/doc/HTML/en/kxmleditor/index.docbook
|
||||
share/doc/HTML/en/kxmleditor/kparts.png
|
||||
share/doc/HTML/en/kxmleditor/screenshot.png
|
||||
share/doc/HTML/en/kxmleditor/setupdefaults.png
|
||||
share/doc/HTML/en/kxmleditor/setupprintout.png
|
||||
share/doc/HTML/en/kxmleditor/setupspcchr.png
|
||||
share/doc/HTML/en/kxmleditor/setuptargz.png
|
||||
share/doc/HTML/en/kxmleditor/setuptexteditor.png
|
||||
share/doc/HTML/en/kxmleditor/setuptreeview.png
|
||||
share/doc/HTML/en/kxmleditor/specprocinstrdlg.png
|
||||
share/doc/HTML/en/kxmleditor/texteditor.png
|
||||
share/doc/HTML/en/kxmleditor/xml.png
|
||||
share/icons/hicolor/32x32/apps/kxmleditor.png
|
||||
share/icons/hicolor/48x48/apps/kxmleditor.png
|
||||
share/icons/locolor/16x16/apps/kxmleditor.png
|
||||
share/icons/locolor/32x32/apps/kxmleditor.png
|
||||
share/services/kxmleditorpart.desktop
|
||||
%%SHARED%%
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@dirrm share/icons/locolor/16x16/apps
|
||||
@dirrm share/icons/locolor/16x16
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
@dirrm share/icons/hicolor/48x48
|
||||
@dirrm share/icons/hicolor/32x32/apps
|
||||
@dirrm share/icons/hicolor/32x32
|
||||
@dirrm share/doc/HTML/en/kxmleditor
|
||||
@dirrm share/apps/kxmleditor/pics
|
||||
@dirrm share/apps/kxmleditor/icons/locolor/16x16/actions
|
||||
@ -98,3 +122,5 @@ share/services/kxmleditorpart.desktop
|
||||
@dirrm share/apps/kxmleditor/icons/hicolor
|
||||
@dirrm share/apps/kxmleditor/icons
|
||||
@dirrm share/apps/kxmleditor
|
||||
@dirrm share/applnk/Applications
|
||||
@dirrm share/applnk
|
||||
|
Loading…
Reference in New Issue
Block a user