Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fc5a69afc85cc1874856f6157063135c4e04742d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fc5a69afc85cc1874856f6157063135c4e04742d)
  • Date: Thu, 16 Jun 2022 22:13:32 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
perl-cpan/perl-goocanvas2/BUILD | 1 +
perl-cpan/perl-goocanvas2/DEPENDS | 3 +++
perl-cpan/perl-goocanvas2/DETAILS | 16 ++++++++++++++++
perl-cpan/perl-goocanvas2/HISTORY | 2 ++
perl-cpan/perl-gtk3-simplelist/DEPENDS | 2 ++
perl-cpan/perl-gtk3-simplelist/DETAILS | 16 ++++++++++++++++
perl-cpan/perl-gtk3-simplelist/HISTORY | 3 +++
8 files changed, 47 insertions(+)

New commits:
commit fc5a69afc85cc1874856f6157063135c4e04742d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

perl-goocanvas2: new spell, Perl binding for GooCanvas2 widget using
Glib::Object::Introspection

commit 17e46df5acaf88db5504f164adc5b04b523f3145
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

perl-gtk3-simplelist: new spell, A simple interface to Gtk3's complex MVC
list widget

diff --git a/ChangeLog b/ChangeLog
index c302fae..e2c890c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@
to handle locale codes
* perl-cpan/perl-pdf-builder: new spell, Facilitates the creation
and modification of PDF files
+ * perl-cpan/perl-gtk3-simplelist: new spell, A simple interface
+ to Gtk3's complex MVC list widget
+ * perl-cpan/perl-goocanvas2: new spell, Perl binding for GooCanvas2
+ widget using Glib::Object::Introspection

2022-06-12 Vlad Glagolev <stealth AT sourcemage.org>
* utils/neo: new spell, CMatrix clone with 32-bit color and Unicode
support
diff --git a/perl-cpan/perl-goocanvas2/BUILD b/perl-cpan/perl-goocanvas2/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-goocanvas2/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-goocanvas2/DEPENDS
b/perl-cpan/perl-goocanvas2/DEPENDS
new file mode 100755
index 0000000..9f4b84f
--- /dev/null
+++ b/perl-cpan/perl-goocanvas2/DEPENDS
@@ -0,0 +1,3 @@
+depends perl &&
+runtime_depends goocanvas2 &&
+runtime_depends perl-glib-object-introspection
diff --git a/perl-cpan/perl-goocanvas2/DETAILS
b/perl-cpan/perl-goocanvas2/DETAILS
new file mode 100755
index 0000000..5876146
--- /dev/null
+++ b/perl-cpan/perl-goocanvas2/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=perl-goocanvas2
+ VERSION=0.06
+ SOURCE="GooCanvas2-$VERSION.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PE/PERLMAX/$SOURCE
+
SOURCE_HASH=sha512:059ea23fe19cc13d7d35933222c444b8012492c7d1a6510ac9b5b608cedab6164a158bda66283f1428d1a79971bc7fe1f3af34715d790a03f951a2628125dda6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
+ WEB_SITE="http://search.cpan.org/~/GooCanvas2/";
+ LICENSE[0]="ART"
+ ENTERED=20220617
+ KEYWORDS=""
+ SHORT="Perl binding for GooCanvas2 widget using
Glib::Object::Introspection"
+cat << EOF
+GooCanvas2 is a new canvas widget for use with Gtk3 that uses the Cairo
+2d library for drawing. This is a simple and basic implementation of this
+wonderful Canvas widget.
+EOF
diff --git a/perl-cpan/perl-goocanvas2/HISTORY
b/perl-cpan/perl-goocanvas2/HISTORY
new file mode 100644
index 0000000..7e5d08f
--- /dev/null
+++ b/perl-cpan/perl-goocanvas2/HISTORY
@@ -0,0 +1,2 @@
+2022-06-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/perl-cpan/perl-gtk3-simplelist/DEPENDS
b/perl-cpan/perl-gtk3-simplelist/DEPENDS
new file mode 100755
index 0000000..6edb086
--- /dev/null
+++ b/perl-cpan/perl-gtk3-simplelist/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+runtime_depends perl-gtk3
diff --git a/perl-cpan/perl-gtk3-simplelist/DETAILS
b/perl-cpan/perl-gtk3-simplelist/DETAILS
new file mode 100755
index 0000000..1fd0309
--- /dev/null
+++ b/perl-cpan/perl-gtk3-simplelist/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=perl-gtk3-simplelist
+ VERSION=0.21
+ SOURCE=Gtk3-SimpleList-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE%.tar.gz}
+ SOURCE_URL[0]=https://cpan.metacpan.org/authors/id/T/TV/TVIGNAUD/$SOURCE
+
SOURCE_HASH=sha512:45f13add5465d586a6888c426c252cf886644dc95d981d697dc78d01fe66e7820c8f866206583c103fa35b63c349ba46c7da58a447e77a8c778c54b57dddc973
+ WEB_SITE=https://github.com/soig/Gtk3-SimpleList
+ ENTERED=20220616
+ LICENSE[0]=LGPL-2.1-or-later
+ KEYWORDS="gtk perl"
+ SHORT="A simple interface to Gtk3's complex MVC list widget"
+cat << EOF
+SimpleList is a simple interface to the powerful but complex Gtk3::TreeView
and
+Gtk3::ListStore combination, implementing using tied arrays to make thing
simple
+and easy.
+EOF
diff --git a/perl-cpan/perl-gtk3-simplelist/HISTORY
b/perl-cpan/perl-gtk3-simplelist/HISTORY
new file mode 100644
index 0000000..813670f
--- /dev/null
+++ b/perl-cpan/perl-gtk3-simplelist/HISTORY
@@ -0,0 +1,3 @@
+2022-06-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fc5a69afc85cc1874856f6157063135c4e04742d), Ismael Luceno, 06/16/2022

Archive powered by MHonArc 2.6.24.

Top of Page