new upstream version 0.3.2

This commit is contained in:
Cedric Girard 2018-02-05 12:02:15 +01:00
parent b264efab42
commit df39ee0baa
Signed by: X-dark
GPG Key ID: 37995E758B76710B
2 changed files with 13 additions and 9 deletions

View File

@ -1,20 +1,24 @@
pkgbase = cpp-alsa-volume
pkgdesc = Tray Alsa Volume Changer written using gtkmm
pkgver = 0.2.9
pkgver = 0.3.2
pkgrel = 1
url = https://github.com/Vitozz/cppAlsaVolume
arch = x86_64
arch = i686
license = GPL2
makedepends = gtkmm
makedepends = gtkmm3
makedepends = glibmm
makedepends = alsa-lib
makedepends = libpulse
makedepends = libappindicator-gtk3
makedepends = cmake
depends = gtkmm
depends = glibmm
depends = alsa-lib
source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.2.9.tar.gz
md5sums = 9f0a6e1aef9ec4e848313afb6b8e9800
depends = libpulse
depends = libappindicator-gtk3
source = https://github.com/Vitozz/cppAlsaVolume/archive/v0.3.2.tar.gz
md5sums = 67ae1a6a621f76aa1f6e8a1ff863c9e8
pkgname = cpp-alsa-volume

View File

@ -1,14 +1,14 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=cpp-alsa-volume
_upstreamname=cppAlsaVolume
pkgver=0.2.9
pkgver=0.3.2
pkgrel=1
pkgdesc="Tray Alsa Volume Changer written using gtkmm"
arch=('x86_64' 'i686')
url="https://github.com/Vitozz/cppAlsaVolume"
license=('GPL2')
makedepends=('gtkmm' 'glibmm' 'alsa-lib' 'cmake')
depends=('gtkmm' 'glibmm' 'alsa-lib')
makedepends=('gtkmm3' 'glibmm' 'alsa-lib' 'libpulse' 'libappindicator-gtk3' 'cmake')
depends=('gtkmm' 'glibmm' 'alsa-lib' 'libpulse' 'libappindicator-gtk3')
source=("https://github.com/Vitozz/cppAlsaVolume/archive/v${pkgver}.tar.gz")
prepare() {
@ -17,7 +17,7 @@ prepare() {
build() {
cd "$_upstreamname-$pkgver"
cmake -DUSE_GTK3=OFF -DCMAKE_INSTALL_PREFIX=/usr
cmake -DUSE_PULSE=ON -DUSE_APPINDICATOR=ON -DUSE_SNI=ON -DCMAKE_INSTALL_PREFIX=/usr
make
}
@ -25,4 +25,4 @@ package() {
cd "$_upstreamname-$pkgver"
make DESTDIR="$pkgdir/" install
}
md5sums=('9f0a6e1aef9ec4e848313afb6b8e9800')
md5sums=('67ae1a6a621f76aa1f6e8a1ff863c9e8')