summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-02 01:16:10 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-02 01:16:10 -0300
commit6520c4475cea65147250b6f7ff41b75ea9cacbfb (patch)
tree29f26621b8ef7a0e304b9bca473e55806207d608 /libre
parent21f5aff726166d79efc56fa4e9998ab6ed9c8a1a (diff)
kde 4.11.2 release
Diffstat (limited to 'libre')
-rw-r--r--libre/kdebase-konqueror-libre/PKGBUILD11
-rw-r--r--libre/kdebase-runtime-libre/PKGBUILD11
-rw-r--r--libre/kdelibs-libre/PKGBUILD6
-rw-r--r--libre/kdenetwork-kopete-libre/PKGBUILD6
-rw-r--r--libre/kdepim-libre/PKGBUILD6
-rw-r--r--libre/kdeutils-ark-libre/PKGBUILD6
6 files changed, 20 insertions, 26 deletions
diff --git a/libre/kdebase-konqueror-libre/PKGBUILD b/libre/kdebase-konqueror-libre/PKGBUILD
index 368ee981c..077e6aee3 100644
--- a/libre/kdebase-konqueror-libre/PKGBUILD
+++ b/libre/kdebase-konqueror-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 194222 2013-09-10 22:37:57Z andrea $
+# $Id: PKGBUILD 195531 2013-10-01 15:16:11Z svenstaro $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Maintainer (Parabola): Michał Masłowski <mtjm@mtjm.eu>
@@ -6,18 +6,16 @@
_pkgname='kdebase-konqueror'
pkgname='kdebase-konqueror-libre'
-pkgver=4.11.1
-pkgrel=2
+pkgver=4.11.2
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://kde.org/applications/internet/konqueror/"
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdebase')
makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz"
- 'kdebug-324511.patch'
'konq-about-fsdg.diff')
-sha1sums=('a8781b2d7d431024cd5355a1e57d387d5945e12f'
- 'ff32bee8ef0ee154f1885fa4cd91a6754d980343'
+sha1sums=('6a988adf54e9f499365dce0ce1691d020411bd0d'
'd6cbb53c04179b8180f9439eca156b7ff2e76b3a')
pkgdesc='KDE File Manager & Web Browser, without Google and nonfree software recommendation'
depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
@@ -31,7 +29,6 @@ prepare() {
mkdir build
cd kde-baseapps-${pkgver}
- patch -p1 -i "${srcdir}"/kdebug-324511.patch
# Don't recommend nonfree software or Google.
patch -Np1 -i "${srcdir}/konq-about-fsdg.diff"
}
diff --git a/libre/kdebase-runtime-libre/PKGBUILD b/libre/kdebase-runtime-libre/PKGBUILD
index a27f22dcf..df331d80b 100644
--- a/libre/kdebase-runtime-libre/PKGBUILD
+++ b/libre/kdebase-runtime-libre/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 194219 2013-09-10 22:35:14Z andrea $
+# $Id: PKGBUILD 195503 2013-10-01 15:14:05Z svenstaro $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
_pkgname=kdebase-runtime
pkgname=kdebase-runtime-libre
-pkgver=4.11.1
-pkgrel=2
+pkgver=4.11.2
+pkgrel=1
pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search providers"
arch=('i686' 'x86_64' 'mips64el')
url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -24,11 +24,9 @@ optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
'rarian: needed by KHelpCenter')
install="${_pkgname}.install"
source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"
- 'kdebug-324470.patch'
'duckduckgo_html.desktop'
'duckduckgo_lite.desktop')
sha1sums=('3457ffdbd1921bc6bc78cd8a9a463822d515b079'
- '80db2d34f9e62dbea5d7e94b7bef93d2cf46f6d7'
'aa6f39f4b0ad3c110fd05cd6c41190afae9773dd'
'ac3bac94a2c4b1444642524bc5fb539c4c5dcc5b')
@@ -36,7 +34,6 @@ prepare() {
mkdir build
cd kde-runtime-${pkgver}
- patch -p1 -i "${srcdir}"/kdebug-324470.patch
}
build() {
@@ -70,7 +67,7 @@ package() {
ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/"
- # https://bugs.archlinux.org/task/36668
+ # FS#36668
chown :nobody "${pkgdir}"/usr/lib/kde4/libexec/kdesud
chmod g+s "${pkgdir}"/usr/lib/kde4/libexec/kdesud
}
diff --git a/libre/kdelibs-libre/PKGBUILD b/libre/kdelibs-libre/PKGBUILD
index 368b7062f..bb657d4f3 100644
--- a/libre/kdelibs-libre/PKGBUILD
+++ b/libre/kdelibs-libre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 194033 2013-09-10 12:51:41Z andrea $
+# $Id: PKGBUILD 195493 2013-10-01 15:12:48Z svenstaro $
# Maintainer: Andrea Scarpino <andrea@archlinux.org
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
_pkgname=kdelibs
pkgname=kdelibs-libre
-pkgver=4.11.1
+pkgver=4.11.2
pkgrel=1
pkgdesc="KDE Core Libraries"
arch=('i686' 'x86_64' 'mips64el')
@@ -24,7 +24,7 @@ install=${_pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz"
'kde-applications-menu.patch' 'qt4.patch'
'khtml-fsdg.diff')
-sha1sums=('db938479fe1599f9f1ac497de48ad8de692ac6c9'
+sha1sums=('f9aec4ec00389067e6d2ea37f5042c926c07fd6a'
'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
'ed1f57ee661e5c7440efcaba7e51d2554709701c'
'a1502a964081ad583a00cf90c56e74bf60121830')
diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD
index c4343e402..ef67d28c9 100644
--- a/libre/kdenetwork-kopete-libre/PKGBUILD
+++ b/libre/kdenetwork-kopete-libre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 194033 2013-09-10 12:51:41Z andrea $
+# $Id: PKGBUILD 195745 2013-10-01 15:33:32Z svenstaro $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
_pkgname=kdenetwork-kopete
pkgname=kdenetwork-kopete-libre
-pkgver=4.11.1
+pkgver=4.11.2
pkgrel=1
pkgdesc='Instant Messenger, without skype support'
url='http://kde.org/applications/internet/kopete/'
@@ -21,7 +21,7 @@ provides=$_pkgname=$pkgver
source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz"
'libotr3.patch'
'mediastreamer29.patch')
-sha1sums=('1dd677e6fd4335e6d0bb906f4c981395ca204e12'
+sha1sums=('d7616376d7488050ce2c6ec6b7a1f4010fe91084'
'9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
'317683a5c2acd0a0058c5ab42f6006e9db511ef3')
diff --git a/libre/kdepim-libre/PKGBUILD b/libre/kdepim-libre/PKGBUILD
index fc172a0e9..7725d7c2c 100644
--- a/libre/kdepim-libre/PKGBUILD
+++ b/libre/kdepim-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 194033 2013-09-10 12:51:41Z andrea $
+# $Id: PKGBUILD 195755 2013-10-01 15:34:16Z svenstaro $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
@@ -22,7 +22,7 @@ pkgname=('kdepim-akonadiconsole-libre'
'kdepim-ktimetracker-libre'
'kdepim-ktnef-libre'
'kdepim-libkdepim-libre')
-pkgver=4.11.1
+pkgver=4.11.2
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url='http://pim.kde.org'
@@ -31,7 +31,7 @@ groups=('kde' 'kdepim-libre')
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss'
'kde-agent' 'nepomuk-widgets' 'link-grammar')
source=("http://download.kde.org/stable/${pkgver}/src/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('d0f240520b4f79a56a2d8421b59654f108180bcd')
+sha1sums=('027a6560bcd8f55659f642f2041f1265453a02ad')
build() {
mkdir build
diff --git a/libre/kdeutils-ark-libre/PKGBUILD b/libre/kdeutils-ark-libre/PKGBUILD
index bf4664b12..8dc8d1828 100644
--- a/libre/kdeutils-ark-libre/PKGBUILD
+++ b/libre/kdeutils-ark-libre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 194033 2013-09-10 12:51:41Z andrea $
+# $Id: PKGBUILD 195793 2013-10-01 15:36:58Z svenstaro $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
_pkgname=kdeutils-ark
pkgname=kdeutils-ark-libre
-pkgver=4.11.1
+pkgver=4.11.2
pkgrel=1
pkgdesc='Archiving Tool, with unar support'
url='http://kde.org/applications/utilities/ark/'
@@ -20,7 +20,7 @@ replaces=('kdeutils-ark')
conflicts=('kdeutils-ark')
source=("http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz"
'ark-unar-06.patch')
-sha1sums=('591ab1b3825f3646b26bd55484fc7f4291086a63'
+sha1sums=('4314876715804f52ca09f6555173b1542a406f0e'
'a0a836950f185d9b2245204579f969203036fdec')
build() {