summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/darktable/PKGBUILD5
-rw-r--r--nonprism/duplicity/PKGBUILD8
-rw-r--r--nonprism/evolution-data-server/PKGBUILD6
-rw-r--r--nonprism/gnome-online-accounts/PKGBUILD8
-rw-r--r--nonprism/grilo-plugins/0002-local-metadata-Fixes-to-video_sanitise_string-non-al.patch80
-rw-r--r--nonprism/grilo-plugins/PKGBUILD20
-rw-r--r--nonprism/grilo-plugins/local-metadata-crash.patch31
-rw-r--r--nonprism/icedove/PKGBUILD22
-rw-r--r--nonprism/icedove/icedove.desktop272
-rw-r--r--nonprism/icedove/rhbz-966424.patch23
-rw-r--r--nonprism/jitsi/PKGBUILD14
-rw-r--r--nonprism/jitsi/nonprism.patch48
-rw-r--r--nonprism/kde-applications-meta/PKGBUILD9
-rw-r--r--nonprism/kdenetwork-kopete/PKGBUILD6
-rw-r--r--nonprism/kdepim-runtime/PKGBUILD8
-rw-r--r--nonprism/kdepim/PKGBUILD8
-rw-r--r--nonprism/your-privacy/PKGBUILD6
17 files changed, 300 insertions, 274 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD
index c9f32a637..89e8b1166 100644
--- a/nonprism/darktable/PKGBUILD
+++ b/nonprism/darktable/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 132445 2015-04-28 12:43:53Z spupykin $
+# $Id: PKGBUILD 133207 2015-05-10 20:06:41Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer (Arch): Christian Himpel <chressie at gmail dot com>
# Contributor (Arch): Johannes Hanika <hanatos at gmail dot com>
pkgname=darktable
pkgver=1.6.6
-pkgrel=1.nonprism1
+pkgrel=2.nonprism1
pkgdesc="Utility to organize and develop raw images, without flickcurl support"
arch=('i686' 'x86_64' 'mips64el')
url=http://darktable.sf.net/
@@ -24,6 +24,7 @@ md5sums=('4e880ffdf9e80dc09de3bdc2fc8f81c9')
prepare() {
cd "$srcdir/$pkgname-release-$pkgver/cmake"
sed "s|@PROJECT_VERSION@|$pkgver|" version.cmake.cmake >version.cmake
+ sed -i 's|lua5.2|lua52|g' modules/FindLua52.cmake
}
build() {
diff --git a/nonprism/duplicity/PKGBUILD b/nonprism/duplicity/PKGBUILD
index cdd4bb53f..94e134016 100644
--- a/nonprism/duplicity/PKGBUILD
+++ b/nonprism/duplicity/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 129248 2015-03-14 13:31:03Z foutrelis $
-# Maintainer (Arch): Lukas Fleischer <archlinux at cryptocrack dot de>
+# $Id: PKGBUILD 133848 2015-05-19 21:51:01Z lfleischer $
+# Maintainer (Arch): Lukas Fleischer <lfleischer at archlinux dot org>
# Contributor (Arch): Kaiting Chen <kaitocracy@gmail.com>
# Contributor (Arch): Aaron Schaefer <aaron@elasticdog.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=duplicity
-pkgver=0.7.02
+pkgver=0.7.03
pkgrel=1.nonprism1
pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm, without python2-boto, python2-dropbox and python2-gdata recommendation'
arch=('i686' 'x86_64' 'mips64el')
@@ -20,7 +20,7 @@ optdepends=('lftp: FTPS backend'
'gvfs: GIO backend'
'rsync: rsync backend')
source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('a6a19b89e50dd52567b6c6c2cc37b9aa'
+md5sums=('96b79a22144d4853615f4bc537caaac1'
'SKIP')
validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD
index 56618ab39..e47c69cad 100644
--- a/nonprism/evolution-data-server/PKGBUILD
+++ b/nonprism/evolution-data-server/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 236336 2015-04-13 07:31:12Z heftig $
+# $Id: PKGBUILD 239203 2015-05-12 19:58:49Z heftig $
# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
pkgname=evolution-data-server
-pkgver=3.16.1
+pkgver=3.16.2
pkgrel=1.nonprism1
pkgdesc="Centralized access to appointments and contacts, without libgdata support"
arch=(i686 x86_64)
@@ -14,7 +14,7 @@ license=(GPL)
replaces=("${pkgname}-coherence" "${pkgname}-nonprism")
conflicts=("${pkgname}-coherence" "${pkgname}-nonprism")
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('04eedf170708c97ca807951f47e6d6f554bee94c35bc279201a54f64b744eb51')
+sha256sums=('6e3da8a553b803571eb4ecf1e412da45bf4f2325e446fc23bffa2b2718d6b8b1')
build() {
cd "$pkgname-$pkgver"
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD
index c2c7723b7..5efbde08c 100644
--- a/nonprism/gnome-online-accounts/PKGBUILD
+++ b/nonprism/gnome-online-accounts/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 236363 2015-04-13 12:50:21Z heftig $
+# $Id: PKGBUILD 239211 2015-05-12 20:10:05Z heftig $
# Maintainer (Arch): Ionut Biru <ibiru@archlinux.org>
# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=gnome-online-accounts
-pkgver=3.16.0
-pkgrel=2.nonprism1
+pkgver=3.16.2
+pkgrel=1.nonprism1
pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols"
arch=(i686 x86_64 mips64el)
url="http://www.gnome.org"
@@ -15,7 +15,7 @@ depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib
makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
install=$pkgname.install
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2ca9c404c6a42aac34073087606a962f49f7986f0cc549cfe9100ac29c91ffd6')
+sha256sums=('a50f2f0f54f85418c8274580a53fe6783a2b33d0c1fefb725b2dd2d00debd7e6')
build() {
cd $pkgname-$pkgver
diff --git a/nonprism/grilo-plugins/0002-local-metadata-Fixes-to-video_sanitise_string-non-al.patch b/nonprism/grilo-plugins/0002-local-metadata-Fixes-to-video_sanitise_string-non-al.patch
new file mode 100644
index 000000000..dc7abbb52
--- /dev/null
+++ b/nonprism/grilo-plugins/0002-local-metadata-Fixes-to-video_sanitise_string-non-al.patch
@@ -0,0 +1,80 @@
+From a05b159c330a7a65479bba35bc529d0934640627 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Tue, 19 May 2015 20:53:28 +0200
+Subject: [PATCH 2/2] local-metadata: Fixes to video_sanitise_string non-alnum
+ handling
+
+- Extract loop condition into a helper function
+- Use g_utf8_get_char to properly convert to unichar
+- Be more defensive about g_utf8_find_prev_char returning NULL
+
+https://bugzilla.gnome.org/show_bug.cgi?id=748604
+---
+ src/local-metadata/grl-local-metadata.c | 39 +++++++++++++++++++++++----------
+ 1 file changed, 28 insertions(+), 11 deletions(-)
+
+diff --git a/src/local-metadata/grl-local-metadata.c b/src/local-metadata/grl-local-metadata.c
+index 45856be..c7f731e 100644
+--- a/src/local-metadata/grl-local-metadata.c
++++ b/src/local-metadata/grl-local-metadata.c
+@@ -242,6 +242,28 @@ grl_local_metadata_source_set_property (GObject *object,
+
+ /* ======================= Utilities ==================== */
+
++static gboolean
++is_nonalnum (const gchar *str)
++{
++ gunichar uchar;
++
++ if (str == NULL) {
++ return FALSE;
++ }
++
++ uchar = g_utf8_get_char (str);
++
++ if (g_unichar_isalnum (uchar)) {
++ return FALSE;
++ }
++
++ if (uchar == '!' || uchar == '?' || uchar == '.') {
++ return FALSE;
++ }
++
++ return TRUE;
++}
++
+ static gchar *
+ video_sanitise_string (const gchar *str)
+ {
+@@ -270,22 +292,17 @@ video_sanitise_string (const gchar *str)
+ }
+
+ if (*line_end != '\0') {
+- line_end = g_utf8_find_prev_char (line, line_end);
+-
++ /* After removing substring with blacklisted word, ignore non alpha-numeric
++ * char in the end of the sanitised string */
++ do {
++ line_end = g_utf8_find_prev_char (line, line_end);
++ } while (is_nonalnum (line_end));
+
+ /* If everything in the string is blacklisted, just ignore
+ * the blackisting logic.
+ */
+- if (line_end == NULL)
++ if (line_end == NULL) {
+ return g_strdup (str);
+-
+- /* After removing substring with blacklisted word, ignore non alpha-numeric
+- * char in the end of the sanitised string */
+- while (g_unichar_isalnum (*line_end) == FALSE &&
+- *line_end != '!' &&
+- *line_end != '?' &&
+- *line_end != '.') {
+- line_end = g_utf8_find_prev_char (line, line_end);
+ }
+
+ return g_strndup (line, line_end - line);
+--
+2.4.0
+
diff --git a/nonprism/grilo-plugins/PKGBUILD b/nonprism/grilo-plugins/PKGBUILD
index de4e5b3c4..020814d27 100644
--- a/nonprism/grilo-plugins/PKGBUILD
+++ b/nonprism/grilo-plugins/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 233400 2015-03-12 13:39:12Z jgc $
+# $Id: PKGBUILD 239561 2015-05-19 19:26:57Z heftig $
# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=grilo-plugins
pkgver=0.2.14
-pkgrel=1.nonprism1
+pkgrel=4.nonprism1
pkgdesc="Plugins for Grilo, without libgdata support"
url="http://www.gnome.org"
arch=(i686 x86_64)
@@ -12,13 +12,23 @@ license=(LGPL)
replaces=(${pkgname}-nonprism)
conflicts=(${pkgname}-nonprism)
depends=(grilo lua libmediaart libtracker-sparql gom libdmapsharing)
-makedepends=(intltool itstool gnome-common git yelp-tools)
+makedepends=(intltool itstool yelp-tools)
optdepends=('dleyna-server: DLNA plugin'
'tracker: Tracker plugin')
options=('!emptydirs')
groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz
+ local-metadata-crash.patch
+ 0002-local-metadata-Fixes-to-video_sanitise_string-non-al.patch)
+sha256sums=('d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab'
+ '221f770b064309635b52095d21d325707d45de03772da5cc579252b7795ced1b'
+ 'f95343c6433d438c6d67dfe0cf81804a9a19db1744606279159c008fce289aa7')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../local-metadata-crash.patch
+ patch -Np1 -i ../0002-local-metadata-Fixes-to-video_sanitise_string-non-al.patch
+}
build() {
cd $pkgname-$pkgver
diff --git a/nonprism/grilo-plugins/local-metadata-crash.patch b/nonprism/grilo-plugins/local-metadata-crash.patch
new file mode 100644
index 000000000..edc2b6dff
--- /dev/null
+++ b/nonprism/grilo-plugins/local-metadata-crash.patch
@@ -0,0 +1,31 @@
+From 85fc7cbf831e914456623a2f7a9efbe81919bf4d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= <olivier.crete@collabora.com>
+Date: Tue, 28 Apr 2015 19:46:54 -0400
+Subject: local-metadata: Ignore sanitization if the whole filename is
+ blacklisted
+
+If the whole filename ends up blacklisted, then just take it as-is.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=748604
+
+diff --git a/src/local-metadata/grl-local-metadata.c b/src/local-metadata/grl-local-metadata.c
+index adc81f0..45856be 100644
+--- a/src/local-metadata/grl-local-metadata.c
++++ b/src/local-metadata/grl-local-metadata.c
+@@ -272,6 +272,13 @@ video_sanitise_string (const gchar *str)
+ if (*line_end != '\0') {
+ line_end = g_utf8_find_prev_char (line, line_end);
+
++
++ /* If everything in the string is blacklisted, just ignore
++ * the blackisting logic.
++ */
++ if (line_end == NULL)
++ return g_strdup (str);
++
+ /* After removing substring with blacklisted word, ignore non alpha-numeric
+ * char in the end of the sanitised string */
+ while (g_unichar_isalnum (*line_end) == FALSE &&
+--
+cgit v0.10.2
+
diff --git a/nonprism/icedove/PKGBUILD b/nonprism/icedove/PKGBUILD
index 3ef75b2fa..9db1e0a0d 100644
--- a/nonprism/icedove/PKGBUILD
+++ b/nonprism/icedove/PKGBUILD
@@ -3,7 +3,7 @@
# We're getting this from Debian Sid
_debname=icedove
-_debver=31.6.0
+_debver=31.7.0
_debrel=deb1
_debrepo=http://ftp.debian.org/debian/pool/main/
debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; }
@@ -11,7 +11,7 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; }
pkgname=${_debname}
epoch=1
pkgver=${_debver}.${_debrel}
-pkgrel=2.nonprism1
+pkgrel=1.nonprism1
pkgdesc="A libre version of Debian Icedove, the standalone mail/news reader based on Mozilla Thunderbird, without support for unsafe and dangerous for privacy protocols"
arch=('i686' 'x86_64' 'mips64el')
license=('MPL' 'GPL' 'LGPL')
@@ -28,16 +28,14 @@ source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.xz"
mozconfig
${pkgname}.desktop
${pkgname}-install-dir.patch
- vendor.js
- rhbz-966424.patch)
+ vendor.js)
options=(!emptydirs)
-sha256sums=('9011da6632434d6ee991cc69f4e040a194d998ce3a04e5c3a05f21fc361124dc'
- 'ac73365adcccf126b97432cfd60828da667b2eb82512ae252cf577939d666fd9'
+sha256sums=('00ce17575690400e22e7ce21dc5b3b4f71092b7708ee9aad74448d1401da8794'
+ '04c30b4e72819b764bc463d36c39f55741d3e47ae994ba89fd14e63fe32c6561'
'09a0041f7f12498d933284b3d3a44e19002515accaff767d145a8f404b79e86a'
- 'a0be56fc87f255804e00e7c85abbc4731ebdaa8938858f1f8ac47dd2f17c0b8b'
+ '0b0d25067c64c6b829c84e5259ffca978e3971f85acc8483f47bdbed5b0b5b6a'
'24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
- 'b44f0eb82dce8a02aa71f0eab4b0d820e5383f613becc62cc995aac8638b54ec'
- '746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
+ 'b44f0eb82dce8a02aa71f0eab4b0d820e5383f613becc62cc995aac8638b54ec')
prepare() {
export DEBIAN_BUILD="comm-esr31"
@@ -59,6 +57,9 @@ prepare() {
install -Dm644 "debian/app-icons/${pkgname}${i/x*/}.png" "${srcdir}/${DEBIAN_BUILD}/mail/branding/${pkgname}/content/icon${i/x*/}.png"
done
+ # We are doing it from sed commands
+ rm -v debian/patches/fixes/vp8_impl.cc-backporting-naming-for-constants.patch || true
+
quilt push -av
# Fix paths on makefile
@@ -105,9 +106,6 @@ prepare() {
cp "${srcdir}/mozconfig" .mozconfig
- # https://bugs.archlinux.org/task/41689
- patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
# configure script misdetects the preprocessor without an optimization level
# https://bugs.archlinux.org/task/34644
sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' mozilla/configure
diff --git a/nonprism/icedove/icedove.desktop b/nonprism/icedove/icedove.desktop
index f39d5823c..1ba43e0b3 100644
--- a/nonprism/icedove/icedove.desktop
+++ b/nonprism/icedove/icedove.desktop
@@ -1,32 +1,5 @@
[Desktop Entry]
Name=Icedove
-Name[ast]=Veceru de corréu Icedove
-Name[ca]=Client de correu Icedove
-Name[cs]=Poštovní klient Icedove
-Name[da]=Icedove - e-post/nyhedsgruppe
-Name[de]=Icedove-E-Mail und -Nachrichten
-Name[el]=Ηλεκτρονική αλληλογραφία Icedove
-Name[es]=Cliente de correo Icedove
-Name[fi]=Icedove-sähköposti
-Name[fr]=Messagerie Icedove
-Name[gl]=Cliente de correo Icedove
-Name[he]=Icedove דוא״ל/חדשות
-Name[hr]=Icedove e-pošta/novosti
-Name[hu]=Icedove levelezőkliens
-Name[it]=Email Icedove
-Name[ja]=Icedove メールクライアント
-Name[ko]=Icedove
-Name[nl]=Icedove e-mail/nieuws
-Name[pl]=Klient poczty Icedove
-Name[pt_BR]=Cliente de E-mail Icedove
-Name[ru]=Почтовый клиент Icedove
-Name[sk]=Icedove - poštový klient
-Name[sv]=E-postklienten Icedove
-Name[ug]=Icedove ئېلخەت/خەۋەر
-Name[uk]=Поштова програма Icedove
-Name[vi]=Trình điện thư Icedove
-Name[zh_CN]=Icedove 邮件/新闻
-Name[zh_TW]=Icedove 郵件
Comment=Send and receive mail with Icedove
Comment[ast]=Lleer y escribir corréu electrónicu
Comment[ca]=Llegiu i escriviu correu
@@ -82,164 +55,119 @@ GenericName[uk]=Поштова програма
GenericName[vi]=Phần mềm khách quản lý thư điện tử
GenericName[zh_CN]=邮件新闻客户端
GenericName[zh_TW]=郵件用戶端
-Keywords=Email;E-mail;Newsgroup;Feed;RSS;
-Keywords[ast]=Corréu;Corréu-e;Noticies;Discusiones;Mensaxes;Canales;RSS;
-Keywords[ca]=Correu;Email;E-mail;Mailing;Llistes;Notícies;RSS;
-Keywords[cs]=Email;E-mail;Pošta;Elektronická pošta;Diskusní skupiny;Čtečka;RSS;
-Keywords[da]=Email;E-mail;Epost;E-post;E-brev;Newsgroup;Nyhedsgruppe;Nyhedskilde;Usenet;Feed;RSS;
-Keywords[de]=Mail;E-Mail;Newsgroup;Nachrichten;Feed;RSS;Post;News;Usenet;online;lesen;schreiben;
-Keywords[el]=Email;E-mail;Newsgroup;Feed;RSS;ημαιλ;Αλληλογραφία;Ροή;ΡΣΣ;Συζητήσεις;Γράμματα;
-Keywords[es]=Email;Correo electrónico;Noticias;Discusiones;Mensajes;Canales;RSS;
-Keywords[fi]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;posti;sähköposti;maili;meili;Usenet;uutisryhmät;syöte;
-Keywords[fr]=Mails;Mels;E-Mails;Emails;Courriels;Courriers;Newsgroup;Feed;RSS;Poster;Icedove;Lire;Écrire;
-Keywords[he]=דוא"ל;דוא״ל;מייל;אי-מייל;אימייל;הודעות;מוזילה;תאנדרבירד;ת׳אנדרבירד;ת'אנדרבירד;ת׳אנדרברד;ת'אנדרברד;דואל;
-Keywords[hr]=email;e-mail;e-pošta;pošta;RSS;
-Keywords[hu]=Email;E-mail;Levél;Levelezés;Hírcsoport;Feed;Hírforrás;RSS;
-Keywords[it]=Email;Mail;Posta;Newsgroup;Feed;RSS;
-Keywords[is]=tölvupóstur;rafpóstur;fréttir;fréttahópar;samtöl;skilaboð;fréttastraumar;RSS;
-Keywords[ja]=Eメール;イーメール;mail;e-mail;email;メール;電子メール;ニュースグループ;ネットニュース;RSS;フィードリーダー;書く;読む;Icedove;
-Keywords[nl]=Email;E-mail;Newsgroup;Feed;RSS;Nieuwsgroep;Post;
-Keywords[ru]=Email;E-mail;Newsgroup;Feed;RSS;почта;письма;новости;фиды;
-Keywords[sk]=Email;E-mail;Elektronická pošta;Diskusné skupiny;Čítačka kanálov;RSS;
-Keywords[uk]=Email;E-mail;Newsgroup;Feed;RSS;пошта;новини;подачі;стрічка;
-Keywords[vi]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;Thư điện tử;Gửi thư;
-Keywords[zh_CN]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;电子;邮件;新闻;Icedove;tb;雷鸟;电邮;邮箱;阅读器;
Exec=icedove %u
Terminal=false
-X-MultipleArgs=false
Type=Application
Icon=icedove
Categories=Network;Email;
MimeType=message/rfc822;x-scheme-handler/mailto;application/x-xpinstall;
StartupNotify=true
-Actions=Compose;Contacts;
+Actions=ComposeMessage;OpenAddressBook;
-[Desktop Action Compose]
-Name=Compose New Message
-Name[af]=Skryf 'n nuwe boodskap
-Name[ar]=حرر رسالة جديدة
-Name[ast]=Redactar un mensaxe nuevu
-Name[be]=Напісаць ліст
-Name[bg]=Ново писмо
-Name[bn]=নতুন বার্তা লিখুন
-Name[br]=Sevel ur gemennadenn nevez
-Name[bs]=Napiši novu poruku
-Name[ca]=Redacta un missatge nou
+[Desktop Action ComposeMessage]
+Name=Write new message
+Name[ar]=اكتب رسالة جديدة
+Name[ast]=Redactar mensaxe nuevu
+Name[be]=Напісаць новы ліст
+Name[bg]=Съставяне на ново съобщение
+Name[br]=Skrivañ ur gemennadenn nevez
+Name[ca]=Escriu un missatge nou
Name[cs]=Napsat novou zprávu
-Name[cy]=Cyfansoddi Neges Newydd
-Name[da]=Skriv en ny besked
-Name[de]=Neue Nachricht erstellen
+Name[da]=Skriv en ny meddelelse
+Name[de]=Neue Nachricht verfassen
Name[el]=Σύνταξη νέου μηνύματος
-Name[eo]=Redakti novan mesaĝon
-Name[es]=Redactar un mensaje nuevo
-Name[et]=Koosta uus sõnum
-Name[eu]=Mezu Berria Idatzi
-Name[fi]=Luo uusi viesti
-Name[fr]=Rédiger un nouveau courriel
-Name[gd]=Co-chuir Teachdaireachd Ùr
-Name[gl]=Redactar unha nova mensaxe
-Name[he]=חיבור הודעה חדשה
-Name[hi]=नया संदेश लिखें
-Name[hr]=Nova poruka
+Name[es_AR]=Escribir un nuevo mensaje
+Name[es_ES]=Redactar nuevo mensaje
+Name[et]=Kirjuta uus kiri
+Name[eu]=Idatzi mezu berria
+Name[fi]=Kirjoita uusi viesti
+Name[fr]=Rédiger un nouveau message
+Name[fy_NL]=Skriuw in nij berjocht
+Name[ga_IE]=Scríobh teachtaireacht nua
+Name[gd]=Sgrìobh teachdaireachd ùr
+Name[gl]=Escribir unha nova mensaxe
+Name[he]=כתיבת הודעה חדשה
+Name[hr]=Piši novu poruku
Name[hu]=Új üzenet írása
-Name[hy]=Նամակ գրել
-Name[id]=Buat Pesan Baru
-Name[is]=Skrifa nýtt bréf
-Name[it]=Componi nuovo messaggio
-Name[ja]=新しいメッセージの作成
-Name[kk]=Жаңа хат жазу
-Name[kn]=ಹೊಸ ಸಂದೇಶವನ್ನು ಸಂಯೋಜಿಸು
-Name[ko]=새 메시지 쓰기
-Name[ku]=Peyameke nû biafirînê
+Name[hy_AM]=Գրել նոր նամակ
+Name[is]=SKrifa nýjan póst
+Name[it]=Scrivi nuovo messaggio
+Name[ja]=新しいメッセージを作成する
+Name[ko]=새 메시지 작성
Name[lt]=Rašyti naują laišką
-Name[lv]=Sacerēt jaunu vēstuli
-Name[mk]=Состави нова порака
-Name[ml]=പുതിയ സന്ദേശം രചിക്കുക
-Name[mr]=नवीन संदेश लिहा.
-Name[nb]=Skriv en ny melding
-Name[nl]=Nieuw bericht opstellen
-Name[nn]=Skriv ei ny melding
-Name[pl]=Utwórz nową wiadomość
-Name[pt]=Criar nova mensagem
-Name[pt_BR]=Compor nova mensagem
-Name[ro]=Compune un mesaj nou
-Name[ru]=Написать письмо
-Name[si]=නව පණිවිඩයක් අරඹන්න
-Name[sk]=Napísať novú správu
+Name[nb_NO]=Skriv ny melding
+Name[nl]=Nieuw bericht aanmaken
+Name[nn_NO]=Skriv ny melding
+Name[pl]=Nowa wiadomość
+Name[pt_BR]=Nova mensagem
+Name[pt_PT]=Escrever nova mensagem
+Name[rm]=Scriver in nov messadi
+Name[ro]=Scrie un mesaj nou
+Name[ru]=Создать новое сообщение
+Name[si]=නව ලිපියක් ලියන්න
+Name[sk]=Nová e-mailová správa
Name[sl]=Sestavi novo sporočilo
-Name[sq]=Krijo Mesazh të Ri
-Name[sr]=Састави нову поруку
-Name[sv]=Skriv nytt meddelande
-Name[ta]=புதிய செய்தியை உருவாக்கு
-Name[te]=కొత్త సందేశాన్ని రచించు
-Name[th]=สร้างข้อความใหม่
-Name[tr]=Yeni İleti Oluştur
-Name[uk]=Написати нове повідомлення
-Name[zh_CN]=撰写新消息
-Name[zh_TW]=撰寫新郵件
+Name[sq]=Shkruani mesazh të ri
+Name[sr]=Писање нове поруке
+Name[sv_SE]=Skriv ett nytt meddelande
+Name[ta_LK]=புதிய செய்தியை எழுதுக
+Name[tr]=Yeni ileti yaz
+Name[uk]=Написати нового листа
+Name[vi]=Viết thư mới
+Name[zh_CN]=编写新消息
+Name[zh_TW]=寫一封新訊息
Exec=icedove -compose
-[Desktop Action Contacts]
-Name=Contacts
-Name[af]=Kontakte
-Name[ar]=المتراسلين
-Name[ast]=Contautos
-Name[be]=Кантакты
-Name[bg]=Контакти
-Name[bn]=পরিচিতি সমূহ
-Name[br]=Darempredoù
-Name[bs]=Kontakti
-Name[ca]=Contactes
-Name[cs]=Kontakty
-Name[cy]=Cysylltiadau
-Name[da]=Kontakter
-Name[de]=Kontakte
-Name[el]=Επαφές
-Name[eo]=Kontaktoj
-Name[es]=Contactos
-Name[et]=Kontaktid
-Name[eu]=Kontaktuak
-Name[fi]=Yhteystiedot
-Name[fr]=Carnet d'adresses
-Name[gd]=Buntanasan
-Name[gl]=Contactos
-Name[he]=אנשי קשר
-Name[hi]=संपर्क
-Name[hr]=Kontakti
-Name[hu]=Névjegyek
-Name[hy]=Կապորդներ
-Name[id]=Kontak
-Name[is]=Tengiliðir
-Name[it]=Contatti
-Name[ja]=連絡先
-Name[kk]=Байланыс жазулары
-Name[kn]=ಸಂಪರ್ಕಗಳು
-Name[ko]=연락처
-Name[ku]=Tekilî
-Name[lt]=Kontaktai
-Name[lv]=Kontakti
-Name[mk]=Контакти
-Name[ml]=വിലാസങ്ങള്‍
-Name[mr]=संपर्क
-Name[nb]=Kontakter
-Name[nl]=Contacten
-Name[nn]=Kontaktar
-Name[pl]=Kontakty
-Name[pt]=Contactos
-Name[pt_BR]=Contatos
-Name[ro]=Contacte
-Name[ru]=Контакты
-Name[si]=සබඳතා
-Name[sk]=Kontakty
-Name[sl]=Stiki
-Name[sq]=Kontaktet
-Name[sr]=Контакти
-Name[sv]=Kontakter
-Name[ta]=தொடர்புகள்
-Name[te]=పరిచయాలు
-Name[th]=รายชื่อติดต่อ
-Name[tr]=Kişiler
-Name[uk]=Контакти
-Name[zh_CN]=联系人
-Name[zh_TW]=連絡人
+[Desktop Action OpenAddressBook]
+Name=Open address book
+Name[ar]=افتح دفتر العناوين
+Name[ast]=Abrir llibreta de direiciones
+Name[be]=Адкрыць адрасную кнігу
+Name[bg]=Отваряне на адресник
+Name[br]=Digeriñ ur c'harned chomlec'hioù
+Name[ca]=Obre la llibreta d'adreces
+Name[cs]=Otevřít Adresář
+Name[da]=Åbn adressebog
+Name[de]=Adressbuch öffnen
+Name[el]=Άνοιγμα ευρετηρίου διευθύνσεων
+Name[es_AR]=Abrir libreta de direcciones
+Name[es_ES]=Abrir libreta de direcciones
+Name[et]=Ava aadressiraamat
+Name[eu]=Ireki helbide-liburua
+Name[fi]=Avaa osoitekirja
+Name[fr]=Ouvrir un carnet d'adresses
+Name[fy_NL]=Iepenje adresboek
+Name[ga_IE]=Oscail leabhar seoltaí
+Name[gd]=Fosgail leabhar-sheòlaidhean
+Name[gl]=Abrir a axenda de enderezos
+Name[he]=פתיחת ספר כתובות
+Name[hr]=Otvori adresar
+Name[hu]=Címjegyzék megnyitása
+Name[hy_AM]=Բացել Հասցեագիրքը
+Name[is]=Opna nafnaskrá
+Name[it]=Apri rubrica
+Name[ja]=アドレス帳を開く
+Name[ko]=주소록 열기
+Name[lt]=Atverti adresų knygą
+Name[nb_NO]=Åpne adressebok
+Name[nl]=Adresboek openen
+Name[nn_NO]=Opne adressebok
+Name[pl]=Książka adresowa
+Name[pt_BR]=Catálogo de endereços
+Name[pt_PT]=Abrir livro de endereços
+Name[rm]=Avrir il cudeschet d'adressas
+Name[ro]=Deschide agenda de contacte
+Name[ru]=Открыть адресную книгу
+Name[si]=ලිපින පොත විවෘත කරන්න
+Name[sk]=Otvoriť adresár
+Name[sl]=Odpri adressar
+Name[sq]=Hapni libër adresash
+Name[sr]=Отвори адресар
+Name[sv_SE]=Öppna adressboken
+Name[ta_LK]=முகவரி பத்தகத்தை திறக்க
+Name[tr]=Adres defterini aç
+Name[uk]=Відкрити адресну книгу
+Name[vi]=Mở sổ địa chỉ
+Name[zh_CN]=打开通讯录
+Name[zh_TW]=開啟通訊錄
Exec=icedove -addressbook
diff --git a/nonprism/icedove/rhbz-966424.patch b/nonprism/icedove/rhbz-966424.patch
deleted file mode 100644
index c4c332e9e..000000000
--- a/nonprism/icedove/rhbz-966424.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/toolkit/modules/CertUtils.jsm
-+++ b/toolkit/modules/CertUtils.jsm
-@@ -170,17 +170,19 @@ this.checkCert =
- issuerCert = issuerCert.QueryInterface(Ci.nsIX509Cert3);
- var tokenNames = issuerCert.getAllTokenNames({});
-
- if (!tokenNames || !tokenNames.some(isBuiltinToken))
- throw new Ce(certNotBuiltInErr, Cr.NS_ERROR_ABORT);
- }
-
- function isBuiltinToken(tokenName) {
-- return tokenName == "Builtin Object Token";
-+ return tokenName == "Builtin Object Token" ||
-+ tokenName == "Default Trust" ||
-+ tokenName == "System Trust";
- }
-
- /**
- * This class implements nsIBadCertListener. Its job is to prevent "bad cert"
- * security dialogs from being shown to the user. It is better to simply fail
- * if the certificate is bad. See bug 304286.
- *
- * @param aAllowNonBuiltInCerts (optional)
diff --git a/nonprism/jitsi/PKGBUILD b/nonprism/jitsi/PKGBUILD
index d3bc07db2..8533d7ed8 100644
--- a/nonprism/jitsi/PKGBUILD
+++ b/nonprism/jitsi/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer (Arch): Xavier Devlamynck <magicrhesus@ouranos.be>
-# Contributors: Keshav P R, atommix aka Aleks Lifey, Xavion, Ananda Samaddar, Dan Serban, Xyne
+# Contributor (Arch): Xavier Devlamynck <magicrhesus@ouranos.be>
+# Contributor (Arch): Keshav P R, atommix aka Aleks Lifey, Xavion, Ananda Samaddar, Dan Serban, Xyne
# Maintainer: André Silva <emulatorman@parabola.nu>
# Contributor: Márcio Silva <coadde@parabola.nu>
pkgname=jitsi
-pkgver=2.4.4997
+pkgver=2.8.5426
pkgrel=1.nonprism1
pkgdesc="An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator), without support for unsafe and dangerous for privacy protocols"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,19 +12,19 @@ url="http://jitsi.org"
license=('LGPL')
replaces=(${pkgname}-nonprism)
conflicts=(${pkgname}-nonprism)
-depends=('jre7-openjdk')
-makedepends=('apache-ant' 'jdk7-openjdk')
+depends=('java-runtime')
+makedepends=('apache-ant' 'java-environment')
options=(!strip !emptydirs zipman !libtool docs)
source=("http://download.jitsi.org/jitsi/src/jitsi-src-${pkgver}.zip"
jitsi.desktop
jitsi.sh
drop-open-term-on-index-jn-html.patch
nonprism.patch)
-sha256sums=('f1c2688d7d6bf1916fed3b8b105a785662980c5b297dcab3c9e7d272647ef825'
+sha256sums=('e649867e186cf195c4b1bb159d7ffe0a38c4dc60659e5c55f9a74461a309f36c'
'61e3bec3470790fa067f87d978016ec4452a6fd3dfba2c9afa5245b58d3cb19d'
'529722efc3bae6cb8923680363a4d778ccf78db9caf20bee90a110d34181d9f5'
'a862465431e9d272e00bb9aafe56edec0d5c4f3718062add53972685adb90631'
- 'b66440b35108713e2ada0d8d892c870f72363a238c6c9fa9dba24e02256d5017')
+ 'bb3a3473fb70b6392ec3c8b400f81c18e1895b9186817401d9fca69e251223aa')
prepare() {
cd $srcdir/$pkgname
diff --git a/nonprism/jitsi/nonprism.patch b/nonprism/jitsi/nonprism.patch
index 5effbbd7d..09b446ad2 100644
--- a/nonprism/jitsi/nonprism.patch
+++ b/nonprism/jitsi/nonprism.patch
@@ -1,6 +1,6 @@
diff -Nur jitsi.orig/build.xml jitsi/build.xml
---- jitsi.orig/build.xml 2013-12-08 18:17:08.000000000 -0200
-+++ jitsi/build.xml 2014-04-20 01:08:28.365493685 -0300
+--- jitsi.orig/build.xml 2015-02-10 15:12:09.000000000 -0200
++++ jitsi/build.xml 2015-05-24 11:04:12.075127164 -0300
@@ -536,7 +536,7 @@
<!--internal-target- setup testing accounts properties -->
<!-- The following local file should contain a list of protocol
@@ -10,7 +10,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
You should create the file based on lib/account.properties.template
and set all the empty fields as indicated. -->
<available property="accounts.properties.present"
-@@ -774,9 +774,6 @@
+@@ -780,9 +780,6 @@
failonerror="true"
classpathref="project.class.path">
@@ -20,7 +20,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
<!-- Tell felix to run Jitsi -->
<sysproperty key="felix.config.properties"
value="file:${lib}/felix.client.run.properties"/>
-@@ -871,9 +868,6 @@
+@@ -887,9 +884,6 @@
failonerror="true"
classpathref="project.class.path">
@@ -30,7 +30,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
<!-- Tell felix to run Jitsi -->
<sysproperty key="felix.config.properties"
value="file:${lib}/felix.client.run.properties"/>
-@@ -1032,18 +1026,15 @@
+@@ -1047,19 +1041,16 @@
bundle-netaddr,bundle-netaddr-slick,bundle-slickless,
bundle-slick-runner,bundle-sip,bundle-sip-slick,bundle-fileaccess,
bundle-fileaccess-slick,bundle-neomedia,bundle-ldap,
@@ -42,18 +42,18 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
+ bundle-protocol,bundle-protocol-media,
+ bundle-mock,bundle-smacklib,bundle-jmdnslib,
bundle-jabber,bundle-jabber-slick,bundle-swing-ui,bundle-ui-service,
- bundle-jnalib,
-- bundle-msn,bundle-msn-slick,bundle-yahoo,bundle-yahoo-slick,
+ bundle-jnalib,bundle-phonenumbers,
+ bundle-irc-api,bundle-irc,bundle-irc-commands,bundle-plugin-ircaccregwizz,
+- bundle-yahoo,bundle-yahoo-slick,
bundle-contactlist,meta-contactlist,meta-contactlist-slick,
- bundle-plugin-icqaccregwizz,bundle-plugin-jabberaccregwizz,
-- bundle-plugin-msnaccregwizz,bundle-plugin-sipaccregwizz,
-- bundle-plugin-yahooaccregwizz,bundle-plugin-aimaccregwizz,
+ bundle-plugin-jabberaccregwizz,
-+ bundle-plugin-sipaccregwizz,
+ bundle-plugin-sipaccregwizz,
+- bundle-plugin-yahooaccregwizz,bundle-plugin-aimaccregwizz,
bundle-commons-codec,bundle-commons-lang,bundle-httputil,bundle-plugin-spellcheck,
bundle-version-impl,bundle-shutdown-timeout,bundle-windows-clean-shutdown,
bundle-growlnotification,bundle-swingnotification,bundle-galagonotification,
-@@ -1058,10 +1049,10 @@
+@@ -1074,10 +1065,10 @@
bundle-plugin-keybindingChooser,bundle-plugin-globalproxyconfig,
bundle-jfontchooserlib,bundle-update,bundle-plugin-update,
bundle-plugin-simpleaccreg,bundle-plugin-generalconfig,
@@ -66,7 +66,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
bundle-bouncycastle,bundle-plugin-otr,bundle-plugin-iptelaccregwizz,
bundle-contactsource,bundle-plugin-reconnect,bundle-plugin-securityconfig,
bundle-plugin-advancedconfig,
-@@ -1339,31 +1330,6 @@
+@@ -1368,31 +1359,6 @@
</jar>
</target>
@@ -78,7 +78,6 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
- prefix="net/java/sip/communicator/service/googlecontacts"/>
- <zipfileset dir="${dest}/net/java/sip/communicator/impl/googlecontacts"
- prefix="net/java/sip/communicator/impl/googlecontacts" />
-- <zipfileset src="${lib.noinst}/google-collect-1.0-rc1.jar" prefix=""/>
- <zipfileset src="${lib.noinst}/gdata-core-1.0.jar" prefix=""/>
- <zipfileset src="${lib.noinst}/gdata-contacts-3.0.jar" prefix=""/>
- <zipfileset src="${lib.noinst}/gdata-contacts-meta-3.0.jar" prefix=""/>
@@ -86,6 +85,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
- <zipfileset src="${lib.noinst}/gdata-client-meta-1.0.jar" prefix=""/>
- </jar>
- </target>
+-
- <!--BUNDLE-GOOGLECONTACTS-SERVICE-->
- <target name="bundle-googlecontacts-service">
- <jar compress="false" destfile="${bundles.dest}/googlecontacts-service.jar"
@@ -95,11 +95,11 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
- </jar>
- </target>
-
- <!--BUNDLE-SERVICEBINDER -->
- <target name="bundle-servicebinder">
- <jar compress="true" destfile="lib/bundle/servicebinder.jar"
-@@ -1466,12 +1432,7 @@
- prefix="net/java/sip/communicator/service/protocol"/>
+ <target name="bundle-guava">
+ <copy file="${lib.noinst}/guava-15.0.jar" tofile="${bundles.dest}/guava.jar"/>
+ </target>
+@@ -1506,12 +1472,7 @@
+ </zipfileset>
<zipfileset dir="${resources}/images"
prefix="resources/images">
- <include name="protocol/icq/**/*"/>
@@ -111,7 +111,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
<!-- the media package lives in the protocol-media bundle -->
<exclude name="protocol/media/**/*"/>
</zipfileset>
-@@ -1519,36 +1480,6 @@
+@@ -1570,36 +1531,6 @@
</jar>
</target>
@@ -148,7 +148,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
<!--BUNDLE-MOCK-PROVIDER-->
<target name="bundle-mock">
<!--internal-target- Creates a bundle containing the mock implementation of the protocol provider package -->
-@@ -1582,30 +1513,6 @@
+@@ -1633,30 +1564,6 @@
</jar>
</target>
@@ -179,7 +179,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
<!-- BUNDLE-SSH -->
<target name="bundle-ssh">
<!-- Creates a bundle containing the SSH impl of the protocol provider.-->
-@@ -1627,30 +1534,6 @@
+@@ -1678,30 +1585,6 @@
</jar>
</target>
@@ -210,7 +210,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
<!-- BUNDLE-GIBBERISH -->
<target name="bundle-gibberish">
<!-- Creates a bundle containing the Gibberish impl of the protocol provider.-->
-@@ -1728,26 +1611,6 @@
+@@ -1779,26 +1662,6 @@
</jar>
</target>
@@ -237,7 +237,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
<!-- BUNDLE-PLUGIN-JABBERACCREGWIZZ -->
<target name="bundle-plugin-jabberaccregwizz">
<!-- Creates a bundle for the plugin Jabber Account Registration Wizard.-->
-@@ -1758,36 +1621,6 @@
+@@ -1809,36 +1672,6 @@
</jar>
</target>
@@ -274,7 +274,7 @@ diff -Nur jitsi.orig/build.xml jitsi/build.xml
<!-- BUNDLE-PLUGIN-SIPACCREGWIZZ -->
<target name="bundle-plugin-sipaccregwizz">
<!-- Creates a bundle for the plugin SIP Account Registration Wizard.-->
-@@ -1839,17 +1672,6 @@
+@@ -1890,17 +1723,6 @@
</jar>
</target>
diff --git a/nonprism/kde-applications-meta/PKGBUILD b/nonprism/kde-applications-meta/PKGBUILD
index 8376f8cca..5cdbc55ce 100644
--- a/nonprism/kde-applications-meta/PKGBUILD
+++ b/nonprism/kde-applications-meta/PKGBUILD
@@ -1,4 +1,6 @@
# $Id: PKGBUILD 233809 2015-03-14 17:55:07Z arojas $
+# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
+# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: André Silva <emulatorman@parabola.nu>
@@ -6,11 +8,10 @@
pkgbase=kde-applications-meta
pkgname=('kde-meta-kdepim')
pkgver=15.04
-pkgrel=6.nonprism1
-arch=('any')
+pkgrel=7.nonprism1
+arch=(any)
url='http://www.parabola.nu/'
-license=('GPL')
-groups=('kde-applications-meta')
+license=(GPL)
package_kde-meta-kdepim() {
pkgdesc=('Meta package for kdepim, without kdepim-blogilo')
diff --git a/nonprism/kdenetwork-kopete/PKGBUILD b/nonprism/kdenetwork-kopete/PKGBUILD
index ec29bffa9..fc41adc01 100644
--- a/nonprism/kdenetwork-kopete/PKGBUILD
+++ b/nonprism/kdenetwork-kopete/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 236016 2015-04-10 06:56:26Z arojas $
+# $Id: PKGBUILD 238946 2015-05-10 20:32:14Z arojas $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdenetwork-kopete
-pkgver=15.04.0
+pkgver=15.04.1
pkgrel=1.parabola1.nonprism1
pkgdesc='Instant Messenger, without nonfree Skype support and support for unsafe and dangerous for privacy protocols'
url='http://kde.org/applications/internet/kopete/'
@@ -18,7 +18,7 @@ optdepends=('mediastreamer: jingle support')
install=${pkgname}.install
source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"
'libre-nonprism.patch')
-sha1sums=('c287f0fdfc179d97a634320dd54aebcba08561d9'
+sha1sums=('18d3061ecfc7e287408d3842ed690e128520fd40'
'f0d7b727da1b5160f05952eec4df1bfbefab99cf')
prepare() {
diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD
index 803435a12..6d659255b 100644
--- a/nonprism/kdepim-runtime/PKGBUILD
+++ b/nonprism/kdepim-runtime/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 237184 2015-04-15 17:57:23Z arojas $
+# $Id: PKGBUILD 238946 2015-05-10 20:32:14Z arojas $
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdepim-runtime
-pkgver=4.14.7
-_kdeappver=15.04.0
+pkgver=4.14.8
+_kdeappver=15.04.1
pkgrel=1.nonprism1
pkgdesc='Extends the functionality of kdepim, without libkgapi and libkfbapi support'
arch=('i686' 'x86_64' 'mips64el')
@@ -18,7 +18,7 @@ install="${pkgname}.install"
replaces=('kdepim-runtime-coherence' 'kdepim-runtime-nonprism')
conflicts=('kdepim-runtime-coherence' 'kdepim-runtime-nonprism')
source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('b5ceac3f2e3fc14b2f823afb22d12aa51798c833')
+sha1sums=('ba7cd8ca941e199497c817b70ba72522bd0a7d60')
prepare() {
mkdir build
diff --git a/nonprism/kdepim/PKGBUILD b/nonprism/kdepim/PKGBUILD
index 1ccf438ee..a87fdcea2 100644
--- a/nonprism/kdepim/PKGBUILD
+++ b/nonprism/kdepim/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 236242 2015-04-10 20:55:01Z arojas $
+# $Id: PKGBUILD 238946 2015-05-10 20:32:14Z arojas $
# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
# Maintainer: André Silva <emulatorman@parabola.nu>
@@ -12,8 +12,8 @@ pkgname=('kdepim-akonadiconsole'
'kdepim-knotes'
'kdepim-korganizer'
'kdepim-libkdepim')
-pkgver=4.14.7
-_kdeappver=15.04.0
+pkgver=4.14.8
+_kdeappver=15.04.1
pkgrel=1.nonprism1
arch=('i686' 'x86_64' 'mips64el')
url='http://pim.kde.org'
@@ -22,7 +22,7 @@ groups=('kde-applications' 'kdepim')
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
'libbaloo4' 'grantlee-qt4')
source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('b30fd7258f17f5eed7ea2f819f4cb0edac35ef24')
+sha1sums=('93fd0155927737ea2944dced22f34d338d29ee02')
build() {
mkdir build
diff --git a/nonprism/your-privacy/PKGBUILD b/nonprism/your-privacy/PKGBUILD
index 0a5b45d45..126596b38 100644
--- a/nonprism/your-privacy/PKGBUILD
+++ b/nonprism/your-privacy/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc="This package will remove support for unsafe/dangerous for privacy proto
license=('GPL3')
url="https://projects.parabola.nu/blacklist.git"
#url="https://lukeshu.com/git/mirror/parabola/blacklist.git"
-pkgver=20150430
-_gitver=efcde9b85a5e674de88191410514ee7c8df4031d
+pkgver=20150519
+_gitver=e4a9618a4aa1da1421a7dca500081d695a93f114
pkgrel=1
arch=('any')
@@ -17,7 +17,7 @@ replaces=(your-coherence)
makedepends=(librelib)
source=(blacklist-${_gitver}.txt::https://projects.parabola.nu/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver})
#source=(blacklist-${_gitver}.txt::https://lukeshu.com/git/mirror/parabola/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver})
-md5sums=('995ffae4df3ba0bd52a7e58c4d4bf37b')
+md5sums=('6fe0573c97b30ad1418a2cbae4916f2a')
package() {
cd "$srcdir"