desktop/rootactions_servicemenu: Updated for version 2.7.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
a99437f663
commit
cb2275273f
|
@ -6,7 +6,3 @@ KDE3 dolphin, KDE4 (both konqueror and dolphin), and an importable user
|
|||
action xml file for krusader KDE4. See README in source files for details.
|
||||
|
||||
This build script installs the KDE4/Dolphin version.
|
||||
|
||||
NOTE: Starting with version 2.7.1 the KDE-Look package maintainer
|
||||
removed the version number from the package name due to GHNS issues.
|
||||
Please check the package md5sum before using the SlackBuild.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rootactions_servicemenu
|
||||
VERSION=${VERSION:-2.7.1}
|
||||
VERSION=${VERSION:-2.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,7 +42,7 @@ cd $TMP
|
|||
# NOTE: Starting with version 2.7.1 the KDE-Look package maintainer
|
||||
# removed the version number from the package name due to GHNS issues.
|
||||
# Please check the package md5sum before using the SlackBuild.
|
||||
tar xvf $CWD/48411-${PRGNAM}.tar.gz
|
||||
tar xvf $CWD/48411-${PRGNAM}_${VERSION}.tar.gz
|
||||
cd ${PRGNAM}_${VERSION}
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rootactions_servicemenu"
|
||||
VERSION="2.7.1"
|
||||
VERSION="2.7.3"
|
||||
HOMEPAGE="http://kde-look.org/content/show.php/Root+Actions+Servicemenu?content=48411"
|
||||
DOWNLOAD="http://kde-look.org/CONTENT/content-files/48411-rootactions_servicemenu.tar.gz"
|
||||
MD5SUM="88a6cda69af21fecd8f29c88cfb79c8e"
|
||||
DOWNLOAD="http://kde-look.org/CONTENT/content-files/48411-rootactions_servicemenu_2.7.3.tar.gz"
|
||||
MD5SUM="f887ebb733b5853ef8b583da6677bc8a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -12,8 +12,8 @@ rootactions_servicemenu: Root Actions servicemenu provides a convenient way to p
|
|||
rootactions_servicemenu: several actions 'as root', from the right-click context menu
|
||||
rootactions_servicemenu: in KDE filemanagers.
|
||||
rootactions_servicemenu:
|
||||
rootactions_servicemenu: Homepage: http://tinyurl.com/c7tfd3
|
||||
rootactions_servicemenu:
|
||||
rootactions_servicemenu: Homepage: http://kde-look.org/content/show.php?content=48411
|
||||
rootactions_servicemenu: Alternate: http://tinyurl.com/c7tfd3
|
||||
rootactions_servicemenu:
|
||||
rootactions_servicemenu:
|
||||
rootactions_servicemenu:
|
||||
|
|
Loading…
Reference in New Issue