libraries/dbus-sharp-glib: Updated for version 0.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2014-11-12 11:35:26 +07:00 committed by Willy Sudiarto Raharjo
parent 192e1169be
commit 42b2f80a2f
2 changed files with 9 additions and 11 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dbus-sharp-glib
VERSION=${VERSION:-0.5}
VERSION=${VERSION:-0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,10 +68,10 @@ fi
cd $PRGNAM-$VERSION
chown -R root:root .
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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -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 {} \;
# 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 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-glib"
VERSION="0.5"
VERSION="0.6"
HOMEPAGE="https://github.com/mono/dbus-sharp-glib"
DOWNLOAD="https://github.com/mono/dbus-sharp-glib/archive/v0.5.tar.gz"
MD5SUM="9e5c705484333b53d0e3a9b5cc939bcd"
DOWNLOAD="https://github.com/mono/dbus-sharp-glib/archive/v0.6.tar.gz"
MD5SUM="1b00ef8523eb830acaa34b3f6fb8d739"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dbus-sharp"