summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-22 06:08:47 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-22 06:08:47 +0800
commit41919959f989bf9dcb54694b0da7d1cfa0c150ca (patch)
tree4950f3d5753b1e55df66c38fe4251f5021853458 /deskutils
parent1dd976761cbed03097e021ecf8270d5490b8f5b3 (diff)
downloadmarcuscom-ports-41919959f989bf9dcb54694b0da7d1cfa0c150ca.tar
marcuscom-ports-41919959f989bf9dcb54694b0da7d1cfa0c150ca.tar.gz
marcuscom-ports-41919959f989bf9dcb54694b0da7d1cfa0c150ca.tar.bz2
marcuscom-ports-41919959f989bf9dcb54694b0da7d1cfa0c150ca.tar.lz
marcuscom-ports-41919959f989bf9dcb54694b0da7d1cfa0c150ca.tar.xz
marcuscom-ports-41919959f989bf9dcb54694b0da7d1cfa0c150ca.tar.zst
marcuscom-ports-41919959f989bf9dcb54694b0da7d1cfa0c150ca.zip
Add libmrproject and mrproject, and update to 0.10.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1237 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/libmrproject/Makefile29
-rw-r--r--deskutils/libmrproject/distinfo1
-rw-r--r--deskutils/libmrproject/files/patch-ltmain.sh51
-rw-r--r--deskutils/libmrproject/pkg-descr6
-rw-r--r--deskutils/libmrproject/pkg-plist92
-rw-r--r--deskutils/mrproject/Makefile28
-rw-r--r--deskutils/mrproject/distinfo1
-rw-r--r--deskutils/mrproject/files/patch-ltmain.sh51
-rw-r--r--deskutils/mrproject/pkg-descr4
-rw-r--r--deskutils/mrproject/pkg-plist142
10 files changed, 405 insertions, 0 deletions
diff --git a/deskutils/libmrproject/Makefile b/deskutils/libmrproject/Makefile
new file mode 100644
index 000000000..debcd3d08
--- /dev/null
+++ b/deskutils/libmrproject/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: libmrproject
+# Date created: 17 February 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/deskutils/libmrproject/Makefile,v 1.11 2003/08/20 01:41:01 bland Exp $
+#
+
+PORTNAME= libmrproject
+PORTVERSION= 0.10
+CATEGORIES= deskutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Library backend for MrProject project management application
+
+USE_BZIP2= yes
+USE_XLIB= yes
+USE_PYTHON= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnometarget libgsf
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ARGS= --enable-static
+
+.include <bsd.port.mk>
diff --git a/deskutils/libmrproject/distinfo b/deskutils/libmrproject/distinfo
new file mode 100644
index 000000000..2dda3173f
--- /dev/null
+++ b/deskutils/libmrproject/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/libmrproject-0.10.tar.bz2) = 59a41b91b01352d3ae9c9a9b370915ae
diff --git a/deskutils/libmrproject/files/patch-ltmain.sh b/deskutils/libmrproject/files/patch-ltmain.sh
new file mode 100644
index 000000000..1d5a5c7b8
--- /dev/null
+++ b/deskutils/libmrproject/files/patch-ltmain.sh
@@ -0,0 +1,51 @@
+--- ltmain.sh.orig Fri Sep 12 14:51:51 2003
++++ ltmain.sh Sun Sep 21 17:49:07 2003
+@@ -1280,7 +1280,7 @@
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd* | *-*-freebsd4*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -1290,8 +1290,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command -pthread"
++ finalize_command="$finalize_command -pthread"
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -3000,6 +3008,9 @@
+ # problems, so we reset it completely
+ verstring=
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ verstring="0.0"
+ ;;
+@@ -5428,10 +5439,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/deskutils/libmrproject/pkg-descr b/deskutils/libmrproject/pkg-descr
new file mode 100644
index 000000000..aee47600f
--- /dev/null
+++ b/deskutils/libmrproject/pkg-descr
@@ -0,0 +1,6 @@
+MrProject is a project management program that can help build project plans,
+and track the progress of a project.
+
+This is the library backend needed for the application.
+
+WWW: http://mrproject.codefactory.se/
diff --git a/deskutils/libmrproject/pkg-plist b/deskutils/libmrproject/pkg-plist
new file mode 100644
index 000000000..99ca769c1
--- /dev/null
+++ b/deskutils/libmrproject/pkg-plist
@@ -0,0 +1,92 @@
+include/mrproject-1.0/mrproject/mrp-application.h
+include/mrproject-1.0/mrproject/mrp-assignment.h
+include/mrproject-1.0/mrproject/mrp-calendar.h
+include/mrproject-1.0/mrproject/mrp-day.h
+include/mrproject-1.0/mrproject/mrp-error.h
+include/mrproject-1.0/mrproject/mrp-group.h
+include/mrproject-1.0/mrproject/mrp-object.h
+include/mrproject-1.0/mrproject/mrp-project.h
+include/mrproject-1.0/mrproject/mrp-property.h
+include/mrproject-1.0/mrproject/mrp-relation.h
+include/mrproject-1.0/mrproject/mrp-resource.h
+include/mrproject-1.0/mrproject/mrp-storage-module.h
+include/mrproject-1.0/mrproject/mrp-task.h
+include/mrproject-1.0/mrproject/mrp-time.h
+include/mrproject-1.0/mrproject/mrp-types.h
+include/mrproject-1.0/mrproject/mrproject.h
+lib/libmrproject.a
+lib/libmrproject.so
+lib/libmrproject.so.0
+lib/mrproject/file-modules/libmrp-xml.so
+lib/mrproject/file-modules/libmrp-xsl.so
+lib/mrproject/storage-modules/libstorage-mrproject-1.so
+lib/python2.3/site-packages/mrprojectmodule.so
+libdata/pkgconfig/libmrproject.pc
+%%DOCSDIR%%/MrpAssignment.html
+%%DOCSDIR%%/MrpCalendar.html
+%%DOCSDIR%%/MrpGroup.html
+%%DOCSDIR%%/MrpObject.html
+%%DOCSDIR%%/MrpProject.html
+%%DOCSDIR%%/MrpResource.html
+%%DOCSDIR%%/MrpTask.html
+%%DOCSDIR%%/ch01.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/libmrproject-MrpApplication.html
+%%DOCSDIR%%/libmrproject-MrpRelation.html
+%%DOCSDIR%%/libmrproject-mrp-day.html
+%%DOCSDIR%%/libmrproject-mrp-error.html
+%%DOCSDIR%%/libmrproject-mrp-property.html
+%%DOCSDIR%%/libmrproject-mrp-time.html
+%%DOCSDIR%%/libmrproject.devhelp
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/up.png
+share/gnome/mrproject/dtd/mrproject-0.5.1.dtd
+share/gnome/mrproject/dtd/mrproject-0.6.dtd
+share/gnome/mrproject/stylesheets/html1_css.xsl
+share/gnome/mrproject/stylesheets/html1_gantt.xsl
+share/gnome/mrproject/stylesheets/html1_milestones.xsl
+share/gnome/mrproject/stylesheets/html1_resources.xsl
+share/gnome/mrproject/stylesheets/html1_tasks.xsl
+share/gnome/mrproject/stylesheets/mrproject2html.xsl
+share/locale/am/LC_MESSAGES/libmrproject.mo
+share/locale/az/LC_MESSAGES/libmrproject.mo
+share/locale/be/LC_MESSAGES/libmrproject.mo
+share/locale/cs/LC_MESSAGES/libmrproject.mo
+share/locale/da/LC_MESSAGES/libmrproject.mo
+share/locale/de/LC_MESSAGES/libmrproject.mo
+share/locale/es/LC_MESSAGES/libmrproject.mo
+share/locale/fa/LC_MESSAGES/libmrproject.mo
+share/locale/fr/LC_MESSAGES/libmrproject.mo
+share/locale/hu/LC_MESSAGES/libmrproject.mo
+share/locale/is/LC_MESSAGES/libmrproject.mo
+share/locale/it/LC_MESSAGES/libmrproject.mo
+share/locale/ja/LC_MESSAGES/libmrproject.mo
+share/locale/kn/LC_MESSAGES/libmrproject.mo
+share/locale/ko/LC_MESSAGES/libmrproject.mo
+share/locale/lv/LC_MESSAGES/libmrproject.mo
+share/locale/ml/LC_MESSAGES/libmrproject.mo
+share/locale/mn/LC_MESSAGES/libmrproject.mo
+share/locale/ms/LC_MESSAGES/libmrproject.mo
+share/locale/nl/LC_MESSAGES/libmrproject.mo
+share/locale/nn/LC_MESSAGES/libmrproject.mo
+share/locale/no/LC_MESSAGES/libmrproject.mo
+share/locale/pt/LC_MESSAGES/libmrproject.mo
+share/locale/pt_BR/LC_MESSAGES/libmrproject.mo
+share/locale/ru/LC_MESSAGES/libmrproject.mo
+share/locale/sk/LC_MESSAGES/libmrproject.mo
+share/locale/sr/LC_MESSAGES/libmrproject.mo
+share/locale/sr@Latn/LC_MESSAGES/libmrproject.mo
+share/locale/sv/LC_MESSAGES/libmrproject.mo
+share/locale/zh_CN/LC_MESSAGES/libmrproject.mo
+@dirrm share/gnome/mrproject/stylesheets
+@dirrm share/gnome/mrproject/dtd
+@dirrm share/gnome/mrproject
+@dirrm %%DOCSDIR%%
+@dirrm lib/mrproject/storage-modules
+@dirrm lib/mrproject/file-modules
+@dirrm lib/mrproject
+@dirrm include/mrproject-1.0/mrproject
+@dirrm include/mrproject-1.0
diff --git a/deskutils/mrproject/Makefile b/deskutils/mrproject/Makefile
new file mode 100644
index 000000000..4570b2b2c
--- /dev/null
+++ b/deskutils/mrproject/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: MrProject
+# Date created: 15 July 2001
+# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
+#
+# $FreeBSD: ports/deskutils/mrproject/Makefile,v 1.19 2003/08/20 01:41:01 bland Exp $
+#
+
+PORTNAME= mrproject
+PORTVERSION= 0.10
+CATEGORIES= deskutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Project management application for Gnome 2
+
+LIB_DEPENDS= mrproject.0:${PORTSDIR}/deskutils/libmrproject
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>
diff --git a/deskutils/mrproject/distinfo b/deskutils/mrproject/distinfo
new file mode 100644
index 000000000..568c53a24
--- /dev/null
+++ b/deskutils/mrproject/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/mrproject-0.10.tar.bz2) = 4f23ddc29efc9ae6be0a14baa4af4812
diff --git a/deskutils/mrproject/files/patch-ltmain.sh b/deskutils/mrproject/files/patch-ltmain.sh
new file mode 100644
index 000000000..1d5a5c7b8
--- /dev/null
+++ b/deskutils/mrproject/files/patch-ltmain.sh
@@ -0,0 +1,51 @@
+--- ltmain.sh.orig Fri Sep 12 14:51:51 2003
++++ ltmain.sh Sun Sep 21 17:49:07 2003
+@@ -1280,7 +1280,7 @@
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd* | *-*-freebsd4*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -1290,8 +1290,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command -pthread"
++ finalize_command="$finalize_command -pthread"
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -3000,6 +3008,9 @@
+ # problems, so we reset it completely
+ verstring=
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ verstring="0.0"
+ ;;
+@@ -5428,10 +5439,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/deskutils/mrproject/pkg-descr b/deskutils/mrproject/pkg-descr
new file mode 100644
index 000000000..880920625
--- /dev/null
+++ b/deskutils/mrproject/pkg-descr
@@ -0,0 +1,4 @@
+MrProject is a project management program that can help build project plans,
+and track the progress of a project.
+
+WWW: http://mrproject.codefactory.se/
diff --git a/deskutils/mrproject/pkg-plist b/deskutils/mrproject/pkg-plist
new file mode 100644
index 000000000..ec6f5a9b2
--- /dev/null
+++ b/deskutils/mrproject/pkg-plist
@@ -0,0 +1,142 @@
+bin/mrproject
+lib/mrproject/libcalendardialog.so
+lib/mrproject/libcellrenderers.so
+lib/mrproject/libmodels.so
+lib/mrproject/libprintdialog.so
+lib/mrproject/libresourcedialog.so
+lib/mrproject/libresourceinput.so
+lib/mrproject/libsidebar.so
+lib/mrproject/libtaskdialog.so
+lib/mrproject/libtaskinput.so
+lib/mrproject/libutil.so
+lib/mrproject/plugins/libproject-html-output-plugin.so
+lib/mrproject/views/libgantt-view.so
+lib/mrproject/views/libresources-view.so
+lib/mrproject/views/libtask-view.so
+share/gnome/application-registry/mrproject.applications
+share/gnome/applications/mrproject.desktop
+share/gnome/gnome-2.0/ui/GNOME_MrProject_GanttView.ui
+share/gnome/gnome-2.0/ui/GNOME_MrProject_HtmlOutputPlugin.ui
+share/gnome/gnome-2.0/ui/GNOME_MrProject_MainWindow.ui
+share/gnome/gnome-2.0/ui/GNOME_MrProject_ResourcesView.ui
+share/gnome/gnome-2.0/ui/GNOME_MrProject_TaskView.ui
+share/gnome/help/mrproject/C/figures/calendar-new.png
+share/gnome/help/mrproject/C/figures/calendar-week.png
+share/gnome/help/mrproject/C/figures/calendar-working-time.png
+share/gnome/help/mrproject/C/figures/calendar.png
+share/gnome/help/mrproject/C/figures/day-types.png
+share/gnome/help/mrproject/C/figures/gantt-view.png
+share/gnome/help/mrproject/C/figures/group1-subtask-dialog.png
+share/gnome/help/mrproject/C/figures/group1-subtasks.png
+share/gnome/help/mrproject/C/figures/group1-task-linked.png
+share/gnome/help/mrproject/C/figures/group1-task-linking.png
+share/gnome/help/mrproject/C/figures/group1-task.png
+share/gnome/help/mrproject/C/figures/group1-tasks-linked.png
+share/gnome/help/mrproject/C/figures/new-project.png
+share/gnome/help/mrproject/C/figures/print-project-paper.png
+share/gnome/help/mrproject/C/figures/print-project-selectviews.png
+share/gnome/help/mrproject/C/figures/print-project.png
+share/gnome/help/mrproject/C/figures/project-properties-custom-add.png
+share/gnome/help/mrproject/C/figures/project-properties-custom.png
+share/gnome/help/mrproject/C/figures/project-properties.png
+share/gnome/help/mrproject/C/figures/project-zoom-fit.png
+share/gnome/help/mrproject/C/figures/project-zoom-up.png
+share/gnome/help/mrproject/C/figures/resource-editor-sorted.png
+share/gnome/help/mrproject/C/figures/resource-editor.png
+share/gnome/help/mrproject/C/figures/resource-group-editor.png
+share/gnome/help/mrproject/C/figures/resource-insert.png
+share/gnome/help/mrproject/C/figures/resource-properties-calendar.png
+share/gnome/help/mrproject/C/figures/resource-properties-general.png
+share/gnome/help/mrproject/C/figures/several-projects.png
+share/gnome/help/mrproject/C/figures/task-constraints.png
+share/gnome/help/mrproject/C/figures/task-custom-properties-add.png
+share/gnome/help/mrproject/C/figures/task-custom-properties.png
+share/gnome/help/mrproject/C/figures/task-edit-advanced.png
+share/gnome/help/mrproject/C/figures/task-edit-note.png
+share/gnome/help/mrproject/C/figures/task-edit-predecessors-add-remove.png
+share/gnome/help/mrproject/C/figures/task-edit-predecessors-add.png
+share/gnome/help/mrproject/C/figures/task-edit-predecessors.png
+share/gnome/help/mrproject/C/figures/task-edit-resource-assigned.png
+share/gnome/help/mrproject/C/figures/task-edit-resources.png
+share/gnome/help/mrproject/C/figures/task-edit.png
+share/gnome/help/mrproject/C/figures/task-insert.png
+share/gnome/help/mrproject/C/figures/task-properties-dialog.png
+share/gnome/help/mrproject/C/figures/task-up.png
+share/gnome/help/mrproject/C/figures/task-view.png
+share/gnome/help/mrproject/C/legal.xml
+share/gnome/help/mrproject/C/mrproject.xml
+share/gnome/mime-info/mrproject.keys
+share/gnome/mime-info/mrproject.mime
+share/gnome/mrproject/glade/mg-add-predecessor.glade
+share/gnome/mrproject/glade/mg-calendar-dialog.glade
+share/gnome/mrproject/glade/mg-group-dialog.glade
+share/gnome/mrproject/glade/mg-html-output.glade
+share/gnome/mrproject/glade/mg-new-property.glade
+share/gnome/mrproject/glade/mg-project-properties.glade
+share/gnome/mrproject/glade/mg-property-dialog.glade
+share/gnome/mrproject/glade/mg-resource-dialog.glade
+share/gnome/mrproject/glade/mg-resource-input-dialog.glade
+share/gnome/mrproject/glade/mg-task-dialog.glade
+share/gnome/mrproject/glade/mg-task-input-dialog.glade
+share/gnome/omf/mrproject/mrproject-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/mrproject/mrproject-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/pixmaps/document-icons/gnome-application-x-mrproject.png
+share/gnome/pixmaps/gnome-mrproject.png
+share/gnome/pixmaps/mrproject/24_edit_resource.png
+share/gnome/pixmaps/mrproject/24_groups.png
+share/gnome/pixmaps/mrproject/24_indent_task.png
+share/gnome/pixmaps/mrproject/24_insert_resource.png
+share/gnome/pixmaps/mrproject/24_insert_task.png
+share/gnome/pixmaps/mrproject/24_remove_resource.png
+share/gnome/pixmaps/mrproject/24_remove_task.png
+share/gnome/pixmaps/mrproject/24_task_down.png
+share/gnome/pixmaps/mrproject/24_task_up.png
+share/gnome/pixmaps/mrproject/24_unindent_task.png
+share/gnome/pixmaps/mrproject/24_unlink_task.png
+share/gnome/pixmaps/mrproject/about-logo.png
+share/gnome/pixmaps/mrproject/gantt.png
+share/gnome/pixmaps/mrproject/resources.png
+share/gnome/pixmaps/mrproject/tasks.png
+share/locale/am/LC_MESSAGES/mrproject.mo
+share/locale/az/LC_MESSAGES/mrproject.mo
+share/locale/be/LC_MESSAGES/mrproject.mo
+share/locale/ca/LC_MESSAGES/mrproject.mo
+share/locale/cs/LC_MESSAGES/mrproject.mo
+share/locale/da/LC_MESSAGES/mrproject.mo
+share/locale/de/LC_MESSAGES/mrproject.mo
+share/locale/es/LC_MESSAGES/mrproject.mo
+share/locale/et/LC_MESSAGES/mrproject.mo
+share/locale/fa/LC_MESSAGES/mrproject.mo
+share/locale/fr/LC_MESSAGES/mrproject.mo
+share/locale/hu/LC_MESSAGES/mrproject.mo
+share/locale/is/LC_MESSAGES/mrproject.mo
+share/locale/it/LC_MESSAGES/mrproject.mo
+share/locale/ja/LC_MESSAGES/mrproject.mo
+share/locale/ko/LC_MESSAGES/mrproject.mo
+share/locale/lv/LC_MESSAGES/mrproject.mo
+share/locale/ml/LC_MESSAGES/mrproject.mo
+share/locale/ms/LC_MESSAGES/mrproject.mo
+share/locale/nl/LC_MESSAGES/mrproject.mo
+share/locale/nn/LC_MESSAGES/mrproject.mo
+share/locale/no/LC_MESSAGES/mrproject.mo
+share/locale/pl/LC_MESSAGES/mrproject.mo
+share/locale/pt/LC_MESSAGES/mrproject.mo
+share/locale/pt_BR/LC_MESSAGES/mrproject.mo
+share/locale/ru/LC_MESSAGES/mrproject.mo
+share/locale/sk/LC_MESSAGES/mrproject.mo
+share/locale/sr/LC_MESSAGES/mrproject.mo
+share/locale/sr@Latn/LC_MESSAGES/mrproject.mo
+share/locale/sv/LC_MESSAGES/mrproject.mo
+share/locale/uk/LC_MESSAGES/mrproject.mo
+share/locale/zh_CN/LC_MESSAGES/mrproject.mo
+@dirrm share/gnome/pixmaps/mrproject
+@dirrm share/gnome/omf/mrproject
+@dirrm share/gnome/mrproject/glade
+@dirrm share/gnome/mrproject
+@dirrm share/gnome/help/mrproject/C/figures
+@dirrm share/gnome/help/mrproject/C
+@dirrm share/gnome/help/mrproject
+@dirrm lib/mrproject/views
+@dirrm lib/mrproject/plugins
+@dirrm lib/mrproject
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/mrproject/mrproject-C.omf 2>/dev/null || /usr/bin/true