[Lunar-commits] <moonbase> bzr-gtk: GTK+ interface for bzr, added to moonbase
Terry Chan
tchan at lunar-linux.org
Wed Aug 19 04:08:36 CEST 2009
commit b4377d589a19d1090ba6d61d7db93e4d67524811
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Aug 18 21:08:36 2009 -0500
bzr-gtk: GTK+ interface for bzr, added to moonbase
---
devel/bzr-gtk/BUILD | 6 ++++++
devel/bzr-gtk/DEPENDS | 3 +++
devel/bzr-gtk/DETAILS | 20 ++++++++++++++++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/devel/bzr-gtk/BUILD b/devel/bzr-gtk/BUILD
new file mode 100644
index 0000000..907dd79
--- /dev/null
+++ b/devel/bzr-gtk/BUILD
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/devel/bzr-gtk/DEPENDS b/devel/bzr-gtk/DEPENDS
new file mode 100644
index 0000000..4dbc83d
--- /dev/null
+++ b/devel/bzr-gtk/DEPENDS
@@ -0,0 +1,3 @@
+depends Python
+depends bzr
+depends gtk+-2
diff --git a/devel/bzr-gtk/DETAILS b/devel/bzr-gtk/DETAILS
new file mode 100644
index 0000000..eca748d
--- /dev/null
+++ b/devel/bzr-gtk/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=bzr-gtk
+ VERSION=0.96.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://edge.launchpad.net/$MODULE/trunk/$VERSION/+download
+ SOURCE_VFY=sha1:d40bc8a5d8c5fb6a93660fe971f80bbaa8230cae
+ WEB_SITE=http://bazaar-vcs.org/bzr-gtk
+ ENTERED=20090818
+ UPDATED=20090818
+ MAINTAINER=tchan at lunar-linux.org
+ SHORT="plugin that provides GTK+ interface to bzr"
+
+cat << EOF
+bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most
+Bazaar operations.
+
+It will also integrate with the GNOME desktop environment, if GNOME python
+bindings are found.
+
+Try "bzr viz" in a Bazaar repository to see the gui in action.
+EOF
More information about the Lunar-commits
mailing list