|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
svn diff for packagesHere is the diff for all my builds.
[juice_extras.diff] Index: extras/contrib/SOURCES/gtksourceview-sharp/Print.patch =================================================================== --- extras/contrib/SOURCES/gtksourceview-sharp/Print.patch (revision 0) +++ extras/contrib/SOURCES/gtksourceview-sharp/Print.patch (revision 0) @@ -0,0 +1,49 @@ +--- sample/Makefile.am.orig 2009-07-17 03:16:08.000000000 -0500 ++++ sample/Makefile.am 2009-07-17 03:16:49.000000000 -0500 +@@ -1,14 +1,10 @@ + TEST = SourceViewTest.exe +-PRINT = PrintSample.exe + +-EXTRA_DIST = SourceViewTest.cs PrintSample.cs +-CLEANFILES = $(TEST) $(TEST).mdb $(PRINT) $(PRINT).mdb ++EXTRA_DIST = SourceViewTest.cs ++CLEANFILES = $(TEST) $(TEST).mdb + +-all: $(TEST) $(PRINT) ++all: $(TEST) + + $(TEST): $(srcdir)/SourceViewTest.cs + $(CSC) -out:$@ $(srcdir)/SourceViewTest.cs -r:../gtksourceview/gtksourceview-sharp.dll -pkg:gtk-sharp-2.0 + +-$(PRINT): $(srcdir)/PrintSample.cs +- $(CSC) -out:$@ $(srcdir)/PrintSample.cs -r:../gtksourceview/gtksourceview-sharp.dll -pkg:gtk-sharp-2.0 -pkg:gnome-sharp-2.0 +- +--- sample/Makefile.in.orig 2009-07-17 03:16:20.000000000 -0500 ++++ sample/Makefile.in 2009-07-17 03:17:42.000000000 -0500 +@@ -147,9 +147,8 @@ target_vendor = @target_vendor@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + TEST = SourceViewTest.exe +-PRINT = PrintSample.exe +-EXTRA_DIST = SourceViewTest.cs PrintSample.cs +-CLEANFILES = $(TEST) $(TEST).mdb $(PRINT) $(PRINT).mdb ++EXTRA_DIST = SourceViewTest.cs ++CLEANFILES = $(TEST) $(TEST).mdb + all: all-am + + .SUFFIXES: +@@ -311,13 +310,11 @@ uninstall-am: + mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am + + +-all: $(TEST) $(PRINT) ++all: $(TEST) + + $(TEST): $(srcdir)/SourceViewTest.cs + $(CSC) -out:$@ $(srcdir)/SourceViewTest.cs -r:../gtksourceview/gtksourceview-sharp.dll -pkg:gtk-sharp-2.0 + +-$(PRINT): $(srcdir)/PrintSample.cs +- $(CSC) -out:$@ $(srcdir)/PrintSample.cs -r:../gtksourceview/gtksourceview-sharp.dll -pkg:gtk-sharp-2.0 -pkg:gnome-sharp-2.0 + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: Index: extras/contrib/SCRIPTS/gtksourceview/build =================================================================== --- extras/contrib/SCRIPTS/gtksourceview/build (revision 0) +++ extras/contrib/SCRIPTS/gtksourceview/build (revision 0) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright 2004-2007 Dagmar d'Surreal <rivyqntzne@...> +# Available under the terms of the GNU GPL. +# + +NAME="gtksourceview" +VERSION="1.8.5" +REVISION="1" + +PKG_SOURCEURL='http://ftp.gnome.org/pub/GNOME/sources/$NAME/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.bz2' + +# buildrequires libgnomeprint + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +cxxflags +prepare +analyzesource +configure --enable-gtk-doc +make +makeinstall install-strip +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/gtksourceview/desc =================================================================== --- extras/contrib/SCRIPTS/gtksourceview/desc (revision 0) +++ extras/contrib/SCRIPTS/gtksourceview/desc (revision 0) @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +gtksourceview: gtksourceview (GTK+ source code viewer) +gtksourceview: +gtksourceview: GtkSourceView is a portable C library that extends the +gtksourceview: standard GTK+ framework for multiline text editing with +gtksourceview: support for configurable syntax highlighting, unlimited +gtksourceview: undo/redo, UTF-8 compliant caseless searching, printing and +gtksourceview: other features typical of a source code editor. +gtksourceview: +gtksourceview: More information available here +gtksourceview: http://projects.gnome.org/gtksourceview/ +gtksourceview: Index: extras/contrib/SCRIPTS/notify-sharp/build =================================================================== --- extras/contrib/SCRIPTS/notify-sharp/build (revision 0) +++ extras/contrib/SCRIPTS/notify-sharp/build (revision 0) @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright 2004, 2007 Dagmar d'Surreal <rivyqntzne@...> +# Copyright 2005, 2006, 2007 Scott Harmon +# Available under the terms of the GNU GPL. +# + +NAME="notify-sharp" +VERSION="0.4.0~r3032" +REVISION="1" + +PKG_SOURCEURL='http://ftp.u-picardie.fr/pub/mirror/linux/ubuntu/ubuntu/pool/universe/n/notify-sharp/notify-sharp_$VERSION.orig.tar.gz' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +cxxflags +prepare +analyzesource +configure +make +makeinstall install-strip +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/notify-sharp/desc =================================================================== --- extras/contrib/SCRIPTS/notify-sharp/desc (revision 0) +++ extras/contrib/SCRIPTS/notify-sharp/desc (revision 0) @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +notify-sharp: +notify-sharp: notify-sharp is a C# client implementation for Desktop +notify-sharp: Notifications, i.e. notification-daemon. It is inspired by +notify-sharp: the libnotify API. +notify-sharp: Desktop Notifications provide a standard way of doing +notify-sharp: passive pop-up notifications on the Linux desktop. These are +notify-sharp: designed to notify the user of something without interrupting +notify-sharp: their work with a dialog box that they must close. Passive +notify-sharp: popups can automatically disappear after a short period of time. +notify-sharp: More information available here +notify-sharp: http://www.ndesk.org/NotifySharp Index: extras/contrib/SCRIPTS/gnome-do-plugins/build =================================================================== --- extras/contrib/SCRIPTS/gnome-do-plugins/build (revision 0) +++ extras/contrib/SCRIPTS/gnome-do-plugins/build (revision 0) @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Copyright 2004, 2007 Dagmar d'Surreal <rivyqntzne@...> +# Copyright 2005, 2006, 2007 Scott Harmon +# Available under the terms of the GNU GPL. +# + +NAME="gnome-do-plugins" +VERSION="0.8.2" +REVISION="1" +PKG_SOURCEURL='http://edge.launchpad.net/do-plugins/0.8/$VERSION/+download/$NAME-$VERSION.tar.gz' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +cxxflags +prepare +analyzesource +configure +make +makeinstall install-strip +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/gnome-do-plugins/desc =================================================================== --- extras/contrib/SCRIPTS/gnome-do-plugins/desc (revision 0) +++ extras/contrib/SCRIPTS/gnome-do-plugins/desc (revision 0) @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +gnome-do-plugins: +gnome-do-plugins: Plugins for Gnome DO +gnome-do-plugins: +gnome-do-plugins: +gnome-do-plugins: +gnome-do-plugins: +gnome-do-plugins: +gnome-do-plugins: +gnome-do-plugins: More information availible here +gnome-do-plugins: http://do.davebsd.com/ +gnome-do-plugins: Index: extras/contrib/SCRIPTS/monodevelop-boo/build =================================================================== --- extras/contrib/SCRIPTS/monodevelop-boo/build (revision 0) +++ extras/contrib/SCRIPTS/monodevelop-boo/build (revision 0) @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright 2005-2007 Renato Cunha +# Copyright 2007 Dagmar d'Surreal <rivyqntzne@...> +# Available under the terms of the GNU GPL. +# + +NAME="monodevelop-boo" +VERSION="2.0" +REVISION="2" + +PKG_SOURCEURL='http://ftp.novell.com/pub/mono/sources/$NAME/$NAME-$VERSION.tar.bz2' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +prepare +analyzesource +#requires the dropline-functions.sh to have DLG_SYSCONFDIR=${DLG_SYSCONFDIR:-"/etc"} commented out +#and DLG_LOCALSTATEDIR=${DLG_LOCALSTATEDIR:-"/var/lib"} commented out +PKG_NEEDSTATIC=true +configure +make +makeinstall +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/monodevelop-boo/desc =================================================================== --- extras/contrib/SCRIPTS/monodevelop-boo/desc (revision 0) +++ extras/contrib/SCRIPTS/monodevelop-boo/desc (revision 0) @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +monodevelop-boo: MonoDevelop is a free GNOME IDE primarily designed for C# and +monodevelop-boo: other .NET languages. +monodevelop-boo: This package enables Boo integration for MonoDevelop. +monodevelop-boo: +monodevelop-boo: +monodevelop-boo: More Information here http://www.mono-project.com/ +monodevelop-boo: +monodevelop-boo: +monodevelop-boo: +monodevelop-boo: +monodevelop-boo: Index: extras/contrib/SCRIPTS/gnome-do/build =================================================================== --- extras/contrib/SCRIPTS/gnome-do/build (revision 0) +++ extras/contrib/SCRIPTS/gnome-do/build (revision 0) @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright 2004, 2007 Dagmar d'Surreal <rivyqntzne@...> +# Copyright 2005, 2006, 2007 Scott Harmon +# Available under the terms of the GNU GPL. +# + +NAME="gnome-do" +VERSION="0.8.2" +REVISION="1" +PKG_SOURCEURL='http://edge.launchpad.net/do/0.8/$VERSION/+download/$NAME-$VERSION.tar.gz' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +cxxflags +prepare +analyzesource +spewdo "cd $PKG_BUILDROOT ; autoreconf --force --install" +configure +make +makeinstall install-strip +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/gnome-do/desc =================================================================== --- extras/contrib/SCRIPTS/gnome-do/desc (revision 0) +++ extras/contrib/SCRIPTS/gnome-do/desc (revision 0) @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +gnome-do: +gnome-do: GNOME Do (Do) is an intelligent launcher tool that makes +gnome-do: performing common tasks on your computer simple and efficient. Do +gnome-do: not only allows you to search for items in your desktop +gnome-do: environment (e.g. applications, contacts, bookmarks, files, +gnome-do: music), it also allows you to specify actions to perform on +gnome-do: search results (e.g. run, open, email, chat, play). +gnome-do: +gnome-do: More information availible here +gnome-do: http://do.davebsd.com/ +gnome-do: Index: extras/contrib/SCRIPTS/monodevelop-java/build =================================================================== --- extras/contrib/SCRIPTS/monodevelop-java/build (revision 0) +++ extras/contrib/SCRIPTS/monodevelop-java/build (revision 0) @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright 2005-2007 Renato Cunha +# Copyright 2007 Dagmar d'Surreal <rivyqntzne@...> +# Available under the terms of the GNU GPL. +# + +NAME="monodevelop-java" +VERSION="2.0" +REVISION="2" + +PKG_SOURCEURL='http://go-mono.com/sources/$NAME/$NAME-$VERSION.tar.bz2' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +prepare +analyzesource +#requires the dropline-functions.sh to have DLG_SYSCONFDIR=${DLG_SYSCONFDIR:-"/etc"} commented out +#and DLG_LOCALSTATEDIR=${DLG_LOCALSTATEDIR:-"/var/lib"} commented out +PKG_NEEDSTATIC=true +configure +make +makeinstall +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/monodevelop-java/desc =================================================================== --- extras/contrib/SCRIPTS/monodevelop-java/desc (revision 0) +++ extras/contrib/SCRIPTS/monodevelop-java/desc (revision 0) @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +monodevelop-java: MonoDevelop is a free GNOME IDE primarily designed for C# and +monodevelop-java: other .NET languages. +monodevelop-java: This package enables Java integration for MonoDevelop. +monodevelop-java: +monodevelop-java: +monodevelop-java: More Information here http://www.mono-project.com/ +monodevelop-java: +monodevelop-java: +monodevelop-java: +monodevelop-java: +monodevelop-java: Index: extras/contrib/SCRIPTS/monodevelop/build =================================================================== --- extras/contrib/SCRIPTS/monodevelop/build (revision 0) +++ extras/contrib/SCRIPTS/monodevelop/build (revision 0) @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Copyright 2005-2007 Renato Cunha +# Copyright 2007 Dagmar d'Surreal <rivyqntzne@...> +# Available under the terms of the GNU GPL. +# + +NAME="monodevelop" +VERSION="2.0" +REVISION="2" + +PKG_SOURCEURL='http://go-mono.com/sources/$NAME/$NAME-$VERSION.tar.bz2' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +prepare +analyzesource +configure +make +makeinstall install-strip +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/monodevelop/desc =================================================================== --- extras/contrib/SCRIPTS/monodevelop/desc (revision 0) +++ extras/contrib/SCRIPTS/monodevelop/desc (revision 0) @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +monodevelop: MonoDevelop is a free GNOME IDE primarily designed for C# and +monodevelop: other .NET languages. +monodevelop: +monodevelop: +monodevelop: +monodevelop: More Information here http://www.mono-project.com/ +monodevelop: +monodevelop: +monodevelop: +monodevelop: +monodevelop: Index: extras/contrib/SCRIPTS/f-spot/build =================================================================== --- extras/contrib/SCRIPTS/f-spot/build (revision 0) +++ extras/contrib/SCRIPTS/f-spot/build (revision 0) @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright 2004, 2007 Dagmar d'Surreal <rivyqntzne@...> +# Copyright 2005, 2006, 2007 Scott Harmon +# Available under the terms of the GNU GPL. +# + +NAME="f-spot" +VERSION="0.5.0.3" +REVISION="1" + +PKG_SOURCEURL='http://ftp.gnome.org/Public/GNOME/sources/$NAME/0.5/$NAME-$VERSION.tar.bz2' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +cxxflags +prepare +analyzesource +configure +make +makeinstall +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/f-spot/desc =================================================================== --- extras/contrib/SCRIPTS/f-spot/desc (revision 0) +++ extras/contrib/SCRIPTS/f-spot/desc (revision 0) @@ -0,0 +1,21 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + + |-----handy-ruler------------------------------------------------------| +f-spot: F-Spot is a full-featured personal photo management application +f-spot: for the GNOME desktop +f-spot: +f-spot: F-Spot simplifies digital photography by providing intuitive tools +f-spot: to help you share, touch-up, find and organize your images. +f-spot: +f-spot: +f-spot: +f-spot: More information available at +f-spot: http://www.f-spot.org +f-spot: + Index: extras/contrib/SCRIPTS/monodevelop-database/build =================================================================== --- extras/contrib/SCRIPTS/monodevelop-database/build (revision 0) +++ extras/contrib/SCRIPTS/monodevelop-database/build (revision 0) @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Copyright 2005-2007 Renato Cunha +# Copyright 2007 Dagmar d'Surreal <rivyqntzne@...> +# Available under the terms of the GNU GPL. +# + +NAME="monodevelop-database" +VERSION="2.0" +REVISION="2" + +PKG_SOURCEURL='http://go-mono.com/sources/$NAME/$NAME-$VERSION.tar.bz2' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +prepare +analyzesource +configure +make +makeinstall install-strip +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/monodevelop-database/desc =================================================================== --- extras/contrib/SCRIPTS/monodevelop-database/desc (revision 0) +++ extras/contrib/SCRIPTS/monodevelop-database/desc (revision 0) @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +monodevelop-database: MonoDevelop is a free GNOME IDE primarily designed for C# and +monodevelop-database: other .NET languages. +monodevelop-database: This package enables Database integration for MonoDevelop. +monodevelop-database: +monodevelop-database: +monodevelop-database: More Information here http://www.mono-project.com/ +monodevelop-database: +monodevelop-database: +monodevelop-database: +monodevelop-database: +monodevelop-database: Index: extras/contrib/SCRIPTS/gnome-device-manager/build =================================================================== --- extras/contrib/SCRIPTS/gnome-device-manager/build (revision 0) +++ extras/contrib/SCRIPTS/gnome-device-manager/build (revision 0) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright 2004, 2007 Dagmar d'Surreal <rivyqntzne@...> +# Copyright 2005, 2006, 2007 Scott Harmon +# Available under the terms of the GNU GPL. +# + +NAME="gnome-device-manager" +VERSION="0.2" +REVISION="1" + +PKG_SOURCEURL='http://cgit.freedesktop.org/~david/gnome-device-manager/snapshot/$NAME-$VERSION.tar.bz2' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +cxxflags +prepare +analyzesource +PKG_USEAUTOGENSH=yes +configure +make +makeinstall install-strip +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/gnome-device-manager/desc =================================================================== --- extras/contrib/SCRIPTS/gnome-device-manager/desc (revision 0) +++ extras/contrib/SCRIPTS/gnome-device-manager/desc (revision 0) @@ -0,0 +1,20 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +gnome-device-manager: +gnome-device-manager: This is a GNOME program to manage devices and device +gnome-device-manager: drivers. It's inspired by hal-device-manager, from +gnome-device-manager: the HAL project, but rewritten in C for efficiency +gnome-device-manager: and an outlook to actually make it manage devices +gnome-device-manager: rather than just show information. +gnome-device-manager: +gnome-device-manager: +gnome-device-manager: More information availible here +gnome-device-manager: http://cgit.freedesktop.org/~david/gnome-device-manager/ +gnome-device-manager: + Index: extras/contrib/SCRIPTS/gnome-do-docklets/build =================================================================== --- extras/contrib/SCRIPTS/gnome-do-docklets/build (revision 0) +++ extras/contrib/SCRIPTS/gnome-do-docklets/build (revision 0) @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Copyright 2004, 2007 Dagmar d'Surreal <rivyqntzne@...> +# Copyright 2005, 2006, 2007 Scott Harmon +# Available under the terms of the GNU GPL. +# + +NAME="gnome-do-docklets" +VERSION="0.8.2" +REVISION="1" +PKG_SOURCEURL='http://edge.launchpad.net/do-plugins/0.8/$VERSION/+download/$NAME-$VERSION.tar.gz' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +cflags +cxxflags +prepare +analyzesource +configure +make +makeinstall install-strip +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/gnome-do-docklets/desc =================================================================== --- extras/contrib/SCRIPTS/gnome-do-docklets/desc (revision 0) +++ extras/contrib/SCRIPTS/gnome-do-docklets/desc (revision 0) @@ -0,0 +1,20 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +gnome-do-docklets: +gnome-do-docklets: Extra applets for GNOME Do's "Docky" interface. +gnome-do-docklets: These include a CPU/memory monitor, a weather forcast, +gnome-do-docklets: a battery monitor, and more +gnome-do-docklets: +gnome-do-docklets: +gnome-do-docklets: +gnome-do-docklets: +gnome-do-docklets: More information availible here +gnome-do-docklets: http://do.davebsd.com/ +gnome-do-docklets + Index: extras/contrib/SCRIPTS/gtksourceview-sharp/build =================================================================== --- extras/contrib/SCRIPTS/gtksourceview-sharp/build (revision 0) +++ extras/contrib/SCRIPTS/gtksourceview-sharp/build (revision 0) @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright 2005-2007 Renato Cunha +# Copyright 2007 Dagmar d'Surreal <rivyqntzne@...> +# Available under the terms of the GNU GPL. +# + +NAME="gtksourceview-sharp" +VERSION="2.0-0.12" +REVISION="1" + +PKG_SOURCEURL='http://go-mono.com/sources/gtksourceview-sharp2/$NAME-$VERSION.tar.bz2' + +. $DLG_ROOT/config +. $DLG_ROOT/SCRIPTS/dropline-functions.sh + +PKG_PATCH[0]='Print.patch' + +cflags +prepare +analyzesource +applypatch 0 0 +configure +make +makeinstall install-strip +tidydocumentation +analyzebinaries +finalizepackage +packagize +cleanup Index: extras/contrib/SCRIPTS/gtksourceview-sharp/desc =================================================================== --- extras/contrib/SCRIPTS/gtksourceview-sharp/desc (revision 0) +++ extras/contrib/SCRIPTS/gtksourceview-sharp/desc (revision 0) @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +gtksourceview-sharp: +gtksourceview-sharp: Needed for MonoDevelop. +gtksourceview-sharp: GTK Sourceview# is a port of GTK Sourceview to the +gtksourceview-sharp: .NET runtime, written in C#. +gtksourceview-sharp: This package provides .NET assemblies that allow .NET +gtksourceview-sharp: / C# programs to use the gtksourceview library. +gtksourceview-sharp: +gtksourceview-sharp: +gtksourceview-sharp: More information available here +gtksourceview-sharp: http://monodevelop.com/Download +gtksourceview-sharp: ------------------------------------------------------------------------------ _______________________________________________ Dropline-gnome-devel mailing list Dropline-gnome-devel@... https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel |
|
|
Fixed contrib extras [DLG Packager ext]Hello All,
I've moved all the build scripts from my extras to the appropriate location under contrib and added the DLG_PACKAGER variable to the scripts. Here are the rebuilt packages on its new location: http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/banshee-1-1.4.3-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/banshee-1-1.4.3-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/boo-0.9.1.3287-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/boo-0.9.1.3287-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/deluge-1.1.8-i486-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/deluge-1.1.8-i486-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/docutils-0.5-i486-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/docutils-0.5-i486-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/dropbox-0.6.1-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/dropbox-0.6.1-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/easytag-2.1.6-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/easytag-2.1.6-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ipod-sharp-0.8.2-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ipod-sharp-0.8.2-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/kbtin-1.0.13-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/kbtin-1.0.13-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/lablgtk-2.10.1-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/lablgtk-2.10.1-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mono-zeroconf-0.9.0-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mono-zeroconf-0.9.0-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mplayer-svn_09_07_23-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mplayer-svn_09_07_23-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ocaml-3.11.0-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ocaml-3.11.0-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/podsleuth-0.6.4-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/podsleuth-0.6.4-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/setuptools-0.6c9-i486-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/setuptools-0.6c9-i486-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/sg3-utils-1.27-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/sg3-utils-1.27-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/taglib-sharp-2.0.3.2-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/taglib-sharp-2.0.3.2-i686-1salv.tgz.md5 http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/unison-2.27.57-i686-1salv.tgz http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/unison-2.27.57-i686-1salv.tgz.md5 The old ones were removed. - Tiago "Salvador" Souza ------------------------------------------------------------------------------ _______________________________________________ Dropline-gnome-devel mailing list Dropline-gnome-devel@... https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel |
|
|
Re: svn diff for packagesJared, great ork, many thanks for the scripts and for using the svn.
Later I will check them carefully and will revert back to you if needed. Thx again Sasa On Fri, Jul 24, 2009 at 12:59 AM, Jared Smith<juicejar@...> wrote: > Here is the diff for all my builds. > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Dropline-gnome-devel mailing list > Dropline-gnome-devel@... > https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel > > ------------------------------------------------------------------------------ _______________________________________________ Dropline-gnome-devel mailing list Dropline-gnome-devel@... https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel |
|
|
Re: Fixed contrib extras [DLG Packager ext]Tiago, many thanks, and great work. Since you have added the DLG_PKGER
to the scripts was not needed to rebuild all that stuff just for that, you could simply just rename it. Anyway, thanks and lets try to move ahead. Another thing I think you could do. Is to move the scripts into the DLG_2_26 branch also and not only trunk. Since this scripts are relevant to the gnome-2.26 and when we will tag DBS to be for dlg-2.26 we will have all the stuff ready. If you dont mind please do also that copy of the scripts, from trunk to branches/DLG_2_26. Thanks again. Saxa 2009/7/24 Tiago "Salvador" Souza <ts.salvador@...>: > Hello All, > > I've moved all the build scripts from my extras to the appropriate > location under contrib and added the DLG_PACKAGER variable to the > scripts. Here are the rebuilt packages on its new location: > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/banshee-1-1.4.3-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/banshee-1-1.4.3-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/boo-0.9.1.3287-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/boo-0.9.1.3287-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/deluge-1.1.8-i486-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/deluge-1.1.8-i486-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/docutils-0.5-i486-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/docutils-0.5-i486-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/dropbox-0.6.1-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/dropbox-0.6.1-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/easytag-2.1.6-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/easytag-2.1.6-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ipod-sharp-0.8.2-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ipod-sharp-0.8.2-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/kbtin-1.0.13-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/kbtin-1.0.13-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/lablgtk-2.10.1-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/lablgtk-2.10.1-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mono-zeroconf-0.9.0-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mono-zeroconf-0.9.0-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mplayer-svn_09_07_23-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mplayer-svn_09_07_23-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ocaml-3.11.0-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ocaml-3.11.0-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/podsleuth-0.6.4-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/podsleuth-0.6.4-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/setuptools-0.6c9-i486-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/setuptools-0.6c9-i486-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/sg3-utils-1.27-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/sg3-utils-1.27-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/taglib-sharp-2.0.3.2-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/taglib-sharp-2.0.3.2-i686-1salv.tgz.md5 > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/unison-2.27.57-i686-1salv.tgz > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/unison-2.27.57-i686-1salv.tgz.md5 > > The old ones were removed. > - > Tiago "Salvador" Souza > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Dropline-gnome-devel mailing list > Dropline-gnome-devel@... > https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel > > ------------------------------------------------------------------------------ _______________________________________________ Dropline-gnome-devel mailing list Dropline-gnome-devel@... https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel |
|
|
Re: Fixed contrib extras [DLG Packager ext]Done!
- Tiago "Salvador" Souza Em Sex, 2009-07-24 às 09:51 +0200, Sasa Ostrouska escreveu: > Tiago, many thanks, and great work. Since you have added the DLG_PKGER > to the scripts was not needed to rebuild all that stuff just for that, > you could simply just rename it. > Anyway, thanks and lets try to move ahead. > Another thing I think you could do. Is to move the scripts into the > DLG_2_26 branch also > and not only trunk. Since this scripts are relevant to the gnome-2.26 > and when we will tag > DBS to be for dlg-2.26 we will have all the stuff ready. If you dont > mind please do also that > copy of the scripts, from trunk to branches/DLG_2_26. > > Thanks again. > Saxa > > 2009/7/24 Tiago "Salvador" Souza <ts.salvador@...>: > > Hello All, > > > > I've moved all the build scripts from my extras to the appropriate > > location under contrib and added the DLG_PACKAGER variable to the > > scripts. Here are the rebuilt packages on its new location: > > > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/banshee-1-1.4.3-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/banshee-1-1.4.3-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/boo-0.9.1.3287-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/boo-0.9.1.3287-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/deluge-1.1.8-i486-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/deluge-1.1.8-i486-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/docutils-0.5-i486-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/docutils-0.5-i486-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/dropbox-0.6.1-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/dropbox-0.6.1-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/easytag-2.1.6-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/easytag-2.1.6-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ipod-sharp-0.8.2-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ipod-sharp-0.8.2-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/kbtin-1.0.13-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/kbtin-1.0.13-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/lablgtk-2.10.1-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/lablgtk-2.10.1-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mono-zeroconf-0.9.0-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mono-zeroconf-0.9.0-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mplayer-svn_09_07_23-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mplayer-svn_09_07_23-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ocaml-3.11.0-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ocaml-3.11.0-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/podsleuth-0.6.4-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/podsleuth-0.6.4-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/setuptools-0.6c9-i486-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/setuptools-0.6c9-i486-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/sg3-utils-1.27-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/sg3-utils-1.27-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/taglib-sharp-2.0.3.2-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/taglib-sharp-2.0.3.2-i686-1salv.tgz.md5 > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/unison-2.27.57-i686-1salv.tgz > > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/unison-2.27.57-i686-1salv.tgz.md5 > > > > The old ones were removed. > > - > > Tiago "Salvador" Souza > > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > > Dropline-gnome-devel mailing list > > Dropline-gnome-devel@... > > https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel > > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Dropline-gnome-devel mailing list > Dropline-gnome-devel@... > https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel ------------------------------------------------------------------------------ _______________________________________________ Dropline-gnome-devel mailing list Dropline-gnome-devel@... https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel |
|
|
Re: Fixed contrib extras [DLG Packager ext]Great work Tiago , thanks for doing that !
2009/7/27 Tiago "Salvador" Souza <ts.salvador@...>: > Done! > - > Tiago "Salvador" Souza > > > Em Sex, 2009-07-24 às 09:51 +0200, Sasa Ostrouska escreveu: >> Tiago, many thanks, and great work. Since you have added the DLG_PKGER >> to the scripts was not needed to rebuild all that stuff just for that, >> you could simply just rename it. >> Anyway, thanks and lets try to move ahead. >> Another thing I think you could do. Is to move the scripts into the >> DLG_2_26 branch also >> and not only trunk. Since this scripts are relevant to the gnome-2.26 >> and when we will tag >> DBS to be for dlg-2.26 we will have all the stuff ready. If you dont >> mind please do also that >> copy of the scripts, from trunk to branches/DLG_2_26. >> >> Thanks again. >> Saxa >> >> 2009/7/24 Tiago "Salvador" Souza <ts.salvador@...>: >> > Hello All, >> > >> > I've moved all the build scripts from my extras to the appropriate >> > location under contrib and added the DLG_PACKAGER variable to the >> > scripts. Here are the rebuilt packages on its new location: >> > >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/banshee-1-1.4.3-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/banshee-1-1.4.3-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/boo-0.9.1.3287-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/boo-0.9.1.3287-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/deluge-1.1.8-i486-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/deluge-1.1.8-i486-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/docutils-0.5-i486-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/docutils-0.5-i486-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/dropbox-0.6.1-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/dropbox-0.6.1-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/easytag-2.1.6-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/easytag-2.1.6-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ipod-sharp-0.8.2-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ipod-sharp-0.8.2-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/kbtin-1.0.13-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/kbtin-1.0.13-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/lablgtk-2.10.1-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/lablgtk-2.10.1-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mono-zeroconf-0.9.0-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mono-zeroconf-0.9.0-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mplayer-svn_09_07_23-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/mplayer-svn_09_07_23-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ocaml-3.11.0-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/ocaml-3.11.0-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/podsleuth-0.6.4-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/podsleuth-0.6.4-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/setuptools-0.6c9-i486-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/setuptools-0.6c9-i486-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/sg3-utils-1.27-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/sg3-utils-1.27-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/taglib-sharp-2.0.3.2-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/taglib-sharp-2.0.3.2-i686-1salv.tgz.md5 >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/unison-2.27.57-i686-1salv.tgz >> > http://redos.si/~tiagosou/slackware-12.2/x86/2.26/extras/contrib/unison-2.27.57-i686-1salv.tgz.md5 >> > >> > The old ones were removed. >> > - >> > Tiago "Salvador" Souza >> > >> > >> > ------------------------------------------------------------------------------ >> > >> > _______________________________________________ >> > Dropline-gnome-devel mailing list >> > Dropline-gnome-devel@... >> > https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel >> > >> > >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Dropline-gnome-devel mailing list >> Dropline-gnome-devel@... >> https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel > > ------------------------------------------------------------------------------ > > _______________________________________________ > Dropline-gnome-devel mailing list > Dropline-gnome-devel@... > https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel > > ------------------------------------------------------------------------------ _______________________________________________ Dropline-gnome-devel mailing list Dropline-gnome-devel@... https://lists.sourceforge.net/lists/listinfo/dropline-gnome-devel |
| Free embeddable forum powered by Nabble | Forum Help |