[arch-commits] Commit in ruby-cairo/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Wed Mar 27 11:45:04 UTC 2013
Date: Wednesday, March 27, 2013 @ 12:45:04
Author: arodseth
Revision: 87110
upgpkg: ruby-cairo 1.12.2-6
Modified:
ruby-cairo/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-27 11:16:29 UTC (rev 87109)
+++ PKGBUILD 2013-03-27 11:45:04 UTC (rev 87110)
@@ -1,13 +1,13 @@
# $Id$
# Maintainer: Alexander Rødseth <rodseth at gmail.com>
# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Jeremy <reebydobalina at yahoo.ca>
pkgname=ruby-cairo
pkgver=1.12.2
-pkgrel=5
+pkgrel=6
pkgdesc='Ruby bindings for cairo'
arch=('x86_64' 'i686')
-# http://cairographics.org/releases/
url='http://cairographics.org/rcairo/'
license=('GPL')
depends=('ruby' 'cairo')
@@ -26,6 +26,8 @@
cd "$srcdir/rcairo-$pkgver"
make DESTDIR="$pkgdir" install
+ install -Dm644 ext/cairo/cairo.so \
+ "$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$arch-linux/cairo.so"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list