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

View File

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