Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnome22.git;a=commitdiff;h=43e20c34d18d61a5b07c0e82cb1ad6c556974f0a
commit 43e20c34d18d61a5b07c0e82cb1ad6c556974f0a Author: Christian Hamar alias krix <[EMAIL PROTECTED]> Date: Fri Apr 11 19:47:43 2008 +0200 libgalago-0.5.2-2-x86_64 * Release bump due glib* * Moved from gnome -> lib group diff --git a/source/gnome-extra/epiphany/FrugalBuild b/source/gnome-extra/epiphany/FrugalBuild index 0aa5c09..8c17374 100644 --- a/source/gnome-extra/epiphany/FrugalBuild +++ b/source/gnome-extra/epiphany/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: Christian Hamar alias krix <[EMAIL PROTECTED]> pkgname=epiphany -pkgver=2.20.3 +pkgver=2.22.1.1 pkgrel=1 pkgdesc="GNOME webbrowser based on the mozilla rendering engine" url="http://www.gnome.org/projects/epiphany/" -depends=('libstdc++' 'dbus-x11' 'atk' 'libxslt' 'gnome-desktop>=2.20.3' 'startup-notification' \ +depends=('libstdc++' 'dbus-x11' 'atk' 'libxslt' 'gnome-desktop>=2.22.0' 'startup-notification' \ 'xulrunner>=1.8.1.3' 'docbook-xsl') -makedepends=('pygtk>=2.12.0' 'gtk-doc>=1.9' 'perl-xml-parser' 'python>=2.5' 'gnome-python>=2.20.0' 'iso-codes' 'gnome-doc-utils>=0.10.1') +makedepends=('pygtk>=2.12.0' 'gtk-doc>=1.9' 'perl-xml-parser' 'python>=2.5' 'gnome-python>=2.22.0' 'iso-codes' 'gnome-doc-utils>=0.10.1') _F_gnome_schemas=('/etc/gconf/schemas/epiphany.schemas' '/etc/gconf/schemas/epiphany-lockdown.schemas' '/etc/gconf/schemas/epiphany-pango.schemas' @@ -21,6 +21,6 @@ groups=('gnome-extra') archs=('x86_64' 'i686') Fconfopts="$Fconfopts -with-gecko=xulrunner \ --enable-python --enable-certificate-manager --enable-gtk-doc" -sha1sums=('ee3d21dde38970d9bfc715e2560f68303ac07e83') +sha1sums=('473fe3394e1a9695e016ffc46089d42d4b5d6128') # optimization OK diff --git a/source/gnome/libgalago/FrugalBuild b/source/gnome/libgalago/FrugalBuild deleted file mode 100644 index aaa60d1..0000000 --- a/source/gnome/libgalago/FrugalBuild +++ /dev/null @@ -1,19 +0,0 @@ -# Compiling time: 0.79 SBU -# Maintainer: AlexExtreme <[EMAIL PROTECTED]> - -pkgname=libgalago -pkgver=0.5.2 -pkgrel=1 -pkgdesc="Galago Desktop Presence Framework - Core Library" -url="http://www.galago-project.org" -depends=('dbus-glib>=0.71' 'check') -makedepends=('gtk-doc') -groups=('gnome') -archs=('i686' 'x86_64') -options=('scriptlet') -source=($url/files/releases/source/$pkgname/$pkgname-$pkgver.tar.bz2) -up2date="lynx -dump http://www.galago-project.org/files/releases/source/$pkgname | Flasttar" -Fconfopts="$Fconfopts --disable-rpath" -sha1sums=('38264d471776482a57f58bd426f1277f2494d1ac') - -# optimization OK diff --git a/source/lib/libgalago/FrugalBuild b/source/lib/libgalago/FrugalBuild new file mode 100644 index 0000000..5d88754 --- /dev/null +++ b/source/lib/libgalago/FrugalBuild @@ -0,0 +1,19 @@ +# Compiling time: 0.79 SBU +# Maintainer: AlexExtreme <[EMAIL PROTECTED]> + +pkgname=libgalago +pkgver=0.5.2 +pkgrel=2 +pkgdesc="Galago Desktop Presence Framework - Core Library" +url="http://www.galago-project.org" +depends=('dbus-glib>=0.71' 'check') +makedepends=('gtk-doc') +groups=('lib') +archs=('i686' 'x86_64') +options=('scriptlet') +source=($url/files/releases/source/$pkgname/$pkgname-$pkgver.tar.bz2) +up2date="lynx -dump http://www.galago-project.org/files/releases/source/$pkgname | Flasttar" +Fconfopts="$Fconfopts --disable-rpath" +sha1sums=('38264d471776482a57f58bd426f1277f2494d1ac') + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
