[arch-commits] Commit in dart/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Tue Jan 17 16:48:53 UTC 2017
Date: Tuesday, January 17, 2017 @ 16:48:53
Author: felixonmars
Revision: 207757
archrelease: copy trunk to community-x86_64, community-i686
Added:
dart/repos/community-i686/PKGBUILD
(from rev 207756, dart/trunk/PKGBUILD)
dart/repos/community-x86_64/PKGBUILD
(from rev 207756, dart/trunk/PKGBUILD)
Deleted:
dart/repos/community-i686/PKGBUILD
dart/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 132 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 66 ----------------------
community-x86_64/PKGBUILD | 66 ----------------------
3 files changed, 132 insertions(+), 132 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-01-17 16:48:21 UTC (rev 207756)
+++ community-i686/PKGBUILD 2017-01-17 16:48:53 UTC (rev 207757)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
-# Contributor: Usagi Ito <usagi at WonderRabbitProject.net>
-# Contributor: siasia <http://pastebin.com/qsBEmNCw>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-
-pkgname=dart
-pkgver=1.21.0
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
-sha512sums_x86_64=('c468f77391e0c08c71fc41263fb317df5d223834d1330904f02f6cf4838154b9976fc16ec7debec13cf591fdfe8055a4e3c47c7be53a4d772536dec60b98122c')
-sha512sums_i686=('acdfc2c5fbbf75e7060f5c6bf48ebe5870343ec074c1b5efc2daeefcb55967485170df1e250d01be1adb6314a41464f64b3d76076821ece001892e616496a113')
-
-prepare() {
- # Fix permissions
- find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
- -or -type f -exec chmod 0644 '{}' +
- chmod +x "$pkgname-sdk/bin/"*
-
- cd "$pkgname-sdk/bin"
-
- # Configure paths
- setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
- setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
- setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf pub SDK_DIR "/opt/$pkgname-sdk/"
- setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
- # 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; 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-i686/PKGBUILD (from rev 207756, dart/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-17 16:48:53 UTC (rev 207757)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
+# Contributor: Usagi Ito <usagi at WonderRabbitProject.net>
+# Contributor: siasia <http://pastebin.com/qsBEmNCw>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
+
+pkgname=dart
+pkgver=1.21.1
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
+sha512sums_x86_64=('0d284edce7fad1b7e2d8cdd27c6fe0c1862d09f20d277ceb5a4455660eb8b0c750bd77e86e20aba2c88afb2564655208732552c3fedb44e4d1dcfc1cb95c5cdb')
+sha512sums_i686=('857dd2fc4187bf7d94cfb6d1f9171eb090d5509f9dc85c82f34b3912fc6c295938bdae8312c3bc789c65e12f0b94769ea6fdc2f45ccc7672856672f2aee1caa3')
+
+prepare() {
+ # Fix permissions
+ find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+ -or -type f -exec chmod 0644 '{}' +
+ chmod +x "$pkgname-sdk/bin/"*
+
+ cd "$pkgname-sdk/bin"
+
+ # Configure paths
+ setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
+ setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
+ setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf pub SDK_DIR "/opt/$pkgname-sdk/"
+ setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
+
+ # 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; 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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-01-17 16:48:21 UTC (rev 207756)
+++ community-x86_64/PKGBUILD 2017-01-17 16:48:53 UTC (rev 207757)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
-# Contributor: Usagi Ito <usagi at WonderRabbitProject.net>
-# Contributor: siasia <http://pastebin.com/qsBEmNCw>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-
-pkgname=dart
-pkgver=1.21.0
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
-sha512sums_x86_64=('c468f77391e0c08c71fc41263fb317df5d223834d1330904f02f6cf4838154b9976fc16ec7debec13cf591fdfe8055a4e3c47c7be53a4d772536dec60b98122c')
-sha512sums_i686=('acdfc2c5fbbf75e7060f5c6bf48ebe5870343ec074c1b5efc2daeefcb55967485170df1e250d01be1adb6314a41464f64b3d76076821ece001892e616496a113')
-
-prepare() {
- # Fix permissions
- find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
- -or -type f -exec chmod 0644 '{}' +
- chmod +x "$pkgname-sdk/bin/"*
-
- cd "$pkgname-sdk/bin"
-
- # Configure paths
- setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
- setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
- setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf pub SDK_DIR "/opt/$pkgname-sdk/"
- setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
- setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
- # 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; 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 207756, dart/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-01-17 16:48:53 UTC (rev 207757)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
+# Contributor: Usagi Ito <usagi at WonderRabbitProject.net>
+# Contributor: siasia <http://pastebin.com/qsBEmNCw>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
+
+pkgname=dart
+pkgver=1.21.1
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
+sha512sums_x86_64=('0d284edce7fad1b7e2d8cdd27c6fe0c1862d09f20d277ceb5a4455660eb8b0c750bd77e86e20aba2c88afb2564655208732552c3fedb44e4d1dcfc1cb95c5cdb')
+sha512sums_i686=('857dd2fc4187bf7d94cfb6d1f9171eb090d5509f9dc85c82f34b3912fc6c295938bdae8312c3bc789c65e12f0b94769ea6fdc2f45ccc7672856672f2aee1caa3')
+
+prepare() {
+ # Fix permissions
+ find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+ -or -type f -exec chmod 0644 '{}' +
+ chmod +x "$pkgname-sdk/bin/"*
+
+ cd "$pkgname-sdk/bin"
+
+ # Configure paths
+ setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
+ setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
+ setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf pub SDK_DIR "/opt/$pkgname-sdk/"
+ setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
+ setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
+
+ # 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; 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:
More information about the arch-commits
mailing list