moved cpp-alsa-volume to AUR4 and submodule

This commit is contained in:
Cedric Girard 2015-06-12 17:43:17 +02:00
parent 9a7b697258
commit eac8c2ee60
3 changed files with 5 additions and 31 deletions

4
.gitmodules vendored
View File

@ -6,3 +6,7 @@
path = pkgbuild/autojump-git
url = https://aur@aur4.archlinux.org/autojump-git.git
pushurl = ssh+git://aur@aur4.archlinux.org/autojump-git.git
[submodule "pkgbuild/cpp-alsa-volume"]
path = pkgbuild/cpp-alsa-volume
url = https://aur@aur4.archlinux.org/cpp-alsa-volume.git
pushurl = ssh+git://aur@aur4.archlinux.org/cpp-alsa-volume.git

@ -0,0 +1 @@
Subproject commit 5355d5d0b7b95ee7b7e0ceaeec450f3b14a20af9

View File

@ -1,31 +0,0 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=cpp-alsa-volume
_upstreamname=cppAlsaVolume
pkgver=0.2.6
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')
source=("https://github.com/Vitozz/cppAlsaVolume/archive/v${pkgver}.tar.gz"
"https://github.com/Vitozz/cppAlsaVolume/commit/5ad2b3e23fecfdfdd9e87b9cd70b5c02fb31da39.patch")
prepare() {
cd "$_upstreamname-$pkgver"
patch -p1 -i "$srcdir/5ad2b3e23fecfdfdd9e87b9cd70b5c02fb31da39.patch"
}
build() {
cd "$_upstreamname-$pkgver"
cmake -DUSE_GTK3=OFF -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
cd "$_upstreamname-$pkgver"
make DESTDIR="$pkgdir/" install
}
md5sums=('51c9bec739b1a0174881dc6890096e58'
'1066cf5d687eb82a1e3c76bbc8abe02b')