libvisual-plugins: fixed optional dependency from gtk3 to gtk
This commit is contained in:
parent
5f4a5b2c1d
commit
c70189abd6
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/ftvTIyBnUJuSO0VjsK7ugGJscgBsIKKh4Mm0EhHd1I5/AAf8hb4yFIv8HnGUsCk5a+jG4ZrY35eMIvR/qL9Uwo=
|
||||
SHA256 (Pkgfile) = 99b3c2eac57604e6f28208bd5770d5bdbf604907401298d5967e6530290527b0
|
||||
RWSE3ohX2g5d/YUaYlBgvGipWXrCjb01ruNNtoqqwwvfISK3ilknUzoH6oCugegZ5r6RYy9cQ/aZMA+X3hyR9HFcG0kOL5nfXQw=
|
||||
SHA256 (Pkgfile) = 88cc60972a3adbef762bf51836d6af9b2d9bd06416b1e8d2d0c4b7202e6ec470
|
||||
SHA256 (.footprint) = 73c56309d0b009451e31286aebf400ddf9841fe7dc080d1720bf2ae7abde15ce
|
||||
SHA256 (libvisual-plugins-0.4.1.tar.bz2) = dca8512cde37b7691afac05c1a67f4de82a3cfc7b7c5cc35e7d959753b1db107
|
||||
|
@ -2,7 +2,7 @@
|
||||
# URL: https://github.com/Libvisual/libvisual
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: libvisual xorg-libxt
|
||||
# Optional: gtk3
|
||||
# Optional: gtk
|
||||
|
||||
name=libvisual-plugins
|
||||
version=0.4.1
|
||||
@ -12,7 +12,8 @@ source=(https://github.com/Libvisual/libvisual/releases/download/$name-$version/
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
prt-get isinst gtk3 || PKGMK_LIBVISUALP+=' --disable-gdkpixbuf-plugin'
|
||||
# next version is probably gtk3
|
||||
prt-get isinst gtk || PKGMK_LIBVISUALP+=' --disable-gdkpixbuf-plugin'
|
||||
|
||||
./configure --prefix=/usr $PKGMK_LIBVISUALP \
|
||||
--enable-extra-optimization \
|
||||
|
Loading…
x
Reference in New Issue
Block a user