You are not logged in.

#251 2006-01-06 14:17:56

honki
Member
Registered: 2005-11-04
Posts: 16

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

the gaim-cvs-20060104-1 is extremely unstable sad I had to downgrade to your last package because it was crashing all the time

Offline

#252 2006-01-06 23:33:35

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

I'm upgrade it right now in hopes that it's fixed...


·¬»· i am shadowhand, powered by webfaction

Offline

#253 2006-01-09 15:02:22

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Repo (is about to be) updated.

= Updated xfce4-svn to latest
= Updated gaim-cvs to latest
= Updated gimp-devel to 2.3.6
+ Added kopete-svn (you will have to -Sf if you have kdenetwork installed)


·¬»· i am shadowhand, powered by webfaction

Offline

#254 2006-01-10 22:05:31

TomE
Member
Registered: 2005-08-06
Posts: 164

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

i recently reinstalled formating my hd and i forgot to back up my PKGBULIDs dir.

i so thought i'd use you repo (your PKGBULIDs are cleaner than mine and have dependencies and descriptions smile) a few problems though:

libxfcegui4 depends on librsvg

gtk-xfce-engin does not work here if installed to /opt/xfce4 but does when install to /usr

xfce4-mixer the panel plug-in has ported been ported and it will now build, here's a PKGBULID with description and (hopefully all) dependencies

pkgname=xfce4-mixer-svn
pkgver=19229
pkgrel=1
pkgdesc="A volume control application for the Xfce Desktop
Environment"
url="http://www.xfce.org/"
groups='xfce4-svn'
conflicts=('xfce4-mixer')

depends=('alsa-lib' 'libxfce4mcs-svn' 'libxfcegui4-svn')
makedepends=('subversion' 'xfce4-dev-tools')

_svntrunk=http://svn.xfce.org/svn/xfce/xfce4-mixer/trunk
_svnmod=xfce4-mixer

build() {

msg "Updating SVN entries for $_svnmod ..."

cd $startdir/src
svn co $_svntrunk $_svnmod
cd $_svnmod

msg "Finished update, starting build ..."
./autogen.sh --prefix=/opt/xfce4 --with-sound=alsa
make || return 1
make DESTDIR=$startdir/pkg install

#libtool-slay!
find $startdir/pkg -type f -name '*.la' -exec rm {} ;
[ -d $startdir/pkg/opt/xfce4/lib/xfce4 ] && 
find $startdir/pkg/opt/xfce4/lib/xfce4 -name '*.a' -exec rm -f {} ; || 
/bin/true

}

one more thing do you have a tarball of all your PKGBULIDs so i can build my self and save you some bandwith

thanks
tom

Offline

#255 2006-01-11 07:56:58

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Thanks for that TomE!

You can now find a tarball of all the pkgbuilds in xfce4-svn at: http://archpkg.wgilk.com/tarballs along with my build script (be sure to take a look at it and edit the save paths if you use it).
---------------------------------------
Repo updated.

= Updated xfce4-svn to latest
= gtk-xfce-engine-svn now installs to /usr (thanks TomE)
= fixed deps for libxfce4gui (thanks TomE)
= xfmedia now syncs to xfmedia/stable (yay it builds!)

+ Added xfce4-mixer-svn (thanks again TomE)

- Removed ktorrent-svn (Not good enough)
- Removed kopete-svn (Conflicts with Extra KDE packages)

·¬»· i am shadowhand, powered by webfaction

Offline

#256 2006-01-11 11:55:42

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

any chance of ftp access shadow?  I have to manual click each pkg I want to d/l ATM - v boring sad (read no Arch box internet access)

Offline

#257 2006-01-11 12:04:54

rpgcyco
Member
From: Australia
Registered: 2005-09-27
Posts: 74

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

pacman -S xfce4-svn
blah blah
oink oink
error: cannot resolve dependencies for "xftrash-svn":
"libxffm-svn" is not in the package set

When I try to install every package that xfce4-svn would install, manually (with the exception of xftrash-svn), I get an error message about a gtk-xfce-engine and gtk-xfce-engine-svn conflict.

- Rpg Cyco

Offline

#258 2006-01-11 20:18:53

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

rpgcyco wrote:
error: cannot resolve dependencies for "xftrash-svn":
"libxffm-svn" is not in the package set

Removed xftrash (forgot it was part of xffm), this error should be fixed now.

rpgcyco wrote:

I get an error message about a gtk-xfce-engine and gtk-xfce-engine-svn conflict.

gtk-xfce-engine and gtk-xfce-engine-svn conflict with each other (and it's listed in the conflicts= for gtk..-svn). Try removing gtk-xfce-engine manually and retrying.


·¬»· i am shadowhand, powered by webfaction

Offline

#259 2006-01-11 20:26:13

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

dibblethewrecker wrote:

any chance of ftp access shadow?  I have to manual click each pkg I want to d/l ATM - v boring sad (read no Arch box internet access)

Why not use wget to mirror my site to your hard drive?


·¬»· i am shadowhand, powered by webfaction

Offline

#260 2006-01-11 20:38:54

gaspyd
Member
Registered: 2006-01-11
Posts: 2

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

[gaspyd@acerino ~]$ xffm

(xffm-iconview:2390): GLib-GObject-CRITICAL **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed

(xffm-iconview:2390): GLib-GObject-CRITICAL **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed

(xffm-iconview:2390): GLib-GObject-CRITICAL **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed

(xffm-iconview:2390): GLib-GObject-CRITICAL **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed

(xffm-iconview:2390): GLib-GObject-CRITICAL **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed

(xffm-iconview:2390): GLib-GObject-CRITICAL **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed

(xffm-iconview:2390): GLib-GObject-CRITICAL **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed

(xffm-iconview:2390): GLib-GObject-CRITICAL **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed

(xffm-iconview:2390): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(xffm-iconview:2390): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

** (xffm-iconview:2390): WARNING **: xffm: signal 11 received. Cleaning up before exiting


** (xffm-iconview:2394): WARNING **: Module /opt/xfce4/lib/xffm/plugins/libxffm_trash.so is not sane!
Does module specify: "LIBXFFM_MODULE"?

** (xffm-iconview:2390): WARNING **: xffm_confirm_dialog requires widgets_p != NULL
[paolo@acerino ~]$
** (xffm-deskview:2393): WARNING **: xffm: signal 11 received. Cleaning up before exiting


** (xffm-deskview:2396): WARNING **: Module /opt/xfce4/lib/xffm/plugins/libxffm_trash.so is not sane!
Does module specify: "LIBXFFM_MODULE"?

** (xffm-deskview:2393): WARNING **: xffm_confirm_dialog requires widgets_p != NULL

:shock:

Offline

#261 2006-01-11 21:30:16

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Oh yah... I forgot to annouce that. I no longer build xffm, libxffm, or xftrash. They changed the way libxffm is versioned in such a way that xffm no longer builds (and xftrash depends on libxffm).

So, long story short: build xffm yourself if you want it or switch to Thunar (it's better anyways).


·¬»· i am shadowhand, powered by webfaction

Offline

#262 2006-01-11 22:54:28

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

That new gimp splash screen is... interesting.


I am a gated community.

Offline

#263 2006-01-12 03:05:55

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

What, the one with the gauge thing?

Offline

#264 2006-01-12 16:46:50

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

shadowhand wrote:
dibblethewrecker wrote:

any chance of ftp access shadow?  I have to manual click each pkg I want to d/l ATM - v boring sad (read no Arch box internet access)

Why not use wget to mirror my site to your hard drive?

Why not?  I think I already answered that question, mate wink

Offline

#265 2006-01-12 19:20:34

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

dibblethewrecker wrote:
shadowhand wrote:
dibblethewrecker wrote:

any chance of ftp access shadow?  I have to manual click each pkg I want to d/l ATM - v boring sad (read no Arch box internet access)

Why not use wget to mirror my site to your hard drive?

Why not?  I think I already answered that question, mate wink

You didn't say that you didn't have access to wget! wink

I'm working on finding a way to have anonymous ftp access... I'll send you a PM when it's set up.


·¬»· i am shadowhand, powered by webfaction

Offline

#266 2006-01-12 19:43:35

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

@dibble: PM sent.


·¬»· i am shadowhand, powered by webfaction

Offline

#267 2006-01-15 16:32:07

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Repo updated.

= xfce4-svn to latest
= gaim-cvs to latest


·¬»· i am shadowhand, powered by webfaction

Offline

#268 2006-01-20 23:46:12

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Repo updated.

= Updated xfce-svn to latest
= Updated gaim-cvs to latest
+ Added wine-cvs


·¬»· i am shadowhand, powered by webfaction

Offline

#269 2006-01-21 02:58:52

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

shadowhand: with the wine guys releasing practically every month (they just did a release today, actually), does the CVS version really have that much more to offer over the packaged version?

Offline

#270 2006-01-28 23:27:04

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Could you please reintroduce KTorrent? I don't mean the SVN version - the current version is 1.2rc2, but Arch packages for that aren't out yet...

Offline

#271 2006-01-29 02:46:50

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Gullible Jones wrote:

Could you please reintroduce KTorrent? I don't mean the SVN version - the current version is 1.2rc2, but Arch packages for that aren't out yet...

Nope, sorry. Ktorrent just isn't good enough (imo) to be in my repo. :?


·¬»· i am shadowhand, powered by webfaction

Offline

#272 2006-02-03 02:38:01

RaLX
Member
Registered: 2005-10-17
Posts: 54

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Hi, the file shadowhand.db.tar.gz is missing in the repo at this moment and pacman can't synchronize the package database.

Offline

#273 2006-02-03 02:47:07

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

You may have the URL or repo name wrong... There are no capital letters in either, for instance.

BTW Shadowhand, it's impossible to view the wine-cvs PKGBUILD on your website... Gives a 403 (Forbidden) error.

Edit: Nope, RaLX is right - your repo database does not exist. :x

Offline

#274 2006-02-03 04:05:32

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Sorry, I should have posted sooner.

The repo is down for the moment. I had to rebuild all of xfce4-svn due to a lib change. Normally, this wouldn't be an issue, except that I updated the database before finding this issue, so I had to take the repo offline to prevent people from getting a updates that broke xfce4-svn.

The repo will be back online very soon. Sorry for the downtime.


·¬»· i am shadowhand, powered by webfaction

Offline

#275 2006-02-03 04:51:19

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Shadowhand's Devel Repo (Firefox, Gaim, Xfce, etc)

Please click here and read the latest update.


·¬»· i am shadowhand, powered by webfaction

Offline

Board footer

Powered by FluxBB