mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
mate-system-monitor: Add queue file for sbopkg
This will ease users to download, build, and install all dependencies before they can start building mate-system-monitor Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
c67f3c6ec2
commit
796108b762
3 changed files with 22 additions and 2 deletions
|
@ -5,4 +5,12 @@ available resources such as CPU and memory
|
|||
|
||||
mate-system-monitor requires libgtop, gtkmm, and glibmm
|
||||
|
||||
gtkmm and glibmm are available on SlackBuilds Project (SBo)
|
||||
gtkmm and glibmm are available on SlackBuilds Project (SBo)
|
||||
|
||||
To make it easier, we have provided the queue file for sbopkg that
|
||||
can be used to automatically download, build, and install all
|
||||
dependencies of mate-system-monitor.
|
||||
|
||||
You will need to download sbopkg (http://sbopkg.org/),
|
||||
create/update slackbuilds repo (sbopkg -r), load the
|
||||
mate-system-monitor queue through sbopkg and start processing it.
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=mate-system-monitor
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -125,5 +125,9 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||
# buttons and menus.
|
||||
find $PKG/usr/share/mate/help/$PRGNAM/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; || true
|
||||
|
||||
# Add mate-system-monitor queue file for sbopkg
|
||||
mkdir -p $PKG/var/lib${LIBDIRSUFFIX}/sbopkg/queues
|
||||
cp mate-system-monitor.sqf $PKG/var/lib${LIBDIRSUFFIX}/sbopkg/queues
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
|
||||
|
|
8
testing/mate-system-monitor/mate-system-monitor.sqf
Normal file
8
testing/mate-system-monitor/mate-system-monitor.sqf
Normal file
|
@ -0,0 +1,8 @@
|
|||
libsigc++
|
||||
glibmm
|
||||
cairomm
|
||||
pangomm
|
||||
atkmm
|
||||
mm-common
|
||||
gtkmm
|
||||
|
Loading…
Reference in a new issue