summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/kphotoalbum/PKGBUILD19
-rw-r--r--community/kphotoalbum/kphotoalbum.install1
-rw-r--r--community/wings3d/PKGBUILD2
3 files changed, 8 insertions, 14 deletions
diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD
index 834afe33f..18f4a4d22 100644
--- a/community/kphotoalbum/PKGBUILD
+++ b/community/kphotoalbum/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 57929 2011-11-04 16:33:01Z lcarlier $
+# $Id: PKGBUILD 68803 2012-04-02 09:49:04Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
@@ -6,31 +6,24 @@
# Contributor: chfoxli <lg ][ romandie ? com>
pkgname=kphotoalbum
-pkgver=4.1.1
-pkgrel=11
+pkgver=4.2
+pkgrel=1
pkgdesc="KDE Photo Album, picture collection manager"
url="http://www.kphotoalbum.org/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('kdebase-runtime' 'libkipi' 'libkexiv2' 'libkdcraw')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw')
makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
optdepends=('kdeedu-marble: integration with Marble'
'kipi-plugins: add extra functionality'
'kdemultimedia-mplayerthumbs: video thumbnails')
install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
- 'fix-docbook-build.patch'
- 'fix-with-exiv2-0.21.patch')
-md5sums=('c00a5f179e487ac89fccf8dfb3cd6ef0'
- '1b48553af74f0488fdad55758e911e3a'
- '9238101a2d7450e6dd822778807dd7bd')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('7cb484089477f3633657b67ce59b85f2')
build() {
cd ${srcdir}
- patch -Np0 -i ${srcdir}/fix-docbook-build.patch
- patch -Np0 -i ${srcdir}/fix-with-exiv2-0.21.patch
-
mkdir build
cd build
diff --git a/community/kphotoalbum/kphotoalbum.install b/community/kphotoalbum/kphotoalbum.install
index e70c054ec..6c87527e2 100644
--- a/community/kphotoalbum/kphotoalbum.install
+++ b/community/kphotoalbum/kphotoalbum.install
@@ -1,5 +1,6 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {
diff --git a/community/wings3d/PKGBUILD b/community/wings3d/PKGBUILD
index abaced38c..e81b71cea 100644
--- a/community/wings3d/PKGBUILD
+++ b/community/wings3d/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="3D modeling program"
arch=('x86_64' 'i686')
url="http://www.wings3d.com/"
license=('GPL')
-depends=('esdl' 'bash')
+depends=('esdl' 'bash' 'desktop-file-utils')
makedepends=('setconf' 'gendesk')
optdepends=('povray: rendering support via POV-Ray'
'kerkythea: rendering support via Kerkythea')