summaryrefslogtreecommitdiff
path: root/community/ruby-gtk3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-gtk3/PKGBUILD')
-rw-r--r--community/ruby-gtk3/PKGBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/community/ruby-gtk3/PKGBUILD b/community/ruby-gtk3/PKGBUILD
index df5a1497e..955fb4412 100644
--- a/community/ruby-gtk3/PKGBUILD
+++ b/community/ruby-gtk3/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 85910 2013-03-08 21:51:38Z arodseth $
+# $Id: PKGBUILD 86274 2013-03-14 15:41:22Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Eric Bélanger
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -8,17 +8,22 @@
pkgbase=ruby-gtk3
pkgname=('ruby-gtk3' 'ruby-gdk3')
depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=3
+pkgver=1.2.2
+pkgrel=1
arch=('x86_64' 'i686')
url='http://ruby-gnome2.sourceforge.jp/'
license=('LGPL')
makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz")
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
+source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz"
+ '0001-backport-fix-for-syntax-error-https-github.com-ruby.patch')
+sha256sums=('1dd73c4aa184199f373edad589b715b68da8eb43ae6bdae360e0aa62189a681d'
+ '0df3571688a18048fac9211df1bf21effd4120e568b34e523fe50a7a63e3e3d6')
build() {
cd "$srcdir/ruby-gtk3-$pkgver"
+
+ #patch -Np1 -i \
+ # "$srcdir/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch"
LANG="en_US.UTF-8" ruby extconf.rb gtk3 gdk3 --vendor
make
}
@@ -37,7 +42,7 @@ package_ruby-gdk3() {
depends=('ruby' 'gtk3')
cd "$srcdir/ruby-gtk3-$pkgver/gdk3"
- [ $CARCH == 'i686' ] && mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
+ [ $CARCH == 'i686' ] && mkdir -p /usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
make DESTDIR="$pkgdir/" install
}