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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:48:29
  Author: svenstaro
Revision: 217841

upgpkg: kdelibs 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdelibs/kde-unstable/
Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:48:29 UTC (rev 217841)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
@@ -15,14 +15,12 @@
 'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch'
-'pyqt.patch')
-sha1sums=('9c0e963fa2db119ac37e15f31c05d18d3043a58e'
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('f869fb030d637cd8dcc85dcaedb3d973a0f35a20'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'ed1f57ee661e5c7440efcaba7e51d2554709701c'
-  'd32534d7d6dc287c80951d24caf0259ab18c9abc')
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
 
 prepare() {
mkdir build
@@ -33,9 +31,6 @@
patch -p1 -i ${srcdir}/archlinux-menu.patch
# qmake refers to Qt5
patch -p1 -i ${srcdir}/qt4.patch
-
-   # support newer PyQt build system
-   patch -p1 -i ${srcdir}/pyqt.patch
 }
 
 build() {



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

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

KDE 4.9

Added:
  kdelibs/kde-unstable/
Modified:
  kdelibs/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2012-05-25 14:33:21 UTC (rev 159498)
+++ kde-unstable/PKGBUILD   2012-05-25 19:58:34 UTC (rev 159517)
@@ -3,22 +3,23 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.8.3
+pkgver=4.8.80
 pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
-url='http://www.kde.org'
+url='https://projects.kde.org/projects/kde/kdelibs'
 license=('GPL' 'LGPL' 'FDL')
 depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit')
+'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
+'media-player-info' 'herqq')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'kde-applications-menu.patch' 'archlinux-menu.patch'
 'use-pythondontwritebytecode.patch')
-sha1sums=('50633efa4ea2a133e51bf55286ff754c46f2eae2'
+sha1sums=('769f86e07cd23fe7a12afc66fbbea015c090a16f'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'a1e35760d5b4e29471ad357c963a343c67200f32')



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

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

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdelibs/kde-unstable/
Modified:
  kdelibs/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:50:07 UTC (rev 80926)
@@ -1,23 +1,24 @@
 # $Id: PKGBUILD 60156 2009-12-01 10:21:15Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.4.80
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 depends=('shared-mime-info' 'hal' 'xz-utils' 'enchant' 'jasper' 'openexr' 
'giflib'
  'strigi' 'libxtst' 'soprano' 'ca-certificates' 'xdg-utils' 'qca' 
'polkit-qt'
- 'libxss' 'phonon' 'shared-desktop-ontologies' 'attica' 'heimdal' 
'libxcursor'
- 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'libxslt')
+ 'libxss' 'phonon' 'shared-desktop-ontologies' 'attica' 'libxcursor' 
'libdbusmenu-qt'
+'hicolor-icon-theme')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'docbook-xsl')
 replaces=('arts' 'kdelibs-experimental')
 install='kdelibs.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('9801303f359083415988fb2529a1c342752ad326'
+sha1sums=('8e3da3b72cf32dd73428b9b9f684d2bb9207baa3'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')