public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] ruby-gio2 4.1.7
@ 2023-06-17  3:20 Daisuke Fujimura
  2023-06-18  9:51 ` Jon Turney
  0 siblings, 1 reply; 2+ messages in thread
From: Daisuke Fujimura @ 2023-06-17  3:20 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

Hello,

====

Cygportfile:
- https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gio2

Packages, logs:
- https://github.com/cygwin/scallywag/actions/runs/5295797846

[-- Attachment #2: ruby-gio2.cygport.diff --]
[-- Type: application/octet-stream, Size: 853 bytes --]

diff --git a/ruby-gio2.cygport b/ruby-gio2.cygport
index 4b464a2..326d5ad 100644
--- a/ruby-gio2.cygport
+++ b/ruby-gio2.cygport
@@ -1,12 +1,28 @@
 inherit rubygem
 
 NAME="ruby-gio2"
-VERSION=3.2.9
+VERSION=4.1.7
 RELEASE=1
 CATEGORY="Ruby"
 SUMMARY="Ruby GIO bindings"
 DESCRIPTION="Ruby/GIO2 is a Ruby binding of gio-2.x."
-HOMEPAGE="http://ruby-gnome2.sourceforge.jp/"
+HOMEPAGE="https://ruby-gnome.github.io/"
+
+BUILD_REQUIRES="ruby-glib2-devel ruby-gobject-introspection-devel ruby-pkg-config"
+LICENSE="LGPL-2.1-or-later"
+
+RUBYGEM_CONFIGURE_ARGS="--with-ldflags=-Wl,--out-implib=libruby-gio2.a"
+
+src_install()
+{
+	cd ${S}
+	rubygem_install
+
+	pushd ${D}/usr/lib/pkgconfig
+	echo "" >> ${NAME}.pc
+	echo "Libs: -lruby-gio2" >> ${NAME}.pc
+	popd
+}
 
 PKG_NAMES="${NAME} ${NAME}-devel ${NAME}-doc"
 ruby_gio2_REQUIRES="girepository-GLib2.0"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ITA] ruby-gio2 4.1.7
  2023-06-17  3:20 [ITA] ruby-gio2 4.1.7 Daisuke Fujimura
@ 2023-06-18  9:51 ` Jon Turney
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Turney @ 2023-06-18  9:51 UTC (permalink / raw)
  To: Daisuke Fujimura, cygwin-apps

On 17/06/2023 04:20, Daisuke Fujimura via Cygwin-apps wrote:
> Hello,
> 
> ====
> 
> Cygportfile:
> - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gio2
> 
> Packages, logs:
> - https://github.com/cygwin/scallywag/actions/runs/5295797846

I added this to your packages.

Thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-18  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-17  3:20 [ITA] ruby-gio2 4.1.7 Daisuke Fujimura
2023-06-18  9:51 ` Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).