Date: Thursday, May 14, 2020 @ 19:39:23 Author: felixonmars Revision: 627979
archrelease: copy trunk to community-x86_64 Added: dart/repos/community-x86_64/PKGBUILD (from rev 627978, dart/trunk/PKGBUILD) Deleted: dart/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 122 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 61 insertions(+), 61 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-14 19:39:06 UTC (rev 627978) +++ PKGBUILD 2020-05-14 19:39:23 UTC (rev 627979) @@ -1,61 +0,0 @@ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: T. Jameson Little <t.jameson.little at gmail dot com> -# Contributor: Usagi Ito <us...@wonderrabbitproject.net> -# Contributor: siasia <http://pastebin.com/qsBEmNCw> -# Contributor: Julien Nicoulaud <julien.nicoul...@gmail.com> - -pkgname=dart -pkgver=2.7.6 -pkgrel=1 -pkgdesc='The dart programming language SDK' -arch=('x86_64') -url='https://www.dartlang.org/' -depends=('bash') -license=('BSD') -makedepends=('setconf') -options=('!strip') -source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip") -sha512sums=('506fb1c1e4f21fcdc19d46cea70a8336184671659d677a69a4bc9e2c7eff94976d4c2c98c138943e6252ba58119b7f805317d064c202057056f98421afeda17c') - -prepare() { - # Fix permissions - find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \ - -or -type f -exec chmod a+r '{}' + - - cd "$pkgname-sdk/bin" - - # Configure paths - for _f in dart2js dartanalyzer pub dartfmt dartdevc dartdoc; do - setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin" - setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f" - setconf $_f SDK_DIR "/opt/$pkgname-sdk/" - done - - # Extract license (AUTHORS and LICENSE files are missing) - head -n5 "../include/dart_api.h" > ../../LICENSE -} - -package() { - # Create directories - install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}} - - # Package the files - cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/" - - # Set up symbolic links for the executables - for f in dart dart2js dartanalyzer pub dartfmt dartdevc dartdoc dart2native dartaotruntime; do - ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f" - done - - # Package samples and documentation - for f in samples about.html about_files; do - echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/" - done - - # BSD License - install -Dm644 LICENSE \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: dart/repos/community-x86_64/PKGBUILD (from rev 627978, dart/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-14 19:39:23 UTC (rev 627979) @@ -0,0 +1,61 @@ +# Maintainer: Alexander Rødseth <rods...@gmail.com> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: T. Jameson Little <t.jameson.little at gmail dot com> +# Contributor: Usagi Ito <us...@wonderrabbitproject.net> +# Contributor: siasia <http://pastebin.com/qsBEmNCw> +# Contributor: Julien Nicoulaud <julien.nicoul...@gmail.com> + +pkgname=dart +pkgver=2.7.7 +pkgrel=1 +pkgdesc='The dart programming language SDK' +arch=('x86_64') +url='https://www.dartlang.org/' +depends=('bash') +license=('BSD') +makedepends=('setconf') +options=('!strip') +source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip") +sha512sums=('6e0f0a47ce64d8a0223e654d8d4bea4dc60090fcd22e12b5dcb8f5cb372354c6d0f967a01fceee58d6069902c01c6765856b60cdf3506f18be06aa182711e947') + +prepare() { + # Fix permissions + find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \ + -or -type f -exec chmod a+r '{}' + + + cd "$pkgname-sdk/bin" + + # Configure paths + for _f in dart2js dartanalyzer pub dartfmt dartdevc dartdoc; do + setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin" + setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f" + setconf $_f SDK_DIR "/opt/$pkgname-sdk/" + done + + # Extract license (AUTHORS and LICENSE files are missing) + head -n5 "../include/dart_api.h" > ../../LICENSE +} + +package() { + # Create directories + install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}} + + # Package the files + cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/" + + # Set up symbolic links for the executables + for f in dart dart2js dartanalyzer pub dartfmt dartdevc dartdoc dart2native dartaotruntime; do + ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f" + done + + # Package samples and documentation + for f in samples about.html about_files; do + echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/" + done + + # BSD License + install -Dm644 LICENSE \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: