New package: libglademm-2.6.7_1.
This commit is contained in:
parent
a6a3770aaa
commit
8b98c7a79e
5 changed files with 72 additions and 0 deletions
|
@ -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
|
||||
|
|
1
srcpkgs/libglademm-devel
Symbolic link
1
srcpkgs/libglademm-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libglademm
|
16
srcpkgs/libglademm/libglademm-devel.template
Normal file
16
srcpkgs/libglademm/libglademm-devel.template
Normal file
|
@ -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
|
||||
}
|
27
srcpkgs/libglademm/libglademm.rshlibs
Normal file
27
srcpkgs/libglademm/libglademm.rshlibs
Normal file
|
@ -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
|
27
srcpkgs/libglademm/template
Normal file
27
srcpkgs/libglademm/template
Normal file
|
@ -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 <davehome@redthumb.info.tm>"
|
||||
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"
|
||||
|
Loading…
Reference in a new issue