You are not logged in.

#1 2006-09-09 03:20:21

karsten
Member
Registered: 2006-07-14
Posts: 261

Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

Hi all!  I put together some very rough PKGBUILDs for the much anticipated Gnome 2.16 by updating software revisions in the official PKGBUILDs.  Hopefully it will tide you over until the devs get back.  Please post any issues you encounter during compile/install and how to fix them to this thread so that everyone can update the PKGBUILDs on their system accordingly and continue the build.
Enjoy smile


Update 09/12/2006: Added a repo (thx shadowhand) so it's easy to install:

64-bit:
[karsten]
http://arch.os-zen.net/pkg/karsten/x86_64

32-bit:
[karsten]
http://arch.os-zen.net/pkg/karsten/i686

make sure to put "IgnorePkg = libwnck" in your pacman.conf after you've updated so it won't go bezerk. 


PKGBUILDs to make/install yourself:

updated version: (0.22) (09/12/06 23:27 CST):
gnome-2.16build0.22.tar.bz2

changelog (0.22):
updates-issues

suggested install order:
suggested-install-order

screenshot:
gnome216dk9.th.jpg

Offline

#2 2006-09-09 09:46:27

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

great work man.. just one thing is missing: gnome-power-manager.

yet i am guessing that that one is hard to install with dbus and all that stuff..


The ultimate Archlinux release name: "I am your father"

Offline

#3 2006-09-09 14:11:23

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

jinn wrote:

great work man.. just one thing is missing: gnome-power-manager.

yet i am guessing that that one is hard to install with dbus and all that stuff..

thanks smile  i'll look into it..  i've made some updates to the files and will release a 0.20 version of the .tar file later today..

Offline

#4 2006-09-09 17:23:06

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

OK, I've released the 0.20 version of this compilation.  fixed some version and path issues, and some outdated patches.  It should get a working Gnome 2.16 system up and running for you. 

See the the "suggested-install-order" file in the archive for installation suggestions.

Have fun   big_smile

Offline

#5 2006-09-09 18:37:44

Cagnulein
Member
From: Modena, Italy
Registered: 2006-04-03
Posts: 260
Website

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

Well Done Man! I almost love you  lol

Offline

#6 2006-09-09 19:56:07

Blaasvis
Member
Registered: 2003-01-17
Posts: 467

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

put this in every PKGBUILD which is causing scrollkeeper trouble:

  find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} ;
  if [ -f omf.make ]; then
    sed -i -e 's/-scrollkeeper-update.*//' omf.make
  fi
  
  ./configure --prefix=/opt/gnome --disable-scrollkeeper

the sed takes care of the not installing scrollstuff on compile/package making time.

and put

  scrollkeeper-update -q -p var/lib/scrollkeeper

in the .install file this will update the scrollkeeper stuff on install, this shoul d get the scrollkeeper trouble out.. smile

p.s. knarsten: if you do not have a clue to fix it contact me on msn/jabber


Freedom is what i love

Offline

#7 2006-09-09 20:58:30

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

thanks Blaasvis that got 4 more packages up and running smile 

released updated 0.21 version.  only ones that refuse to work are gnome-terminal, nautilus-sendto, pygtk, vte, and zenity.

Offline

#8 2006-09-09 21:06:17

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

Take note that many packages have switched from the find/sed hack in Makefile.in to a nice --disable-scrollkeeper. Some packages need both though: some packages have only been ported halfway from gtk-doc to gnome-doc-utils and still contain scrollkeeper crap in the makefiles.

Offline

#9 2006-09-10 11:17:17

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

just thought of this.. i am using xgl right now, andh ave libwnck-compiz installed, which conflicts with gnome 2.16 libwnck when trying to install it.. can i run gnome 2.16 with xgl? which should i use?


The ultimate Archlinux release name: "I am your father"

Offline

#10 2006-09-10 11:24:40

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

btw, would be nice with a script to auto makepkg and install these.. i am not good with scripting and unfortunately cant write anything good.


The ultimate Archlinux release name: "I am your father"

Offline

#11 2006-09-10 17:10:15

basilburn
Member
Registered: 2005-12-09
Posts: 35

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

Jinn


Check the man page for makeworld.

It should automate the building for you.

Offline

#12 2006-09-11 08:24:43

EricNeon
Member
From: Shanghai,China
Registered: 2006-02-08
Posts: 13
Website

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

vte patch Error at: 07_set_backspace_to_utf8.patch and 08_multiscreen_safe.patch


The highest sounds are the hardest to hear. Going forward is a way to retreat. Greater talent shows itself late in life.

http://www.gnome-cn.org
http://www.dolpin.cn

Offline

#13 2006-09-11 10:56:44

EricNeon
Member
From: Shanghai,China
Registered: 2006-02-08
Posts: 13
Website

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

libxklavier-0.30 download src Error.


The highest sounds are the hardest to hear. Going forward is a way to retreat. Greater talent shows itself late in life.

http://www.gnome-cn.org
http://www.dolpin.cn

Offline

#14 2006-09-11 12:13:30

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

EricNeon wrote:

vte patch Error at: 07_set_backspace_to_utf8.patch and 08_multiscreen_safe.patch

i know this one won't build at all.  "--vte: is a complete mess, skip for now." nontheless that patch is already commented in the PKGBUILD.

EricNeon wrote:

libxklavier-0.30 download src Error.

sorry i forgot to erase the sourceforge mirrors i had used for my own build.  they all should read dl.sourceforge.net so you can use your own closest mirror.

Offline

#15 2006-09-11 12:55:20

EricNeon
Member
From: Shanghai,China
Registered: 2006-02-08
Posts: 13
Website

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

hi karsten:
I had completed 33 packages of your  gnome2.16-build group. Can I upload those packages to you or any repo to let users test gnome-2.16 ?


The highest sounds are the hardest to hear. Going forward is a way to retreat. Greater talent shows itself late in life.

http://www.gnome-cn.org
http://www.dolpin.cn

Offline

#16 2006-09-11 13:34:29

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

that would be great.  are you on a 32-bit system? i'm setting up a server as we speak.

Offline

#17 2006-09-11 20:08:16

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

Hi,

I have those as wel(only the @ packages)=, and i am on a 32bit system. let me know if you need anything from me also.

cheers
Jinn


The ultimate Archlinux release name: "I am your father"

Offline

#18 2006-09-12 01:08:28

EricNeon
Member
From: Shanghai,China
Registered: 2006-02-08
Posts: 13
Website

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

yeah, I am on a 32-bit system.I will come in irc room:)


The highest sounds are the hardest to hear. Going forward is a way to retreat. Greater talent shows itself late in life.

http://www.gnome-cn.org
http://www.dolpin.cn

Offline

#19 2006-09-12 02:09:59

EricNeon
Member
From: Shanghai,China
Registered: 2006-02-08
Posts: 13
Website

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

libwnck-2.16 packages have any wrongs, use #pacman -Su it will layout :
"errror: unresolvable dependencies:
gnome-system-monitor:requires libwnck>=2.16.0
gnome-panel:requires libwnck>=2.16.0
"
when I login gnome enviloment through gdm, nautilus and gnome-menu will crash.
and when I logout gnome,the *-username files in /tmp will not clean.


The highest sounds are the hardest to hear. Going forward is a way to retreat. Greater talent shows itself late in life.

http://www.gnome-cn.org
http://www.dolpin.cn

Offline

#20 2006-09-12 11:11:29

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

in pacman.conf put

IgnorePkg = libwnck

and that should take care of it

Offline

#21 2006-09-12 16:46:22

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

has anyone got it working with xgl? or without xgl for that matter?


The ultimate Archlinux release name: "I am your father"

Offline

#22 2006-09-13 02:44:07

EricNeon
Member
From: Shanghai,China
Registered: 2006-02-08
Posts: 13
Website

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

karsten wrote:

in pacman.conf put

IgnorePkg = libwnck

and that should take care of it

I did not install libwnck from offical repo,just is libwnck-2.16.0,but after it had installed ,pacman can't detect.

dbus's PKGBUILD :
source=(http://dbus.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
        dbus)
change to :
source=(http://dbus.freedesktop.org/releases/dbus/${pkgname}-${pkgver}.tar.gz
        dbus)

we need a new package-> dbus-glib:
http://dbus.freedesktop.org/releases/db … .71.tar.gz


The highest sounds are the hardest to hear. Going forward is a way to retreat. Greater talent shows itself late in life.

http://www.gnome-cn.org
http://www.dolpin.cn

Offline

#23 2006-09-13 04:10:33

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

yeah i'm not really sure how to build the dbus stuff.  at least now you don't need it i'm running fine without it

Offline

#24 2006-09-13 12:35:12

Razer(x)
Member
Registered: 2006-08-30
Posts: 109

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

wow..awesome..i'll try  it tonight...but it works with aiglx?

Offline

#25 2006-09-13 13:35:34

Razer(x)
Member
Registered: 2006-08-30
Posts: 109

Re: Get your Gnome 2.16 PKGBUILDs here-- x86_64 & i686 repos

damn..what should i do?libwnck conflicts with libwnck-compiz-quinn. Remove libwnck-compiz-quinn? [Y/n]

Offline

Board footer

Powered by FluxBB