GKSU install added
Posted: 6. Jan 2012, 19:09
Not a Problem..Not Useless Talk..
So I placed this in Misc..
Maybe this will help Someone Else.
I added an Xfce4 Desktop on top of my Salix KDE 13.1 install...
I was Happy!
However while I installed all Xfce4 packages from Gslapt Salix std repositories..some items were missing such as gksu (Which will launch a root user GUI app) i.e. Gslapt
..Without gksu some Xfce menu items such as Gslapt...will not open
To make my Xfce4 add on Desktop environment more useful I proceeded to add gksu..
To do this I had to enlist the use of
these items in this Order for Dependency reasons
..other Dependencies were in place..ie (gnome-keyring & Gconf etc )
A. Packages ready to be added on Gslapt repositories
......linuxdoc-tools...
B. A download of gtk-doc from GNOME/sources
......gtk-doc-1.18
C. SlackBuilds.org packages for 13.1
.....libgtop..libgksu..gksu
The above is the simple needed order to arrive at a gksu install..
I however began from gksu in SlackBuilds. Discovered by error or reading those missing dependencies and then backtracked to correct the deficiencies.
Working out of slackbuilds.org I prepared to add the gksu.
...Downloads
First stop gksu for 13.1.
gksu.SlackBuild
This requires libgksu.
So..installed
libgksu
This requires GConf, libgtop, and gnome-keyring.
So.. Salix 13.1 was missing libgtop
..Next Installed libgtop SlackBuild
Next all that was left was to install/Slackbuild the gksu.
Problem, during the build the build failed because could not FIND
gtkdoc-scan... which is part of the gtkdoc group..This does not exist in in SlackBuilds but I found a site to download the src to try a (./configure..make..make install.)
* I downloaded gtk-doc 1.18 from
http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/
Extracted it to the Home dir and worked out of that Dir..
This includes............
gtkdoc-check, gtkdoc-depscan, gtkdoc-fixxref, gtkdocize, gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkman, gtkdoc-mkpdf, gtkdoc-mktmpl, gtkdoc-rebase, gtkdoc-scan, gtkdoc-scangobj, and gtkdoc-scanobj
However that required that linuxdoc-tools was installed per GSlapt
..Next Installed linuxdoc-tools
Finally, back to run the gksu dir and run the gksu Slackbuild..
As each is Downloaded then extracted from Download to a folder in the Home dir to look like....
sqlpython[~]$ ls
Desktop NetBeansProjects cxoffice memo_file
Development Pictures gksu netbeans-7.0
Documents Public gtk-doc-1.18 qtcreator-2.3.0
Downloads SharedDocs jdk1.6.0_26 skype_static-2.1.0.81
Music TestQT libgksu
MyMemos Videos libgtop
Once built they appear in the /tmp Dir as so
root[tmp]# ls *.tgz
gksu-2.0.0-i486-1_SBo.tgz
google-chrome-9.0.597.84-i386-1_SBo.tgz
libgksu-2.0.7-i486-1_SBo.tgz
libgtop-2.24.0-i486-1_SBo.tgz
mysql-workbench-gpl-5.2.29-i486-1_SBo.tgz
Following the How To steps in SlackBuilds.org in installed each Build..
1. Download Slackbuild and it's Source
2. Extract to it's own dir for Build
3. Place Down Loaded source in Extracted Source dir
4. Run in Build Dir executable Build ./SlackBuild (checking 1st the Version # in Script matches Source Version#)
5. CD to /tmp and install package (installpkg buildpackagename.tgz)
OR
If you need/want a gksu ... try to use an Install that includes it already such as Salix Xfce4 ..
So I placed this in Misc..
Maybe this will help Someone Else.
I added an Xfce4 Desktop on top of my Salix KDE 13.1 install...
I was Happy!
However while I installed all Xfce4 packages from Gslapt Salix std repositories..some items were missing such as gksu (Which will launch a root user GUI app) i.e. Gslapt
..Without gksu some Xfce menu items such as Gslapt...will not open
To make my Xfce4 add on Desktop environment more useful I proceeded to add gksu..
To do this I had to enlist the use of
these items in this Order for Dependency reasons
..other Dependencies were in place..ie (gnome-keyring & Gconf etc )
A. Packages ready to be added on Gslapt repositories
......linuxdoc-tools...
B. A download of gtk-doc from GNOME/sources
......gtk-doc-1.18
C. SlackBuilds.org packages for 13.1
.....libgtop..libgksu..gksu
The above is the simple needed order to arrive at a gksu install..
I however began from gksu in SlackBuilds. Discovered by error or reading those missing dependencies and then backtracked to correct the deficiencies.
Working out of slackbuilds.org I prepared to add the gksu.
...Downloads
First stop gksu for 13.1.
gksu.SlackBuild
This requires libgksu.
So..installed
libgksu
This requires GConf, libgtop, and gnome-keyring.
So.. Salix 13.1 was missing libgtop
..Next Installed libgtop SlackBuild
Next all that was left was to install/Slackbuild the gksu.
Problem, during the build the build failed because could not FIND
gtkdoc-scan... which is part of the gtkdoc group..This does not exist in in SlackBuilds but I found a site to download the src to try a (./configure..make..make install.)
* I downloaded gtk-doc 1.18 from
http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/
Extracted it to the Home dir and worked out of that Dir..
This includes............
gtkdoc-check, gtkdoc-depscan, gtkdoc-fixxref, gtkdocize, gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkman, gtkdoc-mkpdf, gtkdoc-mktmpl, gtkdoc-rebase, gtkdoc-scan, gtkdoc-scangobj, and gtkdoc-scanobj
However that required that linuxdoc-tools was installed per GSlapt
..Next Installed linuxdoc-tools
Finally, back to run the gksu dir and run the gksu Slackbuild..
As each is Downloaded then extracted from Download to a folder in the Home dir to look like....
sqlpython[~]$ ls
Desktop NetBeansProjects cxoffice memo_file
Development Pictures gksu netbeans-7.0
Documents Public gtk-doc-1.18 qtcreator-2.3.0
Downloads SharedDocs jdk1.6.0_26 skype_static-2.1.0.81
Music TestQT libgksu
MyMemos Videos libgtop
Once built they appear in the /tmp Dir as so
root[tmp]# ls *.tgz
gksu-2.0.0-i486-1_SBo.tgz
google-chrome-9.0.597.84-i386-1_SBo.tgz
libgksu-2.0.7-i486-1_SBo.tgz
libgtop-2.24.0-i486-1_SBo.tgz
mysql-workbench-gpl-5.2.29-i486-1_SBo.tgz
Following the How To steps in SlackBuilds.org in installed each Build..
1. Download Slackbuild and it's Source
2. Extract to it's own dir for Build
3. Place Down Loaded source in Extracted Source dir
4. Run in Build Dir executable Build ./SlackBuild (checking 1st the Version # in Script matches Source Version#)
5. CD to /tmp and install package (installpkg buildpackagename.tgz)
OR
If you need/want a gksu ... try to use an Install that includes it already such as Salix Xfce4 ..