You are not logged in.

#1 2004-06-08 08:18:37

Nuak
Member
Registered: 2004-03-23
Posts: 24

Request: gDesklets 0.26.2, Muine 0.6.2

If someone could help me making those packages with makepkg i would be happy  big_smile

When I do makepkg gdesklests and muine end with this error:

No se pudo crear el directorio «/opt/gnome/etc/gconf/gconf.xml.defaults/schemas/apps/muine»: Permiso denegado
No se pudo crear el directorio «/opt/gnome/etc/gconf/gconf.xml.defaults/schemas/apps/muine/playlist_window»: No existe el fichero o el directorio
Failed to write "/opt/gnome/etc/gconf/gconf.xml.defaults/schemas/apps/muine/playlist_window/%gconf.xml": Failed to open "/opt/gnome/etc/gconf/gconf.xml.defaults/schemas/apps/muine/playlist_window/%gconf.xml.new": No existe el fichero o el directorio
 
 
Ha ocurrido un error en la sincronización de datos: Failed to write some configuration data to disk
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory `/var/abs/local/muine/src/muine-0.6.2/data'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/abs/local/muine/src/muine-0.6.2/data'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/muine/src/muine-0.6.2/data'
make: *** [install-recursive] Error 1
==> ERROR: Build Failed.  Aborting...

Someone could help me?
I have tried making a patch with diff for the Makefile but it doesn't work. That's the patch:

--- src/gDesklets-0.26.2/Makefile    2004-06-07 21:36:59.000000000 +0200
+++ src/gDesklets-0.26-2/Makefile    2004-06-07 21:38:01.000000000 +0200
@@ -71,10 +71,10 @@
 EXEEXT = 
 F77 = 
 FFLAGS = 
-GCONFTOOL = /opt/gnome/bin/gconftool-2
+GCONFTOOL = ${prefix}/bin/gconftool-2
 GCONF_SCHEMAS_INSTALL_FALSE = #
 GCONF_SCHEMAS_INSTALL_TRUE = 
-GCONF_SCHEMA_CONFIG_SOURCE = xml::/opt/gnome/etc/gconf/gconf.xml.defaults
+GCONF_SCHEMA_CONFIG_SOURCE = xml::${prefix}/etc/gconf/gconf.xml.defaults
 GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas/
 GDESKLETS_CFLAGS = -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
 GDESKLETS_LIBS = -lgobject-2.0 -lglib-2.0  

ARCH LINUX USER SINCE MARCH 23, 2004
XboxRebelion http://www.xboxrebelion.net

Offline

#2 2004-06-08 11:30:48

tehdely
Member
Registered: 2004-02-20
Posts: 148
Website

Re: Request: gDesklets 0.26.2, Muine 0.6.2

Muine is already in staging, though 0.6.2 may not be.

All you need to do to get Muine going is the most recent version of gtk-sharp and, of course, muine.  These are Contrasutra's PKGBUILDs from staging, updated for the latest versions.  They work for me  wink

#Maintainer: Ben <ben@benmazer.net>

pkgname=gtk-sharp
pkgver=0.93
pkgrel=1
pkgdesc="gtk bindings for C#"
url="http://gtk-sharp.sourceforge.net"
depends=('mono' 'gtk2' 'gtkhtml' 'vte' 'librsvg' 'libgnomeui' 'libgnomeprintui'
'perl')
makedepends=()
conflicts=('gtk#')
source=(http://heanet.dl.sourceforge.net/sourceforge/gtk-sharp/$pkgname-$pkgver.tar.gz)

build() {
  [ -f /etc/profile.d/gnome.sh ] && . /etc/profile.d/gnome.sh
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}
#Maintainer: Ben <ben@benmazer.net>

[ -f /etc/profile.d/gnome.sh ] && . /etc/profile.d/gnome.sh

pkgname=muine
pkgver=0.6.2
pkgrel=s1
pkgdesc="a music app written in C#"
url="http://muine.gooeylinux.org"
depends=('mono' 'gtk-sharp>=0.93' 'gstreamer' 'libid3tag' 'flac' 'libogg' 'xine-lib' 'gdbm' 'libgnome')
install=muine.install
source=(http://muine.gooeylinux.org/$pkgname-$pkgver.tar.gz)
md5sums=('c1efeb7b9f91f36ee060544f051c6c69')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome --enable-gstreamer=no
  make || return 1
  make prefix=$startdir/pkg/opt/gnome install
}

[Arch GNUstep Repository] [ PKGBUILDS ]
[code][gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep[/code]

Offline

#3 2004-06-08 12:43:09

Nuak
Member
Registered: 2004-03-23
Posts: 24

Re: Request: gDesklets 0.26.2, Muine 0.6.2

I had build the gtk-sharp package. But i can't create muine package. With your PKGBUILD I get the same error.

Your PKBUILD doesn't work for me, nor mine:

#Maintainer: Ben <ben@benmazer.net>

[ -f /etc/profile.d/gnome.sh ] && . /etc/profile.d/gnome.sh

pkgname=muine
pkgver=0.6.2
pkgrel=a1
pkgdesc="A music app written in C#"
url="http://muine.gooeylinux.org"
depends=('mono' 'gtk-sharp>=0.91.1' 'gstreamer' 'libid3tag' 'flac' 'libogg' 'gst-plugins' 'gdbm' 'libgnome')
makedepends=()
conflicts=()
replaces=()
backup=()
install=muine.install
source=(http://muine.gooeylinux.org/$pkgname-$pkgver.tar.gz)
md5sums=('c1efeb7b9f91f36ee060544f051c6c69')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome --enable-gstreamer
  make || return 1
  make prefix=$startdir/pkg/opt/gnome install
}

Anyone has got any solution to this?


ARCH LINUX USER SINCE MARCH 23, 2004
XboxRebelion http://www.xboxrebelion.net

Offline

Board footer

Powered by FluxBB