[arch-commits] Commit in dart/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Nov 2 13:11:06 UTC 2013


    Date: Saturday, November 2, 2013 @ 14:11:06
  Author: arodseth
Revision: 100345

Minor changes

Modified:
  dart/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-02 13:10:29 UTC (rev 100344)
+++ PKGBUILD	2013-11-02 13:11:06 UTC (rev 100345)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# $Id$
 # Maintainer: Alexander Rødseth <rodseth at gmail.com>
 # Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
 # Contributor: Usagi Ito <usagi at WonderRabbitProject.net>
@@ -32,10 +32,12 @@
   chmod +x "$pkgname/DartEditor"
   chmod +x "$pkgname/dart-sdk/bin/"*
 
-  # Prepare a desktop shortcut and icon
+  # Remove dartium (available in the dart-editor package on AUR)
+  rm -r "$pkgname/chromium"
+
+  # Prepare a desktop shortcut
   gendesk -n -f --pkgname 'darteditor' --name 'Dart Editor' \
     --exec 'darteditor %U' --pkgdesc 'Editor for the dart programming language'
-  convert "$pkgname/icon.xpm" "darteditor.png"
 
   # Fix paths
   cd "$pkgname/dart-sdk/bin"
@@ -68,7 +70,7 @@
 
   # Package desktop shortcut and icon
   install -Dm644 "darteditor.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "darteditor.png" "$pkgdir/usr/share/pixmaps/darteditor.png"
+  convert "$pkgname/icon.xpm" "$pkgdir/usr/share/pixmaps/darteditor.png"
 }
 
 # vim:set ts=2 sw=2 et:


Property changes on: dart/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list