generated from archlinux/template
Delete conflicting files with package libarchive. Must disable the compilation of these later on
This commit is contained in:
parent
c6c5dea28c
commit
1849f02e6a
4
.SRCINFO
4
.SRCINFO
@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Thu Nov 16 13:07:31 UTC 2017
|
# Thu Nov 16 14:32:56 UTC 2017
|
||||||
pkgbase = aseprite
|
pkgbase = aseprite
|
||||||
pkgdesc = Create animated sprites and pixel art
|
pkgdesc = Create animated sprites and pixel art
|
||||||
pkgver = 1.2.4
|
pkgver = 1.2.4
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = http://www.aseprite.org/
|
url = http://www.aseprite.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
pkgname=aseprite
|
pkgname=aseprite
|
||||||
pkgver=1.2.4
|
pkgver=1.2.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Create animated sprites and pixel art'
|
pkgdesc='Create animated sprites and pixel art'
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
url="http://www.aseprite.org/"
|
url="http://www.aseprite.org/"
|
||||||
@ -61,6 +61,10 @@ package() {
|
|||||||
install -Dm644 "../EULA.txt" "$pkgdir/usr/share/licenses/$pkgname/EULA.txt"
|
install -Dm644 "../EULA.txt" "$pkgdir/usr/share/licenses/$pkgname/EULA.txt"
|
||||||
# WARNING: fix for upstream including gtest and cmark in "make install"
|
# WARNING: fix for upstream including gtest and cmark in "make install"
|
||||||
rm -rf "$pkgdir/usr/include" "$pkgdir/usr/lib" "$pkgdir/usr/share/man" "$pkgdir/usr/bin/cmark"
|
rm -rf "$pkgdir/usr/include" "$pkgdir/usr/lib" "$pkgdir/usr/share/man" "$pkgdir/usr/bin/cmark"
|
||||||
|
|
||||||
|
# Remove conflicting files with libarchive
|
||||||
|
# TODO: With the current compilation options, looks like aseprite build process builds these binaries. Disable the compilation of the following files later on:
|
||||||
|
rm -f "$pkgdir/usr/bin/"{bsdcat,bsdcpio,bsdtar}
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user