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

Ray Rashif schiv at nymeria.archlinux.org
Tue May 14 10:05:01 UTC 2013


    Date: Tuesday, May 14, 2013 @ 12:05:01
  Author: schiv
Revision: 185440

upgpkg: fluidsynth 1.1.6-2

remove init scripts; part of TODO li list

Modified:
  fluidsynth/trunk/PKGBUILD
  fluidsynth/trunk/fluidsynth.install

--------------------+
 PKGBUILD           |   21 +++++----------------
 fluidsynth.install |   12 +++---------
 2 files changed, 8 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-14 10:04:40 UTC (rev 185439)
+++ PKGBUILD	2013-05-14 10:05:01 UTC (rev 185440)
@@ -4,23 +4,18 @@
 
 pkgname=fluidsynth
 pkgver=1.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
 arch=('i686' 'x86_64')
 url="http://www.fluidsynth.org/"
-depends=('glib2' 'jack' 'dbus-core' 'libpulse')
+depends=('glib2' 'jack' 'libpulse')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
-backup=('etc/conf.d/fluidsynth')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-        'fluidsynth.conf'
-        'fluidsynth.rc'
         'fluidsynth.systemd')
 md5sums=('ae5aca6de824b4173667cbd3a310b263'
-         '7d0ab0d75d4e87652f4cb7ffeac8a82b'
-         'b296dbfb524c2164f552f68bd9abe2ec'
          'e0406748a154409907df62292be32e8a')
 
 build() {
@@ -36,16 +31,10 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 
-  install -Dm644 "$srcdir/fluidsynth.conf" \
-    "$pkgdir/etc/conf.d/fluidsynth"
-
-  install -Dm755 "$srcdir/fluidsynth.rc" \
-    "$pkgdir/etc/rc.d/fluidsynth"
-
-  install -Dm644 "$srcdir/fluidsynth.systemd" \
-    "$pkgdir/usr/lib/systemd/system/fluidsynth.service"
+  install -Dm644 "$srcdir/$pkgname.systemd" \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
 }
 
 # vim:set ts=2 sw=2 et:

Modified: fluidsynth.install
===================================================================
--- fluidsynth.install	2013-05-14 10:04:40 UTC (rev 185439)
+++ fluidsynth.install	2013-05-14 10:05:01 UTC (rev 185440)
@@ -1,19 +1,13 @@
 post_install() {
 	echo
-	echo "  > To use FluidSynth as a daemon edit /etc/conf.d/fluidsynth"
-	echo
-	echo "  > Systemd users need to copy the service file from:"
+	echo "  > To use FluidSynth as a daemon copy the service file from:"
 	echo "      /usr/lib/systemd/system/fluidsynth.service"
 	echo "  > to:"
 	echo "      /etc/systemd/system/multi-user.target.wants/"
 	echo "  > and then edit accordingly."
 	echo
-	echo "  > PulseAudio output when running as a daemon"
-	echo "  > is known to be problematic. See:"
+	echo "  > PulseAudio output when running as a daemon is known to be"
+	echo "  > problematic. See the following bulletin board post:"
 	echo "      https://bbs.archlinux.org/viewtopic.php?id=135092"
 	echo
 }
-
-post_upgrade() {
-	post_install
-}




More information about the arch-commits mailing list