LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-31-2015, 05:41 AM   #136
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled

Quote:
Originally Posted by travis82 View Post
Do you know a solution
Most source archives linked to by <package>.info files are now available here, thanks to B. Watson. If you can access it, you will have to download the archive "manually" as the download link in most case is not the one in <package>.info.

PS this is of course just a way to get the sources archives needed to build packages for which a SlackBuild is available @ http://slackbuilds.org, not an answer to you broader question.

Last edited by Didier Spaier; 10-31-2015 at 05:44 AM.
 
1 members found this post helpful.
Old 11-04-2015, 04:36 AM   #137
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by BCarey View Post
Hi,

Do you have an (experimental?) version of MLED for -current?
A few days ago, I started working on what will be MLED 14.2, based on a few installations of -current. If you're curious to check out the project's progress, you can take a peek here:

Besides this, the Development.pdf file at the repository root gives a quick overview of packages and versions.

Cheers,

Niki
 
2 members found this post helpful.
Old 11-04-2015, 10:26 AM   #138
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,667

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
You might want to switch to 586 for 32 bit
 
1 members found this post helpful.
Old 11-04-2015, 12:08 PM   #139
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by willysr View Post
You might want to switch to 586 for 32 bit
Thanks for the heads-up, Willy. Something around that line?

Code:
if [ -z "$ARCH" ]; then
  case "$( uname -m )" in
    i?86) ARCH=i586 ;;
    arm*) ARCH=arm ;;
       *) ARCH=$( uname -m ) ;;
  esac
fi

...

if [ "$ARCH" = "i586" ]; then
  SLKCFLAGS="-O2 -march=i586 -mtune=i686"
  LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
  SLKCFLAGS="-O2 -march=i686 -mtune=i686"
  LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
  SLKCFLAGS="-O2 -fPIC"
  LIBDIRSUFFIX="64"
else
  SLKCFLAGS="-O2"
  LIBDIRSUFFIX=""
fi
 
Old 11-07-2015, 12:01 PM   #140
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
LibreOffice has been upgraded to 4.4.6 in the MLED 14.1 branch. Besides that, LibreOffice 5.0.3 is already available in the upcoming 14.2 repositories for both 32-bit and 64-bit. As always, I'm providing help files and localization packs for english and german. So even those of you who don't want to use MLED can still grab LibreOffice from my repos.

For all the other additions and/or updates (JDK, Firefox translations, etc.) check out the various ChangeLogs linked on the MLED project page.

Cheers,

Niki

Last edited by kikinovak; 11-07-2015 at 12:02 PM.
 
2 members found this post helpful.
Old 11-13-2015, 07:36 AM   #141
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Here's a little HOWTO (in french) along with a video on how to configure the Plank application launcher on MLED 14.1, as a replacement for Xfce's second panel.
 
Old 11-18-2015, 05:38 PM   #142
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Don't be surprised if there's no news in the ChangeLogs for a few days. I'm currently working on a new separate website entirely dedicated to MLED, and that takes some time.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[ANN] MLED 14.1 Xfce & MATE editions released! kikinovak Slackware 82 03-18-2014 06:27 AM
[ANN] MLED 14.1 KDE released kikinovak Slackware 5 12-04-2013 07:49 PM
[ANN] New MLED site and repo kikinovak Slackware 15 12-02-2013 08:25 AM
MLED 14.0 released! kikinovak Slackware 16 06-09-2013 09:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration