Hello, Here the patch for the latest version of scratch, a text editor used on Eos. I add 3 new depends : devhelp, marlin, zeitgeist. without these deps, the build don't work. Installed and tested.
>From ee17be14fcb6c9c2a92c4c9283a2c4d98114d779 Mon Sep 17 00:00:00 2001 From: Botchikii <[email protected]> Date: Sun, 5 Aug 2012 17:45:11 +0200 Subject: [PATCH] scratch-1.1.1-1-x86_64 * version bump and 3 dependances added --- source/gnome-extra/scratch/FrugalBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/gnome-extra/scratch/FrugalBuild b/source/gnome-extra/scratch/FrugalBuild index ffd3173..b4d7e1c 100644 --- a/source/gnome-extra/scratch/FrugalBuild +++ b/source/gnome-extra/scratch/FrugalBuild @@ -2,21 +2,22 @@ # Maintainer: Devil505 <[email protected]> pkgname=scratch -pkgver=1.1 +pkgver=1.1.1 pkgrel=1 pkgdesc="Scratch is a text editor written in Vala and Gtk+ 3" url="https://launchpad.net/scratch" depends=('gconf' 'granite' 'bzip2' 'libsoup' 'gtksourceview3' 'libuuid' 'libgee' 'libpeas-gtk' \ - 'vte3') + 'vte3' 'devhelp' 'marlin' 'gail' 'zeitgeist') makedepends=('vala') groups=('gnome-extra' 'pantheon-desktop') _F_gnome_glib="y" _F_gnome_iconcache="y" _F_launchpad_branch="1.x" +_F_cd_path="$pkgname" options=('force') Finclude cmake gnome-scriptlet launchpad archs=('i686' 'x86_64') -sha1sums=('f8da8157f5e0322770ea85575f6e2a0fd0cf2056') +sha1sums=('5498438d9a324863de52bc71a7de6d6d4ab6fe03') build() { CMake_build -- 1.7.11.3
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
