summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c30d7172b38..036b174318be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Old maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=rhythmbox-plugin-alternative-toolbar-git
-pkgver=0.r267.f2440cd
-pkgrel=1
+pkgver=0.r291.c5b9af4
+pkgrel=2
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,8 +13,9 @@ 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')
-sha256sums=('SKIP')
+source=('rhythmbox-plugin-alternative-toolbar::git+https://github.com/fossfreedom/alternative-toolbar.git' 'rb.patch')
+sha256sums=('SKIP'
+ '0e41843a342ec21e3838013856dd21ffcf178bdc05441dbc84da2e476e7aab3b')
pkgver() {
cd rhythmbox-plugin-alternative-toolbar
@@ -24,6 +25,7 @@ pkgver() {
package() {
cd rhythmbox-plugin-alternative-toolbar
+ patch -lp0 < ../rb.patch
./autogen.sh --prefix=${pkgdir}/usr
make
make install