LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-18-2014, 01:57 AM   #481
solarfields
Senior Member
 
Registered: Feb 2006
Location: slackalaxy.com
Distribution: Slackware, CRUX
Posts: 1,456

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007

we did. it was sweet.
 
2 members found this post helpful.
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 08-18-2014, 03:27 AM   #482
Qury
Member
 
Registered: Feb 2004
Location: Naas,IE
Distribution: Slackware
Posts: 212

Rep: Reputation: 184Reputation: 184
I think the key package that is missing from Slackware is sbopkg.

I would love to see it either installed by default or as part of /extra .
 
9 members found this post helpful.
Old 08-22-2014, 11:39 PM   #483
jprzybylski
Member
 
Registered: Apr 2011
Location: Canada
Distribution: Slackware
Posts: 99

Rep: Reputation: 23
I would personally like opus and opus-tools to be brought in and supported. I like using it for some music, and it seems to be something that will be around for a while. Also, the packages needed are quite small:
Code:
bash-4.3$ du -hsc /tmp/opus-*
432K    /tmp/opus-1.1-x86_64-1_SBo.tgz
96K     /tmp/opus-tools-0.1.8-x86_64-1_SBo.tgz
528K    total
PS: Including sbopkg in /extra would be awesome!
 
Old 08-23-2014, 02:04 AM   #484
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by Qury View Post
I think the key package that is missing from Slackware is sbopkg.

I would love to see it either installed by default or as part of /extra .
+1 for sbopkg.
 
Old 08-24-2014, 01:37 AM   #485
schmatzler
Member
 
Registered: Jan 2011
Location: Germany
Distribution: Slackware64 -current + Multilib
Posts: 411

Rep: Reputation: 181Reputation: 181
Quote:
Originally Posted by ReaperX7 View Post
Didn't we used to have a stubapp in KDE called KPackage or something that worked with various package managers include pkgtools?
Wikipedia states that it has been superseded by Shaman2, but I can't find the code for that anywhere.

Edit: Looks like it's here:

Code:
svn checkout svn://svn@svn.kde.org/home/kde/trunk/playground/sysadmin/shaman
Edit #2:

It seems like it doesn't support pkgtools anymore:

Code:
WARNING: No additional packages for building one of the Shaman Backends were found. Falling back to Fake backend

Last edited by schmatzler; 08-24-2014 at 01:57 AM.
 
Old 08-24-2014, 09:28 AM   #486
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Oh, and please please please please please:
  • mozilla-firefox-langpack
  • mozilla-thunderbird-langpack
  • seamonkey-langpack

These are not only tedious to build, but they also have to be perfectly in sync with every released version.
 
3 members found this post helpful.
Old 08-24-2014, 09:56 AM   #487
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,077

Rep: Reputation: Disabled
Quote:
Originally Posted by kikinovak View Post
Oh, and please please please please please:
  • mozilla-firefox-langpack
  • mozilla-thunderbird-langpack
  • seamonkey-langpack

These are not only tedious to build, but they also have to be perfectly in sync with every released version.
I of course second that. Maybe kdei/ could be renamed like intl/ or l9n/ or localization/, whatever, and these packages put there? Else in extra/, as aspell-words-lists/?
 
5 members found this post helpful.
Old 08-25-2014, 12:30 AM   #488
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,130

Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
IMHO, building those language packages for all the Slackware versions that receive updates with the frequency mozilla-suite new/bug-fix versions come out (that is so different from the one kde -or aspell- is updated in -current) could be really painful (that is one of the reasons why some time ago I sent Pat a patch to modify the firefox SlackBuild to allow the possibility to self-build an already localized package if someone got the need for it).

Last edited by ponce; 08-25-2014 at 12:31 AM.
 
Old 08-25-2014, 03:05 AM   #489
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by ponce View Post
IMHO, building those language packages for all the Slackware versions that receive updates with the frequency mozilla-suite new/bug-fix versions come out (that is so different from the one kde -or aspell- is updated in -current) could be really painful (that is one of the reasons why some time ago I sent Pat a patch to modify the firefox SlackBuild to allow the possibility to self-build an already localized package if someone got the need for it).
That patch was incorporated into Slackware 14.1. From mozilla-firefox.SlackBuild:

Code:
# Specify this variable for a localized build.
# For example, to build a version of Firefox with Italian support, run
# the build script like this:
#
# MOZLOCALIZE=it ./mozilla-firefox.SlackBuild
#
MOZLOCALIZE=${MOZLOCALIZE:-}
Well done.

Eric
 
Old 08-25-2014, 03:30 AM   #490
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
Quote:
Originally Posted by ponce View Post
IMHO, building those language packages for all the Slackware versions that receive updates with the frequency mozilla-suite new/bug-fix versions come out (that is so different from the one kde -or aspell- is updated in -current) could be really painful (that is one of the reasons why some time ago I sent Pat a patch to modify the firefox SlackBuild to allow the possibility to self-build an already localized package if someone got the need for it).
Cool, nicely done.

You could also use my latest-firefox script and repackage the prebuilt localised binary that Mozilla offer, e.g. to get an Italian version:

Code:
FFLANG=it ./latest-firefox
If want another language you could choose to set FFLANG to any one of the following: ach, af, ak, ar, as, ast, be, bg, bn-BD, bn-IN, br, bs, ca, cs, csb, cy, da, de, el, en-GB, en-US, en-ZA, eo, es-AR, es-CL, es-ES, es-MX, et, eu, fa, ff, fi, fr, fy-NL, ga-IE, gd, gl, gu-IN, he, hi-IN, hr, hu, hy-AM, id, is, it, ja, kk, km, kn, ko, ku, lg, lij, lt, lv, mai, mk, ml, mr, nb-NO, nl, nn-NO, nso, or, pa-IN, pl, pt-BR, pt-PT, rm, ro, ru, si, sk, sl, son, sq, sr, sv-SE, ta-LK, ta, te, th, tr, uk, vi, xpi, zh-CN, zh-TW, zu.
 
Old 08-25-2014, 03:35 AM   #491
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
I did a quick test on my Linode instance. It took me approximately 24 seconds (including fetching the build from Mozilla servers) to repackage of Firefox 31.0.
 
Old 08-25-2014, 04:48 AM   #492
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
My case might not be representative here, but I have to manage three different languages for my users here: french, english and german. Localized builds are of little to no interest here. At the moment, I have to build mozilla-firefox-l10n-{fr,de} for every updated version.
 
Old 08-25-2014, 05:57 AM   #493
lems
Member
 
Registered: May 2004
Distribution: BSD
Posts: 269

Rep: Reputation: 119Reputation: 119
While it would be nice to be able to upgrade the language packs via one's favorite package manager, I must say I did something stupid and tried writing a script for this that actually seems to work. I had a look at Archlinux' PKGBUILD and ruario's latest-firefox script to get an idea. The script will auto-detect the firefox (-f for firefox, omit for thunderbird) or thunderbird version installed (-v to override), get the language from LANG (-l lang-code to override this) and create a package out of it (if -p is specified; the package creation was added later, at first it just downloaded the xpi into the current directory). So I run prog -f -l fr -p to create a french firefox language pack for the currently installed version. I have tested this with firefox from ruario's latest-firefox and Slackware's thunderbird over several versions.

So if it's too much of a hassle I will continue using my script. No idea if it's worth sharing, I see kikinovak has his own SlackBuilds and ruario has his latest-firefox script, so there does not seem to be any demand.

What I would like to see, though, is translations for k3b. I don't know if it's still true, but last time I checked k3b was in english still. There was a thread about this a while back.
 
1 members found this post helpful.
Old 09-11-2014, 05:16 AM   #494
Loomx
Member
 
Registered: Sep 2012
Distribution: Slackware
Posts: 185

Rep: Reputation: Disabled
dmenu - it's small, useful and mature; a good fit with Slackware, IMO. There isn't really anything in Slackware at present that does what it can do.

slackpkg+ would be a good addition in /extra too (I haven't used sbopkg, as my limited SBo needs are met by the Slackbuilds scripts, but I appreciate the easy access to repos like AlienBob's for bigger programs like libreoffice and calibre that slackpkg+ gives)
 
Old 10-27-2014, 11:35 AM   #495
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Rep: Reputation: 72
IMHO, if possible, remove - upowerd, the whole 'blueman/bluetooth' thing (are there really that many people who use it? Not a sarcastic question, just an honest one), Dolphin, Dolphin, Dolphin (yeah, I know, it's part of KDE, but it sucks and is a resource hog!!), neposuck (or at least have it turned *OFF* at install instead of ON as it is now), FVWM, probably a bunch of other stuff but that's all I can think of for now.

Add - LXQT (and thus qt5), libjpeg-turbo (as opposed to libjpeg), krusader (as default file manager), vlc
 
  


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
slackbuild textlive on slackware 13 missing texmf tree balamkej Slackware 4 01-21-2010 03:19 PM
A script that could mirror slackware tree from multiple servers grissiom Slackware 8 11-21-2009 07:05 PM
suggestions on family tree programs and..... Chris106 Linux - General 2 10-22-2008 07:54 AM
Linux Family Tree -- Where Slackware Fits unixfool Slackware 16 04-23-2008 11:47 PM
Slackware 9.1 tree/slapt-get question 187807 Slackware 3 02-20-2004 06:36 PM

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

All times are GMT -5. The time now is 06:54 PM.

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