[arch-commits] Commit in ruby-gdk_pixbuf2/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Jan 3 08:17:30 UTC 2018


    Date: Wednesday, January 3, 2018 @ 08:17:30
  Author: foutrelis
Revision: 278077

archrelease: copy trunk to community-staging-x86_64

Added:
  ruby-gdk_pixbuf2/repos/community-staging-x86_64/
  ruby-gdk_pixbuf2/repos/community-staging-x86_64/PKGBUILD
    (from rev 278076, ruby-gdk_pixbuf2/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: ruby-gdk_pixbuf2/repos/community-staging-x86_64/PKGBUILD (from rev 278076, ruby-gdk_pixbuf2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-01-03 08:17:30 UTC (rev 278077)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.2.1
+pkgrel=2
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+makedepends=(ruby-native-package-installer)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('784c29dda717e2f72c8e9344c67bb06e9f5e52b0')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}



More information about the arch-commits mailing list