From 8b98c7a79ef8cc9b8a70971519a058a78a3af5ab Mon Sep 17 00:00:00 2001 From: davehome Date: Wed, 19 Sep 2012 03:46:42 -0600 Subject: [PATCH] New package: libglademm-2.6.7_1. --- common/shlibs | 1 + srcpkgs/libglademm-devel | 1 + srcpkgs/libglademm/libglademm-devel.template | 16 ++++++++++++ srcpkgs/libglademm/libglademm.rshlibs | 27 ++++++++++++++++++++ srcpkgs/libglademm/template | 27 ++++++++++++++++++++ 5 files changed, 72 insertions(+) create mode 120000 srcpkgs/libglademm-devel create mode 100644 srcpkgs/libglademm/libglademm-devel.template create mode 100644 srcpkgs/libglademm/libglademm.rshlibs create mode 100644 srcpkgs/libglademm/template diff --git a/common/shlibs b/common/shlibs index d8abe57f66..ca384cd0d8 100644 --- a/common/shlibs +++ b/common/shlibs @@ -283,6 +283,7 @@ libnotify.so.4 libnotify-0.7_1 libexo-1.so.0 exo-0.7.3_1 libvte.so.9 vte-0.20.1_1 libglade-2.0.so.0 libglade-2.6.4_1 +libglademm-2.4.so.1 libglademm-2.6.7_1 libthunarx-2.so.0 Thunar-1.3.2_1 libexif.so.12 libexif-0.6.17_1 liboil-0.3.so.0 liboil-0.3.16_1 diff --git a/srcpkgs/libglademm-devel b/srcpkgs/libglademm-devel new file mode 120000 index 0000000000..486920c15a --- /dev/null +++ b/srcpkgs/libglademm-devel @@ -0,0 +1 @@ +libglademm \ No newline at end of file diff --git a/srcpkgs/libglademm/libglademm-devel.template b/srcpkgs/libglademm/libglademm-devel.template new file mode 100644 index 0000000000..2ff2036cec --- /dev/null +++ b/srcpkgs/libglademm/libglademm-devel.template @@ -0,0 +1,16 @@ +# Template file for 'libglademm-devel'. +# +noarch=yes +depends="libglademm>=${version}" +short_desc="${sourcepkg} (development files)" +long_desc="${long_desc} + + This package contains files for development, headers, static libs, etc." + +do_install() +{ + vmove usr/include usr + vmove usr/lib/libglademm-2.4 usr/lib + vmove usr/lib/pkgconfig usr/lib + vmove usr/share usr +} diff --git a/srcpkgs/libglademm/libglademm.rshlibs b/srcpkgs/libglademm/libglademm.rshlibs new file mode 100644 index 0000000000..8300e97dc4 --- /dev/null +++ b/srcpkgs/libglademm/libglademm.rshlibs @@ -0,0 +1,27 @@ +libgtkmm-2.4.so.1 +libatkmm-1.6.so.1 +libgdkmm-2.4.so.1 +libgiomm-2.4.so.1 +libpangomm-1.4.so.1 +libglibmm-2.4.so.1 +libcairomm-1.0.so.1 +libsigc-2.0.so.0 +libglade-2.0.so.0 +libgtk-x11-2.0.so.0 +libxml2.so.2 +libgdk-x11-2.0.so.0 +libatk-1.0.so.0 +libgio-2.0.so.0 +libpangoft2-1.0.so.0 +libpangocairo-1.0.so.0 +libgdk_pixbuf-2.0.so.0 +libcairo.so.2 +libpango-1.0.so.0 +libfreetype.so.6 +libfontconfig.so.1 +libgobject-2.0.so.0 +libglib-2.0.so.0 +libstdc++.so.6 +libm.so.6 +libc.so.6 +libgcc_s.so.1 diff --git a/srcpkgs/libglademm/template b/srcpkgs/libglademm/template new file mode 100644 index 0000000000..42aa2b0b49 --- /dev/null +++ b/srcpkgs/libglademm/template @@ -0,0 +1,27 @@ +# Template build file for 'libglademm'. +pkgname=libglademm +version=2.6.7 +revision=1 +distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2" +build_style=gnu-configure +makedepends="pkg-config gtkmm2-devel libglade-devel" +homepage="http://www.gtkmm.org" +license="GPL-2" +short_desc="Runtime interpreter for GLADE GUI files (gtkmm2 binding)" +maintainer="davehome " +checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3 +long_desc=" + Libglade is a library that performs a similar job to the C source + output routines in the GLADE user interface builder. Whereas GLADE's + output routines create C code that can then be compiled, libglade builds + the interface from an XML file (GLADE's save format) at runtime. This + way you can change the look of a program without needing to recompile. + + Currently it supports all the widgets in current releases, together + with support for keyboard accelerators and automatic signal + connection. + + This is the gtkmm2 binding" + +subpackages="$pkgname-devel" +