Compare commits
No commits in common. "b39030aeaada13f0cbbfce4be0a9358c68aae6b0" and "9a43cd53f8e693f23e8a373e52092dd3e641ad6c" have entirely different histories.
b39030aeaa
...
9a43cd53f8
11
AUR/PKGBUILD
11
AUR/PKGBUILD
@ -10,8 +10,8 @@ licence=('GPLv2')
|
|||||||
depends=('glib2' 'gtk3' 'cairo')
|
depends=('glib2' 'gtk3' 'cairo')
|
||||||
makedepends=('cmake' 'git')
|
makedepends=('cmake' 'git')
|
||||||
privides=('gds-render')
|
privides=('gds-render')
|
||||||
source=("${pkgname}-git"::"git+https://git.shimatta.de/mhu/gds-render.git" "https://git.shimatta.de/3rd-party/libfort.git")
|
source=("${pkgname}-git"::"git+https://git.shimatta.de/mhu/gds-render.git#recursive")
|
||||||
sha1sums=('SKIP' 'SKIP')
|
sha1sums=('SKIP')
|
||||||
|
|
||||||
pkgver () {
|
pkgver () {
|
||||||
_date=`date +"%Y%m%d"`
|
_date=`date +"%Y%m%d"`
|
||||||
@ -26,13 +26,6 @@ build () {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare () {
|
|
||||||
cd "${pkgname}-git"
|
|
||||||
git submodule init
|
|
||||||
git config submodule.libfort.url "$srcdir/libfort"
|
|
||||||
git submodule update
|
|
||||||
}
|
|
||||||
|
|
||||||
package () {
|
package () {
|
||||||
cd "$srcdir/$pkgname-git/build"
|
cd "$srcdir/$pkgname-git/build"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
Loading…
Reference in New Issue
Block a user