summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandir2016-08-28 23:17:05 +0200
committermirandir2016-08-28 23:17:05 +0200
commit3f41ff94c335769006b426ccd631662b440009be (patch)
treead6dfd9d00c97510c3a76ced03628f3458e59095
parentfba38464488ad153628950877d8c5d948b02faec (diff)
downloadaur-3f41ff94c335769006b426ccd631662b440009be.tar.gz
Patch not needed anymore.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--rb.patch14
3 files changed, 6 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f34755874685..2f2cf21a581b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rhythmbox-plugin-alternative-toolbar-git
pkgdesc = Replace the Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which can be hidden
- pkgver = 0.r291.c5b9af4
- pkgrel = 2
+ pkgver = 0.r296.3fe2958
+ pkgrel = 1
url = https://github.com/fossfreedom/alternative-toolbar
install = rhythmbox-plugin-alternative-toolbar.install
arch = any
@@ -15,9 +15,7 @@ pkgbase = rhythmbox-plugin-alternative-toolbar-git
provides = rhythmbox-plugin-alternative-toolbar
conflicts = rhythmbox-plugin-alternative-toolbar
source = rhythmbox-plugin-alternative-toolbar::git+https://github.com/fossfreedom/alternative-toolbar.git
- source = rb.patch
sha256sums = SKIP
- sha256sums = 0e41843a342ec21e3838013856dd21ffcf178bdc05441dbc84da2e476e7aab3b
pkgname = rhythmbox-plugin-alternative-toolbar-git
diff --git a/PKGBUILD b/PKGBUILD
index 036b174318be..565532b23270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Old maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=rhythmbox-plugin-alternative-toolbar-git
-pkgver=0.r291.c5b9af4
-pkgrel=2
+pkgver=0.r296.3fe2958
+pkgrel=1
pkgdesc='Replace the Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which can be hidden'
url='https://github.com/fossfreedom/alternative-toolbar'
arch=('any')
@@ -13,9 +13,8 @@ makedepends=('git' 'gettext' 'intltool')
provides=('rhythmbox-plugin-alternative-toolbar')
conflicts=('rhythmbox-plugin-alternative-toolbar')
install='rhythmbox-plugin-alternative-toolbar.install'
-source=('rhythmbox-plugin-alternative-toolbar::git+https://github.com/fossfreedom/alternative-toolbar.git' 'rb.patch')
-sha256sums=('SKIP'
- '0e41843a342ec21e3838013856dd21ffcf178bdc05441dbc84da2e476e7aab3b')
+source=('rhythmbox-plugin-alternative-toolbar::git+https://github.com/fossfreedom/alternative-toolbar.git')
+sha256sums=('SKIP')
pkgver() {
cd rhythmbox-plugin-alternative-toolbar
@@ -25,7 +24,6 @@ pkgver() {
package() {
cd rhythmbox-plugin-alternative-toolbar
- patch -lp0 < ../rb.patch
./autogen.sh --prefix=${pkgdir}/usr
make
make install
diff --git a/rb.patch b/rb.patch
deleted file mode 100644
index cd14ed1e84fa..000000000000
--- a/rb.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- alttoolbar_rb3compat.py.orig 2016-08-22 09:16:26.609766000 +0200
-+++ alttoolbar_rb3compat.py 2016-08-22 09:18:17.856062014 +0200
-@@ -540,9 +540,9 @@
- self.shell.props.window.add_action(action)
- self.actiongroup.add_action(action)
-
-- if accel:
-+ '''if accel:
- app.add_accelerator(accel, action_type + "." + action_name,
-- None)
-+ None)'''
- else:
- if 'stock_id' in args:
- stock_id = args['stock_id']