Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,24 @@ +name : perl-gtk2-ex-simple-list +version : 0.50 +release : 1 +source : + - http://search.cpan.org/CPAN/authors/id/R/RM/RMCFARLA/Gtk2-Perl-Ex/Gtk2-Ex-Simple-List-0.50.tar.gz : 62df53d0da396aba8e96aee06d869a77b8cf54af2ebd9df885b7aef2d5a207b5 +license : GPL-2.0+ +component : programming.perl +summary : A simple interface to the powerful but complex Gtk2::TreeView and Gtk2::ListStore combination. +description: | + Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure. +builddeps : + - perl-extutils-depends + - perl-extutils-pkgconfig + - perl-glib + - perl-gtk2 + - perl-pango + - pkgconfig(gtk+-2.0) + - pkgconfig(pango) +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,38 @@ + + + perl-gtk2-ex-simple-list + + Simon Friend + simbiotiqu@gmail.com + + GPL-2.0+ + programming.perl + A simple interface to the powerful but complex Gtk2::TreeView and Gtk2::ListStore combination. + Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure. + + https://solus-project.com/sources/README.Solus + + + perl-gtk2-ex-simple-list + A simple interface to the powerful but complex Gtk2::TreeView and Gtk2::ListStore combination. + Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure. + + programming.perl + + /usr/lib/perl5/vendor_perl/5.24.1/Gtk2/Ex/Simple/List.pm + /usr/lib/perl5/vendor_perl/5.24.1/Gtk2/Ex/Simple/TiedCommon.pm + /usr/lib/perl5/vendor_perl/5.24.1/Gtk2/Ex/Simple/TiedList.pm + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/Gtk2/Ex/Simple/List/.packlist + /usr/share/man + + + + + 2017-12-16 + 0.5 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file