[arch-commits] Commit in ardour/trunk (PKGBUILD ardour.desktop ardour.install)

Jan de Groot jgc at archlinux.org
Wed Feb 4 13:57:54 UTC 2009


    Date: Wednesday, February 4, 2009 @ 08:57:54
  Author: jgc
Revision: 26247

Remove useless postinstall stuff, make desktop file valid

Modified:
  ardour/trunk/PKGBUILD
  ardour/trunk/ardour.desktop
  ardour/trunk/ardour.install

----------------+
 PKGBUILD       |    2 +-
 ardour.desktop |    3 +--
 ardour.install |   25 -------------------------
 3 files changed, 2 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-04 11:02:04 UTC (rev 26246)
+++ PKGBUILD	2009-02-04 13:57:54 UTC (rev 26247)
@@ -20,7 +20,7 @@
 install=${pkgname}.install
 source=(http://ardour.org/files/releases/${pkgname}-${pkgver}.tar.bz2 \
         ${pkgname}.desktop libsndfile.patch)
-md5sums=('88180d400e8c19ceea41aabadc098116' '22ec67c24d53d2b44501f158de48c25b' \
+md5sums=('88180d400e8c19ceea41aabadc098116' '8aeaf433ebf781733db48e5a16b0c4da' \
          '583f3da75ec960f9da2cf196ed717396')
 
 build() {

Modified: ardour.desktop
===================================================================
--- ardour.desktop	2009-02-04 11:02:04 UTC (rev 26246)
+++ ardour.desktop	2009-02-04 13:57:54 UTC (rev 26247)
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Ardour
 Comment=Multitrack hard disk recorder
 Exec=ardour2
@@ -7,4 +6,4 @@
 Terminal=false
 Type=Application
 X-MultipleArgs=false
-Categories=GTK;Audio;AudioVideoEditing;Multimedia
+Categories=GTK;Audio;AudioVideoEditing;AudioVideo;Video;

Modified: ardour.install
===================================================================
--- ardour.install	2009-02-04 11:02:04 UTC (rev 26246)
+++ ardour.install	2009-02-04 13:57:54 UTC (rev 26247)
@@ -14,29 +14,4 @@
 -->  qjackctl's patchbay and read the docs from http://ardour.org !
 
 EOM
-  echo "update desktop mime database..."
-  update-desktop-database -q
 }
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  echo "update desktop mime database..."
-  update-desktop-database -q
-}
-
-op=$1
-shift
-$op $*
-
-# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list