libraries/dbus-sharp: Updated for version 0.8.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2014-11-12 11:30:27 +07:00 committed by Willy Sudiarto Raharjo
parent 90300528de
commit 192e1169be
2 changed files with 6 additions and 8 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dbus-sharp
VERSION=${VERSION:-0.7}
VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,7 +71,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# We set libdir to /usr/lib because that is where mono lives.
# We will fix the pkgconfig location on 64bit later.
@ -99,9 +99,7 @@ if [ "$ARCH" = "x86_64" ]; then
fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS 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

View file

@ -1,8 +1,8 @@
PRGNAM="dbus-sharp"
VERSION="0.7"
VERSION="0.8.1"
HOMEPAGE="https://github.com/mono/dbus-sharp"
DOWNLOAD="https://github.com/mono/dbus-sharp/archive/v0.7.tar.gz"
MD5SUM="bf7d8b8ec6ede24457a3a9cb7d6b4b04"
DOWNLOAD="https://github.com/mono/dbus-sharp/archive/v0.8.1.tar.gz"
MD5SUM="872ebacc5c9446033591f6dd2a781e72"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mono"