[arch-commits] CVS update of extra/editors/mlview (3 files)

Aaron Griffin aaron at archlinux.org
Sun May 13 04:53:14 UTC 2007


    Date: Sunday, May 13, 2007 @ 00:53:14
  Author: aaron
    Path: /home/cvs-extra/extra/editors/mlview

 Removed: PKGBUILD (1.13) compilation-fixes.patch (1.1) mlview.install (1.8)

Package cleanup: packages moved to unsupported (AUR)


-------------------------+
 PKGBUILD                |   38 ------------------------
 compilation-fixes.patch |   70 ----------------------------------------------
 mlview.install          |   37 ------------------------
 3 files changed, 145 deletions(-)


Index: extra/editors/mlview/PKGBUILD
diff -u extra/editors/mlview/PKGBUILD:1.13 extra/editors/mlview/PKGBUILD:removed
--- extra/editors/mlview/PKGBUILD:1.13	Sun Apr 22 13:58:01 2007
+++ extra/editors/mlview/PKGBUILD	Sun May 13 00:53:14 2007
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD,v 1.13 2007/04/22 17:58:01 jgc Exp $
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-pkgname=mlview
-pkgver=0.9.0
-pkgrel=4
-pkgdesc="an xml editor for gnome"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.freespiders.org/projects/gmlview/"
-depends=('libgnomeui>=2.18.1-2' 'gtksourceview>=1.8.5-2' 'libglademm>=2.6.3' 'vte>=0.16.1-2' 'libxslt')
-makedepends=('pkgconfig' 'perlxml')
-options=('nolibtool')
-install=mlview.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/mlview/0.9/${pkgname}-${pkgver}.tar.bz2
-        compilation-fixes.patch)
-md5sums=('eb3722950af8d78556b197f23870adba' 'd638075ad0aca4919f61de8061e5eed6')
-
-build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/compilation-fixes.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install
-
-  mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
-  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas
-  rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
-
-  #Desktop file tweaks
-  sed -e 's|TryExec=mlv|TryExec=mlview|' \
-      -e 's|/bin/mlv|/bin/mlview|' \
-      -i ${startdir}/pkg/usr/share/applications/mlview.desktop
-  echo "MimeType=text/xml;" >> \
-    ${startdir}/pkg/usr/share/applications/mlview.desktop
-}
-# vim: ft=sh
Index: extra/editors/mlview/compilation-fixes.patch
diff -u extra/editors/mlview/compilation-fixes.patch:1.1 extra/editors/mlview/compilation-fixes.patch:removed
--- extra/editors/mlview/compilation-fixes.patch:1.1	Sat Sep 30 08:12:36 2006
+++ extra/editors/mlview/compilation-fixes.patch	Sun May 13 00:53:14 2007
@@ -1,70 +0,0 @@
-===================================================================
-RCS file: /cvs/gnome/mlview/src/mlview-editor.cc,v
-retrieving revision 1.5
-retrieving revision 1.6
-diff -u -r1.5 -r1.6
---- src/mlview-editor.cc	2005/08/08 06:59:56	1.5
-+++ src/mlview-editor.cc	2006/08/14 20:55:31	1.6
-@@ -171,7 +171,7 @@
- 		view_manager_ptr->set_cur_view (NULL);
- 	}
- 
--	static void EditorPriv::schemas_window_destroy_cb
-+	static void schemas_window_destroy_cb
- 	(GtkWidget *a_widget, struct DocumentWindowData *a_win) ;
- 
- 	static void validation_window_destroy_cb
-===================================================================
-RCS file: /cvs/gnome/mlview/src/mlview-plugin.h,v
-retrieving revision 1.1
-retrieving revision 1.2
-diff -u -r1.1 -r1.2
---- src/mlview-plugin.h	2005/08/07 07:47:54	1.1
-+++ src/mlview-plugin.h	2006/08/14 20:55:31	1.2
-@@ -46,12 +46,12 @@
- 		
- 		//forbid assignation/copy
- 		Plugin& operator= (Plugin const&) ;
--		Plugin::Plugin (Plugin const&) ;
-+		Plugin (Plugin const&) ;
- 
- 	public:
- 		Plugin (const PluginDescriptor &a_descr) ;
- 
--		Plugin::Plugin (const UString &a_url) ;
-+		Plugin (const UString &a_url) ;
- 		
- 		virtual ~Plugin () ;
- 		
-===================================================================
-RCS file: /cvs/gnome/mlview/src/mlview-tree-view.h,v
-retrieving revision 1.17
-retrieving revision 1.18
-diff -u -r1.17 -r1.18
---- src/mlview-tree-view.h	2005/08/08 06:59:57	1.17
-+++ src/mlview-tree-view.h	2006/08/14 20:55:31	1.18
-@@ -177,7 +177,7 @@
- 
- 	enum MlViewStatus build_app_edit_menu () ;
- 
--	GtkDialog * TreeView::get_expand_tree_dialog ()  ;
-+	GtkDialog * get_expand_tree_dialog ()  ;
- 
- 	void clear_completion_popup_submenus () ;
- 
-===================================================================
-RCS file: /cvs/gnome/mlview/src/mlview-source-view.h,v
-retrieving revision 1.6
-retrieving revision 1.7
-diff -u -r1.6 -r1.7
---- src/mlview-source-view.h	2005/08/08 06:59:57	1.6
-+++ src/mlview-source-view.h	2006/08/14 20:55:31	1.7
-@@ -57,7 +57,7 @@
- 
- 	enum MlViewStatus set_default_options () ;
- 
--	MlViewXMLDocument* SourceView::get_document () ;
-+	MlViewXMLDocument* get_document () ;
- 
- 	GtkUIManager * get_ui_manager () ;
- 
Index: extra/editors/mlview/mlview.install
diff -u extra/editors/mlview/mlview.install:1.8 extra/editors/mlview/mlview.install:removed
--- extra/editors/mlview/mlview.install:1.8	Sun Apr 22 13:58:01 2007
+++ extra/editors/mlview/mlview.install	Sun May 13 00:53:14 2007
@@ -1,37 +0,0 @@
-pkgname=mlview
-
-post_install() {
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  usr/bin/gconftool-2 --makefile-install-rule usr/share/gconf/schemas/${pkgname}.schemas >/dev/null
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(usr/share/gconf/schemas/${pkgname}.schemas)
-  elif [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
-    schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas)
-  else
-    schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`)
-  fi
-  export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
-  
-  usr/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list