diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-07-26 12:46:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-03 16:34:20 +0700 |
commit | 40987807b5b16c85df2312034b675b40a3ff4966 (patch) | |
tree | 677e03415d7755bbdcdd6edd6469868590486626 | |
parent | 0fc647df8f190464796c9304ea03844c2ea497a5 (diff) | |
download | slackbuilds-40987807b5b16c85df2312034b675b40a3ff4966.tar.gz |
desktop/lxpanel: Updated for version 20140725_175f73d.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | desktop/lxpanel/lxpanel.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/lxpanel/lxpanel.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index f7d5382b73..cb7aa7ff21 100644 --- a/desktop/lxpanel/lxpanel.SlackBuild +++ b/desktop/lxpanel/lxpanel.SlackBuild @@ -24,7 +24,7 @@ # Modified by Matteo Bernardini <ponce@slackbuilds.org> PRGNAM=lxpanel -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-20140725_175f73d} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,9 +97,9 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r # use some sane defaults install -m 0644 $CWD/config/config \ - $PKG/usr/share/$PRGNAM/profile/default/config + $PKG/etc/xdg/lxpanel/default/config install -m 0644 $CWD/config/panel \ - $PKG/usr/share/$PRGNAM/profile/default/panels/panel + $PKG/etc/xdg/lxpanel/default/panels/panel mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/desktop/lxpanel/lxpanel.info b/desktop/lxpanel/lxpanel.info index a569c07483..860040e485 100644 --- a/desktop/lxpanel/lxpanel.info +++ b/desktop/lxpanel/lxpanel.info @@ -1,8 +1,8 @@ PRGNAM="lxpanel" -VERSION="0.6.1" +VERSION="20140725_175f73d" HOMEPAGE="http://wiki.lxde.org/en/LXPanel" -DOWNLOAD="http://downloads.sf.net/lxde/lxpanel-0.6.1.tar.gz" -MD5SUM="e96e191c4ffb7b475a6ba06455ecf7fa" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxpanel-20140725_175f73d.tar.xz" +MD5SUM="4201a36ce9b0a4396b8496bf0272843c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxmenu-data menu-cache" |