[arch-commits] Commit in kdebase-runtime (kde-unstable kde-unstable/PKGBUILD)

2012-05-25 Thread Andrea Scarpino
Date: Friday, May 25, 2012 @ 15:58:42
  Author: andrea
Revision: 159520

KDE 4.9

Added:
  kdebase-runtime/kde-unstable/
Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-05-25 14:33:21 UTC (rev 159498)
+++ kde-unstable/PKGBUILD   2012-05-25 19:58:42 UTC (rev 159520)
@@ -3,20 +3,21 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdebase-runtime
-pkgver=4.8.3
+pkgver=4.8.80
 pkgrel=1
-pkgdesc="KDE Base Runtime Environment"
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
-url='http://www.kde.org'
+url='https://projects.kde.org/projects/kde/kde-runtime'
 license=('GPL' 'LGPL')
-depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth')
+depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
+'xorg-xauth' 'kactivities')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager')
 optdepends=('htdig: to build the search index in khelpcenter'
 'rarian: needed by khelpcenter'
 'gdb: drkonq crash handler')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
-sha1sums=('500ada503708aa89e2cbfa3ddb6353c3d350d96f')
+source=("http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
+sha1sums=('2ef106862e33a8fc2b936a875ab87e581d25d2ee')
 
 build() {
 cd "${srcdir}"
@@ -35,9 +36,9 @@
cd "$srcdir/build"
make DESTDIR="$pkgdir" install
rm -f "${pkgdir}/usr/share/icons/hicolor/index.theme"
-   ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/"
 
-# Fix Python2 path
-sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-  "${pkgdir}"/usr/bin/nepomuk-simpleresource-rcgen
+ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/"
+
+# Fix conflict
+rm "${pkgdir}"/usr/lib/libnepomukcommon.so
 }



[arch-commits] Commit in kdebase-runtime (kde-unstable kde-unstable/PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 14:53:00
  Author: andrea
Revision: 171138

KDE 4.10 beta1 - first steps

Added:
  kdebase-runtime/kde-unstable/
Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD   2012-11-16 19:53:00 UTC (rev 171138)
@@ -3,14 +3,14 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdebase-runtime
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
 license=('GPL' 'LGPL')
-depends=('nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth'
- 'kactivities')
+depends=('kactivities' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons'
+ 'xorg-xauth')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
  'networkmanager')
 optdepends=('kdepimlibs: to generate drkonqi reports'
@@ -18,8 +18,8 @@
 'rarian: needed by khelpcenter'
 'gdb: drkonq crash handler')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
-sha1sums=('5245c1152680ad22dff21c44dad531eda736e769')
+source=("http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
+sha1sums=('15bc386147acfb84ed5c753a25ed08a809303cbf')
 
 build() {
 cd "${srcdir}"
@@ -29,8 +29,7 @@
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DWITH_Xine=OFF
+-DWITH_QNtrack=OFF
make
 }
 



[arch-commits] Commit in kdebase-runtime (kde-unstable kde-unstable/PKGBUILD)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:49:36
  Author: svenstaro
Revision: 217851

upgpkg: kdebase-runtime 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdebase-runtime/kde-unstable/
Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:49:36 UTC (rev 217851)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdebase-runtime
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 'htdig: to build the search index in the KHelpCenter'
 'rarian: needed by KHelpCenter')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
-sha1sums=('9e28e4477856428a5c3c7f051704d2197728ac2b')
+source=("http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
+sha1sums=('5579b85fa68fdfbde310c7fc6cf3a99cbec8664c')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebase-runtime (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:50:16
  Author: andrea
Revision: 80928

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdebase-runtime/kde-unstable/
Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:50:16 UTC (rev 80928)
@@ -1,8 +1,9 @@
 # $Id: $
-# Maintainer: Pierre Schmitz 
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
 
 pkgname=kdebase-runtime
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 pkgdesc="KDE Base Runtime Environment"
 arch=('i686' 'x86_64')
@@ -15,8 +16,8 @@
 optdepends=('htdig: to build the search index'
 'gdb: drkonq crash handler')
 install='kdebase-runtime.install'
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('e060fb54b5d275bc06224a0e2eecc158518c9934')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('d32ba474d6adc4c1e5a8c0756f2771c87697d8b9')
 
 build() {
cd $srcdir