debian/0000755000000000000000000000000011705624310007165 5ustar debian/patches/0000755000000000000000000000000011705624310010614 5ustar debian/patches/series0000644000000000000000000000001711705624310012027 0ustar debian-changes debian/patches/debian-changes0000664000000000000000000000351511705626744013412 0ustar The patches in this package are generated from branches in a git repository. To get a checkout: git clone git://git.debian.org/git/pkg-cli-libs/gtk-sharp-beans.git and look at the branches: git branch -a --- gtk-sharp-beans-2.14.1.orig/gtk-sharp-beans-2.0.pc.in +++ gtk-sharp-beans-2.14.1/gtk-sharp-beans-2.0.pc.in @@ -3,7 +3,7 @@ exec_prefix=${prefix} libdir=${exec_prefix}/lib assemblies_dir=${libdir}/gtk-sharp-beans gapidir=${prefix}/share/gapi-2.0 -Libraries=${assemblies_dir}/gtk-sharp-beans.dll ${assemblies_dir}/gtk-sharp-beans.dll.mdb +Libraries=${assemblies_dir}/gtk-sharp-beans.dll ${assemblies_dir}/gio-sharp.dll Name: Gtk#Beans Description: Gtk#Beans - Blings and API missing from Gtk# --- gtk-sharp-beans-2.14.1.orig/Makefile.am +++ gtk-sharp-beans-2.14.1/Makefile.am @@ -1,6 +1,7 @@ UNSAFE = -unsafe DEBUG = -debug +GIO_LIBS = $(shell pkg-config --variable=Libraries gio-sharp-2.0) GTK_SRCS = \ $(srcdir)/Gtk.Sources/Dialog.cs \ @@ -58,8 +59,15 @@ gtk-sharp-beans.dll: $(builddir)/gtk_gen @echo -e "\n*** Building $@" $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(UNSAFE) $(DEBUG) $(ASSEMBLIES) $(SRCS) AssemblyInfo.cs $(builddir)/gtk_generated/*.cs +gio-sharp.dll: + @echo -e "\n*** Copying unstable $@" + cp $(GIO_LIBS) . + +gio-sharp.dll.config: gio-sharp.dll + cp $(GIO_LIBS).config . + beansdir = $(prefix)/lib/gtk-sharp-beans -beans_DATA = gtk-sharp-beans.dll gtk-sharp-beans.dll.mdb gtk-sharp-beans.dll.config +beans_DATA = gtk-sharp-beans.dll gtk-sharp-beans.dll.mdb gtk-sharp-beans.dll.config gio-sharp.dll gio-sharp.dll.config pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gtk-sharp-beans-2.0.pc @@ -68,6 +76,8 @@ CLEANFILES = \ gtk-sharp-beans.dll \ gtk-sharp-beans.dll.mdb \ gtk-sharp-beans.dll.config \ + gio-sharp.dll \ + gio-sharp.dll.config \ gtk-api.xml \ gtkbeans-api.xml debian/copyright0000644000000000000000000000273411705624276011141 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: GTK# Beans Source: http://github.com/mono/gtk-sharp-beans Files: * Copyright: © 2008-2010 Novell, Inc. © 2010 Jo Shields License: LGPL-2 On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. Files: ./Gtk.Sources/ImageMenuItem.cs Copyright: © 2009 Novell, Inc. License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000275611705624276010615 0ustar Source: gtk-sharp-beans Section: cli-mono Priority: optional Maintainer: Debian CLI Libraries Team Uploaders: Jo Shields Build-Depends: debhelper (>= 7.0.50~), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), gtk-sharp2-gapi (>= 2.12), libglib2.0-cil-dev (>= 2.12), libgtk2.0-cil-dev (>= 2.12), libgio2.0-cil-dev (>= 2.22.2), autoconf, automake Standards-Version: 3.9.2 Homepage: http://github.com/mono/gtk-sharp-beans Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/gtk-sharp-beans.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gtk-sharp-beans.git Package: libgtk-sharp-beans-cil Architecture: all Depends: ${cli:Depends}, ${misc:Depends} Description: Supplementary CLI bindings for GTK 2.14+ This package provides the gtk-sharp-beans assembly that allows CLI (.NET) programs to use GTK+ methods from GTK+ 2.14 and above, which are not exposed by GTK#. . This package contains the gtk-sharp-beans assembly. Package: libgtk-sharp-beans2.0-cil-dev Architecture: all Depends: libgtk-sharp-beans-cil (= ${binary:Version}), ${cli:Depends}, ${misc:Depends} Description: Supplementary CLI bindings for GTK 2.14+ - development package This package provides the gtk-sharp-beans assembly that allows CLI (.NET) programs to use GTK+ methods from GTK+ 2.14 and above, which are not exposed by GTK#. . This package contains development files for the gtk-sharp-beans library, and should be used for compilation. debian/watch0000644000000000000000000000014511705624276010231 0ustar version=3 ftp://ftp.novell.com/pub/mono/sources/gtk-sharp-beans/gtk-sharp-beans-([0-9.]+)\.tar\.bz2 debian/rules0000755000000000000000000000025111705624276010256 0ustar #!/usr/bin/make -f include /usr/share/cli-common/cli.make override_dh_auto_configure: autoreconf -f -i -s -I . dh_auto_configure -- CSC=/usr/bin/mono-csc %: dh $@ debian/libgtk-sharp-beans2.0-cil-dev.install0000644000000000000000000000005111705624276016002 0ustar usr/lib/pkgconfig/gtk-sharp-beans-2.0.pc debian/source/0000755000000000000000000000000011705624276010500 5ustar debian/source/options0000644000000000000000000000002411705624276012112 0ustar single-debian-patch debian/source/patch-header0000644000000000000000000000032411705624276012747 0ustar The patches in this package are generated from branches in a git repository. To get a checkout: git clone git://git.debian.org/git/pkg-cli-libs/gtk-sharp-beans.git and look at the branches: git branch -a debian/source/format0000644000000000000000000000001411705624276011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211705624276010376 0ustar 7 debian/changelog0000644000000000000000000000077211705624276011060 0ustar gtk-sharp-beans (2.14.1-3) unstable; urgency=low * Rebuild for CLR 4.0 transition * [fc23ce4] Standards-Version → 3.9.2, no changes required -- Iain Lane Wed, 18 Jan 2012 20:16:45 +0000 gtk-sharp-beans (2.14.1-2) unstable; urgency=low * Reupload to Sid -- Jo Shields Tue, 08 Feb 2011 18:18:02 +0000 gtk-sharp-beans (2.14.1-1) experimental; urgency=low * Initial release. -- Jo Shields Fri, 03 Sep 2010 18:58:00 +0100 debian/libgtk-sharp-beans-cil.install0000644000000000000000000000003111705624276015004 0ustar /usr/lib/gtk-sharp-beans