[45241] trunk/dports/kde/amarok/Portfile

illogic-al at macports.org illogic-al at macports.org
Sun Jan 11 13:50:12 PST 2009


Revision: 45241
          http://trac.macports.org/changeset/45241
Author:   illogic-al at macports.org
Date:     2009-01-11 13:50:12 -0800 (Sun, 11 Jan 2009)
Log Message:
-----------
Update amarok to 2.0.1.1.

Modified Paths:
--------------
    trunk/dports/kde/amarok/Portfile

Modified: trunk/dports/kde/amarok/Portfile
===================================================================
--- trunk/dports/kde/amarok/Portfile	2009-01-11 21:44:17 UTC (rev 45240)
+++ trunk/dports/kde/amarok/Portfile	2009-01-11 21:50:12 UTC (rev 45241)
@@ -3,8 +3,8 @@
 PortSystem          1.0
 
 name                amarok
-version             2.0
-revision            1
+version             2.0.1.1
+revision            0
 categories          kde kde4
 maintainers         macports.org:illogic-al openmaintainer
 description         Amarok, the world renown media player/.
@@ -14,8 +14,9 @@
 platforms           darwin
 homepage            http://amarok.kde.org
 master_sites	    http://ftp.kde.org/stable/${name}/${version}/src/
+distfiles           ${name}-${version}-mac.tar.bz2
 use_bzip2           yes
-checksums           md5 bcecfedd3976df0e8a0bd4a499b89fcb
+checksums           md5 881ae12942aa146bc08cca7db2501802
 
 depends_lib         port:kdelibs4 \
                     path:bin/kde4:kdebase4-runtime \
@@ -23,7 +24,7 @@
                     path:lib/mysql5/libmysqld.a:mysql5-devel
 # need to add embedded_server variant to mysql5 portfiles for this to work
 					
-depends_build       port:cmake
+depends_build       port:cmake port:automoc
 
 use_parallel_build  yes
 worksrcdir          build
@@ -68,11 +69,8 @@
 }
 
 post-destroot {
-    # We have to move the collection scanner within the bundle
-    # because it doesn't work otherwise
-	system "mv ${destroot}/${prefix}/bin/amarokcollectionscanner ${destroot}/Applications/KDE4/Amarok.app/Contents/MacOS/"
-    # and this puts the bundle icons where they should go
-	system "mv ${destroot}/${prefix}/bin/amarok.app/Contents/Resources ${destroot}/Applications/KDE4/Amarok.app/Contents/"
+    # This puts the bundle icons where they should go
+	system "mv ${destroot}/${prefix}/bin/amarok.app/Contents/Resources/amarok.icns ${destroot}/Applications/KDE4/Amarok.app/Contents/Resources/"
 	system "rm -rf ${destroot}/${prefix}/bin"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090111/cbec9918/attachment.html>


More information about the macports-changes mailing list