indicator-sound

This commit is contained in:
milisbir 2017-09-02 17:34:23 +03:00
parent 31803668fd
commit 3ab8de9392
2 changed files with 4 additions and 5 deletions

View File

@ -6,9 +6,8 @@
name=indicator-sound
version=12.10.2
release=1
source=(https://launchpad.net/$name/${version%.*}/$version/+download/$name-$version.tar.gz
http://pkgbuild.com/~bgyorgy/sources/indicator-sound-translations-20130310.tar.gz
)
source=(https://launchpad.net/${name}/${version%.*}/${version}/+download/${name}-${version}.tar.gz
http://pkgbuild.com/~bgyorgy/sources/indicator-sound-translations-20130310.tar.gz)
build() {
cd ${name}-${version}
@ -27,4 +26,4 @@ build() {
rm -r "${PKG}"/usr/share/libindicator/icons/hicolor/{16x16,scalable}/status
# vim: ts=2 sw=2 et:
}
}

View File

@ -20,7 +20,7 @@ build() {
--localstatedir=/var \
--disable-{dumper,static,tests} \
--with-gtk=3
make
make -j1
make -C libdbusmenu-glib DESTDIR=$PKG install
make -C libdbusmenu-gtk DESTDIR=$PKG install
make -C libdbusmenu-glib DESTDIR=$PKG uninstall