Skip to content

Commit

Permalink
Create a GObject-Introspection loader for Atk
Browse files Browse the repository at this point in the history
  • Loading branch information
cedlemo committed Feb 21, 2017
1 parent 4f7b397 commit 63d2a5d
Show file tree
Hide file tree
Showing 44 changed files with 77 additions and 3,330 deletions.
30 changes: 0 additions & 30 deletions atk/README

This file was deleted.

24 changes: 24 additions & 0 deletions atk/README.md
@@ -0,0 +1,24 @@
# Ruby/ATK

Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection.

## Requirements

* [Ruby/GObject-Introspection](https://github.com/ruby-gnome2/ruby-gnome2)
* [Ruby/GLib2](https://github.com/ruby-gnome2/ruby-gnome2)

## Install

gem install atk

## License

Copyright (c) 2017 Ruby-GNOME2 Project Team

This program is free software. You can distribute/modify this program
under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.

## Project Websites

* http://ruby-gnome2.sourceforge.jp/
* https://github.com/ruby-gnome2/ruby-gnome2
18 changes: 17 additions & 1 deletion atk/Rakefile
@@ -1,8 +1,25 @@
# -*- ruby -*-
#
# Copyright (C) 2017 Ruby-GNOME2 Project Team
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

$LOAD_PATH.unshift("./../glib2/lib")
require "gnome2/rake/package-task"


package_task = GNOME2::Rake::PackageTask.new do |package|
package.summary = "Ruby/ATK is a Ruby binding of ATK-1.0.x."
package.description = "Ruby/ATK is a Ruby binding of ATK-1.0.x."
Expand All @@ -28,4 +45,3 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
]
end
package_task.define

2 changes: 0 additions & 2 deletions atk/ext/atk/atk.def

This file was deleted.

11 changes: 0 additions & 11 deletions atk/ext/atk/depend

This file was deleted.

83 changes: 0 additions & 83 deletions atk/ext/atk/extconf.rb

This file was deleted.

66 changes: 0 additions & 66 deletions atk/ext/atk/rbatk.c

This file was deleted.

47 changes: 0 additions & 47 deletions atk/ext/atk/rbatk.h

This file was deleted.

85 changes: 0 additions & 85 deletions atk/ext/atk/rbatkaction.c

This file was deleted.

0 comments on commit 63d2a5d

Please sign in to comment.