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

Felix Yan felixonmars at archlinux.org
Thu Dec 26 01:01:53 UTC 2019


    Date: Thursday, December 26, 2019 @ 01:01:53
  Author: felixonmars
Revision: 541715

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 541714, ruby-gdk_pixbuf2/trunk/PKGBUILD)

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

Copied: ruby-gdk_pixbuf2/repos/community-staging-x86_64/PKGBUILD (from rev 541714, ruby-gdk_pixbuf2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-12-26 01:01:53 UTC (rev 541715)
@@ -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.4.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 ruby-rake)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('572be3e7cccf8875605bf4ef17ea937ab8a55975')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -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