Build Mate

Non release banter
Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Build Mate

Post#1 by Jack » 25 Aug 2021, 00:09

I want to build a new version of Mate but I want to strip these files.

Code: Select all

aspell-0.60.6.1-x86_64-2
aspell-en-7.1_0-x86_64-1
atkmm-2.24.2-x86_64-1
audacious-3.9-x86_64-1
audacious-plugins-3.9-x86_64-2
babl-0.1.38-x86_64-1
binutils-2.30-x86_64-1
blueman-2.0.5-x86_64-1
cairomm-1.12.2-x86_64-1
dbus-python-1.2.6-x86_64-1
dconf-0.26.1-x86_64-1
dconf-editor-3.26.2-x86_64-1
enchant-1.6.1-x86_64-1
glib-1.2.10-x86_64-4
glibmm-2.54.1-x86_64-1
gnome-keyring-3.20.1-x86_64-1
gobject-introspection-1.54.1-x86_64-1
gparted-0.30.0-x86_64-1
gsettings-desktop-schemas-3.24.1-x86_64-1
gtk+3-3.22.26-x86_64-1
gtk+-1.2.10-x86_64-6
gtkmm2-2.24.5-x86_64-1
gtkmm3-3.22.2-x86_64-1
libart_lgpl-2.3.21-x86_64-1
libbluray-1.0.1-x86_64-1
libcanberra-0.30-x86_64-5
libgnome-keyring-3.12.0-x86_64-1
libgpod-0.8.3-x86_64-3
libsigc++-2.10.0-x86_64-1
libxklavier-5.4-x86_64-1
neon-0.30.1-x86_64-2
network-manager-applet-1.8.6-x86_64-1
pangomm-2.40.1-x86_64-1
poppler-0.62.0-x86_64-1
poppler-data-0.4.8-noarch-1
pygobject3-3.26.1-x86_64-1
pygobject-2.28.7-x86_64-1
pygtk-2.24.0-x86_64-4
python3-3.6.4-x86_64-1
slim-1.3.6-x86_64-2jay
svgalib-1.9.25-x86_64-3
udftools-1.0.0b3-x86_64-3_slonly
v4l-utils-1.14.1-x86_64-1
xtrans-1.3.5-noarch-1
There was a scrip to do it but I can't find it. Here is what I mean "aspell-0.60.6.1-x86_64-2 to this aspell".

I am running 1.20.0 want to upgrade to 1.20.0.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3933
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Build Mate

Post#2 by ncmprhnsbl » 25 Aug 2021, 01:32

hi jack,
if i understand you correctly:

Code: Select all

cat doc1 | awk -F"-[0-9]" '{print $1}' > doc2
where doc1 is a text file with that list in it and doc2 contains the output list of names only..
will work in most cases, except where the name includes a dash(-) followed by a number ..which is rare.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Build Mate

Post#3 by Jack » 25 Aug 2021, 01:58

It wasn't the one knew of but it work great.

The Mate I build back in Feb 14 2018 still works great with no problems. I will try and build a new version hope I still can build it, but if NO work I still have my old version.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

Post Reply