[arch-commits] Commit in digikam/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu Dec 31 10:00:24 UTC 2009


    Date: Thursday, December 31, 2009 @ 05:00:24
  Author: tpowa
Revision: 62038

Merged revisions 62035 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/digikam/trunk

........
  r62035 | tpowa | 2009-12-31 10:58:19 +0100 (Do, 31 Dez 2009) | 2 lines
  
  upgpkg: digikam 1.0.0-1
      bump to latest version
........

Modified:
  digikam/repos/testing-x86_64/	(properties)
  digikam/repos/testing-x86_64/PKGBUILD

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


Property changes on: digikam/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /digikam/trunk:1-60471
   + /digikam/trunk:1-62035

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-12-31 10:00:17 UTC (rev 62037)
+++ testing-x86_64/PKGBUILD	2009-12-31 10:00:24 UTC (rev 62038)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=digikam
-pkgver=1.0.0rc
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Digital photo management application for kde"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 url="http://digikam.sourceforge.net"
 depends=('kdebase-runtime' 'kdegraphics-libs' 'kdepimlibs' 'lensfun' 'kdeedu-marble' 'liblqr')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
-source=(http://downloads.sourceforge.net/digikam/${pkgname}-1.0.0-rc.tar.bz2)
+source=(http://downloads.sourceforge.net/digikam/${pkgname}-${pkgver}.tar.bz2)
 replaces=('digikamimageplugins')
 install=digikam.install
 optdepends=('kipi-plugins: for more extras and plugins')
@@ -18,10 +18,10 @@
 build() {
    mkdir build
    cd build
-   cmake ../${pkgname}-1.0.0-rc -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MARBLEWIDGET=yes -DWITH_MarbleWidget=yes \
+   cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MARBLEWIDGET=yes -DWITH_MarbleWidget=yes \
     -DCMAKE_SKIP_RPATH=ON \
     -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
    make all|| return 1
    make DESTDIR=${pkgdir} install || return 1
  }
-md5sums=('270c268c6fb6880520b290d5ed5ca020')
+md5sums=('6169deb68a3d712a0c6539b09c5f8c0c')




More information about the arch-commits mailing list