mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/xdgmenumaker: Updated for version 0.8.
This commit is contained in:
parent
672e2610f9
commit
cf729dadd7
2 changed files with 12 additions and 9 deletions
|
@ -1,14 +1,17 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for xdgmenumaker
|
||||
# Copyright 2013, Andrew Tkalia, Ukraine, Kyiv
|
||||
# Written by B. Watson (yalhcru@gmail.com)
|
||||
# Originally written by Andrew Tkalia
|
||||
# Modified by B. Watson (yalhcru@gmail.com)
|
||||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
|
||||
# for details.
|
||||
|
||||
# 20150914 bkw: updated 0.5 => 0.8. upstream now uses a Makefile
|
||||
# instead of install.sh so this script can't build the old version.
|
||||
|
||||
PRGNAM=xdgmenumaker
|
||||
VERSION=${VERSION:-0.5}
|
||||
VERSION=${VERSION:-0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -36,18 +39,18 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# install man pages where Slackware wants them:
|
||||
sed -i 's,share/man,man,' install.sh
|
||||
sed -i 's,share/man,man,' Makefile
|
||||
|
||||
# I had to use the full path to xdgmenumaker to get a windowmaker
|
||||
# dynamic menu to work, the man page should reflect this:
|
||||
sed -i '/``xdgmenumaker -f windowmaker``/s,``,``/usr/bin/,' man/$PRGNAM.t2t
|
||||
|
||||
DESTDIR=$PKG ./install.sh
|
||||
make -j1 man install DESTDIR=$PKG PREFIX=/usr
|
||||
|
||||
gzip $PKG/usr/man/man1/$PRGNAM.1
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xdgmenumaker"
|
||||
VERSION="0.5"
|
||||
VERSION="0.8"
|
||||
HOMEPAGE="https://github.com/gapan/xdgmenumaker"
|
||||
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/0.5.tar.gz"
|
||||
MD5SUM="d4fad8709022ec9b3c0034871cdea962"
|
||||
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/0.8.tar.gz"
|
||||
MD5SUM="bff56a2be42f47d6bddbd5f63991b2f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyxdg txt2tags"
|
||||
|
|
Loading…
Reference in a new issue