summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Zanini2011-11-08 10:03:31 +0000
committerJohannes Dewender2011-11-08 10:03:31 +0000
commitb9ec6bf3bf405c866febc9eb231deb8ac3644e6c (patch)
tree91d8c0ded90983ae91cf770f01661a5d2a8e2f3d
parentd00b9f83f0ccfe0973cbff7492b723a112c11136 (diff)
downloadaur-b9ec6bf3bf405c866febc9eb231deb8ac3644e6c.tar.gz
Moved to the new location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--bzr_handle_patch_open_display.patch12
-rw-r--r--bzr_notify_open_display.patch13
4 files changed, 4 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43b422cb3e20..08835a0b081c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bzr-gtk
pkgdesc = Plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations.
pkgver = 0.100.0
- pkgrel = 1
+ pkgrel = 2
url = http://bazaar-vcs.org/bzr-gtk
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = bzr-gtk
depends = bzr
depends = pycairo
depends = libglade
- source = http://edge.launchpad.net/bzr-gtk/trunk/0.100.0/+download/bzr-gtk-0.100.0.tar.gz
+ source = https://launchpad.net/bzr-gtk/gtk2/0.100.0/+download/bzr-gtk-0.100.0.tar.gz
md5sums = a7c2f27072bcacdcf8983ca6a2426dbd
pkgname = bzr-gtk
diff --git a/PKGBUILD b/PKGBUILD
index d1c853244eb2..e41bd7e41187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Mantainer: iosonofabio Fabio Zanini <fabio.zanini@fastmail.fm>
pkgname=bzr-gtk
pkgver=0.100.0
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations."
arch=('i686' 'x86_64')
url="http://bazaar-vcs.org/bzr-gtk"
license=('GPL')
depends=('pygtk' 'bzr' 'pycairo' 'libglade')
-source=("http://edge.launchpad.net/bzr-gtk/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
+source=("https://launchpad.net/bzr-gtk/gtk2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
md5sums=('a7c2f27072bcacdcf8983ca6a2426dbd')
build() {
diff --git a/bzr_handle_patch_open_display.patch b/bzr_handle_patch_open_display.patch
deleted file mode 100644
index eaa1fca273fa..000000000000
--- a/bzr_handle_patch_open_display.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/bzr-gtk-0.100.0/bzr-handle-patch 2011-03-02 15:47:00.000000000 +0100
-+++ src/bzr-gtk-0.100.0/bzr-handle-patchNew 2011-04-02 11:32:51.000000000 +0200
-@@ -2,7 +2,8 @@
-
- from bzrlib import errors, merge_directive
- from bzrlib.plugin import load_plugins
--from bzrlib.plugins.gtk import open_display
-+from bzrlib.plugins.gtk.commands import open_display
-+
- load_plugins()
-
- import sys
diff --git a/bzr_notify_open_display.patch b/bzr_notify_open_display.patch
deleted file mode 100644
index 9bfe42b25b18..000000000000
--- a/bzr_notify_open_display.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/bzr-gtk-0.100.0/bzr-notify 2011-04-02 11:24:00.000000000 +0200
-+++ src/bzr-gtk-0.100.0/bzr-notifyNew 2011-04-02 11:27:56.000000000 +0200
-@@ -9,7 +9,9 @@ screen when a commit occurs.
- from bzrlib.plugin import load_plugins
- load_plugins()
-
--from bzrlib.plugins.gtk import open_display, icon_path
-+from bzrlib.plugins.gtk.commands import open_display
-+from bzrlib.plugins.gtk import icon_path
-+
-
- from bzrlib.plugins.gtk.notify import NotifyPopupMenu
- gtk = open_display()