mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/volumeicon: Updated for version 0.5.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
149459bd0d
commit
d6b150ff65
3 changed files with 28 additions and 38 deletions
|
@ -1,28 +0,0 @@
|
|||
--- src/alsa_backend.c
|
||||
+++ src/alsa_backend.c
|
||||
@@ -22,10 +22,8 @@
|
||||
//##############################################################################
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
-#include <glib/gstring.h>
|
||||
+#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
-#include <glib/glist.h>
|
||||
-#include <glib/giochannel.h>
|
||||
|
||||
#include "alsa_backend.h"
|
||||
|
||||
--- src/oss_backend.c
|
||||
+++ src/oss_backend.c
|
||||
@@ -26,10 +26,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
-#include <glib/gstring.h>
|
||||
+#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
-#include <glib/glist.h>
|
||||
-#include <glib/giochannel.h>
|
||||
|
||||
#include "oss_backend.h"
|
||||
|
|
@ -2,10 +2,30 @@
|
|||
|
||||
# Slackware build script for volumeicon
|
||||
|
||||
# Written by Daniel Cash
|
||||
# Written by Daniel Cash (Original Author)
|
||||
|
||||
# Copyright 2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=volumeicon
|
||||
VERSION=${VERSION:-0.4.6}
|
||||
VERSION=${VERSION:-0.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,8 +74,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Fix includes.
|
||||
patch -p0 -i $CWD/volumeicon-0.4.6-glib-2.31.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -74,7 +92,7 @@ make install-strip DESTDIR=$PKG
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog NEWS README \
|
||||
AUTHORS COPYING ChangeLog README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="volumeicon"
|
||||
VERSION="0.4.6"
|
||||
VERSION="0.5.0"
|
||||
HOMEPAGE="http://softwarebakery.com/maato/volumeicon.html"
|
||||
DOWNLOAD="http://softwarebakery.com/maato/files/volumeicon/volumeicon-0.4.6.tar.gz"
|
||||
MD5SUM="7fd6dffba823e9c529d151d4789ff992"
|
||||
DOWNLOAD="http://softwarebakery.com/maato/files/volumeicon/volumeicon-0.5.0.tar.gz"
|
||||
MD5SUM="3ed1c8995331da888fd45e06896a7569"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Daniel Cash"
|
||||
EMAIL="dacashman@gmail.com"
|
||||
MAINTAINER="Aaditya Bagga"
|
||||
EMAIL="aaditya_gnulinux@zoho.com"
|
||||
|
|
Loading…
Reference in a new issue