From d7170f3fd54b2d84b8e8cb34e5c372c9337fbeab Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 15 Oct 2008 02:00:07 +0200 Subject: [PATCH] Added libglade-2.6.3 template. --HG-- extra : convert_revision : 778a633b30eca36556ed3ca6c71d9065a8fba4cb --- dependencies/build-depends.db | Bin 19968 -> 20480 bytes templates/libglade.tmpl | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100755 templates/libglade.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index bc6b09324a2de4fc8e2b6cfee70da0ccb60ff09d..85edcfede8c627e881a5d8101896eedbd49e0329 100644 GIT binary patch delta 223 zcmZpe!`QHZaRY~tusQ<+0}}%SgABtPhCPfOjBgkcCMy~>Pc-neGR@ zk)OYyvLquvPuED#RL_WkfnoA-AiA2R}Ol0|Ur)AnP+z@;1MA5apEy34q+i3wO2&;}OOl#sWqYh_k0n I{vdP)0DO5lmjD0& delta 97 zcmZozz}PT{aRY~tBrgL40}}%SgA&6OhCPf^7)~%WFnTcRFn*Y*SUkBy*kp2ou*PH) z|1+ES2z#(Ga&Bgo;#L!~V0gpug;9d>3F8&UBaB-ZmoQFNao91@Kxpy>4wlUy90Yg) D`86DA diff --git a/templates/libglade.tmpl b/templates/libglade.tmpl new file mode 100755 index 00000000000..ba92049809e --- /dev/null +++ b/templates/libglade.tmpl @@ -0,0 +1,28 @@ +# Template build file for 'libglade'. +pkgname=libglade +version=2.6.3 +distfiles=" +http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/$pkgname-$version@.tar.bz2" +build_style=gnu_configure +configure_args="--without-xml-catalog" +make_cmd="$XBPS_MASTERDIR/bin/gmake" +pkgconfig_override="libglade-2.0.pc" +short_desc="Runtime interpreter for GLADE GUI files" +maintainer="Juan RP " +checksum=73b00932c5a5ea1dfa25b2677783f5e52202ce8e +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." + +# Register DTDs with xmlcatmgr. +xml_entries="system http://glade.gnome.org/glade-2.0.dtd +$PKGFS_DESTDIR/$pkgname-$version/share/xml/libglade/glade-2.0.dtd" + +postinstall_helpers="xml-catalogs.sh"