summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-29 14:06:35 +0000
committerxtraeme <xtraeme>2003-12-29 14:06:35 +0000
commit33b8cb19a8c223d192b0a53934fd32d51d8b7f70 (patch)
tree46ebbe973fcdb5dcdcc5b310351dd5393b67bcb9
parent2a768eb290d760080edfdcce547ae334feafbd1f (diff)
downloadpkgsrc-33b8cb19a8c223d192b0a53934fd32d51d8b7f70.tar.gz
Initial import of apotheke-0.2, via pkgsrc-wip.
Apotheke is a separate Nautilus view, which gives you detailed information about CVS managed directories.
-rw-r--r--sysutils/apotheke/DESCR2
-rw-r--r--sysutils/apotheke/Makefile22
-rw-r--r--sysutils/apotheke/PLIST14
-rw-r--r--sysutils/apotheke/distinfo5
-rw-r--r--sysutils/apotheke/patches/patch-aa13
5 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/apotheke/DESCR b/sysutils/apotheke/DESCR
new file mode 100644
index 00000000000..f8b6ca24eca
--- /dev/null
+++ b/sysutils/apotheke/DESCR
@@ -0,0 +1,2 @@
+Apotheke is a separate Nautilus view, which gives you
+detailed information about CVS managed directories.
diff --git a/sysutils/apotheke/Makefile b/sysutils/apotheke/Makefile
new file mode 100644
index 00000000000..48fbe2aed72
--- /dev/null
+++ b/sysutils/apotheke/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
+#
+
+DISTNAME= apotheke-0.2
+CATEGORIES= sysutils gnome
+MASTER_SITES= ftp://ftp.berlios.de/pub/apotheke/
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://apotheke.berlios.de/
+COMMENT= CVS view for Nautilus
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_X11= yes
+USE_GMAKE= yes
+
+GCONF2_SCHEMAS+= apotheke.schemas
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../sysutils/nautilus/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/apotheke/PLIST b/sysutils/apotheke/PLIST
new file mode 100644
index 00000000000..268ff8cadfe
--- /dev/null
+++ b/sysutils/apotheke/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
+bin/apotheke-view
+lib/bonobo/servers/Apotheke_View.server
+share/apotheke/glade/apotheke.glade
+share/gnome-2.0/ui/apotheke-view-ui.xml
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/apotheke.mo
+share/pixmaps/apotheke/cvs-directory.png
+share/pixmaps/apotheke/cvs-file-conflict.png
+share/pixmaps/apotheke/cvs-file-missing.png
+share/pixmaps/apotheke/cvs-file-modified.png
+share/pixmaps/apotheke/cvs-file.png
+@dirrm share/pixmaps/apotheke
+@dirrm share/apotheke/glade
+@dirrm share/apotheke
diff --git a/sysutils/apotheke/distinfo b/sysutils/apotheke/distinfo
new file mode 100644
index 00000000000..974332f83f5
--- /dev/null
+++ b/sysutils/apotheke/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
+
+SHA1 (apotheke-0.2.tar.gz) = 562b4ba352ff37cb78d7d51fd14adb7d091f9b01
+Size (apotheke-0.2.tar.gz) = 124617 bytes
+SHA1 (patch-aa) = 4697d425e7c4d2ebd4de55f92c3ac6de160a292d
diff --git a/sysutils/apotheke/patches/patch-aa b/sysutils/apotheke/patches/patch-aa
new file mode 100644
index 00000000000..debaf8f89f5
--- /dev/null
+++ b/sysutils/apotheke/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
+
+--- Makefile.in.orig 2003-08-17 09:03:38.000000000 +0200
++++ Makefile.in 2003-08-17 09:04:19.000000000 +0200
+@@ -105,7 +105,7 @@
+ EXTRA_DIST = $(schema_DATA) intltool-extract.in intltool-merge.in intltool-update.in
+
+
+-schemadir = $(sysconfdir)/gconf/schemas
++schemadir = $(datadir)/gconf/schemas
+ schema_DATA = apotheke.schemas
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs