libmypaint: fix so it does nto need to depend on mypaint-brushes during autoconf

This commit is contained in:
Danny Rawlins 2020-04-13 13:56:31 +10:00
parent 9b03af0e4c
commit ada0930194
2 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YxDIorKLCHfuFoBkaL/1i9dnovI+fpMMXKRBEAmWO6qoeMIVRGf4yIzDercCfednL8wcWiTEn1T+yeH0drAqgM=
SHA256 (Pkgfile) = 52204302e8e833c64e8a0a4897163b979a23bcc53f547d7288c840a0ad7b928a
RWSE3ohX2g5d/SHbIWqqf4xmEY1b6bH+Zs9PRsaO2J/SsCxYkPx6RE634e290DvFcNuti5NfMu78+6aAEUTtEe0+tnGD5Z8gSA0=
SHA256 (Pkgfile) = fa6113d947efb617ad560e38498b03e8d6beee96714360d828d96f87cffa792a
SHA256 (.footprint) = 739c899095085fd2e0bddfe520935925112fe6562ebcfda463eb492558dbf7b8
SHA256 (libmypaint-1.5.1.tar.gz) = 300dc0f72791142660aca97d6daf4ad8363443cafe6af426cfad64e522eedfa9
SHA256 (libmypaint-1.5.1.tar.xz) = aef8150a0c84ce2ff6fb24de8d5ffc564845d006f8bad7ed84ee32ed1dd90c2b

View File

@ -5,19 +5,17 @@
name=libmypaint
version=1.5.1
release=1
source=(https://github.com/mypaint/$name/archive/v$version/$name-$version.tar.gz)
release=2
source=(https://github.com/mypaint/libmypaint/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
rm -r $PKG/usr/share/locale
}