Compare commits

..

No commits in common. "b39030aeaada13f0cbbfce4be0a9358c68aae6b0" and "9a43cd53f8e693f23e8a373e52092dd3e641ad6c" have entirely different histories.

View File

@ -10,8 +10,8 @@ licence=('GPLv2')
depends=('glib2' 'gtk3' 'cairo')
makedepends=('cmake' 'git')
privides=('gds-render')
source=("${pkgname}-git"::"git+https://git.shimatta.de/mhu/gds-render.git" "https://git.shimatta.de/3rd-party/libfort.git")
sha1sums=('SKIP' 'SKIP')
source=("${pkgname}-git"::"git+https://git.shimatta.de/mhu/gds-render.git#recursive")
sha1sums=('SKIP')
pkgver () {
_date=`date +"%Y%m%d"`
@ -26,13 +26,6 @@ build () {
make
}
prepare () {
cd "${pkgname}-git"
git submodule init
git config submodule.libfort.url "$srcdir/libfort"
git submodule update
}
package () {
cd "$srcdir/$pkgname-git/build"
make DESTDIR="${pkgdir}" install