diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
commit | 4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (patch) | |
tree | 5e022d124eb60b93d19e96a0d9c0e8532be87a6e | |
parent | f8a4eefb2bb008f302349db07da4a75e746a1aeb (diff) |
Sat Apr 19 03:57:19 UTC 2014
258 files changed, 1806 insertions, 2355 deletions
diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD index 9b69c4633..f746c889b 100755 --- a/community/aegisub/PKGBUILD +++ b/community/aegisub/PKGBUILD @@ -1,30 +1,30 @@ -# $Id: PKGBUILD 105243 2014-02-03 10:40:39Z alucryd $ +# $Id: PKGBUILD 109779 2014-04-18 17:31:23Z andyrtr $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: kozec <kozec@kozec.com> # Contributor: Limao Luo <luolimao+AUR@gmail.com> pkgname=aegisub -pkgver=3.1.2 -pkgrel=1 -pkgdesc="A general-purpose subtitle editor with ASS/SSA support" +pkgver=3.1.3 +pkgrel=2 +pkgdesc='A general-purpose subtitle editor with ASS/SSA support' arch=('i686' 'x86_64') -url="http://www.aegisub.org" +url='http://www.aegisub.org' license=('GPL' 'BSD') -depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 'wxgtk') +depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk') makedepends=('boost' 'intltool' 'mesa') install="${pkgname}.install" source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz") -sha256sums=('36ebfd05cc642b050da1e91ce2d2082b317a37bdfab109e191f861170d7cff86') +sha256sums=('efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58') build() { - cd ${pkgname}-${pkgver}/${pkgname} + cd ${pkgname}-${pkgver} ./configure --prefix='/usr' --without-{portaudio,openal,oss} make } package() { - cd ${pkgname}-${pkgver}/${pkgname} + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install diff --git a/community/at/PKGBUILD b/community/at/PKGBUILD index 7c46c042c..bcb0e7f23 100644 --- a/community/at/PKGBUILD +++ b/community/at/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 109640 2014-04-17 07:59:27Z fyan $ +# $Id: PKGBUILD 109753 2014-04-18 13:33:04Z fyan $ # Maintainer: Judd Vinet <jvinet@zeroflux.org> # Contributor: Todd Musall <tmusall@comcast.net> pkgname=at pkgver=3.1.14 -pkgrel=1 +pkgrel=2 pkgdesc="AT and batch delayed command scheduling utility and daemon" arch=('i686' 'x86_64') url="http://packages.qa.debian.org/a/at.html" license=('GPL') -depends=('pam') +depends=('pam' 'flex') makedepends=('ssmtp') backup=('etc/at.deny') options=('!makeflags') diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index c7b699bc6..20b2b5fb8 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -1,23 +1,24 @@ -# $Id: PKGBUILD 103640 2014-01-08 16:42:15Z bgyorgy $ +# $Id: PKGBUILD 109795 2014-04-18 17:39:03Z bpiotrowski $ # Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Mcder3 <mcder3[at]gmail[dot]com> # Contributor: MisterFred <mister.fred[at]free[dot]fr> pkgname=cantata -pkgver=1.2.2 -pkgdesc="A KDE client for the music player daemon (MPD)" -pkgrel=1 +pkgver=1.3.3 +pkgrel=2 +pkgdesc="Qt5 client for the music player daemon (MPD)" arch=('i686' 'x86_64') -url="http://kde-apps.org/content/show.php/Cantata?content=147733" +url="https://code.google.com/p/cantata/" license=('GPL') -depends=('kdebase-runtime' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 'qjson' 'taglib-extras') +depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' + 'taglib-extras' 'hicolor-icon-theme') optdepends=('perl-uri: dynamic playlist' - 'mpd: playback') -makedepends=('cmake' 'automoc4') + 'mpd: playback') +makedepends=('cmake' 'qt5-tools' 'qt5-svg') install="$pkgname.install" -source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2") -sha1sums=('89d84736ba4a43be7dc892af6fcbad5957075e19') +source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2) +md5sums=('67053cfde9eb5c821483acc9c4961e36') build() { cd "$srcdir/$pkgname-$pkgver" @@ -26,13 +27,14 @@ build() { cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ - -DENABLE_HTTP_STREAM_PLAYBACK=ON + -DENABLE_HTTP_STREAM_PLAYBACK=ON \ + -DENABLE_KDE=OFF -DENABLE_QT5=ON make } package() { cd "$srcdir/$pkgname-$pkgver" - + make DESTDIR="$pkgdir" PREFIX="/usr" install } diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index 50e376d3e..f93e11310 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 109076 2014-04-10 09:01:51Z spupykin $ +# $Id: PKGBUILD 109781 2014-04-18 17:31:25Z andyrtr $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua # Contributor: Michael Fellinger <m.fellinger@gmail.com> pkgname=couchdb -pkgver=1.5.1 -pkgrel=1 +pkgver=1.5.0 +pkgrel=2 pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON" arch=('i686' 'x86_64') url="http://couchdb.apache.org" @@ -20,7 +20,7 @@ backup=('etc/couchdb/local.ini' source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc} "couchdb.service" "couchdb.tmpfiles") -md5sums=('1118a9f4ca6f58b751d3187838248b3c' +md5sums=('55a2f86469e0697817da8defee730f04' 'SKIP' '8914a7ffc6745f94106d96206709acb4' '1e254ebe32eeb061be64193bafa35dbf') diff --git a/community/dwdiff/PKGBUILD b/community/dwdiff/PKGBUILD index 701edc468..a2b6f454d 100644 --- a/community/dwdiff/PKGBUILD +++ b/community/dwdiff/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 103699 2014-01-10 10:25:00Z spupykin $ +# $Id: PKGBUILD 109782 2014-04-18 17:31:26Z andyrtr $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=dwdiff pkgver=2.0.9 -pkgrel=1 +pkgrel=2 pkgdesc="A front-end for the diff program that operates at the word level instead of the line level" arch=('i686' 'x86_64') url="http://os.ghalkes.nl/dwdiff.html" diff --git a/community/ettercap/PKGBUILD b/community/ettercap/PKGBUILD index 5c891ee70..b74bb70c0 100644 --- a/community/ettercap/PKGBUILD +++ b/community/ettercap/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 103822 2014-01-11 20:36:36Z bgyorgy $ +# $Id: PKGBUILD 109763 2014-04-18 14:26:46Z thestinger $ # Maintainer: # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase=ettercap pkgname=('ettercap' 'ettercap-gtk') pkgver=0.8.0 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url="http://ettercap.github.com/ettercap/" license=('GPL') -depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet') +depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet' 'ethtool' 'curl') makedepends=('ghostscript' 'cmake' 'libpcap' 'libltdl' 'libnet' 'gtk2') options=('!makeflags' '!emptydirs') source=("https://github.com/Ettercap/ettercap/archive/v$pkgver.tar.gz") diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD index 6abc383d9..d46644bce 100644 --- a/community/fcitx/PKGBUILD +++ b/community/fcitx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108551 2014-03-28 15:39:10Z fyan $ +# $Id: PKGBUILD 109783 2014-04-18 17:31:27Z andyrtr $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: csslayer <wengxt AT gmail com> @@ -6,7 +6,7 @@ pkgbase=fcitx pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4') pkgver=4.2.8.3 -pkgrel=3 +pkgrel=4 groups=('fcitx-im') arch=('i686' 'x86_64') url="http://fcitx-im.org" @@ -52,30 +52,7 @@ package_fcitx() { 'libxfixes' 'dbus-core' 'icu') optdepends=('enchant: for word predication support' 'opencc: optional engine to do chinese convert' - 'fcitx-anthy: Hiragana text to Kana Kanji mixed text Japanese input method' - 'fcitx-chewing: Intelligent Zhuyin input method library for traditional Chinese' - 'fcitx-cloudpinyin: Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates' - 'fcitx-configtool: GTK based config tool for Fcitx' - 'fcitx-fbterm: Fbterm support for Fcitx' - 'fcitx-googlepinyin: A fork from google pinyin on android for Fcitx' - 'fcitx-gtk2: GTK2 IM Module for fcitx' - 'fcitx-gtk3: GTK3 IM Module for fcitx' - 'fcitx-hangul: Hangul (Korean) support for fcitx' - 'fcitx-kkc: libkkc (Japanese Kana Kanji input method) engine for fcitx' - 'fcitx-libpinyin: Fcitx Wrapper for libpinyin, Library to deal with pinyin' - 'fcitx-m17n: Multilingual text processing library' - 'fcitx-mozc: Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)' - 'fcitx-qt4: QT4 IM Module for fcitx' - 'fcitx-qt5: QT5 IM Module for fcitx' - 'fcitx-rime: Rime input method engine (Traditional Chinese)' - 'fcitx-sayura: Sinhala Transe IME engine for fcitx' - 'fcitx-sunpinyin: Statistical Language Model based pinyin IME by Sun' - 'fcitx-table-extra: Extra tables for Fcitx, including Boshiamy, Zhengma, Cangjie3, Cangjie5' - 'fcitx-table-other: Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables' - 'fcitx-ui-light: Light weight xlib and xft based ui for fcitx' - 'fcitx-unikey: Fcitx Wrapper for unikey' - 'kcm-fcitx: KDE Config Module for Fcitx' - 'gettext: for fcitx-po-parser') + 'gettext: for fcitx-po-parser') install=fcitx.install cd build diff --git a/community/gnash/PKGBUILD b/community/gnash/PKGBUILD deleted file mode 100644 index dedb8d94b..000000000 --- a/community/gnash/PKGBUILD +++ /dev/null @@ -1,83 +0,0 @@ -# $Id: PKGBUILD 107173 2014-03-14 00:16:07Z heftig $ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> - -pkgbase=gnash -pkgname=(gnash-common gnash-gtk) -pkgver=0.8.11dev -pkgrel=1 -arch=(i686 x86_64) -url="http://www.gnu.org/software/gnash/" -license=(GPL3) -makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu - speex fontconfig ffmpeg jemalloc - gtk2 libldap xulrunner hicolor-icon-theme desktop-file-utils gconf gtkglext - pkgconfig boost git) -options=(!emptydirs) -source=('gnash::git://git.sv.gnu.org/gnash.git#commit=a3180f2' - nodebug.patch) -sha256sums=('SKIP' - '0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551') - -prepare() { - cd gnash - - # Disable very, very verbose debugging (gigabytes of logs) - patch -Np1 -i ../nodebug.patch - - ./autogen.sh -} - -build() { - cd gnash - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --with-plugins-install=system \ - --with-npapi-plugindir=/usr/lib/mozilla/plugins \ - --enable-gui=sdl,gtk,dump \ - --enable-media=ffmpeg \ - --enable-renderer=all \ - --enable-device=x11 - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool - - make -} - -package_gnash-common() { - pkgdesc="A GNU Flash movie player" - depends=(curl giflib sdl agg libjpeg libpng libltdl libgl glu - speex fontconfig cairo ffmpeg jemalloc - boost-libs) - backup=(etc/gnashrc etc/gnashthumbnailrc) - - cd gnash - make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install - - # Split gnash-gtk - mkdir -p "$srcdir"/gtk/{etc,usr/{bin,share/man/man1}} - mv "$pkgdir"/usr/bin/{gtk-gnash,gnash-gtk-launcher} \ - "$srcdir/gtk/usr/bin/" - mv "$pkgdir"/usr/share/man/man1/{gtk-gnash,gnash-gtk-launcher}.1 \ - "$srcdir/gtk/usr/share/man/man1/" - mv "$pkgdir"/usr/share/{applications,icons} "$srcdir/gtk/usr/share/" - mv "$pkgdir"/etc/gnashpluginrc "$srcdir/gtk/etc/" -} - -package_gnash-gtk() { - pkgdesc="A GNU Flash movie player" - depends=("gnash-common=$pkgver" - gtk2 libldap hicolor-icon-theme desktop-file-utils gconf gtkglext) - install=gnash-gtk.install - backup=(etc/gnashpluginrc) - - mv gtk/* "$pkgdir" - - cd gnash - make DESTDIR="$pkgdir" install-plugin - - install -m755 -d "$pkgdir/usr/share/gconf/schemas" - gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/gnash.schemas" --domain gnash \ - "$pkgdir"/usr/share/applications/*.schemas - rm -f "$pkgdir"/usr/share/applications/*.schemas -} diff --git a/community/gnash/gnash-gtk.install b/community/gnash/gnash-gtk.install deleted file mode 100644 index 6678a7f8a..000000000 --- a/community/gnash/gnash-gtk.install +++ /dev/null @@ -1,22 +0,0 @@ -post_install() { - gconfpkg --install gnash - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { - pre_remove -} - -post_upgrade() { - post_install -} - -pre_remove() { - gconfpkg --uninstall gnash -} - -post_remove() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} diff --git a/community/gnash/nodebug.patch b/community/gnash/nodebug.patch deleted file mode 100644 index ca160b898..000000000 --- a/community/gnash/nodebug.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -u -r gnash-0.8.9/libbase/log.h gnash-0.8.9-nodebug/libbase/log.h ---- gnash-0.8.9/libbase/log.h 2011-02-26 19:11:08.000000000 +0100 -+++ gnash-0.8.9-nodebug/libbase/log.h 2012-01-18 09:39:02.004103494 +0100 -@@ -331,27 +331,27 @@ - - // Define to 0 to completely remove parse debugging at compile-time - #ifndef VERBOSE_PARSE --#define VERBOSE_PARSE 1 -+#define VERBOSE_PARSE 0 - #endif - - // Define to 0 to completely remove action debugging at compile-time - #ifndef VERBOSE_ACTION --#define VERBOSE_ACTION 1 -+#define VERBOSE_ACTION 0 - #endif - - // Define to 0 to remove ActionScript errors verbosity at compile-time - #ifndef VERBOSE_ASCODING_ERRORS --#define VERBOSE_ASCODING_ERRORS 1 -+#define VERBOSE_ASCODING_ERRORS 0 - #endif - - // Define to 0 this to remove invalid SWF verbosity at compile-time - #ifndef VERBOSE_MALFORMED_SWF --#define VERBOSE_MALFORMED_SWF 1 -+#define VERBOSE_MALFORMED_SWF 0 - #endif - - // Define to 0 this to remove Networking verbosity at compile-time - #ifndef VERBOSE_NETWORKING --#define VERBOSE_NETWORKING 1 -+#define VERBOSE_NETWORKING 0 - #endif - - #if VERBOSE_PARSE -diff -u -r gnash-0.8.9/libcore/vm/ActionExec.cpp gnash-0.8.9-nodebug/libcore/vm/ActionExec.cpp ---- gnash-0.8.9/libcore/vm/ActionExec.cpp 2011-03-13 17:47:36.000000000 +0100 -+++ gnash-0.8.9-nodebug/libcore/vm/ActionExec.cpp 2012-01-18 09:40:25.653458508 +0100 -@@ -46,7 +46,7 @@ - // too much information for my tastes. I really want just - // to see how stack changes while executing actions... - // --strk Fri Jun 30 02:28:46 CEST 2006 --# define DEBUG_STACK 1 -+//# define DEBUG_STACK 1 - - // Max number of stack item to dump. 0 for unlimited. - # define STACK_DUMP_LIMIT 32 diff --git a/community/gnustep-base/PKGBUILD b/community/gnustep-base/PKGBUILD index 904a7a411..384e4c5a2 100644 --- a/community/gnustep-base/PKGBUILD +++ b/community/gnustep-base/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 103913 2014-01-13 17:16:45Z andyrtr $ +# $Id: PKGBUILD 109784 2014-04-18 17:31:27Z andyrtr $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Sebastian Sareyko <public@nooms.de> pkgname=gnustep-base pkgver=1.24.5 -pkgrel=5 +pkgrel=6 pkgdesc="The GNUstep base package" arch=('i686' 'x86_64') url="http://www.gnustep.org/" diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD index 9b6234a1f..8f476b599 100644 --- a/community/gnustep-gui/PKGBUILD +++ b/community/gnustep-gui/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 101191 2013-11-19 11:01:21Z spupykin $ +# $Id: PKGBUILD 109785 2014-04-18 17:31:29Z andyrtr $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Sebastian Sareyko <public@nooms.de> pkgname=gnustep-gui pkgver=0.23.1 -pkgrel=5 +pkgrel=7 pkgdesc="The GNUstep GUI class library" arch=('i686' 'x86_64') url="http://www.gnustep.org/" diff --git a/community/gradm/PKGBUILD b/community/gradm/PKGBUILD new file mode 100644 index 000000000..d4acbd12b --- /dev/null +++ b/community/gradm/PKGBUILD @@ -0,0 +1,40 @@ +# Maintainer: Daniel Micay <danielmicay@gmail.com> +# Contributor: Jonathan Liu <net147@gmail.com> +# Contributor: henning mueller <henning@orgizm.net> +# Contributor: s1gma <s1gma@mindslicer.com> +# Contributor: Ahmad24 <myitrayan@gmail.com> +# Contributor: maxrp <maxp@pdx.edu> + +pkgname=gradm +_version=3.0 +_timestamp=201401291757 +pkgver=3.0.$_timestamp +pkgrel=1 +pkgdesc="Administration utility for grsecurity's Role Based Access Control (RBAC)" +arch=(i686 x86_64) +url=https://grsecurity.net/ +license=(GPL2) +depends=(pam) +source=(https://grsecurity.net/stable/$pkgname-$_version-$_timestamp.tar.gz + learn_config + policy) +sha256sums=('9c99714e6d10797a7348c6ffe2561dfcfe5e7659c9d86118d381b8bdb09ae7a6' + '704ea6ba7f748761735cbe1cf52ef04f53eab1a1e9ea1bdcb6abaaf4a641e44d' + 'c2fb8e696969530c4dc707c59cdc608df6c21d6226979dfeadef92c51deabc5e') + +prepare() { + cd $pkgname + sed -i -e 's/^CFLAGS :=/CFLAGS +=/' -e 's:sbin:usr/bin:' Makefile +} + +build() { + cd $pkgname + make +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install + cp "$srcdir"/{learn_config,policy} "$pkgdir/etc/grsec" + rm -r "$pkgdir/dev" +} diff --git a/community/gradm/learn_config b/community/gradm/learn_config new file mode 100644 index 000000000..f5b55b726 --- /dev/null +++ b/community/gradm/learn_config @@ -0,0 +1,167 @@ +#This configuration file aids the learning process by tweaking +#the learning algorithm for specific paths. +# +#It accepts lines in the form of <command> <pathname> +#Where <command> can be inherit-learn, no-learn, inherit-no-learn, +#high-reduce-path, dont-reduce-path, protected-path, high-protected-path, +#read-protected-path, and always-reduce-path +# +#inherit-learn, no-learn, and inherit-no-learn operate only with +#full learning +# +#high-reduce-path, dont-reduce-path, always-reduce-path, protected-path, +#and high-protected-path operate on both full and and regular learning +#(subject and role learning) +# +#inherit-learn changes the learning process for the specified path +#by throwing all learned accesses for every binary executed by the +#processes contained in the pathname into the subject specified +#by the pathname. This is useful for cron in the case of full +#system learning, so that scripts that eventually end up executing +#mv or rm with privilege don't cause the root policy to grant +#that privilege to mv or rm in all cases. +# +#no-learn allows processes within the path to perform any operation +#that normal system usage would allow without restriction. If +#a process is generating a huge number of learning logs, it may be +#best to use this command on that process and configure its policy +#manually. +# +#inherit-no-learn combines the above two cases, such that processes +#within the specified path will be able to perform any normal system +#operation without restriction as will any binaries executed by +#these processes. +# +#high-reduce-path modifies the heuristics of the learning process +#to weight in favor of reducing accesses for this path +# +#dont-reduce-path modifies the heuristics of the learning process +#so that it will never reduce accesses for this path +# +#always-reduce-path modifies the heuristics of the learning process +#so that the path specified will always have all files and directories +#within it reduced to the path specified. +# +#protected-path specifies a path on your system that is considered an +#important resource. Any process that modifies one of these paths +#is given its own subject in the learning process, facilitating +#a secure policy. +# +#read-protected-path specifies a path on your system that contains +#sensitive information. Any process that reads one of these paths is +#given its own subject in the learning process, facilitating a secure +#policy. +# +#high-protected-path specifies a path that should be hidden from +#all processes but those that access it directly. It is recommended +#to use highly sensitive files for this command. +# +#regular expressions are not supported for pathnames in this config file +# +# +# uncomment this next line if you don't wish to generate a policy that +# restricts roles to specific IP ranges: +# dont-learn-allowed-ips +# +# to write out your generated policy such that roles are split into separate +# files by the name of the role (within user/group directories), uncomment +# the next line: +# split-roles + +always-reduce-path /dev/pts +always-reduce-path /var/spool/qmailscan/tmp +always-reduce-path /var/spool/exim4 +always-reduce-path /run/screen +always-reduce-path /usr/share/locale +always-reduce-path /usr/share/zoneinfo +always-reduce-path /usr/share/terminfo +always-reduce-path /tmp +always-reduce-path /var/tmp + +high-reduce-path /dev/.udev +high-reduce-path /dev/mapper +high-reduce-path /dev/snd +high-reduce-path /proc +high-reduce-path /usr/lib/security +high-reduce-path /usr/lib/modules +high-reduce-path /usr/lib +high-reduce-path /usr/lib32 +high-reduce-path /usr/libx32 +high-reduce-path /usr/lib/tls +high-reduce-path /usr/lib32/tls +high-reduce-path /usr/libx32/tls +high-reduce-path /usr/lib/libreoffice +high-reduce-path /var/lib +high-reduce-path /usr/bin +high-reduce-path /usr/sbin +high-reduce-path /usr/local/share +high-reduce-path /usr/local/bin +high-reduce-path /usr/local/sbin +high-reduce-path /usr/local/etc +high-reduce-path /usr/local/lib +high-reduce-path /usr/share +high-reduce-path /usr/X11R6/lib +high-reduce-path /var/lib/openldap-data +high-reduce-path /var/lib/krb5kdc + +dont-reduce-path / +dont-reduce-path /home +dont-reduce-path /dev +dont-reduce-path /usr +dont-reduce-path /var +dont-reduce-path /opt + +protected-path /etc +protected-path /boot +protected-path /run +protected-path /usr +protected-path /opt +protected-path /var +protected-path /dev/log +protected-path /root +protected-path /sys + +read-protected-path /etc/ssh +read-protected-path /proc/kallsyms +read-protected-path /proc/kcore +read-protected-path /proc/slabinfo +read-protected-path /proc/modules +read-protected-path /usr/lib/modules +read-protected-path /boot +read-protected-path /etc/shadow +read-protected-path /etc/shadow- +read-protected-path /etc/gshadow +read-protected-path /etc/gshadow- +read-protected-path /sys + +high-protected-path /etc/ssh +high-protected-path /proc/kcore +high-protected-path /proc/sys +high-protected-path /proc/bus +high-protected-path /proc/slabinfo +high-protected-path /proc/modules +high-protected-path /proc/kallsyms +high-protected-path /etc/passwd +high-protected-path /etc/shadow +high-protected-path /var/backups +high-protected-path /etc/shadow- +high-protected-path /etc/gshadow +high-protected-path /etc/gshadow- +high-protected-path /var/log +high-protected-path /dev/mem +high-protected-path /dev/kmem +high-protected-path /dev/port +high-protected-path /dev/log +high-protected-path /sys +high-protected-path /etc/ppp +high-protected-path /etc/samba/smbpasswd +#to protect kernel images +high-protected-path /boot +high-protected-path /usr/lib/modules +high-protected-path /usr/src + +inherit-learn /etc/cron.d +inherit-learn /etc/cron.hourly +inherit-learn /etc/cron.daily +inherit-learn /etc/cron.weekly +inherit-learn /etc/cron.monthly diff --git a/community/gradm/policy b/community/gradm/policy new file mode 100644 index 000000000..395eec321 --- /dev/null +++ b/community/gradm/policy @@ -0,0 +1,493 @@ +#sample default policy for grsecurity +# +# Role flags: +# A -> This role is an administrative role, thus it has special privilege normal +# roles do not have. In particular, this role bypasses the +# additional ptrace restrictions +# N -> Don't require authentication for this role. To access +# the role, use gradm -n <rolename> +# s -> This role is a special role, meaning it does not belong to a +# user or group, and does not require an enforced secure policy +# base to be included in the ruleset +# u -> This role is a user role +# g -> This role is a group role +# G -> This role can use gradm to authenticate to the kernel +# A policy for gradm will automatically be added to the role +# T -> Enable TPE for this role +# l -> Enable learning for this role +# P -> Use PAM authentication for this role. +# R -> Enable persistence of special role. Normal special roles will +# be removed upon exit of the process that entered the role, or +# upon unauth (this is what changes the apache process' role back +# to its normal role after being restarted from the admin role, for +# instance). Role persistence allows a special role to be used for +# system shutdown, as the point at which the admin's shell/SSH +# session is terminated won't cause the rest of the shutdown +# sequence to execute with reduced privilege. Do *NOT* use this +# flag with any role that does anything but shut the system down. +# This role will also be transferred to the init process upon +# writing to /dev/initctl. This allows init to execute the rc +# scripts for shutdown with the necessary privilege. +# For usability reasons, we allow the removal of persistence through +# the normal unauth process (so persistence only survives exit). +# +# a role can only be one of user, group, or special +# +# role_allow_ip IP/optional netmask +# eg: role_allow_ip 192.168.1.0/24 +# You can have as many of these per role as you want +# They restrict the use of a role to a list of IPs. If a user +# is on the system that would normally get the role does not +# belong to those lists of IPs, the system falls back through +# its method of determining a role for the user +# +# Role hierarchy +# user -> group -> default +# First a user role attempts to match, if one is not found, +# a group role attempts to match, if one is not found, +# the default role is used. +# +# role_transitions <special role 1> <special role 2> ... <special role n> +# eg: role_transitions www_admin dns_admin +# +# role transitions specify which special roles a given role is allowed +# to authenticate to. This applies to special roles that do not +# require password authentication as well. If a user tries to +# authenticate to a role that is not within his transition table, he +# will receive a permission denied error +# +# Nested subjects +# subject /usr/bin/su:/usr/bin/bash:/usr/bin/cat +# / rwx +# +CAP_ALL +# grant privilege to specific processes if they are executed +# within a trusted path. In this case, privilege is +# granted if /usr/bin/cat is executed from /usr/bin/bash, which is +# executed from /usr/bin/su. +# +# Configuration inheritance on nested subjects +# nested subjects inherit rules from their parents. In the +# example above, the nested subject would inherit rules +# from the nested subject for /usr/bin/su:/usr/bin/bash, +# and the subject /usr/bin/su +# View the 1.9.x documentation for more information on +# configuration inheritance +# +# new object modes: +# m -> allow creation of setuid/setgid files/directories +# and modification of files/directories to be setuid/setgid +# M -> audit the setuid/setgid creation/modification +# c -> allow creation of the file/directory +# C -> audit the creation +# d -> allow deletion of the file/directory +# D -> audit the deletion +# p -> reject all ptraces to this object +# l -> allow a hardlink at this path +# (hardlinking requires at a minimum c and l modes, and the target +# link cannot have any greater permission than the source file) +# L -> audit link creation +# f -> needed to mark the pipe used for communication with init +# to transfer the privilege of the persistent role; only valid +# within a persistent role. Transfer only occurs when the file is +# opened for writing +# Z -> tells gradm to ignore earlier object of the same name and use this +# one instead +# +# new subject modes: +# O -> disable "writable library" restrictions for this task +# t -> allow this process to ptrace any process (use with caution) +# r -> relax ptrace restrictions (allows process to ptrace processes +# other than its own descendants) +# i -> enable inheritance-based learning for this subject, causing +# all accesses of this subject and anything it executes to be placed +# in this subject, and inheritance flags added to executable objects +# in this subject +# a -> allow this process to talk to the /dev/grsec device +# s -> enable AT_SECURE when entering this subject +# (enables the same environment sanitization that occurs in glibc +# upon execution of a suid binary) +# x -> allows executable anonymous shared memory for this subject +# Z -> tells gradm to ignore earlier subject of the same path and use this +# one instead + +# user/group transitions: +# You may now specify what users and groups a given subject can +# transition to. This can be done on an inclusive or exclusive basis. +# Omitting these rules allows a process with proper privilege granted by +# capabilities to transition to any user/group. +# +# Examples: +# subject /usr/bin/su +# user_transition_allow root spender +# group_transition_allow root spender +# subject /usr/bin/su +# user_transition_deny evilhacker +# subject /usr/bin/su +# group_transition_deny evilhacker1 evilhacker2 +# +# Domains: +# With domains you can combine users that don't share a common +# GID as well as groups so that they share a single policy +# Domains work just like roles, with the only exception being that +# the line starting with "role" is replaced with one of the following: +# domain somedomainname u user1 user2 user3 user4 ... usern +# domain somedomainname g group1 group2 group3 group4 ... groupn +# +# Inverted socket policies: +# Rules such as +# connect ! www.google.com:80 stream tcp +# are now allowed, which allows you to specify that a process can connect to anything +# except to port 80 of www.google.com with a stream tcp socket +# the inverted socket matching also works on bind rules +# +# INADDR_ANY overriding +# You can now force a given subject to bind to a particular IP address on the machine +# This is useful for some chrooted environments, to ensure that the source IP they +# use is one of your choosing +# to use, add a line like: +# ip_override 192.168.0.1 +# +# Per-interface socket policies: +# Rules such as +# bind eth1:80 stream tcp +# bind eth0#1:22 stream tcp +# are now allowed, giving you the ability to tie specific socket rules +# to a single interface (or by using the inverted rules, all but one +# interface). Virtual interfaces are specified by the <ifname>#<vindex> +# syntax. If an interface is specified, no IP/netmask or host may be +# specified for the rule. +# +# Allowing additional socket families: +# Before v2.2.1 of the RBAC system, a subject that specified +# connect/bind rules limited only the socket usage of IPv4, allowing +# any other socket families to be used. Starting with v2.2.1 of the +# RBAC system, when connect/bind rules are used, additional rules +# will be required to unlock the use of additional socket families +# (outside of the common unix family). Multiple families can be +# specified per line. +# To enable use of IPv6, add the line: +# sock_allow_family ipv6 +# To enable use of netlink, add the line: +# sock_allow_family netlink +# To enable all other families, add the line: +# sock_allow_family all +# +# New learning system: +# To learn on a given subject: add l (the letter l, not the number 1) +# to the subject mode +# If you want to learn with the most restrictive policy, use the +# following: +# subject /path/to/bin lo +# / h +# -CAP_ALL +# connect disabled +# bind disabled +# Resource learning is also supported, so lines like +# RES_AS 0 0 +# can be used to learn a particular resource +# +# To learn on a given role, add l to the role mode +# For both of these, to enable learning, enable the system like: +# gradm -L /etc/grsec/learning.logs -E +# and then generate the rules after disabling the system after the +# learning phase with: +# gradm -L /etc/grsec/learning.logs -O /etc/grsec/policy +# To use full system learning, enable the system like: +# gradm -F -L /etc/grsec/learning.logs +# and then generate the rules after disabling the system after the +# learning phase with: +# gradm -F -L /etc/grsec/learning.logs -O /etc/grsec/policy +# +# New PaX flag format (replaces PaX subject flags): +# PaX flags can be forced on or off, regardless of the flags on the +# binary, by using + or - before the following PaX flag names: +# PAX_SEGMEXEC +# PAX_PAGEEXEC +# PAX_MPROTECT +# PAX_RANDMMAP +# PAX_EMUTRAMP +# +# New feature for easier policy maintenance: +# replace <variable name> <replace string> +# e.g.: +# replace CVSROOT /home/cvs +# now $(CVSROOT) can be used in any subject or object pathname, like: +# $(CVSROOT)/grsecurity r +# This will translate to /home/cvs/grsecurity r +# This feature makes it easier to update policies by naming specific +# paths by their function, then only having to update those paths once +# to have it affect a large number of subjects/objects. +# +# capability auditing / log suppression +# use of a capability can be audited by adding "audit" to the line, eg: +# +CAP_SYS_RAWIO audit +# log suppression for denial of a capbility can be done by adding "suppress": +# -CAP_SYS_RAWIO suppress +# +# Per-role umask enforcement: +# If you have a user that you want to be assured cannot accidentally +# create a file that others can read (a confidentiality issue) +# add the following under the role declaration: +# role_umask 077 +# any normal octal umask may be specified +# Note that unlike the normal umask, this umask will also apply +# to the permissions one can chmod/fchmod a file to +# +# Note that the omission of any feature of a role or subject +# results in a default-allow +# For instance, if no capability rules are added in a subject without +# policy inheritance ("o" in subject mode), an implicit +CAP_ALL is used +# +# Also note that policy inheritance does not exist for network policies, only +# file objects and capabilities inherit policy +# +# Commonly-used objects can be defined and used in multiple subjects +# As an example, we'll create a variable out of a list of objects +# and their associated permissions that RBAC enforces +# files, connect/bind rules, and capabilities can currently be added to a define + +define grsec_denied { + /boot h + /dev/grsec h + /dev/kmem h + /dev/mem h + /dev/port h + /etc/grsec h + /proc/kcore h + /proc/slabinfo h + /proc/modules h + /proc/kallsyms h + # hide and suppress logs about accessing this path + /usr/lib/modules hs + /etc/ssh h +} +# usage: +# $grsec_denied + +role shutdown sARG +subject / rvka + / + /dev + /dev/urandom r + /dev/random r + /etc r + /usr rx + /proc r + $grsec_denied + -CAP_ALL + connect disabled + bind disabled + +subject /usr/lib/systemd/systemd rvkao + / rwcdmlxi +subject /usr/bin/systemctl rvkao + / rwcdmlxi + /dev/initctl rwf + /run/initctl rwf + +# Make sure to unauthenticate with gradm -u from +# the admin role after restarting a service +# The service started will run with admin +# privileges until you run gradm -u or your shell exits + +role admin sA +subject / rvka + / rwcdmlxi + +role default G +role_transitions admin shutdown +subject / + / r + /opt rx + /home rwxcd + /mnt rw + /dev + /dev/urandom r + /dev/random r + /dev/zero rw + /dev/input rw + /dev/psaux rw + /dev/null rw + /dev/tty? rw + /dev/console rw + /dev/tty rw + /dev/pts rw + /dev/ptmx rw + /dev/dsp rw + /dev/mixer rw + /dev/initctl rw + /dev/fd0 r + /dev/sr0 r + /usr rx +# compilation of kernel code should be done within the admin role + /usr/src h + /etc rx + /proc rwx + /proc/sys r + /sys h + /root r + /run r + /tmp rwcd + /var rwxcd + /var/tmp rwcd + /var/log r +# hide the kernel images and modules + $grsec_denied + +# if sshd needs to be restarted, it can be done through the admin role +# restarting sshd should be followed immediately by a gradm -u + /usr/bin/sshd + + -CAP_KILL + -CAP_SYS_TTY_CONFIG + -CAP_LINUX_IMMUTABLE + -CAP_NET_RAW + -CAP_MKNOD + -CAP_SYS_ADMIN + -CAP_SYS_RAWIO + -CAP_SYS_MODULE + -CAP_SYS_PTRACE + -CAP_NET_ADMIN + -CAP_NET_BIND_SERVICE + -CAP_NET_RAW + -CAP_SYS_CHROOT + -CAP_SYS_BOOT + -CAP_SETFCAP + -CAP_SYSLOG + +# RES_AS 100M 100M + +# connect 192.168.1.0/24:22 stream tcp +# bind 0.0.0.0 stream dgram tcp udp + +# the d flag protects /proc fd and mem entries for sshd +# all daemons should have 'p' in their subject mode to prevent +# an attacker from killing the service (and restarting it with trojaned +# config file or taking the port it reserved to run a trojaned service) + +subject /usr/bin/sshd dpo + / + /* h + /usr/bin/bash x + /dev h + /dev/log rw + /dev/random r + /dev/urandom r + /dev/null rw + /dev/ptmx rw + /dev/pts rw + /dev/tty rw + /dev/tty? rw + /etc r + /etc/grsec h + /home + /home/*/.ssh/authorized_keys r + /root + /proc r + /proc/*/oom_adj rw + /proc/kcore h + /proc/sys h + /proc/sys/kernel/ngroups_max r + /selinux r + /usr/lib rx + /usr/lib32 rx + /usr/libx32 rx + /usr/share/zoneinfo r + /var/log + /var/spool/mail + /var/log/lastlog rw + /var/log/wtmp w + /var/run + /run + /var/run/sshd + /var/run/utmp rw + /var/run/utmpx rw + /var/run/.nscd_socket rw + + -CAP_ALL + +CAP_CHOWN + +CAP_SETGID + +CAP_SETUID + +CAP_SYS_CHROOT + +CAP_SYS_RESOURCE + +CAP_SYS_TTY_CONFIG + +CAP_AUDIT_WRITE + # to access user keys + +CAP_DAC_OVERRIDE + +subject /usr/bin/Xorg + /dev/mem rw + + +CAP_SYS_ADMIN + +CAP_SYS_TTY_CONFIG + +CAP_SYS_RAWIO + +subject /usr/bin/ssh + /etc/ssh/ssh_config r + +subject /usr/bin/postgres + /dev/log rw + +subject /usr/bin/exim + /dev/log rw + +subject /usr/bin/syslog-ng + +CAP_SYS_ADMIN + +subject /usr/bin/rsyslogd + +CAP_SYS_ADMIN + +subject /usr/bin/cron + /dev/log rw + +subject /usr/bin/crond + /dev/log rw + +subject /usr/bin/login + /dev/log rw + /var/log/wtmp w + /var/log/faillog rwcd + +subject /usr/bin/su + /dev/log rw + +subject /usr/bin/sudo + /dev/log rw + +subject /usr/bin/agetty + /var/log/wtmp w + +subject /usr/bin/init + /var/log/wtmp w + +subject /usr/bin/xauth + /home r + /home/*/.Xauthority-* rwcdl + +# prevent ld.so breakouts of subjects with /usr/lib rx + +# many distros clutter up /usr/lib with shell scripts +# that can be easily hijacked for malicious purposes +subject /usr/lib o + / h + -CAP_ALL + connect disabled + bind disabled + +subject /usr/lib32 o + / h + -CAP_ALL + connect disabled + bind disabled + +subject /usr/lib/ld-linux.so.2 o + / h + -CAP_ALL + connect disabled + bind disabled + +subject /usr/lib/ld-linux-x86-64.so.2 o + / h + -CAP_ALL + connect disabled + bind disabled diff --git a/community/guitarix2/PKGBUILD b/community/guitarix2/PKGBUILD index 8af491c5e..c3371cd8a 100644 --- a/community/guitarix2/PKGBUILD +++ b/community/guitarix2/PKGBUILD @@ -1,36 +1,36 @@ -# $Id: PKGBUILD 102254 2013-12-07 10:36:38Z bpiotrowski $ +# $Id: PKGBUILD 109674 2014-04-18 03:06:05Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=guitarix2 -pkgver=0.28.3 -pkgrel=2 +pkgver=0.29.0 +pkgrel=1 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust" arch=('i686' 'x86_64') url="http://guitarix.sourceforge.net/" license=('GPL') depends=('gtkmm' 'jack' 'librsvg' 'liblrdf' 'bluez-libs' 'boost-libs' 'zita-convolver' 'zita-resampler' 'desktop-file-utils') -makedepends=('python2' 'boost' 'intltool' 'lv2') +makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2') optdepends=('meterbridge: sound meters') provides=('guitarix' 'gx_head') conflicts=('guitarix' 'gx_head') replaces=('guitarix' 'gx_head') install="$pkgname.install" source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2") -md5sums=('9b535512a07d5a48e67a5cec01ee6944') +md5sums=('c75821c75094c9592ff0543bb2c18449') build() { - cd "$srcdir/guitarix-$pkgver" - python2 waf configure --prefix=/usr \ + cd guitarix-$pkgver + python waf configure --prefix=/usr \ --no-desktop-update \ --no-ldconfig \ --no-faust \ --shared-lib \ --lib-dev - python2 waf build + python waf build } package() { - cd "$srcdir/guitarix-$pkgver" - python2 waf install --destdir="$pkgdir" + cd guitarix-$pkgver + python waf install --destdir="$pkgdir" } diff --git a/community/ibus-pinyin/PKGBUILD b/community/ibus-pinyin/PKGBUILD index 25146a8e3..32a89dfe5 100644 --- a/community/ibus-pinyin/PKGBUILD +++ b/community/ibus-pinyin/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81402 2012-12-19 16:41:48Z fyan $ +# $Id: PKGBUILD 109717 2014-04-18 09:35:35Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Rainy <rainylau(at)gmail(dot)com> # Contributor: Lee.maRS<leemars at gmail.com> @@ -7,17 +7,17 @@ pkgname=ibus-pinyin pkgver=1.5.0 -pkgrel=2 +pkgrel=4 pkgdesc='Pinyin (Chinese) input method for the IBus framework' arch=('i686' 'x86_64') license=('GPL') url='http://ibus.googlecode.com' -depends=('ibus' 'pyzy' 'lua51') +depends=('ibus' 'pyzy' 'lua51' 'python2-xdg') makedepends=('intltool') source=("https://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} sed -i -e "s|python|python2|" setup/ibus-setup-pinyin.in @@ -29,8 +29,9 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make NO_INDEX=true DESTDIR="${pkgdir}" install } + md5sums=('f7728b5b785fae58e2b4de8dfda45612') diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD index f7ec9ad04..090847555 100644 --- a/community/ibus-qt/PKGBUILD +++ b/community/ibus-qt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98741 2013-10-17 14:01:48Z andyrtr $ +# $Id: PKGBUILD 109786 2014-04-18 17:31:30Z andyrtr $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: garion < garion @ mailoo.org > @@ -6,7 +6,7 @@ pkgname=ibus-qt pkgver=1.3.2 -pkgrel=2 +pkgrel=3 pkgdesc='IBus qt library and IBus qt input method plugin' arch=('i686' 'x86_64') license=('LGPL') @@ -28,4 +28,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}-Source/build" make DESTDIR="${pkgdir}" install } + md5sums=('e53cb59f993d0c93ba968330dbc62c22') diff --git a/community/kakasi/PKGBUILD b/community/kakasi/PKGBUILD index 91fd59064..1fb2944fa 100644 --- a/community/kakasi/PKGBUILD +++ b/community/kakasi/PKGBUILD @@ -2,15 +2,15 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=kakasi -pkgver=2.3.4 -pkgrel=4 +pkgver=2.3.6 +pkgrel=1 pkgdesc="Convert Kanji characters to Hiragana, Katakana or Romaji" arch=('i686' 'x86_64') url="http://kakasi.namazu.org/" license=('GPL') -source=("http://kakasi.namazu.org/stable/${pkgname}-${pkgver}.tar.gz") +source=("http://kakasi.namazu.org/stable/${pkgname}-${pkgver}.tar.xz") depends=('sh') -md5sums=(4eff51aafbd56c9635791a20c03efa8f) +md5sums=('f36a2dfa96b11561c768732057cce130') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/libfbclient/PKGBUILD b/community/libfbclient/PKGBUILD index dd1adb3ae..cb515b4c2 100644 --- a/community/libfbclient/PKGBUILD +++ b/community/libfbclient/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 98742 2013-10-17 14:01:49Z andyrtr $ +# $Id: PKGBUILD 109787 2014-04-18 17:31:30Z andyrtr $ # Maintainer: Carlier Laurent <lordheavym@gmail.com> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> pkgname=libfbclient pkgver=2.5.2.26540 -pkgrel=2 +pkgrel=3 pkgdesc="Client library for Firebird." arch=('i686' 'x86_64') url="http://www.firebirdsql.org/" diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD index 6f0eb0f6f..30cfd56ac 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 102259 2013-12-07 10:36:44Z bpiotrowski $ +# $Id: PKGBUILD 109788 2014-04-18 17:31:31Z andyrtr $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: David Dent <thewinch@gmail.com> # Contributor: orbisvicis <orbisvicis@gmail.com> pkgname=mapnik pkgver=2.2.0 -pkgrel=5 +pkgrel=7 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps" arch=('i686' 'x86_64') url="http://mapnik.org/" @@ -23,7 +23,7 @@ optdepends=('libxslt: Web Map Service' 'mod_wsgi2: Web Map Service') makedepends=('scons' 'boost') install="mapnik.install" -source=("https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz") +source=("$pkgname-$pkgvar.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz") md5sums=('b837931c7f1a4dc630d8550d3e635036') build() { diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD index 20320b54e..a28dcf602 100644 --- a/community/mpv/PKGBUILD +++ b/community/mpv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 108621 2014-03-30 17:03:31Z bpiotrowski $ +# $Id: PKGBUILD 109765 2014-04-18 14:38:46Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Eivind Uggedal <eivind@uggedal.com> pkgname=mpv -pkgver=0.3.7 +pkgver=0.3.8 pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ makedepends=('mesa' 'python-docutils' 'ladspa') options=('!emptydirs' '!buildflags') install=mpv.install source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('0e1398c324775998b0e60fdb11b9e06d') +md5sums=('f7fc14f52c1958f6b603245b0595efa9') prepare() { cd $pkgname-$pkgver diff --git a/community/nftables/01-fix-nftables-rename.patch b/community/nftables/01-fix-nftables-rename.patch deleted file mode 100644 index 20a68106b..000000000 --- a/community/nftables/01-fix-nftables-rename.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 94300c75fc3e113009e68e2ab9db91c31e99e9f4 Mon Sep 17 00:00:00 2001 -From: Pablo Neira Ayuso <pablo@netfilter.org> -Date: Mon, 20 Jan 2014 14:02:50 +0000 -Subject: build: use libnftnl instead of libnftables in configure.in - -Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> ---- -diff --git a/configure.ac b/configure.ac -index b38295f..9f0d894 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -53,7 +53,7 @@ fi - AC_CHECK_LIB([mnl], [mnl_socket_open], , - AC_MSG_ERROR([No suitable version of libmnl found])) - --AC_CHECK_LIB([nftables], [nft_rule_alloc], , -+AC_CHECK_LIB([nftnl], [nft_rule_alloc], , - AC_MSG_ERROR([No suitable version of libnftnl found])) - - AC_CHECK_LIB([gmp], [__gmpz_init], , --- -cgit v0.9.2 diff --git a/community/nftables/PKGBUILD b/community/nftables/PKGBUILD index 622daa693..599c7a0d4 100644 --- a/community/nftables/PKGBUILD +++ b/community/nftables/PKGBUILD @@ -2,8 +2,9 @@ # Maintainer: Sébastien Luttringer pkgname=nftables -pkgver=0.099 -pkgrel=2 +epoch=1 +pkgver=0.2 +pkgrel=1 pkgdesc='Netfilter nftables userspace tools' arch=('i686' 'x86_64') url='http://netfilter.org/projects/nftables/' @@ -11,23 +12,15 @@ license=('GPL2') depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses') makedepends=('docbook2x') source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig} - '01-fix-nftables-rename.patch' '02-manpages.patch') -sha1sums=('c8fb650263f68f43498306af36910791871ec1e1' +sha1sums=('1d1959e02e970b1de0e9435142a64d09240c0591' 'SKIP' - '38d7c1e4bc8590a549e16a2385af37704460642b' '3ef58d5199b358ceb184307aca3e215c40ce3707') -prepare() { - cd $pkgname-$pkgver - patch -p 1 -i "$srcdir/01-fix-nftables-rename.patch" - patch -p 1 -i "$srcdir/02-manpages.patch" - ./autogen.sh -} - build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc + ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc \ + CONFIG_MAN=y DB2MAN=docbook2man make } diff --git a/community/ogle-gui/PKGBUILD b/community/ogle-gui/PKGBUILD deleted file mode 100644 index 2c8d95b91..000000000 --- a/community/ogle-gui/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 55509 2011-09-13 21:28:22Z ebelanger $ -# Maintainer: Eric Bélanger <eric@archlinux.org> -# Contributor: Kritoke <kritoke@nospam.gamebox.net> - -pkgname=ogle-gui -pkgver=0.9.2 -pkgrel=5 -pkgdesc="A gtk2 gui for ogle" -arch=('i686' 'x86_64') -url="http://www.dtek.chalmers.se/groups/dvd/" -license=('GPL') -depends=('ogle' 'libglade') -#source=(http://www.dtek.chalmers.se/groups/dvd/dist/ogle_gui-${pkgver}.tar.gz) -source=(ftp://ftp.archlinux.org/other/community/ogle-gui/ogle_gui-${pkgver}.tar.gz) -md5sums=('e685aa3046f9da13532ede9300f2f794') -sha1sums=('0d73ec30852b9cd2a9714b5088f6ab6deecf097d') - -build() { - cd "${srcdir}/ogle_gui-${pkgver}" - ./configure --prefix=/usr --enable-gtk2 - make -} - -package() { - cd "${srcdir}/ogle_gui-${pkgver}" - make DESTDIR="${pkgdir}" install -} diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD index d37a08ce5..6a53cd074 100644 --- a/community/openttd/PKGBUILD +++ b/community/openttd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 108838 2014-04-05 04:20:00Z lcarlier $ +# $Id: PKGBUILD 109789 2014-04-18 17:31:32Z andyrtr $ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> pkgname=openttd pkgver=1.4.0 -pkgrel=1 +pkgrel=2 pkgdesc='An engine for running Transport Tycoon Deluxe.' arch=('i686' 'x86_64') url='http://www.openttd.org' diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD index 4eb2f5507..8d0281748 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108375 2014-03-27 09:26:38Z spupykin $ +# $Id: PKGBUILD 109791 2014-04-18 17:31:34Z andyrtr $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: mpie <michael.kyne-phillips1@ntlworld.com> @@ -6,7 +6,7 @@ pkgname=parrot pkgver=6.2.0 #_rel=stable _rel=devel -pkgrel=1 +pkgrel=2 pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages" arch=('x86_64' 'i686') url="http://www.parrotcode.org/" diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD index 99e88a334..ea16500df 100644 --- a/community/pidgin-lwqq/PKGBUILD +++ b/community/pidgin-lwqq/PKGBUILD @@ -1,30 +1,21 @@ -# $Id: PKGBUILD 106498 2014-03-05 07:19:42Z fyan $ +# $Id: PKGBUILD 109718 2014-04-18 09:35:36Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=pidgin-lwqq -pkgver=0.2d.20140304 +pkgver=0.2d.20140417 #_gitver="tag=$pkgver" -_gitver='commit=c1850142a1cf8ce88fc30cec68d3f568613d923d' +_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8' pkgrel=1 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol" arch=('i686' 'x86_64') url="https://github.com/xiehuc/pidgin-lwqq" license=('GPL3') -depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'libev' 'js') +depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache') optdepends=('pidgin: Multi-protocol instant messaging client' 'telepathy-haze: Empathy plugin support') makedepends=('git' 'cmake') install=$pkgname.install -options=(debug) -source=("git://github.com/xiehuc/pidgin-lwqq.git#$_gitver" - "git://github.com/xiehuc/lwqq.git") - -prepare() { - cd $pkgname - git submodule init - git config submodule."liblwqq".url "$srcdir/lwqq" - git submodule update -} +source=("git://github.com/xiehuc/pidgin-lwqq.git#$_gitver") build() { cd $pkgname @@ -38,5 +29,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums=('SKIP' - 'SKIP') +sha512sums=('SKIP') diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index a9673d1aa..b4896bb35 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 105897 2014-02-18 09:38:03Z spupykin $ +# $Id: PKGBUILD 109792 2014-04-18 17:31:35Z andyrtr $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -7,7 +7,7 @@ pkgname=poedit pkgver=1.6.4 -pkgrel=2 +pkgrel=4 pkgdesc="Cross-platform gettext catalogs (.po files) editor" arch=('i686' 'x86_64') url="http://www.poedit.net/" diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD index 963a47778..5a0fff4f6 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 109490 2014-04-15 08:22:17Z spupykin $ +# $Id: PKGBUILD 109747 2014-04-18 13:05:22Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=rsyslog -pkgver=8.2.0 +pkgver=8.2.1 pkgrel=1 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability" url="http://www.rsyslog.com/" @@ -21,7 +21,7 @@ options=('strip' 'zipman') source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz" 'rsyslog.logrotate' 'rsyslog.conf') -md5sums=('33b06598f46caf8d5436151eec25a254' +md5sums=('be8c0117e29b6a0313a3b8148f562e07' '0d990373f5c70ddee989296007b4df5b' 'd61dd424e660eb16401121eed20d98bc') diff --git a/community/simple-scan/PKGBUILD b/community/simple-scan/PKGBUILD index 7e9afd38c..074396238 100644 --- a/community/simple-scan/PKGBUILD +++ b/community/simple-scan/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 98500 2013-10-12 08:24:27Z jlichtblau $ +# $Id: PKGBUILD 109725 2014-04-18 11:48:49Z heftig $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> pkgname=simple-scan -pkgver=3.10.0 +pkgver=3.12.0 pkgrel=1 pkgdesc='Simple scanning utility' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme') makedepends=('yelp-tools' 'intltool') install=$pkgname.install source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz) -sha256sums=('2732641fa77c75dcd47008cc40864f7847b93d5b27291ded6f4233289f5d10f2') +sha256sums=('a88719f6142ddfa24d154d1093c67b27ac491c059ac5c87cba3b36ebc04b21a6') build() { cd $pkgname-$pkgver diff --git a/community/skrooge/PKGBUILD b/community/skrooge/PKGBUILD index adcf025a7..a43bf7c82 100644 --- a/community/skrooge/PKGBUILD +++ b/community/skrooge/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 102914 2013-12-23 21:56:50Z jlichtblau $ +# $Id: PKGBUILD 109761 2014-04-18 14:11:50Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ray Rashif <schiv@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: neuromante <lorenzo.nizzi.grifi@gmail.com> pkgname=skrooge -pkgver=1.8.0 -pkgrel=3 +pkgver=1.9.0 +pkgrel=1 pkgdesc="A personal finances manager for KDE" arch=('i686' 'x86_64') url="http://skrooge.org/" @@ -17,7 +17,7 @@ optdepends=('kdepim-libkdepim: for KDE PIM integration') install=$pkgname.install changelog=$pkgname.changelog source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08') +sha256sums=('1127c404be1213b88e11ecb5c85ce27d7af87c231a8e281224545fae87644ff8') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/skrooge/skrooge.changelog b/community/skrooge/skrooge.changelog index a464d4ad4..d616b0072 100644 --- a/community/skrooge/skrooge.changelog +++ b/community/skrooge/skrooge.changelog @@ -1,3 +1,6 @@ +2014-04-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * skrooge 1.9.0-1 + 2013-12-23 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * skrooge 1.8.0-3 FS#37406 fix diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD index 613cac784..3c46eadd5 100644 --- a/community/v8/PKGBUILD +++ b/community/v8/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108609 2014-03-30 02:00:54Z anatolik $ +# $Id: PKGBUILD 109793 2014-04-18 17:31:36Z andyrtr $ # Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com> # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Kaiting Chen <kaitocracy@gmail.com> @@ -6,7 +6,7 @@ pkgname=v8 # use http://omahaproxy.appspot.com/ to find stable v8 version -pkgver=3.23.17.23 +pkgver=3.24.35.22 pkgrel=1 pkgdesc='Fast and modern Javascript engine' arch=(i686 x86_64) @@ -17,7 +17,7 @@ makedepends=(subversion python2) # unfortunately https://github.com/$pkgname/$pkgname does not contain all tags source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2 v8.pc) -sha256sums=('b6702e68755adab3457d4e066957356c7a4e5eab3624edd39daad82818eb870e' +sha256sums=('235d6738dc5c1518a219eedb5529265e3ff511698a7bd6a7069aec7aa75f73f0' '2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d') [[ "$CARCH" = 'i686' ]] && ARCH=ia32 diff --git a/community/yaz/PKGBUILD b/community/yaz/PKGBUILD index 5c8caf484..6ba66f566 100644 --- a/community/yaz/PKGBUILD +++ b/community/yaz/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 105395 2014-02-06 17:52:44Z jlichtblau $ +# $Id: PKGBUILD 109794 2014-04-18 17:31:37Z andyrtr $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ray Rashif <schiv@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -8,7 +8,7 @@ pkgname=yaz pkgver=5.0.12 -pkgrel=1 +pkgrel=2 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" arch=('i686' 'x86_64') url="http://www.indexdata.dk/yaz" @@ -16,7 +16,7 @@ license=('BSD') depends=('openssl' 'libxslt' 'icu') changelog=$pkgname.changelog source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb') +sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e') build() { cd ${srcdir}/$pkgname-$pkgver @@ -34,4 +34,3 @@ package() { install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE } -sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e') diff --git a/core/efibootmgr/PKGBUILD b/core/efibootmgr/PKGBUILD index d1552f30e..4b99ae7f8 100755 --- a/core/efibootmgr/PKGBUILD +++ b/core/efibootmgr/PKGBUILD @@ -1,43 +1,39 @@ -# $Id: PKGBUILD 206469 2014-02-27 10:35:34Z tpowa $ +# $Id: PKGBUILD 211195 2014-04-18 10:46:54Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Murtuza Akhtari <inxsible at gmail dot com> # Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> -_pkgname="efibootmgr" -pkgname="${_pkgname}" - -_gitroot="https://github.com/vathpela/efibootmgr.git" -_gitname="${_pkgname}" -_gitbranch="master" - -_GIT_COMMIT="f4e29e4200ed1e866c9cf98d2ebdcb8ac2e9826c" - -pkgver=0.6.1.29.gf4e29e4 -pkgrel=1 +pkgname="efibootmgr" pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables" +pkgver="0.7.0" +pkgrel="1" arch=('x86_64' 'i686') url="https://github.com/vathpela/efibootmgr" license=('GPL2') makedepends=('git') depends=('pciutils' 'efivar' 'zlib') -conflicts=("${_pkgname}-pjones") -provides=("${_pkgname}-pjones=${pkgver}") -options=('strip' 'zipman' '!emptydirs') +options=('strip' 'zipman' 'docs' '!emptydirs') -source=("${_gitname}::git+${_gitroot}#commit=${_GIT_COMMIT}") +source=("efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver}") sha1sums=('SKIP') -pkgver() { - cd "${srcdir}/${_gitname}/" - echo "$(git describe --tags)" | sed -e 's|-|\.|g' +_pkgver() { + cd "${srcdir}/efibootmgr/" + echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g' } -build() { +prepare() { + + cd "${srcdir}/efibootmgr/" - rm -rf "${srcdir}/${_gitname}_build/" || true - cp -r "${srcdir}/${_gitname}" "${srcdir}/${_gitname}_build" + git clean -x -d -f + echo + +} + +build() { - cd "${srcdir}/${_gitname}_build/" + cd "${srcdir}/efibootmgr/" make EXTRA_CFLAGS="-Os" echo @@ -46,12 +42,12 @@ build() { package() { - cd "${srcdir}/${_gitname}_build/" + cd "${srcdir}/efibootmgr/" install -d "${pkgdir}/usr/bin/" - install -D -m0755 "${srcdir}/${_gitname}_build/src/efibootmgr/efibootmgr" "${pkgdir}/usr/bin/efibootmgr" + install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr/efibootmgr" "${pkgdir}/usr/bin/efibootmgr" install -d "${pkgdir}/usr/share/man/man8/" - install -D -m0644 "${srcdir}/${_gitname}_build/src/man/man8/efibootmgr.8" "${pkgdir}/usr/share/man/man8/efibootmgr.8" + install -D -m0644 "${srcdir}/efibootmgr/src/man/man8/efibootmgr.8" "${pkgdir}/usr/share/man/man8/efibootmgr.8" } diff --git a/core/efivar/PKGBUILD b/core/efivar/PKGBUILD index 82913db7c..01ce62370 100644 --- a/core/efivar/PKGBUILD +++ b/core/efivar/PKGBUILD @@ -1,17 +1,11 @@ -# $Id: PKGBUILD 206468 2014-02-27 10:35:33Z tpowa $ +# $Id: PKGBUILD 211194 2014-04-18 10:46:53Z tpowa $ # Maintainer : Tobias Powalowski <tpowa@archlinux.org> # Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> -_pkgname="efivar" -pkgname="${_pkgname}" - -_gitroot="https://github.com/vathpela/efivar.git" -_gitname="${_pkgname}" -_gitbranch="master" - -pkgdesc="Library to manipulate EFI variables" -pkgver=0.7 -pkgrel=2 +pkgname="efivar" +pkgdesc="Tools and library to manipulate EFI variables" +pkgver="0.8" +pkgrel="1" arch=('x86_64' 'i686') url="https://github.com/vathpela/efivar" license=('LGPL2.1') @@ -19,41 +13,30 @@ makedepends=('git') depends=('popt') conflicts=('libefivar') provides=("libefivar=${pkgver}") -options=('zipman' 'docs' '!makeflags') +options=('strip' 'zipman' 'docs') -source=("${_gitname}::git+${_gitroot}#tag=${pkgver}") +source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}") sha1sums=('SKIP') -pkgver() { - cd "${srcdir}/${_gitname}/" +_pkgver() { + cd "${srcdir}/efivar/" echo "$(git describe --tags)" | sed -e 's|-|\.|g' } prepare() { - cd "${srcdir}/${_gitname}/" + cd "${srcdir}/efivar/" git clean -x -d -f echo - rm -rf "${srcdir}/${_gitname}_build/" || true - cp -r "${srcdir}/${_gitname}" "${srcdir}/${_gitname}_build" - - cd "${srcdir}/${_gitname}_build/" - - sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i "${srcdir}/${_gitname}_build/src/test/Makefile" || true + sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i "${srcdir}/efivar/src/test/Makefile" || true } build() { - cd "${srcdir}/${_gitname}_build/" - - unset CFLAGS - unset CPPFLAGS - unset CXXFLAGS - unset LDFLAGS - unset MAKEFLAGS + cd "${srcdir}/efivar/" make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" includedir="/usr/include/" V=1 -j1 echo @@ -62,12 +45,12 @@ build() { package() { - cd "${srcdir}/${_gitname}_build/" + cd "${srcdir}/efivar/" make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" includedir="/usr/include/" install echo install -d "${pkgdir}/usr/bin" - install -D -m0755 "${srcdir}/${_gitname}_build/src/test/tester" "${pkgdir}/usr/bin/efivar-tester" + install -D -m0755 "${srcdir}/efivar/src/test/tester" "${pkgdir}/usr/bin/efivar-tester" } diff --git a/extra/at-spi2-atk/PKGBUILD b/extra/at-spi2-atk/PKGBUILD index b8c9ad879..81d12df9f 100644 --- a/extra/at-spi2-atk/PKGBUILD +++ b/extra/at-spi2-atk/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210411 2014-04-14 20:05:49Z jgc $ +# $Id: PKGBUILD 211217 2014-04-18 11:10:24Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=at-spi2-atk -pkgver=2.12.0 +pkgver=2.12.1 pkgrel=1 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL2') depends=('at-spi2-core' 'libx11' 'atk') makedepends=('intltool') source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd1c3633') +sha256sums=('5fa9c527bdec028e06797563cd52d49bcf06f638549df983424d88db89bb1336') build() { cd $pkgname-$pkgver diff --git a/extra/baloo-widgets/PKGBUILD b/extra/baloo-widgets/PKGBUILD new file mode 100644 index 000000000..5283e0d74 --- /dev/null +++ b/extra/baloo-widgets/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 211350 2014-04-18 18:01:34Z andrea $ +# Maintainer: Andrea Scarpino <andrea@archlinux.org> + +pkgname=baloo-widgets +pkgver=4.13.0 +pkgrel=1 +pkgdesc="Widgets for Baloo" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdelibs/baloo-widgets' +license=('LGPL') +depends=('baloo') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('3b677dbaaba3fc77500f5fb376c93e52369de93e') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} diff --git a/extra/baloo/PKGBUILD b/extra/baloo/PKGBUILD new file mode 100644 index 000000000..8561c2ada --- /dev/null +++ b/extra/baloo/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 211334 2014-04-18 18:01:21Z andrea $ +# Maintainer: Andrea Scarpino <andrea@archlinux.org> + +pkgname=baloo +pkgver=4.13.0 +pkgrel=1 +pkgdesc="A framework for searching and managing metadata" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdelibs/baloo' +license=('LGPL') +depends=('kdepimlibs' 'xapian-core' 'kfilemetadata') +makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('ace3a80d3c0e3bb444ebe7f30392db791eab7c61') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} diff --git a/extra/baloo/baloo.install b/extra/baloo/baloo.install new file mode 100644 index 000000000..1c0de2e4f --- /dev/null +++ b/extra/baloo/baloo.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/extra/bigloo/PKGBUILD b/extra/bigloo/PKGBUILD index 1270f515a..b76a975d3 100644 --- a/extra/bigloo/PKGBUILD +++ b/extra/bigloo/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 199846 2013-11-17 10:03:54Z allan $ +# $Id: PKGBUILD 211327 2014-04-18 17:38:49Z bpiotrowski $ # Maintainer: Jürgen Hötzel <juergen@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> # Contributor: Kevin Piche <kevin@archlinux.org> pkgname=bigloo -_pkgver=4.0b +_pkgver=4.1a-2 pkgver=${_pkgver/-/_} -pkgrel=2 +pkgrel=1 pkgdesc="Fast scheme compiler" arch=('i686' 'x86_64') url="http://www-sop.inria.fr/mimosa/fp/Bigloo/" license=('GPL' 'LGPL') -depends=() -makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 'avahi') +depends=('libunistring') +makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 'avahi' 'chrpath') optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 'avahi') options=('!makeflags') install=bigloo.install source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz) -md5sums=('5e66d9516a877f2b892d191bbe809379') +md5sums=('64f17f126691baf1eb2c22a4f26edc1b') build() { cd "${srcdir}/${pkgname}${_pkgver}" @@ -43,4 +43,7 @@ package() { cd "${srcdir}/${pkgname}${_pkgver}" make DESTDIR="${pkgdir}" install install-bee make -C manuals DESTDIR="${pkgdir}" install-bee + + chrpath -d "${pkgdir}"/usr/lib/bigloo/4.1a/*.so \ + "${pkgdir}"/usr/lib/bigloo/4.1a/bmem/bmem.so } diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index fc5af2bf1..b3b419a10 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209650 2014-03-31 11:08:52Z svenstaro $ +# $Id: PKGBUILD 211306 2014-04-18 17:28:07Z andyrtr $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: kevin <kevin@archlinux.org> @@ -10,11 +10,11 @@ pkgbase=boost pkgname=('boost-libs' 'boost') pkgver=1.55.0 _boostver=${pkgver//./_} -pkgrel=5 +pkgrel=6 url="http://www.boost.org/" arch=('i686' 'x86_64') license=('custom') -makedepends=('icu>=52.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi') +makedepends=('icu>=53.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi') source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz 001-log_fix_dump_avx2.patch) sha1sums=('61ed0e57d3c7c8985805bb0682de3f4c65f4b6e5' diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD index cb6373270..2d3918c25 100644 --- a/extra/brltty/PKGBUILD +++ b/extra/brltty/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 208810 2014-03-27 14:42:59Z fyan $ +# $Id: PKGBUILD 211307 2014-04-18 17:28:08Z andyrtr $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=brltty pkgver=4.5 -pkgrel=7 +pkgrel=8 pkgdesc="Braille display driver for Linux/Unix" arch=(i686 x86_64) url="http://mielke.cc/brltty" diff --git a/extra/calligra/PKGBUILD b/extra/calligra/PKGBUILD index 04fd52f07..5cc392a20 100644 --- a/extra/calligra/PKGBUILD +++ b/extra/calligra/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209131 2014-03-29 17:11:24Z andrea $ +# $Id: PKGBUILD 211308 2014-04-18 17:28:10Z andyrtr $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Ronald van Haren <ronald.archlinux.org> @@ -18,7 +18,7 @@ pkgname=('calligra-braindump' 'calligra-sheets' 'calligra-stage' 'calligra-words') -pkgver=2.8.1 +pkgver=2.8.2 pkgrel=1 arch=('i686' 'x86_64') url='http://www.calligra-suite.org/' @@ -30,7 +30,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble' 'libetonyek' 'libpqxx' 'libspnav') groups=('calligra') source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz") -md5sums=('7d75143f24a63b9983fe8bfe8ac029d1') +md5sums=('adb7d386dd2ec0cafdb39ce474bba73a') prepare() { mkdir build diff --git a/extra/clutter/PKGBUILD b/extra/clutter/PKGBUILD index aebcc545f..ccaf991f5 100644 --- a/extra/clutter/PKGBUILD +++ b/extra/clutter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 210418 2014-04-14 20:05:54Z jgc $ +# $Id: PKGBUILD 211223 2014-04-18 11:14:49Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=clutter -pkgver=1.18.0 +pkgver=1.18.2 pkgrel=1 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('LGPL') depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput') makedepends=('gobject-introspection') source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('937ac94d10d4562c67554dd3d087bf0859a3bf254922a226fc0c13a39a457869') +sha256sums=('f9fe12e6148426063c90e67dfaeb56013bf1aea224ef502223d13eab6c1add63') build() { cd "$pkgname-$pkgver" diff --git a/extra/devhelp/PKGBUILD b/extra/devhelp/PKGBUILD index 9271397f4..5c71eb1e5 100644 --- a/extra/devhelp/PKGBUILD +++ b/extra/devhelp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 210423 2014-04-14 20:05:59Z jgc $ +# $Id: PKGBUILD 211238 2014-04-18 11:24:29Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Link Dupont <link@subpop.net> pkgname=devhelp -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="API documentation browser for GNOME" arch=(i686 x86_64) @@ -16,7 +16,7 @@ options=('!emptydirs') install=devhelp.install groups=('gnome-extra') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('1e0824a08e85cb720851ea407eec9525c6fb5adbce4464d74e956ec67ec31dd8') +sha256sums=('ce2c73e25eaec553abcfdb57de4ec399fa051783e0d4fbbb63da0fda1c6c8335') build() { cd $pkgname-$pkgver diff --git a/extra/digikam/PKGBUILD b/extra/digikam/PKGBUILD index ac9417605..4d3d67a68 100644 --- a/extra/digikam/PKGBUILD +++ b/extra/digikam/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 204523 2014-01-22 01:48:54Z eric $ +# $Id: PKGBUILD 211502 2014-04-18 18:10:47Z andrea $ # Maintainer: Ronald van Haren <ronald@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> @@ -6,14 +6,14 @@ pkgbase=digikam pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 'libmediawiki') pkgver=3.5.0 -pkgrel=3 +pkgrel=4 pkgdesc="Digital photo management application for KDE" arch=('i686' 'x86_64') license=('GPL') url="http://www.digikam.org/" makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr' 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 'libgphoto2' - 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 'imagemagick') + 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 'imagemagick' 'eigen') source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2") sha1sums=('9e44fcf219312cbcbbaee0cc9a7f460a01769224') @@ -35,8 +35,8 @@ build() { package_digikam() { pkgdesc="Digital photo management application for KDE" depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr' - 'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun') - optdepends=('kipi-plugins: more tools and plugins') + 'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun' 'eigen') + optdepends=('kipi-plugins: more tools and plugins' 'kdebase-workspace: Theme configuration dialog') install=digikam.install cd build/core diff --git a/extra/evolution-data-server/PKGBUILD b/extra/evolution-data-server/PKGBUILD index 21076ff81..1fa8c174c 100644 --- a/extra/evolution-data-server/PKGBUILD +++ b/extra/evolution-data-server/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 210430 2014-04-14 20:06:06Z jgc $ +# $Id: PKGBUILD 211322 2014-04-18 17:28:24Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=evolution-data-server pkgver=3.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="Centralized access to appointments and contacts" arch=(i686 x86_64) depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata) diff --git a/extra/gdm/PKGBUILD b/extra/gdm/PKGBUILD index 002a145b5..926dd1638 100644 --- a/extra/gdm/PKGBUILD +++ b/extra/gdm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 210439 2014-04-14 20:06:13Z jgc $ +# $Id: PKGBUILD 211232 2014-04-18 11:20:53Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=gdm pkgname=(gdm libgdm) -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Gnome Display Manager" arch=(i686 x86_64) @@ -15,7 +15,7 @@ makedepends=(itstool intltool yelp-tools gobject-introspection) checkdepends=('check') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz 0001-Add-Arch-Linux-PAM-config-files.patch) -sha256sums=('74889819a0c55577fd04236b5308de5f1fcf1992b221c71d02d91a1e564a5d87' +sha256sums=('41a009252bf491dadd7644b3e74be5c9364b1971b519a1a9ef31257180c74913' 'e158ea240e90113cf1d7790a623c3d0b64e459f76b0e9135f9f536cdb22c0c0e') prepare() { diff --git a/extra/ghex/PKGBUILD b/extra/ghex/PKGBUILD index facec4fce..65e4ee8cf 100644 --- a/extra/ghex/PKGBUILD +++ b/extra/ghex/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 197985 2013-10-30 12:05:49Z allan $ +# $Id: PKGBUILD 211216 2014-04-18 11:09:46Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> pkgname=ghex -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="A simple binary editor for the Gnome desktop" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('intltool' 'itstool' 'docbook-xsl') options=('!emptydirs') install=ghex.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255') +sha256sums=('34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132') build() { cd $pkgname-$pkgver diff --git a/extra/giflib/PKGBUILD b/extra/giflib/PKGBUILD index f87ef97e6..863a67c16 100644 --- a/extra/giflib/PKGBUILD +++ b/extra/giflib/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 199906 2013-11-18 17:59:42Z jgc $ +# $Id: PKGBUILD 211326 2014-04-18 17:38:48Z bpiotrowski $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Baptiste Daroussin <baptiste.daroussin@gmail.com> # Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com> # Contributor: mightyjaym <jm.ambrosino@free.fr> pkgname=giflib -pkgver=5.0.5 +pkgver=5.0.6 pkgrel=1 pkgdesc="A library for reading and writing gif images" url="http://sourceforge.net/projects/giflib/" @@ -14,7 +14,7 @@ license=('MIT') depends=('glibc') makedepends=('xmlto' 'docbook-xml' 'docbook-xsl') source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2) -md5sums=('c3262ba0a3dad31ba876fb5ba1d71a02') +md5sums=('603838feeed62e9eaa90415742adddf9') build() { cd ${pkgname}-${pkgver} @@ -23,7 +23,7 @@ build() { } package() { - cd ${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" diff --git a/extra/gjs/PKGBUILD b/extra/gjs/PKGBUILD index 75a753083..077e80635 100644 --- a/extra/gjs/PKGBUILD +++ b/extra/gjs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210443 2014-04-14 20:06:17Z jgc $ +# $Id: PKGBUILD 211213 2014-04-18 11:07:55Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gjs -pkgver=1.40.0 +pkgver=1.40.1 pkgrel=1 pkgdesc="Javascript Bindings for GNOME" arch=(i686 x86_64) @@ -10,7 +10,7 @@ url="http://live.gnome.org/Gjs" license=(GPL) depends=(cairo gobject-introspection 'js>=17.0.0') source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('545fd7da8ee90ccd25d15c3eb8f1e59a1e04366237af6468613816fac840c8f9') +sha256sums=('2f0d80ec96c6284785143abe51377d8a284977ea6c3cf0cef1020d92eae41793') build() { cd $pkgname-$pkgver diff --git a/extra/glade/PKGBUILD b/extra/glade/PKGBUILD index 5ecbc1c4f..3df613bf0 100644 --- a/extra/glade/PKGBUILD +++ b/extra/glade/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210445 2014-04-14 20:06:18Z jgc $ +# $Id: PKGBUILD 211230 2014-04-18 11:18:30Z heftig $ # Maintainer: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=glade -pkgver=3.18.1 +pkgver=3.18.2 pkgrel=1 pkgdesc="User interface builder for GTK+ and GNOME." arch=(i686 x86_64) @@ -14,7 +14,7 @@ optdepends=('python2: Python widgets support' url="http://glade.gnome.org/" install=glade.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('9d5f141c4469a5a0a3f93fadb901b847030bc7318e80a8a6a0f09df7f194fc28') +sha256sums=('a2fd77e64e8d6c4d6cbd7f365b5b3a4a06b04f749c90acbdf7a09538b2a021fc') prepare() { cd "$pkgname-$pkgver" diff --git a/extra/gnome-control-center/PKGBUILD b/extra/gnome-control-center/PKGBUILD index a64f99ab0..cc7cd6256 100644 --- a/extra/gnome-control-center/PKGBUILD +++ b/extra/gnome-control-center/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 210457 2014-04-14 20:06:28Z jgc $ +# $Id: PKGBUILD 211251 2014-04-18 11:35:12Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-control-center -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="The Control Center for GNOME" license=(GPL) @@ -11,7 +11,7 @@ arch=(i686 x86_64) depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop gnome-menus gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas gtk3 libgtop network-manager-applet sound-theme-freedesktop upower libpwquality - gnome-color-manager smbclient libmm-glib libgnomekbd grilo) + gnome-color-manager smbclient libmm-glib libgnomekbd grilo clutter-gtk) makedepends=(gnome-doc-utils intltool docbook-xsl gnome-common modemmanager) optdepends=('system-config-printer: Printer settings' 'gnome-user-share: Bluetooth and WebDAV file sharing' @@ -24,7 +24,7 @@ url="http://www.gnome.org" install=gnome-control-center.install options=('!emptydirs') source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('14fd8334d3f8e1ce36f6948c5092b9437d5563550030cd562a695a6120119058') +sha256sums=('5297d448eff0ec58f6c0ad9fbd1b94bed0a850496df0ee65571c0622b49c1582') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-desktop/PKGBUILD b/extra/gnome-desktop/PKGBUILD index 07d43f9c4..d7f8cdf88 100644 --- a/extra/gnome-desktop/PKGBUILD +++ b/extra/gnome-desktop/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210458 2014-04-14 20:06:29Z jgc $ +# $Id: PKGBUILD 211245 2014-04-18 11:30:42Z heftig $ # Maintainer: Jan de Groot <jan@archlinux.org> pkgname=gnome-desktop -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 epoch=1 pkgdesc="Library with common API for various GNOME modules" @@ -13,7 +13,7 @@ makedepends=(intltool gobject-introspection itstool) url="http://www.gnome.org" groups=(gnome) source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('dea684a14ce4e737ccbb90b3ef1b56d6e3db500cc4c11d488bce1bd4c7b87e81') +sha256sums=('853604f55158343d7220a557f4705aa3270770fa47f5c0453d7fdde61f8c0691') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-online-accounts/PKGBUILD b/extra/gnome-online-accounts/PKGBUILD index ff50331b1..f818d9fa3 100644 --- a/extra/gnome-online-accounts/PKGBUILD +++ b/extra/gnome-online-accounts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210474 2014-04-14 20:06:41Z jgc $ +# $Id: PKGBUILD 211231 2014-04-18 11:19:32Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-online-accounts -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="GNOME service to access online accounts" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsec 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=('81d44afb3b993b7fb465d19b1b572db423bc7591e309f829d0639c802d7dfcc2') +sha256sums=('2b8930e463c84d609a00ed9337db16550de89e7a7b8184ab18f2a63f150e7cef') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-photos/PKGBUILD b/extra/gnome-photos/PKGBUILD index 2eab0de6f..ddaad1b9f 100644 --- a/extra/gnome-photos/PKGBUILD +++ b/extra/gnome-photos/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 210476 2014-04-14 20:06:42Z jgc $ +# $Id: PKGBUILD 211243 2014-04-18 11:28:37Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-photos -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Access, organize, and share your photos on GNOME" arch=(i686 x86_64) url="https://www.gnome.org/" license=(GPL) depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo gfbgraph) -makedepends=(intltool) +makedepends=(intltool itstool) groups=(gnome-extra) install=gnome-photos.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('0dfe63cf21f580f81609d21291fb456ba2b7fff58dd77d2a22fdb0c4e1988599') +sha256sums=('077cc6c2ae28680457fba435a22184e25f3a60a6fbe1901a75e42f6f6136538f') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-session/PKGBUILD b/extra/gnome-session/PKGBUILD index c391b0818..b493788b2 100644 --- a/extra/gnome-session/PKGBUILD +++ b/extra/gnome-session/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210480 2014-04-14 20:06:46Z jgc $ +# $Id: PKGBUILD 211233 2014-04-18 11:21:37Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-session -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="The GNOME Session Handler" arch=(i686 x86_64) @@ -16,7 +16,7 @@ url="http://www.gnome.org" groups=(gnome) source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz timeout.patch) -sha256sums=('a39306c46f153c857797f71d0cb8aad041b173d5e6acec7e47abcb3836d952d3' +sha256sums=('fa308771ac18bc5f77e5a5be3b2d93df1625168cb40167c1dfa898e9006e25d3' '9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc') prepare() { diff --git a/extra/gnome-settings-daemon/PKGBUILD b/extra/gnome-settings-daemon/PKGBUILD index 6a4ed5bb4..b6c4015c3 100644 --- a/extra/gnome-settings-daemon/PKGBUILD +++ b/extra/gnome-settings-daemon/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210481 2014-04-14 20:06:47Z jgc $ +# $Id: PKGBUILD 211247 2014-04-18 11:32:22Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-settings-daemon -pkgver=3.12.0.1 +pkgver=3.12.1 pkgrel=1 pkgdesc="The GNOME Settings daemon" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ install=gnome-settings-daemon.install url="http://www.gnome.org" groups=('gnome') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('c21cfcee008da6935ed7f7e814a788a951ba67cc728e43f888b174701cd96847') +sha256sums=('639df1fb978c765009d574d0fb892abbf35f1e875ba71e801cb0dd555a15f23c') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-shell/PKGBUILD b/extra/gnome-shell/PKGBUILD index 743319596..7fc765918 100644 --- a/extra/gnome-shell/PKGBUILD +++ b/extra/gnome-shell/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 210482 2014-04-14 20:06:48Z jgc $ +# $Id: PKGBUILD 211255 2014-04-18 11:39:13Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Flamelab <panosfilip@gmail.com pkgname=gnome-shell -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="The next generation GNOME Shell" arch=(i686 x86_64) @@ -20,7 +20,7 @@ install=gnome-shell.install groups=(gnome) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz nm-libexecdir.patch) -sha256sums=('60ac9f8ad473f266ffca70acf76c0d494e0c5067c5a148d944146e94654a0dde' +sha256sums=('d5a475f390d992de03ccf8ffeafec90595da700594eba9fc0688cbb1652b5516' 'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607') prepare() { diff --git a/extra/gnome-user-share/PKGBUILD b/extra/gnome-user-share/PKGBUILD index d9ccd5d56..5ebe26808 100644 --- a/extra/gnome-user-share/PKGBUILD +++ b/extra/gnome-user-share/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 209176 2014-03-29 22:48:56Z heftig $ +# $Id: PKGBUILD 211287 2014-04-18 15:10:19Z heftig $ # Maintainer: Roman Kyrylych <roman@archlinux.org> pkgname=gnome-user-share pkgver=3.10.2 -pkgrel=1 +pkgrel=2 pkgdesc="Easy to use user-level file sharing for GNOME." arch=('i686' 'x86_64') url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/" diff --git a/extra/harfbuzz/PKGBUILD b/extra/harfbuzz/PKGBUILD index 3496f4052..989294472 100644 --- a/extra/harfbuzz/PKGBUILD +++ b/extra/harfbuzz/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 206031 2014-02-15 18:26:07Z heftig $ +# $Id: PKGBUILD 211309 2014-04-18 17:28:11Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=(harfbuzz) pkgname=(harfbuzz harfbuzz-icu) pkgver=0.9.26 -pkgrel=1 +pkgrel=2 pkgdesc="OpenType text shaping engine" arch=(i686 x86_64) url="http://www.freedesktop.org/wiki/Software/HarfBuzz" diff --git a/extra/icu/PKGBUILD b/extra/icu/PKGBUILD index 3e7b1699c..bd9f28395 100644 --- a/extra/icu/PKGBUILD +++ b/extra/icu/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 196744 2013-10-17 14:02:49Z andyrtr $ +# $Id: PKGBUILD 211310 2014-04-18 17:28:12Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Art Gramlich <art@gramlich-net.com> pkgname=icu -pkgver=52.1 +pkgver=53.1 pkgrel=1 pkgdesc="International Components for Unicode library" arch=(i686 x86_64) @@ -14,7 +14,7 @@ depends=('gcc-libs>=4.7.1-5' 'sh') source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz icu.8198.revert.icu5431.patch) -md5sums=('9e96ed4c1d99c0d14ac03c140f9f346c' +md5sums=('b73baa6fbdfef197608d1f69300919b9' 'ebd5470fc969c75e52baf4af94a9ee82') prepare() { diff --git a/extra/kactivities/PKGBUILD b/extra/kactivities/PKGBUILD index 44e22ef76..c5f1e91da 100644 --- a/extra/kactivities/PKGBUILD +++ b/extra/kactivities/PKGBUILD @@ -1,30 +1,33 @@ -# $Id: PKGBUILD 209375 2014-03-31 10:09:27Z svenstaro $ +# $Id: PKGBUILD 211336 2014-04-18 18:01:22Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='API for using and interacting with the Activity Manager' url='https://projects.kde.org/projects/kde/kdelibs/kactivities' license=('GPL' 'FDL') -depends=('nepomuk-core') +depends=('baloo') makedepends=('cmake' 'automoc4' 'mesa') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('d1f336c716d4eb2fc8d907362b51ff7393ee3237') +sha1sums=('4be8bf412c1288e60ee773b192922dccd40be042') -build() { - cd "${srcdir}" +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DBUILD_nepomuk=OFF make } package() { - cd $srcdir/build + cd build make DESTDIR=$pkgdir install } diff --git a/extra/kdeaccessibility-jovie/PKGBUILD b/extra/kdeaccessibility-jovie/PKGBUILD index c225fbe15..51d42a5d4 100644 --- a/extra/kdeaccessibility-jovie/PKGBUILD +++ b/extra/kdeaccessibility-jovie/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209401 2014-03-31 10:12:01Z svenstaro $ +# $Id: PKGBUILD 211364 2014-04-18 18:01:46Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-jovie -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A text to speech application' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdeaccessibility-kttsd') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/jovie-${pkgver}.tar.xz") -sha1sums=('6f422bf0b4fcb4ca74d077222831e86fd57acf02') +sha1sums=('f0861b2c3a0ce93d3d9592bbade2989aa0820186') build() { mkdir build diff --git a/extra/kdeaccessibility-kaccessible/PKGBUILD b/extra/kdeaccessibility-kaccessible/PKGBUILD index 6417b84de..844382c7c 100644 --- a/extra/kdeaccessibility-kaccessible/PKGBUILD +++ b/extra/kdeaccessibility-kaccessible/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209402 2014-03-31 10:12:06Z svenstaro $ +# $Id: PKGBUILD 211365 2014-04-18 18:01:46Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-kaccessible -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Provides accessibility services like focus tracking and a screenreader' @@ -12,7 +12,7 @@ groups=('kde' 'kdeaccessibility') depends=('kdelibs' 'speech-dispatcher') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/kaccessible-${pkgver}.tar.xz") -sha1sums=('4e2b2e4feb745ff88eaebfdcb8b5f23dbf775457') +sha1sums=('1fce10ccf65544d84388f2e4383e1c82a9de6f03') build() { cd "${srcdir}" diff --git a/extra/kdeaccessibility-kmag/PKGBUILD b/extra/kdeaccessibility-kmag/PKGBUILD index 373bff4ec..b9d2d4b41 100644 --- a/extra/kdeaccessibility-kmag/PKGBUILD +++ b/extra/kdeaccessibility-kmag/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209403 2014-03-31 10:12:11Z svenstaro $ +# $Id: PKGBUILD 211366 2014-04-18 18:01:47Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-kmag -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Screen Magnifier' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kmag-${pkgver}.tar.xz") -sha1sums=('07a38dd2334669fb53cccba25a71a6aaf31825c7') +sha1sums=('fb5b783a8bd04720d0b0d0b53fc3b5026cf186c4') build() { cd "${srcdir}" diff --git a/extra/kdeaccessibility-kmousetool/PKGBUILD b/extra/kdeaccessibility-kmousetool/PKGBUILD index ee375b724..d1c580064 100644 --- a/extra/kdeaccessibility-kmousetool/PKGBUILD +++ b/extra/kdeaccessibility-kmousetool/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209404 2014-03-31 10:12:16Z svenstaro $ +# $Id: PKGBUILD 211367 2014-04-18 18:01:48Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-kmousetool -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Clicks the mouse for you, reducing the effects of RSI' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz") -sha1sums=('5d9a8ede0ff7d4d2818d53cef666f3e846aa805a') +sha1sums=('0ed67a8f0a2a7663269d3c71fa6b63da871924d1') build() { cd "${srcdir}" diff --git a/extra/kdeaccessibility-kmouth/PKGBUILD b/extra/kdeaccessibility-kmouth/PKGBUILD index e7a557b0c..900721265 100644 --- a/extra/kdeaccessibility-kmouth/PKGBUILD +++ b/extra/kdeaccessibility-kmouth/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209405 2014-03-31 10:12:21Z svenstaro $ +# $Id: PKGBUILD 211368 2014-04-18 18:01:49Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeaccessibility-kmouth -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Speech Synthesizer Frontend' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kmouth-${pkgver}.tar.xz") -sha1sums=('8cdfd1830f204d80c69ceed2d5d5ab43999bf2e6') +sha1sums=('0281df733b9ce48ec75b3d253a093d3e3f4e2af8') build() { cd "${srcdir}" diff --git a/extra/kdeadmin-kcron/PKGBUILD b/extra/kdeadmin-kcron/PKGBUILD index c30ab0c6c..77afa4f00 100644 --- a/extra/kdeadmin-kcron/PKGBUILD +++ b/extra/kdeadmin-kcron/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209406 2014-03-31 10:12:27Z svenstaro $ +# $Id: PKGBUILD 211369 2014-04-18 18:01:50Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeadmin-kcron -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Configure and schedule tasks' url='http://userbase.kde.org/KCron' @@ -12,7 +12,7 @@ groups=('kde' 'kdeadmin') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/kcron-${pkgver}.tar.xz") -sha1sums=('16a83534462847696406e8bf3ca49e1742aaaced') +sha1sums=('0c69da572922ff3dfba75a181834ffd9883e05b4') build() { mkdir build diff --git a/extra/kdeadmin-ksystemlog/PKGBUILD b/extra/kdeadmin-ksystemlog/PKGBUILD index 013b46add..60ce4a381 100644 --- a/extra/kdeadmin-ksystemlog/PKGBUILD +++ b/extra/kdeadmin-ksystemlog/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209407 2014-03-31 10:12:32Z svenstaro $ +# $Id: PKGBUILD 211370 2014-04-18 18:01:50Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeadmin-ksystemlog -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='System log viewer tool' url='http://kde.org/applications/system/ksystemlog/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/ksystemlog-${pkgver}.tar.xz" 'syslog-path.patch') -sha1sums=('1e75499ad6dfb2d7c5e12889e4d6b607c3a4f30b' +sha1sums=('18c2918114074f4e02cd2ed063543c1c22278c02' '20095ce6e0f3e5b6800a7c6e52de6fddba62c031') prepare() { diff --git a/extra/kdeadmin-kuser/PKGBUILD b/extra/kdeadmin-kuser/PKGBUILD index 2d225204b..371e9885d 100644 --- a/extra/kdeadmin-kuser/PKGBUILD +++ b/extra/kdeadmin-kuser/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209408 2014-03-31 10:12:37Z svenstaro $ +# $Id: PKGBUILD 211371 2014-04-18 18:01:51Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeadmin-kuser -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='User Manager' url='http://kde.org/applications/system/kuser/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'kdepimlibs') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kuser-${pkgver}.tar.xz") -sha1sums=('d92c923cda1d79a7f4eaf2e5f2c571a41c26c8e6') +sha1sums=('2307b0d6a8d003d7dfe94b7b5dc000d52930beae') build() { mkdir build diff --git a/extra/kdeartwork/PKGBUILD b/extra/kdeartwork/PKGBUILD index 3cbe08572..9a14beb49 100644 --- a/extra/kdeartwork/PKGBUILD +++ b/extra/kdeartwork/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209409 2014-03-31 10:12:44Z svenstaro $ +# $Id: PKGBUILD 211372 2014-04-18 18:01:52Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -11,7 +11,7 @@ pkgname=('kdeartwork-colorschemes' 'kdeartwork-styles' 'kdeartwork-wallpapers' 'kdeartwork-weatherwallpapers') -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' @@ -19,7 +19,7 @@ license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdeartwork') makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 'libkexiv2') source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('307a74aff0af5f19b9c10b4f035a74547c0f2d6b') +sha1sums=('93ab54aefc0c9a93b2e76b53db21177fbf432d44') build() { cd $srcdir diff --git a/extra/kdebase-konsole/PKGBUILD b/extra/kdebase-konsole/PKGBUILD index 7b5f775c1..6c3e5d85b 100644 --- a/extra/kdebase-konsole/PKGBUILD +++ b/extra/kdebase-konsole/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209410 2014-03-31 10:12:51Z svenstaro $ +# $Id: PKGBUILD 211373 2014-04-18 18:01:52Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebase-konsole -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') url='http://kde.org/applications/system/konsole/' @@ -12,7 +12,7 @@ groups=('kde' 'kdebase') depends=('kdebase-runtime' 'kdebase-lib') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz") -sha1sums=('6cba1203bb8e2424b4cfd132b1835a0246cc4979') +sha1sums=('6f5fedabe3b91542b8b66dd51029ebeabcdd984a') build() { cd "${srcdir}" diff --git a/extra/kdebase-workspace/PKGBUILD b/extra/kdebase-workspace/PKGBUILD index fff8d97c9..b7c225624 100644 --- a/extra/kdebase-workspace/PKGBUILD +++ b/extra/kdebase-workspace/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209692 2014-04-01 12:00:16Z andrea $ +# $Id: PKGBUILD 211501 2014-04-18 18:10:46Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -6,7 +6,7 @@ pkgname=kdebase-workspace _pkgname=kde-workspace pkgver=4.11.8 _pkgver=4.12.4 -pkgrel=1 +pkgrel=2 pkgdesc="Provides the interface and basic tools for the KDE workspace" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kde-workspace' @@ -67,7 +67,9 @@ build() { -DWITH_Xmms=OFF \ -DWITH_libgps=OFF \ -DPYTHON_EXECUTABLE=/usr/bin/python2 \ - -DWITH_CkConnector=OFF + -DWITH_CkConnector=OFF \ + -DWITH_NepomukCore=OFF \ + -DWITH_Soprano=OFF make } diff --git a/extra/kdebase/PKGBUILD b/extra/kdebase/PKGBUILD index 3dca7bd79..aaa8ae064 100644 --- a/extra/kdebase/PKGBUILD +++ b/extra/kdebase/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209388 2014-03-31 10:10:50Z svenstaro $ +# $Id: PKGBUILD 211351 2014-04-18 18:01:36Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -12,15 +12,15 @@ pkgname=('kdebase-dolphin' 'kdebase-konqueror' 'kdebase-lib' 'kdebase-plasma') -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdebase') -makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets') +makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets') source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz") -sha1sums=('2c1ae1834f0c4e7123537c56be1ec4daa57628e2') +sha1sums=('effed07c20aff0e56155fb7be4d8b4636544cd2d') prepare() { mkdir build @@ -38,7 +38,7 @@ build() { package_kdebase-dolphin() { pkgdesc='File Manager' - depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets') + depends=('kdebase-runtime' 'kdebase-lib' 'baloo-widgets') optdepends=('kdegraphics-svgpart: thumbailers for SVG files' 'kdegraphics-thumbnailers: thumbnailers for various graphics files' 'kdemultimedia-ffmpegthumbs: thumbnailers for video files' diff --git a/extra/kdebindings-kimono/PKGBUILD b/extra/kdebindings-kimono/PKGBUILD index 15cb5a59d..e575264d4 100644 --- a/extra/kdebindings-kimono/PKGBUILD +++ b/extra/kdebindings-kimono/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209411 2014-03-31 10:12:56Z svenstaro $ +# $Id: PKGBUILD 211374 2014-04-18 18:01:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-kimono -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc=".NET/Mono bindings for the KDE libraries" url="https://projects.kde.org/projects/kde/kdebindings/csharp/kimono" @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs') optdepends=('kdepimlibs: akonadi bindings') conflicts=('kdebindings-csharp') source=("http://download.kde.org/stable/${pkgver}/src/kimono-${pkgver}.tar.xz") -sha1sums=('ff785aa6ec10edb9b86bea471fae96c189aca951') +sha1sums=('5f69aa88ddbd225cb39a521bcc3843f0fe91a730') build() { cd "${srcdir}" diff --git a/extra/kdebindings-korundum/PKGBUILD b/extra/kdebindings-korundum/PKGBUILD index 718aa5647..0ee06fdad 100644 --- a/extra/kdebindings-korundum/PKGBUILD +++ b/extra/kdebindings-korundum/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209412 2014-03-31 10:13:03Z svenstaro $ +# $Id: PKGBUILD 211375 2014-04-18 18:01:54Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-korundum -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Ruby bindings for libraries created by the KDE community" url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum" @@ -16,7 +16,7 @@ optdepends=('kdegraphics-okular: okular bindings' 'kdepimlibs: akonadi bindings') conflicts=('kdebindings-ruby') source=("http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz") -sha1sums=('3139c54817ba69bca11df08bc01b8f16498b2d16') +sha1sums=('057c291cc7a683ad37f332bae40d340d0068fc5c') prepare() { mkdir build @@ -29,7 +29,8 @@ build() { -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]') \ - -DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]') + -DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]') \ + -DWITH_Nepomuk=OFF make } diff --git a/extra/kdebindings-kross/PKGBUILD b/extra/kdebindings-kross/PKGBUILD index 4b4ba49ab..9bcfe2042 100644 --- a/extra/kdebindings-kross/PKGBUILD +++ b/extra/kdebindings-kross/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 209413 2014-03-31 10:13:08Z svenstaro $ +# $Id: PKGBUILD 211376 2014-04-18 18:01:55Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=kdebindings-kross pkgname=('kdebindings-kross-python' # 'kdebindings-kross-ruby' 'kdebindings-kross-java') -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 url="https://projects.kde.org/projects/kde/kdebindings/kross-interpreters" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment') source=("http://download.kde.org/stable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz") -sha1sums=('4a5ea4eaf7bc5e4827370b284ea0bc541856c5ec') +sha1sums=('6305db2afdaf5e87313d8fb889982c8f77641124') build() { cd "${srcdir}" diff --git a/extra/kdebindings-perlkde/PKGBUILD b/extra/kdebindings-perlkde/PKGBUILD index 22e043704..1d93cf379 100644 --- a/extra/kdebindings-perlkde/PKGBUILD +++ b/extra/kdebindings-perlkde/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209414 2014-03-31 10:13:14Z svenstaro $ +# $Id: PKGBUILD 211377 2014-04-18 18:01:56Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-perlkde -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Perl bindings for the KDE libraries" url="https://projects.kde.org/projects/kde/kdebindings/perl/perlkde" @@ -13,7 +13,7 @@ depends=('kdebindings-perlqt' 'kdebindings-smokekde') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate') source=("http://download.kde.org/stable/${pkgver}/src/perlkde-${pkgver}.tar.xz") -sha1sums=('7dba6abba619c6192b9042d37ef63e26cd800188') +sha1sums=('a33bc06b1f949b880903cc2ab0f19052d03ecba4') build() { mkdir build diff --git a/extra/kdebindings-perlqt/PKGBUILD b/extra/kdebindings-perlqt/PKGBUILD index 7e823224a..a9ce68a96 100644 --- a/extra/kdebindings-perlqt/PKGBUILD +++ b/extra/kdebindings-perlqt/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209384 2014-03-31 10:10:28Z svenstaro $ +# $Id: PKGBUILD 211346 2014-04-18 18:01:31Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-perlqt -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Perl bindings for the Qt libraries" url="https://projects.kde.org/projects/kde/kdebindings/perl/perlqt" @@ -12,7 +12,7 @@ groups=('kdebindings') depends=('kdebindings-smokeqt' 'perl-list-moreutils') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') source=("http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz") -sha1sums=('7681a2677b166f673dcd20e7895b0e4dc0ceacd0') +sha1sums=('8fea488dd4f6df9b4def9d3438f6e8e6e5693572') build() { mkdir build diff --git a/extra/kdebindings-python/PKGBUILD b/extra/kdebindings-python/PKGBUILD index af19fcab6..c5d3f7af1 100644 --- a/extra/kdebindings-python/PKGBUILD +++ b/extra/kdebindings-python/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 209292 2014-03-31 09:57:14Z svenstaro $ +# $Id: PKGBUILD 211343 2014-04-18 18:01:29Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=kdebindings-python pkgname=('kdebindings-python' 'kdebindings-python2' 'kdebindings-python-common') -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 url='https://projects.kde.org/projects/kde/kdebindings/pykde4' arch=('i686' 'x86_64') @@ -14,16 +14,15 @@ groups=('kdebindings') makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4' 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz" - sip-4.15.5.patch) -sha1sums=('712971723af9b61d86d05adf6172108aabc5f2c8' + 'sip-4.15.5.patch') +sha1sums=('2c47c3e642d0d38e8d8b9bb8fb22972d162d976e' 'bffd9f642ad10fb3a49c42e4b457b2b90665d641') prepare() { mkdir build cd pykde4-${pkgver} - # Fix build with sip 4.15.5 upstream: https://bugs.kde.org/show_bug.cgi?id=332223 - patch -p1 -i "$srcdir/sip-4.15.5.patch" + patch -p1 -i "${srcdir}"/sip-4.15.5.patch } build() { @@ -36,7 +35,8 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DPYTHON_EXECUTABLE=/usr/bin/python3 \ -DPYTHON_LIBRARY=/usr/lib/libpython3.4m.so.1.0 \ - -DPYKDEUIC4_ALTINSTALL=TRUE + -DPYKDEUIC4_ALTINSTALL=TRUE \ + -DWITH_Nepomuk=OFF make cd .. @@ -47,7 +47,8 @@ build() { -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ -DPYTHON_EXECUTABLE=/usr/bin/python2 \ - -DPYKDEUIC4_ALTINSTALL=TRUE + -DPYKDEUIC4_ALTINSTALL=TRUE \ + -DWITH_Nepomuk=OFF make } @@ -57,7 +58,7 @@ package_kdebindings-python() { cd "${srcdir}"/build make DESTDIR="${pkgdir}" install - + # Provided by kdebindings-python-common rm -r "${pkgdir}"/usr/share/apps/pykde4/examples rm -r "${pkgdir}"/usr/share/sip/PyKDE4 @@ -69,7 +70,7 @@ package_kdebindings-python2() { pkgdesc="A set of Python 2.x bindings for KDE" depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common') conflicts=('kdebindings-python<4.8.1-2') - + cd "${srcdir}"/build-python2 make DESTDIR="${pkgdir}" install diff --git a/extra/kdebindings-python/sip4155.patch b/extra/kdebindings-python/sip4155.patch deleted file mode 100644 index bc73fff3a..000000000 --- a/extra/kdebindings-python/sip4155.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 pykde4-4.12.3/sip/phonon/backendcapabilities.sip ---- pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 2014-01-18 13:18:35.000000000 -0600 -+++ pykde4-4.12.3/sip/phonon/backendcapabilities.sip 2014-03-16 16:56:36.865132943 -0500 -@@ -26,7 +26,7 @@ namespace Phonon - { - namespace BackendCapabilities - { --class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/ -+class Notifier : QObject /NoDefaultCtors,PyQtNoQMetaObject/ - { - - signals: diff --git a/extra/kdebindings-qtruby/PKGBUILD b/extra/kdebindings-qtruby/PKGBUILD index 3eed32cd7..8f1c1ca9e 100644 --- a/extra/kdebindings-qtruby/PKGBUILD +++ b/extra/kdebindings-qtruby/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209386 2014-03-31 10:10:39Z svenstaro $ +# $Id: PKGBUILD 211348 2014-04-18 18:01:32Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qtruby -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Ruby bindings for the Qt libraries" url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby" @@ -13,7 +13,7 @@ depends=('kdebindings-smokeqt' 'ruby') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') conflicts=('kdebindings-ruby') source=("http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz") -sha1sums=('5f96c73a2c0b84d5ba02c1dbf6f91d372e946479') +sha1sums=('65951cfb0688c51ebb4cbc228ce5579727d1dc2a') prepare() { mkdir build diff --git a/extra/kdebindings-qyoto/PKGBUILD b/extra/kdebindings-qyoto/PKGBUILD index dd284934e..2d8d89f0f 100644 --- a/extra/kdebindings-qyoto/PKGBUILD +++ b/extra/kdebindings-qyoto/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209385 2014-03-31 10:10:33Z svenstaro $ +# $Id: PKGBUILD 211347 2014-04-18 18:01:32Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qyoto -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc=".NET/Mono bindings for the Qt libraries" url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto" @@ -13,7 +13,7 @@ depends=('kdebindings-smokeqt' 'mono') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') conflicts=('kdebindings-csharp') source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz") -sha1sums=('6ee064a04e85cd3589efa93a8793fccc7c822db6') +sha1sums=('24c71b744875844f9a658222bf73a34247e94a4d') build() { mkdir build diff --git a/extra/kdebindings-smokegen/PKGBUILD b/extra/kdebindings-smokegen/PKGBUILD index 42c9dd254..29c80a97b 100644 --- a/extra/kdebindings-smokegen/PKGBUILD +++ b/extra/kdebindings-smokegen/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209378 2014-03-31 10:09:43Z svenstaro $ +# $Id: PKGBUILD 211339 2014-04-18 18:01:25Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-smokegen -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A general purpose C++ parser with a plugin infrastructure" url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen" @@ -12,7 +12,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') conflicts=('kdebindings-smoke') source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz") -sha1sums=('0e959519fbc50317e6567cd8c7885356db841d2d') +sha1sums=('849c4fe74891b9b9df23d8583ddc26772ac6cfd9') build() { cd "${srcdir}" diff --git a/extra/kdebindings-smokekde/PKGBUILD b/extra/kdebindings-smokekde/PKGBUILD index 097527770..b0d3f5024 100644 --- a/extra/kdebindings-smokekde/PKGBUILD +++ b/extra/kdebindings-smokekde/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209383 2014-03-31 10:10:22Z svenstaro $ +# $Id: PKGBUILD 211345 2014-04-18 18:01:30Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-smokekde -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Language independent library for KDE bindings" url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde" @@ -18,19 +18,23 @@ optdepends=('kdesdk-kate: Kate bindings' 'kdepimlibs: akonadi bindings') conflicts=('kdebindings-smoke') source=("http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz") -sha1sums=('019acd2f15b2dbb0d8c11c02f93557c42acef5ec') +sha1sums=('900bb95a82ffbaf592da52a085b58cc7df483e8c') -build() { +prepare() { mkdir build +} + +build() { cd build cmake ../smokekde-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DWITH_Nepomuk=OFF make } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install } diff --git a/extra/kdebindings-smokeqt/PKGBUILD b/extra/kdebindings-smokeqt/PKGBUILD index 97dbc5549..496c8fd24 100644 --- a/extra/kdebindings-smokeqt/PKGBUILD +++ b/extra/kdebindings-smokeqt/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209379 2014-03-31 10:09:48Z svenstaro $ +# $Id: PKGBUILD 211340 2014-04-18 18:01:25Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-smokeqt -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Language independent library for Qt bindings" url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt" @@ -13,7 +13,7 @@ depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla') makedepends=('cmake' 'automoc4' 'mesa') conflicts=('kdebindings-smoke') source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz") -sha1sums=('727f0f100510822d2cf8a1750033bfe4624ccbec') +sha1sums=('a49253f85288edf9050a52daab7cf0fb0fa8e2ca') prepare() { mkdir build diff --git a/extra/kdeedu-analitza/PKGBUILD b/extra/kdeedu-analitza/PKGBUILD index b2af852a0..f9c74e50b 100644 --- a/extra/kdeedu-analitza/PKGBUILD +++ b/extra/kdeedu-analitza/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209394 2014-03-31 10:11:22Z svenstaro $ +# $Id: PKGBUILD 211357 2014-04-18 18:01:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-analitza -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A library to add mathematical features to your program" url="https://projects.kde.org/projects/kde/kdeedu/analitza" @@ -12,7 +12,7 @@ groups=('kde' 'kdeedu') depends=('kdebase-runtime' 'glu') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz") -sha1sums=('9b209c1cdb4fca2098044789f3d2c7bda5e600da') +sha1sums=('a1fc8c0ce26d565ecc14df933d79a89a19bcc78b') prepare() { mkdir build diff --git a/extra/kdeedu-artikulate/PKGBUILD b/extra/kdeedu-artikulate/PKGBUILD new file mode 100644 index 000000000..36a563dc5 --- /dev/null +++ b/extra/kdeedu-artikulate/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 211378 2014-04-18 18:01:57Z andrea $ +# Maintainer: Andrea Scarpino <andrea@archlinux.org> + +pkgname=kdeedu-artikulate +pkgver=4.13.0 +pkgrel=1 +pkgdesc="Improve your pronunciation by listening to native speakers" +url="https://projects.kde.org/projects/kde/kdeedu/artikulate" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime' 'qt-gstreamer' 'kqtquickcharts') +makedepends=('cmake' 'automoc4' 'boost') +source=("http://download.kde.org/stable/${pkgver}/src/artikulate-${pkgver}.tar.xz") +sha1sums=('7fa0cd6e9fa453a37196d4e439d0fe74f25e875e') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../artikulate-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} diff --git a/extra/kdeedu-blinken/PKGBUILD b/extra/kdeedu-blinken/PKGBUILD index 52651b23d..83dbad99b 100644 --- a/extra/kdeedu-blinken/PKGBUILD +++ b/extra/kdeedu-blinken/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209415 2014-03-31 10:13:20Z svenstaro $ +# $Id: PKGBUILD 211379 2014-04-18 18:01:58Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-blinken -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Memory Enhancement Game" url="http://kde.org/applications/education/blinken/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/blinken-${pkgver}.tar.xz") -sha1sums=('27e62339891c3e8e9022961f63513380667705c2') +sha1sums=('28fac88818950c7b19955ed9f4101914b38a7c00') build() { cd "${srcdir}" diff --git a/extra/kdeedu-cantor/PKGBUILD b/extra/kdeedu-cantor/PKGBUILD index 182155703..51f8520b2 100644 --- a/extra/kdeedu-cantor/PKGBUILD +++ b/extra/kdeedu-cantor/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209416 2014-03-31 10:13:26Z svenstaro $ +# $Id: PKGBUILD 211380 2014-04-18 18:01:58Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-cantor -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="KDE Frontend to Mathematical Software" url="http://kde.org/applications/education/cantor/" @@ -16,7 +16,7 @@ optdepends=('maxima: Maxima backend' 'r: R backend') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/cantor-${pkgver}.tar.xz") -sha1sums=('2d6a122537357af1f6e6be659cd182a6c0e622ee') +sha1sums=('cd10ac9bf7c2398cb28597ae9c10c62e4a2b374b') prepare() { mkdir build diff --git a/extra/kdeedu-kalgebra/PKGBUILD b/extra/kdeedu-kalgebra/PKGBUILD index 9efb4c145..2af21f7dd 100644 --- a/extra/kdeedu-kalgebra/PKGBUILD +++ b/extra/kdeedu-kalgebra/PKGBUILD @@ -1,23 +1,25 @@ -# $Id: PKGBUILD 209417 2014-03-31 10:13:31Z svenstaro $ +# $Id: PKGBUILD 211381 2014-04-18 18:01:59Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kalgebra -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Graph Calculator" url="http://kde.org/applications/education/kalgebra/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza') +depends=('kdebase-runtime' 'kdeedu-analitza') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kalgebra-${pkgver}.tar.xz") -sha1sums=('3cce0efd16a71bb72de12a02c7071059f74cc9f9') +sha1sums=('2c3da95dacf3379c8137f420755031b4269bff40') -build() { - cd "${srcdir}" +prepare() { mkdir build +} + +build() { cd build cmake ../kalgebra-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ @@ -27,6 +29,6 @@ build() { } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install } diff --git a/extra/kdeedu-kalzium/PKGBUILD b/extra/kdeedu-kalzium/PKGBUILD index 38b29cb74..5d5e3a6f9 100644 --- a/extra/kdeedu-kalzium/PKGBUILD +++ b/extra/kdeedu-kalzium/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209418 2014-03-31 10:13:36Z svenstaro $ +# $Id: PKGBUILD 211382 2014-04-18 18:02:00Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kalzium -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Periodic Table of Elements" url="http://kde.org/applications/education/kalzium/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data') makedepends=('cmake' 'automoc4' 'mesa') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz") -sha1sums=('94b1bf12c50312f3dda54c4841a135d41554865d') +sha1sums=('711fb4d070706eb2ac1e9af1c0eb20a7ad0cbc7d') build() { mkdir build diff --git a/extra/kdeedu-kanagram/PKGBUILD b/extra/kdeedu-kanagram/PKGBUILD index c5702570a..a1daebf60 100644 --- a/extra/kdeedu-kanagram/PKGBUILD +++ b/extra/kdeedu-kanagram/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209419 2014-03-31 10:13:41Z svenstaro $ +# $Id: PKGBUILD 211383 2014-04-18 18:02:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kanagram -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Letter Order Game" url="http://kde.org/applications/education/kanagram/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdeedu') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kanagram-${pkgver}.tar.xz") -sha1sums=('700bc0f8bb69b3c109429760b9a667496fc4deef') +sha1sums=('ca1ccc75006325cea09fae5c2af0a5e746c91e50') build() { cd "${srcdir}" diff --git a/extra/kdeedu-kbruch/PKGBUILD b/extra/kdeedu-kbruch/PKGBUILD index 4fa36c61e..ad4391f28 100644 --- a/extra/kdeedu-kbruch/PKGBUILD +++ b/extra/kdeedu-kbruch/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209420 2014-03-31 10:13:46Z svenstaro $ +# $Id: PKGBUILD 211384 2014-04-18 18:02:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kbruch -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Exercise Fractions" url="http://kde.org/applications/education/kbruch/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kbruch-${pkgver}.tar.xz") -sha1sums=('f0fbc11d3984595f2a57586ae7784c287be4ec30') +sha1sums=('e830214f315f92474b7c7b0bc3e6561995631d97') build() { cd "${srcdir}" diff --git a/extra/kdeedu-kgeography/PKGBUILD b/extra/kdeedu-kgeography/PKGBUILD index 932a18e68..a9008a3e0 100644 --- a/extra/kdeedu-kgeography/PKGBUILD +++ b/extra/kdeedu-kgeography/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209422 2014-03-31 10:13:52Z svenstaro $ +# $Id: PKGBUILD 211385 2014-04-18 18:02:02Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kgeography -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Geography Trainer" url="http://kde.org/applications/education/kgeography/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kgeography-${pkgver}.tar.xz") -sha1sums=('53f9b96ae2bf351bef055604c2a0d59a27f60bf9') +sha1sums=('a8ca17b3f4dd5c74f9eb55547da88319342f00a8') build() { cd "${srcdir}" diff --git a/extra/kdeedu-khangman/PKGBUILD b/extra/kdeedu-khangman/PKGBUILD index e06afb86c..3b4dcced1 100644 --- a/extra/kdeedu-khangman/PKGBUILD +++ b/extra/kdeedu-khangman/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209424 2014-03-31 10:13:59Z svenstaro $ +# $Id: PKGBUILD 211386 2014-04-18 18:02:04Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-khangman -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Hangman Game" url="http://kde.org/applications/education/khangman/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdeedu') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/khangman-${pkgver}.tar.xz") -sha1sums=('ac976e90014f6f72227bf74940bcc00ed8e2e71b') +sha1sums=('4c876e3dc7c1f7c54bd3a4db0cba2d522d240e65') build() { cd "${srcdir}" diff --git a/extra/kdeedu-kig/PKGBUILD b/extra/kdeedu-kig/PKGBUILD index 1c612a926..5310e43aa 100644 --- a/extra/kdeedu-kig/PKGBUILD +++ b/extra/kdeedu-kig/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 209426 2014-03-31 10:14:06Z svenstaro $ +# $Id: PKGBUILD 211387 2014-04-18 18:02:05Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kig -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Interactive Geometry" url="http://kde.org/applications/education/kig/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdeedu') -depends=('kdebase-runtime') +depends=('kdebase-runtime' 'boost-libs') makedepends=('cmake' 'automoc4' 'boost') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz") -sha1sums=('ac8e555fbebefcc08d72d268907fc8fe41ff1c3d') +sha1sums=('8c5b937b86abe9743350be2eabc54f262b243970') build() { mkdir build diff --git a/extra/kdeedu-kiten/PKGBUILD b/extra/kdeedu-kiten/PKGBUILD index 71452c0cf..1cd26caa9 100644 --- a/extra/kdeedu-kiten/PKGBUILD +++ b/extra/kdeedu-kiten/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209428 2014-03-31 10:14:13Z svenstaro $ +# $Id: PKGBUILD 211388 2014-04-18 18:02:06Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kiten -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Japanese Reference/Study Tool" url="http://kde.org/applications/education/kiten/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kiten-${pkgver}.tar.xz") -sha1sums=('a6f2b9d65aa522977cf8ea8ce8f0fda23bfa1d3f') +sha1sums=('302c5dc3f689348f90dea1f90a6508963de61822') build() { cd "${srcdir}" diff --git a/extra/kdeedu-klettres/PKGBUILD b/extra/kdeedu-klettres/PKGBUILD index c405ec6c8..33a178cce 100644 --- a/extra/kdeedu-klettres/PKGBUILD +++ b/extra/kdeedu-klettres/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209430 2014-03-31 10:14:21Z svenstaro $ +# $Id: PKGBUILD 211389 2014-04-18 18:02:06Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-klettres -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Learn The Alphabet" url="http://kde.org/applications/education/klettres/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/klettres-${pkgver}.tar.xz") -sha1sums=('a7f559c738835a1d771e01e114c15ab0efec6542') +sha1sums=('a4c272dd710388937c2da7a6d3974b90799a7e38') build() { cd "${srcdir}" diff --git a/extra/kdeedu-kmplot/PKGBUILD b/extra/kdeedu-kmplot/PKGBUILD index c1ed12085..0beb43c8a 100644 --- a/extra/kdeedu-kmplot/PKGBUILD +++ b/extra/kdeedu-kmplot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209432 2014-03-31 10:14:28Z svenstaro $ +# $Id: PKGBUILD 211390 2014-04-18 18:02:07Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kmplot -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Mathematical Function Plotter" url="http://kde.org/applications/education/kmplot/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kmplot-${pkgver}.tar.xz") -sha1sums=('ca64dfb39e520b799fbd950144db43935e21e714') +sha1sums=('5132e9ca234de87315c4304e1cfa43f41a7e3f9c') build() { cd "${srcdir}" diff --git a/extra/kdeedu-kstars/PKGBUILD b/extra/kdeedu-kstars/PKGBUILD index 75ffa3e10..c416fb539 100644 --- a/extra/kdeedu-kstars/PKGBUILD +++ b/extra/kdeedu-kstars/PKGBUILD @@ -1,22 +1,25 @@ -# $Id: PKGBUILD 209434 2014-03-31 10:14:35Z svenstaro $ +# $Id: PKGBUILD 211391 2014-04-18 18:02:08Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kstars -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Desktop Planetarium" url="http://kde.org/applications/education/kstars/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'wcslib' 'libindi') -makedepends=('cmake' 'automoc4' 'eigen2') +depends=('kdebase-runtime' 'wcslib' 'libindi' 'qjson') +makedepends=('cmake' 'automoc4' 'eigen') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz") -sha1sums=('bc54a3c7dd8fa995bbf182e16cb4445582db5d4a') +sha1sums=('1614143139492be3c76f5c3bc2ac374af18026de') -build() { +prepare() { mkdir build +} + +build() { cd build cmake ../kstars-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ @@ -29,5 +32,7 @@ build() { package() { cd build make DESTDIR="${pkgdir}" install - sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' ${pkgdir}/usr/share/apps/kstars/scripts/supernova_updates_parser.py + + sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \ + "${pkgdir}"/usr/share/apps/kstars/scripts/supernova_updates_parser.py } diff --git a/extra/kdeedu-ktouch/PKGBUILD b/extra/kdeedu-ktouch/PKGBUILD index e91751a0f..268001f95 100644 --- a/extra/kdeedu-ktouch/PKGBUILD +++ b/extra/kdeedu-ktouch/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209436 2014-03-31 10:14:44Z svenstaro $ +# $Id: PKGBUILD 211392 2014-04-18 18:02:09Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-ktouch -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Touch Typing Tutor" url="http://kde.org/applications/education/ktouch/" @@ -13,13 +13,11 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4' 'mesa') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz") -sha1sums=('beebe057e722b5288c690ccabb3b9a66168df128') - -prepare() { - mkdir build -} +sha1sums=('a737598452c62f18a6471d714581a7cb16871e4f') build() { + cd "${srcdir}" + mkdir build cd build cmake ../ktouch-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ @@ -29,6 +27,6 @@ build() { } package() { - cd build + cd "${srcdir}"/build make DESTDIR="${pkgdir}" install } diff --git a/extra/kdeedu-kturtle/PKGBUILD b/extra/kdeedu-kturtle/PKGBUILD index 405e7ed4b..f7722c1c2 100644 --- a/extra/kdeedu-kturtle/PKGBUILD +++ b/extra/kdeedu-kturtle/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209438 2014-03-31 10:14:50Z svenstaro $ +# $Id: PKGBUILD 211393 2014-04-18 18:02:10Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kturtle -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Educational Programming Environment" url="http://kde.org/applications/education/kturtle/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kturtle-${pkgver}.tar.xz") -sha1sums=('9bd9f9d7cd1e2dc338ef5434cb39ce8ce80025fe') +sha1sums=('7f2f353e614c215c2b0478869eb00ae188831b35') build() { cd "${srcdir}" diff --git a/extra/kdeedu-kwordquiz/PKGBUILD b/extra/kdeedu-kwordquiz/PKGBUILD index 1fef87bce..ea4cccc18 100644 --- a/extra/kdeedu-kwordquiz/PKGBUILD +++ b/extra/kdeedu-kwordquiz/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209440 2014-03-31 10:14:58Z svenstaro $ +# $Id: PKGBUILD 211394 2014-04-18 18:02:11Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kwordquiz -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Flash Card Trainer" url="http://kde.org/applications/education/kwordquiz/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdeedu') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz") -sha1sums=('f5c4847e4af4dcb6421a9d2427e7d3486b4d7c6c') +sha1sums=('3d131f6c238f15742c5768ad6a52cf5365a5af59') build() { cd "${srcdir}" diff --git a/extra/kdeedu-marble/PKGBUILD b/extra/kdeedu-marble/PKGBUILD index 41d9b7ea4..273c1b81c 100644 --- a/extra/kdeedu-marble/PKGBUILD +++ b/extra/kdeedu-marble/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209390 2014-03-31 10:11:00Z svenstaro $ +# $Id: PKGBUILD 211353 2014-04-18 18:01:37Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-marble -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Desktop Globe" url="http://kde.org/applications/education/marble/" @@ -15,7 +15,7 @@ optdepends=('gpsd: GPS support' 'quazip: reading and displaying KMZ files') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz") -sha1sums=('cbe3a7169ccee70bda20906c26d3798b562a6341') +sha1sums=('1a3364e8c0a3ec26ed7e8b76867410f3d20facd9') prepare() { mkdir build diff --git a/extra/kdeedu-pairs/PKGBUILD b/extra/kdeedu-pairs/PKGBUILD index eee92f715..700687e79 100644 --- a/extra/kdeedu-pairs/PKGBUILD +++ b/extra/kdeedu-pairs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209442 2014-03-31 10:15:05Z svenstaro $ +# $Id: PKGBUILD 211395 2014-04-18 18:02:11Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-pairs -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A memory and pairs game for KDE" url="https://projects.kde.org/projects/kde/kdeedu/pairs" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/pairs-${pkgver}.tar.xz") -sha1sums=('ce2df6f6b90341f5ec5d0ab7e292a54c25a0aa97') +sha1sums=('4ea07177f8331ceffbe7312be5bb77d0227d3e56') build() { cd "${srcdir}" diff --git a/extra/kdeedu-parley/PKGBUILD b/extra/kdeedu-parley/PKGBUILD index aa5acf5b5..555a2961c 100644 --- a/extra/kdeedu-parley/PKGBUILD +++ b/extra/kdeedu-parley/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209444 2014-03-31 10:15:12Z svenstaro $ +# $Id: PKGBUILD 211396 2014-04-18 18:02:12Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-parley -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Vocabulary Trainer" url="http://kde.org/applications/education/parley/" @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') optdepends=('kdebindings-kross-python: scripting support') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/parley-${pkgver}.tar.xz") -sha1sums=('6c71ced4450690e93409587bc488dd7171301c0c') +sha1sums=('fd3419def5d46ec71f1eaabba088378a8e2fc358') build() { mkdir build diff --git a/extra/kdeedu-rocs/PKGBUILD b/extra/kdeedu-rocs/PKGBUILD index 7b88bef06..ad514ce94 100644 --- a/extra/kdeedu-rocs/PKGBUILD +++ b/extra/kdeedu-rocs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209446 2014-03-31 10:15:19Z svenstaro $ +# $Id: PKGBUILD 211397 2014-04-18 18:02:13Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-rocs -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Rocs Graph Theory" url="http://kde.org/applications/education/rocs/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4' 'boost') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz") -sha1sums=('dc00c0b10a2d5cce07165e1a829abd2078bea2d3') +sha1sums=('ac2233d9012715a66cd357de5d555d04ead9bc1e') build() { cd "${srcdir}" diff --git a/extra/kdeedu-rocs/kdeedu-rocs.install b/extra/kdeedu-rocs/kdeedu-rocs.install index 88ac37896..5c501dc49 100644 --- a/extra/kdeedu-rocs/kdeedu-rocs.install +++ b/extra/kdeedu-rocs/kdeedu-rocs.install @@ -1,11 +1,12 @@ post_install() { - update-desktop-database -q + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } diff --git a/extra/kdeedu-step/PKGBUILD b/extra/kdeedu-step/PKGBUILD index 4683828d4..b964a442d 100644 --- a/extra/kdeedu-step/PKGBUILD +++ b/extra/kdeedu-step/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209448 2014-03-31 10:15:26Z svenstaro $ +# $Id: PKGBUILD 211398 2014-04-18 18:02:14Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-step -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Interactive Physical Simulator" url="http://kde.org/applications/education/step/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libqalculate' 'gsl') makedepends=('cmake' 'automoc4' 'eigen2' 'mesa') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz") -sha1sums=('a86c7fbb23c8db1eb07200f27a9d7329e67c916b') +sha1sums=('8267a533150772da194cdcab552031da114ee7cb') build() { cd "${srcdir}" diff --git a/extra/kdegames-bomber/PKGBUILD b/extra/kdegames-bomber/PKGBUILD index 38dc7399e..2a30e8fa0 100644 --- a/extra/kdegames-bomber/PKGBUILD +++ b/extra/kdegames-bomber/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209450 2014-03-31 10:15:32Z svenstaro $ +# $Id: PKGBUILD 211399 2014-04-18 18:02:15Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-bomber -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A single player arcade game" url="http://kde.org/applications/games/bomber/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/bomber-${pkgver}.tar.xz") -sha1sums=('b2b29f3c74262b75e472575980cc6140a3f5ab1b') +sha1sums=('5b23d74087c1df00c4f8bf8e2f5d838f768bb0e3') build() { mkdir build diff --git a/extra/kdegames-bovo/PKGBUILD b/extra/kdegames-bovo/PKGBUILD index bb912de80..84c2df1b5 100644 --- a/extra/kdegames-bovo/PKGBUILD +++ b/extra/kdegames-bovo/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209452 2014-03-31 10:15:39Z svenstaro $ +# $Id: PKGBUILD 211400 2014-04-18 18:02:16Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-bovo -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A Gomoku like game for two players" url="http://kde.org/applications/games/bovo/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/bovo-${pkgver}.tar.xz") -sha1sums=('e73ffabfacb8ab1d5d9f36d4e7d15009c5cd22d7') +sha1sums=('985f353cd2556de54d9e31fc1051e7192f299396') build() { mkdir build diff --git a/extra/kdegames-granatier/PKGBUILD b/extra/kdegames-granatier/PKGBUILD index f48cc3d3c..6134a16b5 100644 --- a/extra/kdegames-granatier/PKGBUILD +++ b/extra/kdegames-granatier/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209454 2014-03-31 10:15:46Z svenstaro $ +# $Id: PKGBUILD 211401 2014-04-18 18:02:17Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-granatier -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A clone of the classic Bomberman game" url="http://kde.org/applications/games/granatier/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/granatier-${pkgver}.tar.xz") -sha1sums=('d722ae96abb0064cdeacc5d8519cdb1c1443cb14') +sha1sums=('616c9a43a4b3f5eb832864a56cec453fff437a69') build() { mkdir build diff --git a/extra/kdegames-kapman/PKGBUILD b/extra/kdegames-kapman/PKGBUILD index 2170dc570..101fb5cec 100644 --- a/extra/kdegames-kapman/PKGBUILD +++ b/extra/kdegames-kapman/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209458 2014-03-31 10:15:57Z svenstaro $ +# $Id: PKGBUILD 211403 2014-04-18 18:02:18Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kapman -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A clone of the well known game Pac-Man" url="http://kde.org/applications/games/kapman/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kapman-${pkgver}.tar.xz") -sha1sums=('51fbec4713328a2f19869c03d173e7cd509ceeb0') +sha1sums=('19045a8fe37e9fd77e1acc8e5180378d57c89a65') build() { mkdir build diff --git a/extra/kdegames-katomic/PKGBUILD b/extra/kdegames-katomic/PKGBUILD index 95cafceb4..481ae3022 100644 --- a/extra/kdegames-katomic/PKGBUILD +++ b/extra/kdegames-katomic/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209460 2014-03-31 10:16:03Z svenstaro $ +# $Id: PKGBUILD 211404 2014-04-18 18:02:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-katomic -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A fun and educational game built around molecular geometry" url="http://kde.org/applications/games/katomic/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/katomic-${pkgver}.tar.xz") -sha1sums=('b725fa4e769fac15c623c11e97c2eb549ee25a2b') +sha1sums=('a589b50eeaf213767aef2270848231968f71201f') build() { mkdir build diff --git a/extra/kdegames-kblackbox/PKGBUILD b/extra/kdegames-kblackbox/PKGBUILD index 5bd16204e..2394a4267 100644 --- a/extra/kdegames-kblackbox/PKGBUILD +++ b/extra/kdegames-kblackbox/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209462 2014-03-31 10:16:09Z svenstaro $ +# $Id: PKGBUILD 211405 2014-04-18 18:02:20Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kblackbox -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A game of hide and seek played on a grid of boxes" url="http://kde.org/applications/games/kblackbox/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kblackbox-${pkgver}.tar.xz") -sha1sums=('ee0988da5c85cbe1c0b71e8760c034cc318399b0') +sha1sums=('7d0ce0d87319f20a385299bcf0251bec8bde29fc') build() { mkdir build diff --git a/extra/kdegames-kblocks/PKGBUILD b/extra/kdegames-kblocks/PKGBUILD index 98552c5ea..3f052d024 100644 --- a/extra/kdegames-kblocks/PKGBUILD +++ b/extra/kdegames-kblocks/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209464 2014-03-31 10:16:15Z svenstaro $ +# $Id: PKGBUILD 211406 2014-04-18 18:02:21Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kblocks -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="The classic falling blocks game" url="http://kde.org/applications/games/kblocks/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kblocks-${pkgver}.tar.xz") -sha1sums=('dc51a3abf1126ddfc244e68761d8bf0c59841ca5') +sha1sums=('0f3ef0ebfae767b5df2df6d0c5bcc198f9d5e06f') build() { mkdir build diff --git a/extra/kdegames-kbounce/PKGBUILD b/extra/kdegames-kbounce/PKGBUILD index 83f81d1dc..c37ede23c 100644 --- a/extra/kdegames-kbounce/PKGBUILD +++ b/extra/kdegames-kbounce/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209466 2014-03-31 10:16:22Z svenstaro $ +# $Id: PKGBUILD 211407 2014-04-18 18:02:22Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kbounce -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A single player arcade game with the elements of puzzle" url="http://kde.org/applications/games/kbounce/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kbounce-${pkgver}.tar.xz") -sha1sums=('10c3b5590dfb7ffd9f2fd57b6eaab678d7754be1') +sha1sums=('81257018f7ded3be01f40e7b7e05d7bdc6804f44') build() { mkdir build diff --git a/extra/kdegames-kbreakout/PKGBUILD b/extra/kdegames-kbreakout/PKGBUILD index 6321f830a..e7ad3db92 100644 --- a/extra/kdegames-kbreakout/PKGBUILD +++ b/extra/kdegames-kbreakout/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209468 2014-03-31 10:16:28Z svenstaro $ +# $Id: PKGBUILD 211408 2014-04-18 18:02:23Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kbreakout -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A Breakout-like game" url="http://kde.org/applications/games/kbreakout/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kbreakout-${pkgver}.tar.xz") -sha1sums=('45fa0033b6105825f193917ac2daba727483eb5c') +sha1sums=('6096cdfd640879d487b61347fa4ba05b0082f2d3') build() { mkdir build diff --git a/extra/kdegames-kdiamond/PKGBUILD b/extra/kdegames-kdiamond/PKGBUILD index c17c303ef..c583d9750 100644 --- a/extra/kdegames-kdiamond/PKGBUILD +++ b/extra/kdegames-kdiamond/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209470 2014-03-31 10:16:35Z svenstaro $ +# $Id: PKGBUILD 211409 2014-04-18 18:02:24Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kdiamond -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A single player puzzle game" url="http://kde.org/applications/games/kdiamond/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kdiamond-${pkgver}.tar.xz") -sha1sums=('174c55cc6589c2b7decb1f1a4f5f44baf04ab56e') +sha1sums=('0c1e87c98c62a463d2f0e019defd9ebdffe9eab3') build() { mkdir build diff --git a/extra/kdegames-kfourinline/PKGBUILD b/extra/kdegames-kfourinline/PKGBUILD index 218fe1e9c..ead6b8ef7 100644 --- a/extra/kdegames-kfourinline/PKGBUILD +++ b/extra/kdegames-kfourinline/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209472 2014-03-31 10:16:42Z svenstaro $ +# $Id: PKGBUILD 211410 2014-04-18 18:02:25Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kfourinline -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A four-in-a-row game" url="http://kde.org/applications/games/kfourinline/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kfourinline-${pkgver}.tar.xz") -sha1sums=('786a97a253fa511dc13b187e7bcc616b75b2f166') +sha1sums=('29c43361bdc73b4dcef15324ed32d74abb17eeb3') build() { mkdir build diff --git a/extra/kdegames-kgoldrunner/PKGBUILD b/extra/kdegames-kgoldrunner/PKGBUILD index fe3d74957..b6054bb52 100644 --- a/extra/kdegames-kgoldrunner/PKGBUILD +++ b/extra/kdegames-kgoldrunner/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209474 2014-03-31 10:16:48Z svenstaro $ +# $Id: PKGBUILD 211411 2014-04-18 18:02:26Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kgoldrunner -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A game of action and puzzle solving" url="http://kde.org/applications/games/kgoldrunner/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz") -sha1sums=('73da8b3aa0fbdf7b2e644baa654c4a2eecd7861a') +sha1sums=('9910ed50982be9eaac617c9015a68679ec7493cd') build() { mkdir build diff --git a/extra/kdegames-kigo/PKGBUILD b/extra/kdegames-kigo/PKGBUILD index 658683f26..f772820b8 100644 --- a/extra/kdegames-kigo/PKGBUILD +++ b/extra/kdegames-kigo/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209476 2014-03-31 10:16:55Z svenstaro $ +# $Id: PKGBUILD 211412 2014-04-18 18:02:26Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kigo -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="An open-source implementation of the popular Go game" url="http://kde.org/applications/games/kigo/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames' 'gnugo') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kigo-${pkgver}.tar.xz") -sha1sums=('10b3bb2ee0c2bca05da38fe3a0d73f63b8007263') +sha1sums=('fdf3c6ecd1396500c54caf7a4aa66f0233db90c7') build() { mkdir build diff --git a/extra/kdegames-killbots/PKGBUILD b/extra/kdegames-killbots/PKGBUILD index c778724bd..a793aac3e 100644 --- a/extra/kdegames-killbots/PKGBUILD +++ b/extra/kdegames-killbots/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209478 2014-03-31 10:17:02Z svenstaro $ +# $Id: PKGBUILD 211413 2014-04-18 18:02:27Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-killbots -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A simple game of evading killer robots" url="http://kde.org/applications/games/killbots/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz") -sha1sums=('85811758cafef4a39ee3e6b1f2218d8aea13d176') +sha1sums=('643b5d80093936278206c99e6e856bb88019a9fd') build() { mkdir build diff --git a/extra/kdegames-kiriki/PKGBUILD b/extra/kdegames-kiriki/PKGBUILD index da6783ebc..a0e531ad4 100644 --- a/extra/kdegames-kiriki/PKGBUILD +++ b/extra/kdegames-kiriki/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209480 2014-03-31 10:17:09Z svenstaro $ +# $Id: PKGBUILD 211414 2014-04-18 18:02:28Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kiriki -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="An addictive and fun dice game" url="http://kde.org/applications/games/kiriki/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kiriki-${pkgver}.tar.xz") -sha1sums=('eb6003e06bba0fd41943936d131409d0cfa10a4c') +sha1sums=('906903645f11ddebc25d9508f9b0a847c28955c8') build() { mkdir build diff --git a/extra/kdegames-kjumpingcube/PKGBUILD b/extra/kdegames-kjumpingcube/PKGBUILD index 89a2901b5..65af64b6e 100644 --- a/extra/kdegames-kjumpingcube/PKGBUILD +++ b/extra/kdegames-kjumpingcube/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209482 2014-03-31 10:17:15Z svenstaro $ +# $Id: PKGBUILD 211415 2014-04-18 18:02:29Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kjumpingcube -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A simple tactical game" url="http://kde.org/applications/games/kjumpingcube/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz") -sha1sums=('9faf2a729947b4d893271090c26436969ce3e314') +sha1sums=('f33e6e9dc5441fd6a5f83f5fcce3d0a464dad228') build() { mkdir build diff --git a/extra/kdegames-klickety/PKGBUILD b/extra/kdegames-klickety/PKGBUILD index a7d72e704..3ec4c4fa4 100644 --- a/extra/kdegames-klickety/PKGBUILD +++ b/extra/kdegames-klickety/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209484 2014-03-31 10:17:21Z svenstaro $ +# $Id: PKGBUILD 211416 2014-04-18 18:02:30Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-klickety -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="An adaptation of the Clickomania game" url="http://kde.org/applications/games/klickety/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/klickety-${pkgver}.tar.xz") -sha1sums=('461d1681e7655dd2ae80e2708944b85806b21fda') +sha1sums=('4bfd41375b2c3fe60f2526d9e589e4f604cab8fc') build() { mkdir build diff --git a/extra/kdegames-klines/PKGBUILD b/extra/kdegames-klines/PKGBUILD index df98b8f3a..c58b3dae6 100644 --- a/extra/kdegames-klines/PKGBUILD +++ b/extra/kdegames-klines/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209486 2014-03-31 10:17:27Z svenstaro $ +# $Id: PKGBUILD 211417 2014-04-18 18:02:31Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-klines -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A simple but highly addictive, one player game" url="http://kde.org/applications/games/klines/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/klines-${pkgver}.tar.xz") -sha1sums=('ba15b1a03ab6328f657f47d627d0beff113cdd5e') +sha1sums=('d1af4dafd0feb9f62394b2f4f410993a72c45d33') build() { mkdir build diff --git a/extra/kdegames-kmahjongg/PKGBUILD b/extra/kdegames-kmahjongg/PKGBUILD index 49e484a70..b6d3954a5 100644 --- a/extra/kdegames-kmahjongg/PKGBUILD +++ b/extra/kdegames-kmahjongg/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209488 2014-03-31 10:17:33Z svenstaro $ +# $Id: PKGBUILD 211418 2014-04-18 18:02:32Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kmahjongg -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A tile matching game for one or two players" url="http://kde.org/applications/games/kmahjongg/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz") -sha1sums=('1ae603a8f16c46d884f04df05396422e569a1194') +sha1sums=('a916036596b244140454fc2a7adb01a5cbf345c9') build() { mkdir build diff --git a/extra/kdegames-kmines/PKGBUILD b/extra/kdegames-kmines/PKGBUILD index 2efe46c57..ce59c8f7d 100644 --- a/extra/kdegames-kmines/PKGBUILD +++ b/extra/kdegames-kmines/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209490 2014-03-31 10:17:40Z svenstaro $ +# $Id: PKGBUILD 211419 2014-04-18 18:02:33Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kmines -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="The classic Minesweeper game" url="http://kde.org/applications/games/kmines/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kmines-${pkgver}.tar.xz") -sha1sums=('c39900595f0187af1396a4155bb56a2701eb70b1') +sha1sums=('e0bbc0dd2b350d03678ab5611531a510798ba073') build() { mkdir build diff --git a/extra/kdegames-knavalbattle/PKGBUILD b/extra/kdegames-knavalbattle/PKGBUILD index c657abdca..dc51000d6 100644 --- a/extra/kdegames-knavalbattle/PKGBUILD +++ b/extra/kdegames-knavalbattle/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209492 2014-03-31 10:17:47Z svenstaro $ +# $Id: PKGBUILD 211420 2014-04-18 18:02:34Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-knavalbattle -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A ship sinking game" url="http://kde.org/applications/games/knavalbattle/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/knavalbattle-${pkgver}.tar.xz") -sha1sums=('6f0683cd2cb566dd2f74349ce4d9519e3b29746f') +sha1sums=('75d83a9e6eebdd764c4c8bf0e83e84465e17273c') build() { mkdir build diff --git a/extra/kdegames-knetwalk/PKGBUILD b/extra/kdegames-knetwalk/PKGBUILD index cb5a17f0b..fd538b70d 100644 --- a/extra/kdegames-knetwalk/PKGBUILD +++ b/extra/kdegames-knetwalk/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209494 2014-03-31 10:17:53Z svenstaro $ +# $Id: PKGBUILD 211421 2014-04-18 18:02:35Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-knetwalk -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Connect all the terminals to the server, in as few turns as possible" url="http://kde.org/applications/games/knetwalk/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/knetwalk-${pkgver}.tar.xz") -sha1sums=('34e06d10668971bf16f82e524157f0bbc8a21464') +sha1sums=('96c36b842db1a239082142017d1ac994273fb2f2') build() { mkdir build diff --git a/extra/kdegames-kolf/PKGBUILD b/extra/kdegames-kolf/PKGBUILD index 42c9f4d5e..9756b6b43 100644 --- a/extra/kdegames-kolf/PKGBUILD +++ b/extra/kdegames-kolf/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209496 2014-03-31 10:17:59Z svenstaro $ +# $Id: PKGBUILD 211422 2014-04-18 18:02:36Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kolf -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A miniature golf game with 2d top-down view" url="http://kde.org/applications/games/kolf/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kolf-${pkgver}.tar.xz") -sha1sums=('809b5766ae60fe127bf943ac8c691f44ee139cc9') +sha1sums=('55c79eb522880b0446a4eeb5bfc271909014c851') build() { mkdir build diff --git a/extra/kdegames-kollision/PKGBUILD b/extra/kdegames-kollision/PKGBUILD index eb78b1ce6..ded363fd3 100644 --- a/extra/kdegames-kollision/PKGBUILD +++ b/extra/kdegames-kollision/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209498 2014-03-31 10:18:08Z svenstaro $ +# $Id: PKGBUILD 211423 2014-04-18 18:02:36Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kollision -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A simple ball dodging game" url="http://kde.org/applications/games/kollision/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kollision-${pkgver}.tar.xz") -sha1sums=('8cca93c53c77779462ecc6dfa6dc9d952e9557a5') +sha1sums=('4af91c89470e310c3af80aedb50514424473f5be') build() { mkdir build diff --git a/extra/kdegames-konquest/PKGBUILD b/extra/kdegames-konquest/PKGBUILD index ab5535e7d..41f4b68ba 100644 --- a/extra/kdegames-konquest/PKGBUILD +++ b/extra/kdegames-konquest/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209500 2014-03-31 10:18:14Z svenstaro $ +# $Id: PKGBUILD 211424 2014-04-18 18:02:37Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-konquest -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="The KDE version of Gnu-Lactic" url="http://kde.org/applications/games/konquest/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/konquest-${pkgver}.tar.xz") -sha1sums=('a61fb32a21b73a779cfe35ac769db145e430e8b0') +sha1sums=('fd165c1e7ba50b90b9e4ba73ade5860141a86b97') build() { mkdir build diff --git a/extra/kdegames-kpatience/PKGBUILD b/extra/kdegames-kpatience/PKGBUILD index af0734cbc..ccedd64c0 100644 --- a/extra/kdegames-kpatience/PKGBUILD +++ b/extra/kdegames-kpatience/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209502 2014-03-31 10:18:20Z svenstaro $ +# $Id: PKGBUILD 211425 2014-04-18 18:02:38Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kpatience -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Offers a selection of solitaire card games" url="http://kde.org/applications/games/kpat/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kpat-${pkgver}.tar.xz") -sha1sums=('d8b48d03204aba53d20abba8b55b9be03c864c56') +sha1sums=('59255d6b474719ccfdac0d31a75df3523bd26e25') build() { mkdir build diff --git a/extra/kdegames-kreversi/PKGBUILD b/extra/kdegames-kreversi/PKGBUILD index 94a9e08b6..9d38b0808 100644 --- a/extra/kdegames-kreversi/PKGBUILD +++ b/extra/kdegames-kreversi/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209504 2014-03-31 10:18:27Z svenstaro $ +# $Id: PKGBUILD 211426 2014-04-18 18:02:39Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kreversi -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A simple one player strategy game played against the computer" url="http://kde.org/applications/games/kreversi/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kreversi-${pkgver}.tar.xz") -sha1sums=('7400fcfdcc28198ee535fdc3beffac4cd56ffd5e') +sha1sums=('16566b8eb635e6c0d3cfba3aff912aaa83ebd264') build() { mkdir build diff --git a/extra/kdegames-kshisen/PKGBUILD b/extra/kdegames-kshisen/PKGBUILD index 4215540d6..b85c1e3a4 100644 --- a/extra/kdegames-kshisen/PKGBUILD +++ b/extra/kdegames-kshisen/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209506 2014-03-31 10:18:33Z svenstaro $ +# $Id: PKGBUILD 211427 2014-04-18 18:02:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kshisen -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles" url="http://kde.org/applications/games/kshisen/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kshisen-${pkgver}.tar.xz") -sha1sums=('ea32916649f0f62e0a9bc454d088f91e484e3ae3') +sha1sums=('64f55b6d2e96635ca5265f125cec34e4b636c717') build() { mkdir build diff --git a/extra/kdegames-ksirk/PKGBUILD b/extra/kdegames-ksirk/PKGBUILD index f755fd003..2f0bb24c0 100644 --- a/extra/kdegames-ksirk/PKGBUILD +++ b/extra/kdegames-ksirk/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209508 2014-03-31 10:18:41Z svenstaro $ +# $Id: PKGBUILD 211428 2014-04-18 18:02:41Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-ksirk -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A computerized version of a well known strategy game" url="http://kde.org/applications/games/ksirk/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ksirk-${pkgver}.tar.xz") -sha1sums=('a43f74414dd5b4b3fa7f8d8eab6ba2889d80ea96') +sha1sums=('795318074286c30585d2387bbea8e2879b5f6a2c') build() { mkdir build diff --git a/extra/kdegames-ksnakeduel/PKGBUILD b/extra/kdegames-ksnakeduel/PKGBUILD index 91fc3e615..9c1585c67 100644 --- a/extra/kdegames-ksnakeduel/PKGBUILD +++ b/extra/kdegames-ksnakeduel/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209510 2014-03-31 10:18:47Z svenstaro $ +# $Id: PKGBUILD 211429 2014-04-18 18:02:41Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-ksnakeduel -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A simple snake duel game" url="http://kde.org/applications/games/ksnakeduel/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz") -sha1sums=('f9e425b33e1613dec2a9e8e01567fd22a67a1721') +sha1sums=('2dffad38ff9946adfe4847d63dcac13c6461abda') build() { mkdir build diff --git a/extra/kdegames-kspaceduel/PKGBUILD b/extra/kdegames-kspaceduel/PKGBUILD index 5c3aba4da..8fad3648e 100644 --- a/extra/kdegames-kspaceduel/PKGBUILD +++ b/extra/kdegames-kspaceduel/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209512 2014-03-31 10:18:53Z svenstaro $ +# $Id: PKGBUILD 211430 2014-04-18 18:02:42Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kspaceduel -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun" url="http://kde.org/applications/games/kspaceduel/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz") -sha1sums=('0665ca6bce7e82296f3d834176d1e9a755b0276b') +sha1sums=('3e97e35da4f177b9c41170307020a16015d5ca41') build() { mkdir build diff --git a/extra/kdegames-ksquares/PKGBUILD b/extra/kdegames-ksquares/PKGBUILD index 133bfcc6f..31ab62d1f 100644 --- a/extra/kdegames-ksquares/PKGBUILD +++ b/extra/kdegames-ksquares/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209514 2014-03-31 10:18:59Z svenstaro $ +# $Id: PKGBUILD 211431 2014-04-18 18:02:43Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-ksquares -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes" url="http://kde.org/applications/games/ksquares/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ksquares-${pkgver}.tar.xz") -sha1sums=('c0b3abf5e9564e9fbdac37a5c9250b0b04aa15cc') +sha1sums=('29267d1b8666d8826e55c7cdd9221db53655b926') build() { mkdir build diff --git a/extra/kdegames-ksudoku/PKGBUILD b/extra/kdegames-ksudoku/PKGBUILD index 5dd6925b1..333d4916f 100644 --- a/extra/kdegames-ksudoku/PKGBUILD +++ b/extra/kdegames-ksudoku/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209516 2014-03-31 10:19:06Z svenstaro $ +# $Id: PKGBUILD 211432 2014-04-18 18:02:44Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-ksudoku -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A logic-based symbol placement puzzle" url="http://kde.org/applications/games/ksudoku/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames' 'glu') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ksudoku-${pkgver}.tar.xz") -sha1sums=('082726681a8d67e023c1ed7a7b3056539e5967f2') +sha1sums=('ca11318f8679cde9a6db8b1ec4caf55c7ddd27f0') prepare() { mkdir build diff --git a/extra/kdegames-ktuberling/PKGBUILD b/extra/kdegames-ktuberling/PKGBUILD index 23e363490..5eb1db15f 100644 --- a/extra/kdegames-ktuberling/PKGBUILD +++ b/extra/kdegames-ktuberling/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209518 2014-03-31 10:19:12Z svenstaro $ +# $Id: PKGBUILD 211433 2014-04-18 18:02:45Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-ktuberling -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A simple constructor game suitable for children and adults alike" url="http://kde.org/applications/games/ktuberling/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ktuberling-${pkgver}.tar.xz") -sha1sums=('c1341195cf6ede362736e0682682868408ec6893') +sha1sums=('58fdde6e47455058584e3ffbfd817956efb6b872') build() { mkdir build diff --git a/extra/kdegames-kubrick/PKGBUILD b/extra/kdegames-kubrick/PKGBUILD index 39f6bdd0f..d5c520404 100644 --- a/extra/kdegames-kubrick/PKGBUILD +++ b/extra/kdegames-kubrick/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209520 2014-03-31 10:19:19Z svenstaro $ +# $Id: PKGBUILD 211434 2014-04-18 18:02:45Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kubrick -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Based on the famous Rubik's Cube" url="http://kde.org/applications/games/kubrick/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames' 'glu') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kubrick-${pkgver}.tar.xz") -sha1sums=('4990266bb82113fb6e9e343490362cf997158f37') +sha1sums=('87ee6b2c684285e82d3999232effe63940b77394') prepare() { mkdir build diff --git a/extra/kdegames-lskat/PKGBUILD b/extra/kdegames-lskat/PKGBUILD index dc2766bfe..9c1a88ee4 100644 --- a/extra/kdegames-lskat/PKGBUILD +++ b/extra/kdegames-lskat/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209522 2014-03-31 10:19:25Z svenstaro $ +# $Id: PKGBUILD 211435 2014-04-18 18:02:46Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-lskat -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Lieutenant Skat is a fun and engaging card game for two players" url="http://kde.org/applications/games/lskat/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/lskat-${pkgver}.tar.xz") -sha1sums=('0a7403d45fd7733aec828efa79cdad78e0e0abdf') +sha1sums=('729b2e06f91fc1b83aef4d73cf8455a20a27cc72') build() { mkdir build diff --git a/extra/kdegames-palapeli/PKGBUILD b/extra/kdegames-palapeli/PKGBUILD index 2ff0feab0..ab4ba5cce 100644 --- a/extra/kdegames-palapeli/PKGBUILD +++ b/extra/kdegames-palapeli/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209524 2014-03-31 10:19:32Z svenstaro $ +# $Id: PKGBUILD 211436 2014-04-18 18:02:47Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-palapeli -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A single-player jigsaw puzzle game" url="http://kde.org/applications/games/palapeli/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkdegames' 'qhull') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/palapeli-${pkgver}.tar.xz") -sha1sums=('55604531007a328fe0f14c72762262bdfd854358') +sha1sums=('1f87529553b41f13ef4838ad39768cb75db898cb') build() { mkdir build diff --git a/extra/kdegames-picmi/PKGBUILD b/extra/kdegames-picmi/PKGBUILD index e09558ce2..ead8a2d9d 100644 --- a/extra/kdegames-picmi/PKGBUILD +++ b/extra/kdegames-picmi/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209526 2014-03-31 10:19:39Z svenstaro $ +# $Id: PKGBUILD 211437 2014-04-18 18:02:48Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-picmi -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A nonogram logic game for KDE" url="http://kde.org/applications/games/picmi/" @@ -15,7 +15,7 @@ replaces=('picmi') conflicts=('picmi') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/picmi-${pkgver}.tar.xz") -sha1sums=('33856a67fa9eb13db30eaa27b858066086057180') +sha1sums=('901bfb347dbbc823623e489f873a8e8afbd1e40b') build() { mkdir build diff --git a/extra/kdegraphics-gwenview/PKGBUILD b/extra/kdegraphics-gwenview/PKGBUILD index 2806e53ae..889e280e6 100644 --- a/extra/kdegraphics-gwenview/PKGBUILD +++ b/extra/kdegraphics-gwenview/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 209528 2014-03-31 10:19:45Z svenstaro $ +# $Id: PKGBUILD 211438 2014-04-18 18:02:49Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-gwenview -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A fast and easy to use image viewer for KDE" url="http://kde.org/applications/graphics/gwenview/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdegraphics') -depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2') +depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'baloo' 'libkdcraw') makedepends=('cmake' 'automoc4' 'mesa') optdepends=('kipi-plugins: extra plugins to share photos') install=$pkgname.install source=("http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz") -sha1sums=('fb04e7898446cd6c6b5dabf4c8733494ea133944') +sha1sums=('76d5fc2bf99709e2c971e96fbaa43398f457c8a5') build() { mkdir build diff --git a/extra/kdegraphics-kamera/PKGBUILD b/extra/kdegraphics-kamera/PKGBUILD index c0df35f0b..1327ff5ff 100644 --- a/extra/kdegraphics-kamera/PKGBUILD +++ b/extra/kdegraphics-kamera/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209530 2014-03-31 10:19:53Z svenstaro $ +# $Id: PKGBUILD 211439 2014-04-18 18:02:49Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-kamera -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Configure Kamera" url="http://kde.org/applications/graphics/kamera/" @@ -12,7 +12,7 @@ groups=('kde' 'kdegraphics') depends=('kdebase-runtime' 'libgphoto2') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz") -sha1sums=('1ff9924f34ba3d64eea780f98a959cf49360a1a3') +sha1sums=('37b1dd6872db79c00e93881f8efd8ab11d1f1bd2') build() { cd "${srcdir}" diff --git a/extra/kdegraphics-kcolorchooser/PKGBUILD b/extra/kdegraphics-kcolorchooser/PKGBUILD index f9ac0d2dc..8d869aee9 100644 --- a/extra/kdegraphics-kcolorchooser/PKGBUILD +++ b/extra/kdegraphics-kcolorchooser/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209532 2014-03-31 10:20:00Z svenstaro $ +# $Id: PKGBUILD 211440 2014-04-18 18:02:50Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-kcolorchooser -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Color Chooser" url="http://kde.org/applications/graphics/kcolorchooser/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz") -sha1sums=('0efe7dab9bbf7d1cbdd39e1baf7369ab3fe026e4') +sha1sums=('4ab9b7e4934bac19d6544cf59714e8767afd0ac5') build() { cd "${srcdir}" diff --git a/extra/kdegraphics-kgamma/PKGBUILD b/extra/kdegraphics-kgamma/PKGBUILD index 75ce5ca9d..cc77f3aa9 100644 --- a/extra/kdegraphics-kgamma/PKGBUILD +++ b/extra/kdegraphics-kgamma/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209534 2014-03-31 10:20:07Z svenstaro $ +# $Id: PKGBUILD 211441 2014-04-18 18:02:52Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-kgamma -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A monitor calibration tool" url="http://kde.org/applications/graphics/kgamma/" @@ -15,7 +15,7 @@ groups=('kde' 'kdegraphics') depends=('kdebase-runtime' 'libxxf86vm') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/kgamma-${pkgver}.tar.xz") -sha1sums=('58277c0bbb3b0126f2ce5264b8a34048626eaeb4') +sha1sums=('b4c19a0a50192b57ca4677d961a6ab4837cb1620') build() { cd "${srcdir}" diff --git a/extra/kdegraphics-kolourpaint/PKGBUILD b/extra/kdegraphics-kolourpaint/PKGBUILD index a8b5be02f..093cc08e3 100644 --- a/extra/kdegraphics-kolourpaint/PKGBUILD +++ b/extra/kdegraphics-kolourpaint/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209536 2014-03-31 10:20:13Z svenstaro $ +# $Id: PKGBUILD 211442 2014-04-18 18:02:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-kolourpaint -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Paint Program" url="http://kde.org/applications/graphics/kolourpaint/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'qimageblitz') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz") -sha1sums=('b0d062a7978f2799acf0b8d1c4253f1c552608df') +sha1sums=('466b861311cca89d61af1973ad9edfe042196736') build() { cd "${srcdir}" diff --git a/extra/kdegraphics-kruler/PKGBUILD b/extra/kdegraphics-kruler/PKGBUILD index a1402b62d..76a598bdf 100644 --- a/extra/kdegraphics-kruler/PKGBUILD +++ b/extra/kdegraphics-kruler/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209538 2014-03-31 10:20:20Z svenstaro $ +# $Id: PKGBUILD 211443 2014-04-18 18:02:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-kruler -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Screen Ruler" url="http://kde.org/applications/graphics/kruler/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kruler-${pkgver}.tar.xz") -sha1sums=('b8dc82b269abd6e7342d116cfcacb1402f1c1369') +sha1sums=('ea74eb62fe383d6f37866ee328b4a49503da9a2d') build() { cd "${srcdir}" diff --git a/extra/kdegraphics-ksaneplugin/PKGBUILD b/extra/kdegraphics-ksaneplugin/PKGBUILD index c10f5759e..1bd39c244 100644 --- a/extra/kdegraphics-ksaneplugin/PKGBUILD +++ b/extra/kdegraphics-ksaneplugin/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209540 2014-03-31 10:20:27Z svenstaro $ +# $Id: PKGBUILD 211444 2014-04-18 18:02:54Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-ksaneplugin -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A scan plugin that implements the scanning" url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz") -sha1sums=('2bfad1ee173f8b36757d531b68de5dfc8270e1ee') +sha1sums=('b9a335491eea76483851925dfde477f3175b2826') build() { cd "${srcdir}" diff --git a/extra/kdegraphics-ksnapshot/PKGBUILD b/extra/kdegraphics-ksnapshot/PKGBUILD index 8998c4b5e..4cb85d442 100644 --- a/extra/kdegraphics-ksnapshot/PKGBUILD +++ b/extra/kdegraphics-ksnapshot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209542 2014-03-31 10:20:33Z svenstaro $ +# $Id: PKGBUILD 211445 2014-04-18 18:02:55Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-ksnapshot -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Screen Capture Program" url="http://kde.org/applications/graphics/ksnapshot/" @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') optdepends=('kipi-plugins') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz") -sha1sums=('45b2bd7b6d9535358961562c13167ed7e125bc16') +sha1sums=('39ba25bc258be24ab587220c44c33c47ec14a964') build() { cd "${srcdir}" diff --git a/extra/kdegraphics-mobipocket/PKGBUILD b/extra/kdegraphics-mobipocket/PKGBUILD index ea2797f49..e66254279 100644 --- a/extra/kdegraphics-mobipocket/PKGBUILD +++ b/extra/kdegraphics-mobipocket/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209371 2014-03-31 10:09:04Z svenstaro $ +# $Id: PKGBUILD 211331 2014-04-18 18:01:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-mobipocket -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A collection of plugins to handle mobipocket files" url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket" @@ -15,7 +15,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('703bd02f65392c85626ebe1c237c9e996ca257cb') +sha1sums=('45379e04c2f2df3d247b97a5e34804f2e783e0d8') prepare() { mkdir build diff --git a/extra/kdegraphics-okular/PKGBUILD b/extra/kdegraphics-okular/PKGBUILD index 21abc9547..8440de84d 100644 --- a/extra/kdegraphics-okular/PKGBUILD +++ b/extra/kdegraphics-okular/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209381 2014-03-31 10:10:04Z svenstaro $ +# $Id: PKGBUILD 211342 2014-04-18 18:01:28Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-okular -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Document Viewer' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre' makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz") -sha1sums=('6bfe794fef608aab96cce8dfbca2638d35393bfc') +sha1sums=('a4013a245b5ad75fae4ae4cddce9083220e61af0') prepare() { mkdir build diff --git a/extra/kdegraphics-strigi-analyzer/PKGBUILD b/extra/kdegraphics-strigi-analyzer/PKGBUILD index 454719e32..bfa9fe208 100644 --- a/extra/kdegraphics-strigi-analyzer/PKGBUILD +++ b/extra/kdegraphics-strigi-analyzer/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209544 2014-03-31 10:20:40Z svenstaro $ +# $Id: PKGBUILD 211446 2014-04-18 18:02:56Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-strigi-analyzer -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Strigi analyzers for various graphics file formats" url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('6437ffd46d95bfe8085428d7323f5db700e8e9e2') +sha1sums=('b071fcbd1c788c9bbb7df9a47a1495d6fa4bef40') build() { cd "${srcdir}" diff --git a/extra/kdegraphics-svgpart/PKGBUILD b/extra/kdegraphics-svgpart/PKGBUILD index 4c408535a..b34ba993c 100644 --- a/extra/kdegraphics-svgpart/PKGBUILD +++ b/extra/kdegraphics-svgpart/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209546 2014-03-31 10:20:47Z svenstaro $ +# $Id: PKGBUILD 211447 2014-04-18 18:02:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-svgpart -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A KPart for viewing SVGs" url="https://projects.kde.org/projects/kde/kdegraphics/svgpart" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz") -sha1sums=('899f29a6e04eb9355e70128839f00473b9c9489f') +sha1sums=('f3126f0bfcebfa6f68ee2fc492efb40886f8dfbc') build() { cd "${srcdir}" diff --git a/extra/kdegraphics-thumbnailers/PKGBUILD b/extra/kdegraphics-thumbnailers/PKGBUILD index 6f0541afb..d56667d3b 100644 --- a/extra/kdegraphics-thumbnailers/PKGBUILD +++ b/extra/kdegraphics-thumbnailers/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209548 2014-03-31 10:20:53Z svenstaro $ +# $Id: PKGBUILD 211448 2014-04-18 18:02:58Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-thumbnailers -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Thumbnailers for various graphics file formats" url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('972934d78f6c53ae53db6ad3f6e442866c94e0de') +sha1sums=('13dd41b5cad95bf36e20e3ba39dd534f926ec3f0') build() { cd "${srcdir}" diff --git a/extra/kdemultimedia-audiocd-kio/PKGBUILD b/extra/kdemultimedia-audiocd-kio/PKGBUILD index 937e01ca2..f31769817 100644 --- a/extra/kdemultimedia-audiocd-kio/PKGBUILD +++ b/extra/kdemultimedia-audiocd-kio/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209550 2014-03-31 10:21:00Z svenstaro $ +# $Id: PKGBUILD 211449 2014-04-18 18:02:58Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-audiocd-kio -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Kioslave for accessing audio CDs" url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio' @@ -14,7 +14,7 @@ groups=('kde' 'kdemultimedia') replaces=('kdemultimedia-kioslave') conflicts=('kdemultimedia-kioslave') source=("http://download.kde.org/stable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz") -sha1sums=('e723280b11efea77f03723de0c55b927ac606ea7') +sha1sums=('bb8f2a76b5df4d2477a6e6fa1f2d8794e119a81e') build() { cd "${srcdir}" diff --git a/extra/kdemultimedia-dragonplayer/PKGBUILD b/extra/kdemultimedia-dragonplayer/PKGBUILD index 1b083e40b..96f49b244 100644 --- a/extra/kdemultimedia-dragonplayer/PKGBUILD +++ b/extra/kdemultimedia-dragonplayer/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209552 2014-03-31 10:21:06Z svenstaro $ +# $Id: PKGBUILD 211450 2014-04-18 18:02:59Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-dragonplayer -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A multimedia player where the focus is on simplicity, instead of features" @@ -14,7 +14,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/dragon-${pkgver}.tar.xz") -sha1sums=('61056c570784607d734641c8987b1fe27daaf1e2') +sha1sums=('cc5c84cefc5bdf6c21192453f8cc9bb78c4ab205') build() { cd "${srcdir}" diff --git a/extra/kdemultimedia-ffmpegthumbs/PKGBUILD b/extra/kdemultimedia-ffmpegthumbs/PKGBUILD index ec832a834..67a3219fc 100644 --- a/extra/kdemultimedia-ffmpegthumbs/PKGBUILD +++ b/extra/kdemultimedia-ffmpegthumbs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209554 2014-03-31 10:21:13Z svenstaro $ +# $Id: PKGBUILD 211451 2014-04-18 18:03:00Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-ffmpegthumbs -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='FFmpeg-based thumbnail creator for video files' url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs' @@ -12,7 +12,7 @@ groups=('kde' 'kdemultimedia') depends=('kdelibs' 'ffmpeg') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz") -sha1sums=('914ced35b0735417ea61e94120df54a55a2d1905') +sha1sums=('3cf1c1002b34cd797e06964251dd315b53c66632') build() { cd "${srcdir}" diff --git a/extra/kdemultimedia-juk/PKGBUILD b/extra/kdemultimedia-juk/PKGBUILD index 96e4b10dd..d1eb9ebed 100644 --- a/extra/kdemultimedia-juk/PKGBUILD +++ b/extra/kdemultimedia-juk/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209556 2014-03-31 10:21:19Z svenstaro $ +# $Id: PKGBUILD 211452 2014-04-18 18:03:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-juk -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='A jukebox, tagger and music collection manager' url='http://kde.org/applications/multimedia/juk/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'taglib') makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz") -sha1sums=('ddc20d6585d013d81911953622451a26b5b777d7') +sha1sums=('c8077ab3aeb49331fc5611cdfdbb60adb1115029') build() { cd "${srcdir}" diff --git a/extra/kdemultimedia-kmix/PKGBUILD b/extra/kdemultimedia-kmix/PKGBUILD index 6ddac6954..c27c795b7 100644 --- a/extra/kdemultimedia-kmix/PKGBUILD +++ b/extra/kdemultimedia-kmix/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209558 2014-03-31 10:21:26Z svenstaro $ +# $Id: PKGBUILD 211453 2014-04-18 18:03:02Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-kmix -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="KDE volume control program" url='http://kde.org/applications/multimedia/kmix/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz") -sha1sums=('b2deac3b904ba0e20bd484793b6fbbe6c435ad3f') +sha1sums=('21cb2e7708e466731e6d23a57520d5ccd6c66491') build() { cd "${srcdir}" diff --git a/extra/kdemultimedia-kscd/PKGBUILD b/extra/kdemultimedia-kscd/PKGBUILD index 8bc43da7a..0b30f7b08 100644 --- a/extra/kdemultimedia-kscd/PKGBUILD +++ b/extra/kdemultimedia-kscd/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209560 2014-03-31 10:21:32Z svenstaro $ +# $Id: PKGBUILD 211454 2014-04-18 18:03:03Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-kscd -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="KDE CD player" url='http://kde.org/applications/multimedia/kscd/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libmusicbrainz3') makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz") -sha1sums=('8d1bf54e3e30026751fc1560d8c958e0b0346170') +sha1sums=('f48f7cde6a894ceaaf42e1ae10e6b6d631e0f1b6') build() { mkdir build diff --git a/extra/kdemultimedia-mplayerthumbs/PKGBUILD b/extra/kdemultimedia-mplayerthumbs/PKGBUILD index e233110cb..9293c5cad 100644 --- a/extra/kdemultimedia-mplayerthumbs/PKGBUILD +++ b/extra/kdemultimedia-mplayerthumbs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209562 2014-03-31 10:21:45Z svenstaro $ +# $Id: PKGBUILD 211455 2014-04-18 18:03:04Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-mplayerthumbs -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="MPlayer based thumbnail generator for video files" url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs' @@ -12,7 +12,7 @@ license=('GPL' 'LGPL' 'FDL') depends=('kdebase-runtime' 'mplayer') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz") -sha1sums=('9482c68dfb1a0cb4c37a055e734c97e261e2f595') +sha1sums=('a180a47ca7fa67ceeb7fbdef440b5eb6d3fa37a1') build() { cd "${srcdir}" diff --git a/extra/kdenetwork-filesharing/PKGBUILD b/extra/kdenetwork-filesharing/PKGBUILD index 5259f27d8..1bff6013c 100644 --- a/extra/kdenetwork-filesharing/PKGBUILD +++ b/extra/kdenetwork-filesharing/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209564 2014-03-31 10:21:52Z svenstaro $ +# $Id: PKGBUILD 211456 2014-04-18 18:03:05Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-filesharing -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Properties dialog plugin to share a directory with the local network' url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'smbclient') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz") -sha1sums=('4160cb606e6f0fedad814225ae426cfe282bfeaf') +sha1sums=('2c1cd93e5f147726d2676549c1a5df8b7ac8eeb6') build() { mkdir build diff --git a/extra/kdenetwork-kget/PKGBUILD b/extra/kdenetwork-kget/PKGBUILD index c1c690832..52abbbc5a 100644 --- a/extra/kdenetwork-kget/PKGBUILD +++ b/extra/kdenetwork-kget/PKGBUILD @@ -1,27 +1,32 @@ -# $Id: PKGBUILD 209566 2014-03-31 10:21:59Z svenstaro $ +# $Id: PKGBUILD 211457 2014-04-18 18:03:06Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-kget -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Download Manager' url='http://kde.org/applications/internet/kget/' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdenetwork') -depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms' 'gpgme' 'nepomuk-widgets') +depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms') makedepends=('cmake' 'automoc4' 'boost') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz") -sha1sums=('94beea1646a746af92679665d2d1b2c38a35abe9') +sha1sums=('8df20250aa34919e72b1ba5b32a6fe38e3f87e88') -build() { +prepare() { mkdir build +} + +build() { cd build cmake ../kget-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DWITH_NepomukCore=OFF \ + -DWITH_NepomukWidgets=OFF make } diff --git a/extra/kdenetwork-kppp/PKGBUILD b/extra/kdenetwork-kppp/PKGBUILD index 310f5872e..57a492642 100644 --- a/extra/kdenetwork-kppp/PKGBUILD +++ b/extra/kdenetwork-kppp/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209570 2014-03-31 10:22:13Z svenstaro $ +# $Id: PKGBUILD 211459 2014-04-18 18:03:07Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-kppp -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Internet Dial-Up Tool' url='http://kde.org/applications/internet/kppp/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'ppp') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz") -sha1sums=('2f7ca4a9574e8f25aec13d0a97d0b15dfa4b39df') +sha1sums=('c5f73569f7a5f99230b220312ed08a051b895fd4') build() { mkdir build diff --git a/extra/kdenetwork-krdc/PKGBUILD b/extra/kdenetwork-krdc/PKGBUILD index 5899b5189..0af34d950 100644 --- a/extra/kdenetwork-krdc/PKGBUILD +++ b/extra/kdenetwork-krdc/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209572 2014-03-31 10:22:20Z svenstaro $ +# $Id: PKGBUILD 211460 2014-04-18 18:03:08Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-krdc -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Remote Desktop Client' url='http://kde.org/applications/internet/krdc/' @@ -15,7 +15,7 @@ optdepends=('libvncserver: VNC support' 'freerdp: RDP support' 'kdebase-keditbookmarks: to edit bookmarks') source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz") -sha1sums=('0f2f99e732ec34ce2d95dfc10b69c1c23f108040') +sha1sums=('13c0b0fe693be97fdb484852ba05c3be1cf80efe') build() { mkdir build diff --git a/extra/kdenetwork-krfb/PKGBUILD b/extra/kdenetwork-krfb/PKGBUILD index 387937cb7..82e2511a1 100644 --- a/extra/kdenetwork-krfb/PKGBUILD +++ b/extra/kdenetwork-krfb/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209574 2014-03-31 10:22:27Z svenstaro $ +# $Id: PKGBUILD 211461 2014-04-18 18:03:09Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-krfb -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Desktop Sharing' url='http://www.kde.org/applications/system/krfb' @@ -15,7 +15,7 @@ groups=('kde' 'kdenetwork') depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz") -sha1sums=('f666773ce44c7737151b117d63a32bc457bad194') +sha1sums=('bb9ec01c1bc1cf316cded7a509793087e18c5dc9') build() { mkdir build diff --git a/extra/kdenetwork-strigi-analyzers/PKGBUILD b/extra/kdenetwork-strigi-analyzers/PKGBUILD index 1b1bbdf50..85bd2d8f2 100644 --- a/extra/kdenetwork-strigi-analyzers/PKGBUILD +++ b/extra/kdenetwork-strigi-analyzers/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209576 2014-03-31 10:22:34Z svenstaro $ +# $Id: PKGBUILD 211462 2014-04-18 18:03:10Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-strigi-analyzers -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Strigi analyzers for various network protocols' url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers' @@ -12,7 +12,7 @@ groups=('kde' 'kdenetwork') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4' 'boost') source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz") -sha1sums=('8b041cca51da3ebe6d519bd10cd25ff41ec776ca') +sha1sums=('46be11c08e563a5c9f6a4a0f3a8a3788184da360') build() { mkdir build diff --git a/extra/kdenetwork-zeroconf-ioslave/PKGBUILD b/extra/kdenetwork-zeroconf-ioslave/PKGBUILD index a69b7159e..88faf5f4c 100644 --- a/extra/kdenetwork-zeroconf-ioslave/PKGBUILD +++ b/extra/kdenetwork-zeroconf-ioslave/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 208891 2014-03-28 07:42:28Z andrea $ +# $Id: PKGBUILD 211463 2014-04-18 18:03:11Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-zeroconf-ioslave -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Network Monitor for DNS-SD services (Zeroconf)' url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') conflicts=('kdenetwork-kdnssd') replaces=('kdenetwork-kdnssd') source=("http://download.kde.org/stable/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz") -sha1sums=('1bc7d1d8b2dd5e2dd85f6b4c6f2d20fec9d079f5') +sha1sums=('5de0e023eaa2fbe0e40fc26a9bfb717f88e7bac0') prepare() { mkdir build diff --git a/extra/kdepim-runtime/PKGBUILD b/extra/kdepim-runtime/PKGBUILD index 4c05b1cd5..4b68a549d 100644 --- a/extra/kdepim-runtime/PKGBUILD +++ b/extra/kdepim-runtime/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 209377 2014-03-31 10:09:37Z svenstaro $ +# $Id: PKGBUILD 211338 2014-04-18 18:01:24Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdepim-runtime -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Extends the functionality of kdepim' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi') makedepends=('cmake' 'automoc4' 'boost') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('2abba3a1dc97f68f64230a86feb75dd430f95cc2') +sha1sums=('01e5d0d205128e45a1ecf839cc892b65479278dd') prepare() { mkdir build diff --git a/extra/kdepim/PKGBUILD b/extra/kdepim/PKGBUILD index a7061f001..ebebd2c28 100644 --- a/extra/kdepim/PKGBUILD +++ b/extra/kdepim/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209580 2014-03-31 10:22:55Z svenstaro $ +# $Id: PKGBUILD 211464 2014-04-18 18:03:12Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -20,16 +20,16 @@ pkgname=('kdepim-akonadiconsole' 'kdepim-ktimetracker' 'kdepim-ktnef' 'kdepim-libkdepim') -pkgver=4.12.4 -pkgrel=1 +pkgver=4.13.0 +pkgrel=2 arch=('i686' 'x86_64') url='http://pim.kde.org' license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdepim') makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link' - 'nepomuk-widgets' 'link-grammar') + 'baloo' 'link-grammar') source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('4ccccb21d902f0f0c00ea79175dbb2618900971e') +sha1sums=('d8e76b38b7dbb6f092673a8fa355039b014e4769') build() { mkdir build @@ -45,7 +45,7 @@ build() { package_kdepim-akonadiconsole() { pkgdesc='Akonadi Management and Debugging Console' - depends=('kdepim-libkdepim' 'nepomuk-widgets') + depends=('kdepim-libkdepim') url='http://pim.kde.org' install='kdepim.install' cd "${srcdir}"/build/akonadiconsole @@ -89,7 +89,7 @@ package_kdepim-kaddressbook() { pkgdesc='Contact Manager' depends=('kdepim-libkdepim') url="http://kde.org/applications/office/kaddressbook/" - install='kdepim.install' + install='kdepim-kaddressbook.install' for i in kaddressbook kontact/plugins/kaddressbook \ plugins/kaddressbook contactthemeeditor; do cd "${srcdir}"/build/${i} @@ -135,9 +135,9 @@ package_kdepim-kmail() { 'kdepim-mimelib' 'kdepim-plugins') replaces=('kdepim-kmailcvt' 'kdepim-ksendemail' 'kdepim-libksieve' 'kdepim-mimelib' 'kdepim-plugins') - for i in kmail kmailcvt agents/archivemailagent agents/folderarchiveagent\ + for i in kmail kmailcvt agents/archivemailagent storageservicemanager\ agents/mailfilteragent importwizard ksendemail libksieve messagelist \ - ontologies kontact/plugins/kmail headerthemeeditor mboximporter; do + kontact/plugins/kmail headerthemeeditor mboximporter; do cd "${srcdir}"/build/${i} make DESTDIR="${pkgdir}" install done @@ -161,6 +161,8 @@ package_kdepim-knotes() { install='kdepim.install' cd "${srcdir}"/build/knotes make DESTDIR="${pkgdir}" install + cd "${srcdir}"/build/agents/notesagent + make DESTDIR="${pkgdir}" install cd "${srcdir}"/build/kontact/plugins/knotes make DESTDIR="${pkgdir}" install } @@ -219,16 +221,17 @@ package_kdepim-ktnef() { package_kdepim-libkdepim() { pkgdesc='Library for KDE PIM' groups=() - depends=('kdepim-runtime' 'link-grammar') + depends=('kdepim-runtime' 'link-grammar' 'baloo') url='http://pim.kde.org' conflicts=('kdepim-icons' 'kdepim-libkleo' 'kdepim-libkpgp' 'kdepim-akonadi') replaces=('kdepim-icons' 'kdepim-libkleo' 'kdepim-libkpgp' 'kdepim-akonadi') + install='kdepim.install' for i in agents/sendlateragent akonadi_next calendarsupport \ incidenceeditor-ng kaddressbookgrantlee kdgantt2 libkdepim \ libkdepimdbusinterfaces libkleo libkpgp mailcommon mailimporter \ - messagecomposer messagecore messageviewer icons templateparser \ + messagecomposer messagecore messageviewer noteshared icons templateparser \ plugins/messageviewer grammar grantleetheme grantleethemeeditor \ plugins/ktexteditor pimactivity pimcommon pimsettingexporter; do cd "${srcdir}"/build/${i} diff --git a/extra/kdepim/kdepim-kaddressbook.install b/extra/kdepim/kdepim-kaddressbook.install new file mode 100644 index 000000000..5c501dc49 --- /dev/null +++ b/extra/kdepim/kdepim-kaddressbook.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/extra/kdepimlibs/PKGBUILD b/extra/kdepimlibs/PKGBUILD index bdad16c7c..04a34934d 100644 --- a/extra/kdepimlibs/PKGBUILD +++ b/extra/kdepimlibs/PKGBUILD @@ -1,22 +1,25 @@ -# $Id: PKGBUILD 209372 2014-03-31 10:09:09Z svenstaro $ +# $Id: PKGBUILD 211333 2014-04-18 18:01:20Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdepimlibs -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="KDE PIM Libraries" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kdepimlibs' license=('GPL' 'LGPL') -depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson') +depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson') makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl') install='kdepimlibs.install' source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('4d6945b255a17b1eb0107ef4113736c761fc42e7') +sha1sums=('8cedbc430262928d3d802224453650557701ba0d') -build() { +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/extra/kdeplasma-addons/PKGBUILD b/extra/kdeplasma-addons/PKGBUILD index 8769a5cc2..11605b5e0 100644 --- a/extra/kdeplasma-addons/PKGBUILD +++ b/extra/kdeplasma-addons/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209582 2014-03-31 10:23:27Z svenstaro $ +# $Id: PKGBUILD 211465 2014-04-18 18:03:15Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -77,7 +77,7 @@ pkgname=('kdeplasma-addons-applets-bball' 'kdeplasma-addons-wallpapers-qmlwallpapers' 'kdeplasma-addons-wallpapers-virus' 'kdeplasma-addons-wallpapers-weather') -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kdeplasma-addons' @@ -86,7 +86,7 @@ groups=('kde' 'kdeplasma-addons') makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen2' 'scim' 'qwt' 'boost' 'libkexiv2' 'libibus' 'qoauth' 'mesa') source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('5c1136a65e3be1768c1cd1ebdd92a3f6ad837c17') +sha1sums=('713b03d51b6ce31aec83f87929249c84a281cef9') prepare() { mkdir build @@ -98,7 +98,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DWITH_Nepomuk=OFF make } @@ -231,8 +232,8 @@ package_kdeplasma-addons-applets-kimpanel() { pkgdesc='A generic input method panel for Oriental languages' depends=('kdeplasma-addons-libs') optdepends=('scim: SCIM backend' - 'fcitx: FCITX backend' - 'ibus: IBUS backend') + 'fcitx: FCITX backend' + 'libibus: IBUS backend') cd $srcdir/build/applets/kimpanel make DESTDIR=$pkgdir install } diff --git a/extra/kdesdk-cervisia/PKGBUILD b/extra/kdesdk-cervisia/PKGBUILD index 4db9326aa..ff385c839 100644 --- a/extra/kdesdk-cervisia/PKGBUILD +++ b/extra/kdesdk-cervisia/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209584 2014-03-31 10:23:39Z svenstaro $ +# $Id: PKGBUILD 211466 2014-04-18 18:03:16Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-cervisia -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='CVS Frontend' url='http://kde.org/applications/development/cervisia/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz") -sha1sums=('2980e8ad95510ccf06abe257ab470ee64e71d851') +sha1sums=('8e88272105f10bd6b5ad11255c137b9c6d434297') build() { mkdir build diff --git a/extra/kdesdk-dev-scripts/PKGBUILD b/extra/kdesdk-dev-scripts/PKGBUILD index 5ef77dabc..566ba57ff 100644 --- a/extra/kdesdk-dev-scripts/PKGBUILD +++ b/extra/kdesdk-dev-scripts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209588 2014-03-31 10:23:52Z svenstaro $ +# $Id: PKGBUILD 211468 2014-04-18 18:03:17Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-dev-scripts -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Scripts and setting files useful during development of KDE software' url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts' @@ -12,7 +12,7 @@ groups=('kde' 'kdesdk') depends=('kdebase-runtime' 'python2') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz") -sha1sums=('c7e0f4361bff5a558a78f9b84854f8bc9faa6166') +sha1sums=('2e338262d40ea9e7f69e659068d02eea21863c45') build() { mkdir build diff --git a/extra/kdesdk-dev-utils/PKGBUILD b/extra/kdesdk-dev-utils/PKGBUILD index acf9b833e..387afd49d 100644 --- a/extra/kdesdk-dev-utils/PKGBUILD +++ b/extra/kdesdk-dev-utils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209586 2014-03-31 10:23:46Z svenstaro $ +# $Id: PKGBUILD 211467 2014-04-18 18:03:16Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-dev-utils -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks' url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils' @@ -17,7 +17,7 @@ replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod' 'kdesdk-kstartperf' 'kdesdk-kuiviewer') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz") -sha1sums=('41711fc4147570c0868c27e249249d6a53a1b16f') +sha1sums=('24d3697c5ba776ee6124e7658135667f26f1fa5e') build() { mkdir build diff --git a/extra/kdesdk-dolphin-plugins/PKGBUILD b/extra/kdesdk-dolphin-plugins/PKGBUILD index d7cbb2725..fa0f0c07c 100644 --- a/extra/kdesdk-dolphin-plugins/PKGBUILD +++ b/extra/kdesdk-dolphin-plugins/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209590 2014-03-31 10:23:58Z svenstaro $ +# $Id: PKGBUILD 211469 2014-04-18 18:03:18Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-dolphin-plugins -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Extra Dolphin plugins' url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins' @@ -17,7 +17,7 @@ optdepends=('bzr: bazaar support' 'subversion: svn support') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz") -sha1sums=('42a8e4322ef8d610a02815789eefeb4b31f0a63d') +sha1sums=('a34afbdfdb75a7585c42c74b0378c1fce0171151') build() { mkdir build diff --git a/extra/kdesdk-kapptemplate/PKGBUILD b/extra/kdesdk-kapptemplate/PKGBUILD index c0d623853..44ff3dc21 100644 --- a/extra/kdesdk-kapptemplate/PKGBUILD +++ b/extra/kdesdk-kapptemplate/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209592 2014-03-31 10:24:05Z svenstaro $ +# $Id: PKGBUILD 211470 2014-04-18 18:03:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-kapptemplate -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='KDE Template Generator' url='http://kde.org/applications/development/kapptemplate/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz") -sha1sums=('e2ced39c9036a49df4e37b420ccb442c8d19c843') +sha1sums=('d2d21b0e880d3c096b41f2a13e79f02b3d99bf2e') build() { mkdir build diff --git a/extra/kdesdk-kate/PKGBUILD b/extra/kdesdk-kate/PKGBUILD index 2c8eec9e5..84f038c8c 100644 --- a/extra/kdesdk-kate/PKGBUILD +++ b/extra/kdesdk-kate/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 209382 2014-03-31 10:10:16Z svenstaro $ +# $Id: PKGBUILD 211344 2014-04-18 18:01:30Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=kdesdk-kate pkgname=('kdebase-katepart' 'kdebase-kwrite' 'kdesdk-kate') -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python') source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz" 'pkgbuild-syntax-highlight.patch') -sha1sums=('f429a4e8447a2e53118cbc4182ff8a9d47cc00eb' +sha1sums=('9a83edaa24f89972ee9618361b565ec843ce719c' '80c324c9db81c07a02374e7a092d75e0bdd6b4ea') prepare() { diff --git a/extra/kdesdk-kcachegrind/PKGBUILD b/extra/kdesdk-kcachegrind/PKGBUILD index 56ccd8a31..af6d56b86 100644 --- a/extra/kdesdk-kcachegrind/PKGBUILD +++ b/extra/kdesdk-kcachegrind/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209594 2014-03-31 10:24:13Z svenstaro $ +# $Id: PKGBUILD 211471 2014-04-18 18:03:20Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-kcachegrind -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Visualization of Performance Profiling Data' url='http://kde.org/applications/development/kcachegrind/' @@ -13,17 +13,11 @@ depends=('kdebase-runtime' 'python2') makedepends=('cmake' 'automoc4') optdepends=('php: PHP support') install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz" - 'kdebug-331715.patch') -sha1sums=('3d82002c20dcbc26cde2581fa8b86a0e98ffa425' - '3e7f4a265079c509aa08aab92a7ceaf6208353b3') +source=("http://download.kde.org/stable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz") +sha1sums=('b2f7d1855030302ecfab1e038ccd2004b5db8cc4') prepare() { mkdir build - - # KDEBUG#331715 - cd kcachegrind-${pkgver} - patch -p1 -i "${srcdir}"/kdebug-331715.patch } build() { diff --git a/extra/kdesdk-kcachegrind/kdebug-331715.patch b/extra/kdesdk-kcachegrind/kdebug-331715.patch deleted file mode 100644 index ec3ae93d5..000000000 --- a/extra/kdesdk-kcachegrind/kdebug-331715.patch +++ /dev/null @@ -1,827 +0,0 @@ -commit 2858c560b2b5af8a9fa4bd9692a306b5edfe264f -Author: Josef Weidendorfer <Josef.Weidendorfer@gmx.de> -Date: Tue Mar 4 00:31:51 2014 +0100 - - Fix hotshot2calltree: remove SVN keyword substitution - - Replaced by cmake configuration file substitution feature - BUG: 331715 - -diff --git a/converters/CMakeLists.txt b/converters/CMakeLists.txt -index 10fe81f..2589d7c 100644 ---- a/converters/CMakeLists.txt -+++ b/converters/CMakeLists.txt -@@ -1,2 +1,11 @@ --install( PROGRAMS hotshot2calltree op2calltree pprof2calltree dprof2calltree memprof2calltree -- DESTINATION ${BIN_INSTALL_DIR} ) -+configure_file( -+ ${CMAKE_CURRENT_SOURCE_DIR}/hotshot2calltree.cmake -+ ${CMAKE_CURRENT_BINARY_DIR}/hotshot2calltree -+ ) -+macro_additional_clean_files( -+ ${CMAKE_CURRENT_BINARY_DIR}/hotshot2calltree -+ ) -+ -+install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/hotshot2calltree -+ op2calltree pprof2calltree dprof2calltree memprof2calltree -+ DESTINATION ${BIN_INSTALL_DIR} ) -diff --git a/converters/hotshot2calltree b/converters/hotshot2calltree -deleted file mode 100644 -index b7b9992..0000000 ---- a/converters/hotshot2calltree -+++ /dev/null -@@ -1,394 +0,0 @@ --#!/usr/bin/env python --# _*_ coding: latin1 _*_ -- --# --# Copyright (c) 2003 by WEB.DE, Karlsruhe --# Autor: Jörg Beyer <job@webde-ag.de> --# --# hotshot2cachegrind is free software; you can redistribute it and/or --# modify it under the terms of the GNU General Public --# License as published by the Free Software Foundation, version 2. --# --# This program is distributed in the hope that it will be useful, --# but WITHOUT ANY WARRANTY; without even the implied warranty of --# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --# General Public License for more details. -- --# You should have received a copy of the GNU General Public License --# along with this program; see the file COPYING. If not, write to --# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, --# Boston, MA 02110-1301, USA. --# --# --# This script transforms the pstat output of the hotshot --# python profiler into the input of kcachegrind. --# --# example usage: --# modify you python script to run this code: --# --# import hotshot --# filename = "pythongrind.prof" --# prof = hotshot.Profile(filename, lineevents=1) --# prof.runcall(run) # assuming that "run" should be called. --# prof.close() --# --# it will run the "run"-method under profiling and write --# the results in a file, called "pythongrind.prof". --# --# then call this script: --# hotshot2cachegrind -o <output> <input> --# or here: --# hotshot2cachegrind cachegrind.out.0 pythongrind.prof --# --# then call kcachegrind: --# kcachegrind cachegrind.out.0 --# --# TODO: --# * es gibt Probleme mit rekursiven (direkt und indirekt) Aufrufen - dann --# stimmen die Kosten nicht. --# --# * einige Funktionen werden mit "?" als Name angezeigt. Evtl sind --# das nur die C/C++ extensions. --# --# * es fehlt noch ein Funktionsnamen Mangling, dass die Filenamen berücksichtigt, --# zZ sind alle __init__'s und alle run's schwer unterscheidbar :-( --# --version = "$Revision$" --progname = "hotshot2cachegrind" -- --import os, sys --from hotshot import stats,log --import os.path -- --file_limit=0 -- --what2text = { -- log.WHAT_ADD_INFO : "ADD_INFO", -- log.WHAT_DEFINE_FUNC : "DEFINE_FUNC", -- log.WHAT_DEFINE_FILE : "DEFINE_FILE", -- log.WHAT_LINENO : "LINENO", -- log.WHAT_EXIT : "EXIT", -- log.WHAT_ENTER : "ENTER"} -- --# a pseudo caller on the caller stack. This represents --# the Python interpreter that executes the given python --# code. --root_caller = ("PythonInterpreter",0,"execute") -- --class CallStack: -- """A tiny Stack implementation, based on python lists""" -- def __init__(self): -- self.stack = [] -- self.recursion_counter = {} -- def push(self, elem): -- """put something on the stack""" -- self.stack.append(elem) -- rc = self.recursion_counter.get(elem, 0) -- self.recursion_counter[elem] = rc + 1 -- -- def pop(self): -- """get the head element of the stack and remove it from the stack""" -- elem = self.stack[-1:][0] -- rc = self.recursion_counter.get(elem) - 1 -- if rc>0: -- self.recursion_counter[elem] = rc -- else: -- del self.recursion_counter[elem] -- return self.stack.pop() -- -- def top(self): -- """get the head element of the stack, stack is unchanged.""" -- return self.stack[-1:][0] -- def handleLineCost(self, tdelta): -- p, c = self.stack.pop() -- self.stack.append( (p,c + tdelta) ) -- def size(self): -- """ return how many elements the stack has""" -- return len(self.stack) -- -- def __str__(self): -- return "[stack: %s]" % self.stack -- -- def recursion(self, pos): -- return self.recursion_counter.get(pos, 0) -- #return self.recursion_dict.has_key((entry[0][0], entry[0][2])) -- --def return_from_call(caller_stack, call_dict, cost_now): -- """return from a function call -- remove the function from the caller stack, -- add the costs to the calling function. -- """ -- called, cost_at_enter = caller_stack.pop() -- caller, caller_cost = caller_stack.top() -- -- #print "return_from_call: %s ruft %s" % (caller, called,) -- -- per_file_dict = call_dict.get(called[0], {}) -- per_caller_dict = per_file_dict.get(called[2], {}) -- cost_so_far, call_counter = per_caller_dict.get(caller, (0, 0)) -- -- if caller_stack.recursion(called): -- per_caller_dict[caller] = (cost_so_far, call_counter + 1) -- else: -- per_caller_dict[caller] = (cost_so_far + cost_now - cost_at_enter, call_counter + 1) -- -- per_file_dict[called[2]] = per_caller_dict -- call_dict[called[0]] = per_file_dict -- -- --def updateStatus(filecount): -- sys.stdout.write("reading File #%d \r" % filecount) -- sys.stdout.flush() --def convertProfFiles(output, inputfilenames): -- """convert all the given input files into one kcachegrind -- input file. -- """ -- call_dict = {} -- cost_per_pos = {} -- cost_per_function = {} -- caller_stack = CallStack() -- caller_stack.push((root_caller, 0)) -- -- total_cost = 0 -- filecount = 1 -- number_of_files = len(inputfilenames) -- for inputfilename in inputfilenames: -- updateStatus(filecount) -- cost, filecount = convertHandleFilename(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount) -- total_cost += cost -- if (file_limit > 0) and (filecount > file_limit): -- break -- -- print -- print "total_cost: % d Ticks",total_cost -- dumpResults(output, call_dict, total_cost, cost_per_pos, cost_per_function) -- --def convertHandleFilename(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount): -- updateStatus(filecount) -- if not ((file_limit > 0) and (filecount > file_limit)): -- if os.path.isdir(inputfilename): -- cost, filecount = convertProfDir(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount) -- elif os.path.isfile(inputfilename): -- cost = convertProfFile(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function) -- filecount += 1 -- else: -- sys.stderr.write("warn: ignoring '%s', is no file and no directory\n" % inputfilename) -- cost = 0 -- return (cost, filecount) -- --def convertProfDir(start, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount): -- cost = 0 -- filenames = os.listdir(start) -- for f in filenames: -- if (file_limit > 0) and (filecount > file_limit): -- break -- full = os.path.join(start, f) -- c, filecount = convertHandleFilename(full, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount) -- cost += c; -- return (cost, filecount) -- --def handleCostPerPos(cost_per_pos, pos, current_cost): -- """ -- the cost per source position are managed in a dict in a dict. -- -- the cost are handled per file and there per function. -- so, the per-file-dict contains some per-function-dicts -- which sum up the cost per line (in this function and in -- this file). -- """ -- filename = pos[0] -- lineno = pos[1] -- funcname = pos[2] -- file_dict = cost_per_pos.get(filename, {}) -- func_dict = file_dict.get(funcname, {}) -- func_dict.setdefault(lineno, 0) -- func_dict[lineno] += current_cost -- file_dict[funcname] = func_dict -- cost_per_pos[filename] = file_dict -- --def convertProfFile(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function): -- """convert a single input file into one kcachegrind -- data. -- -- this is the most expensive function in this python source :-) -- """ -- -- total_cost = 0 -- try: -- logreader = log.LogReader(inputfilename) -- current_cost = 0 -- hc = handleCostPerPos # shortcut -- for item in logreader: -- what, pos ,tdelta = item -- (file, lineno, func) = pos -- #line = "%s %s %d %s %d" % (what2text[what], file, lineno, func, tdelta) -- #print line -- # most common cases first -- if what == log.WHAT_LINENO: -- # add the current cost to the current function -- hc(cost_per_pos, pos, tdelta) -- total_cost += tdelta -- elif what == log.WHAT_ENTER: -- caller_stack.push((pos, total_cost)) -- hc(cost_per_pos, pos, tdelta) -- total_cost += tdelta -- elif what == log.WHAT_EXIT: -- hc(cost_per_pos, pos, tdelta) -- total_cost += tdelta -- return_from_call(caller_stack, call_dict, total_cost) -- else: -- assert 0, "duh: %d" % what -- -- -- # I have no idea, why sometimes the stack is not empty - we -- # have to rewind the stack to get 100% for the root_caller -- while caller_stack.size() > 1: -- return_from_call(caller_stack, call_dict, total_cost) -- -- except IOError: -- print "could not open inputfile '%s', ignore this." % inputfilename -- except EOFError, m: -- print "EOF: %s" % (m,) -- return total_cost -- --def pretty_name(file, function): -- #pfile = os.path.splitext(os.path.basename(file)) [0] -- #return "%s_[%s]" % (function, file) -- return "%s" % function -- #return "%s::%s" % (file, function) -- #return "%s_%s" % (pfile, function) -- --class TagWriter: -- def __init__(self, output): -- self.output = output -- self.last_values = {} -- -- def clearTag(self, tag): -- if self.last_values.has_key(tag): -- del self.last_values[ tag ] -- def clear(self): -- self.last_values = {} -- -- def write(self, tag, value): -- self.output.write("%s=%s\n" % (tag, value)) -- #if (not self.last_values.has_key(tag)) or self.last_values[tag] != value: -- # self.last_values[ tag ] = value -- # self.output.write("%s=%s\n" % (tag, value)) -- --def dumpResults(output, call_dict, total_cost, cost_per_pos, cost_per_function): -- """write the collected results in the format kcachegrind -- could read. -- """ -- # the intro -- output.write("events: Tick\n") -- output.write("summary: %d\n" % total_cost) -- output.write("cmd: your python script\n") -- output.write("\n") -- tagwriter = TagWriter(output) -- -- # now the costs per line -- for file in cost_per_pos.keys(): -- func_dict = cost_per_pos[file] -- for func in func_dict.keys(): -- line_dict = func_dict[func] -- tagwriter.write("ob", file) -- tagwriter.write("fn", func)# pretty_name(file, func)) ; output.write("# ^--- 2\n") -- tagwriter.write("fl", file) -- for line in line_dict: -- output.write("%d %d\n" %( line, line_dict[line] )) -- -- output.write("\n\n") -- # now the function calls. For each caller all the called -- # functions and their costs are written. -- for file in call_dict.keys(): -- per_file_dict = call_dict[file] -- #print "file %s -> %s" % (file, per_file_dict) -- for called_x in per_file_dict.keys(): -- #print "called_x:",called_x -- per_caller_dict = per_file_dict[called_x] -- #print "called_x %s wird gerufen von: %s" % (called_x, per_caller_dict) -- for caller_x in per_caller_dict.keys(): -- tagwriter.write("ob", caller_x[0]) -- tagwriter.write("fn", caller_x[2])# pretty_name(caller_x[2], caller_x[0])) ; output.write("# ^--- 1\n") -- tagwriter.write("fl", caller_x[0]) -- tagwriter.write("cob", file) -- tagwriter.write("cfn", called_x) #pretty_name(file, called_x)) -- tagwriter.write("cfl", file) -- cost, count = per_caller_dict[caller_x] -- #print "called_x:",called_x -- output.write("calls=%d\n%d %d\n" % (count, caller_x[1], cost)) -- tagwriter.clear() -- #tagwriter.clearTag("cob") -- # is it a bug in kcachegrind, that the "cob=xxx" line has -- # to be rewritten after a calls entry with costline ? -- #assert cost <= total_cost, "caller_x: %s, per_caller_dict: %s " % (caller_x, per_caller_dict, ) -- #output.write("calls=%d\n%d %d\n" % (count, caller_x[1], cost)) -- output.write("\n") -- --def run_without_optparse(): -- """parse the options without optparse, use sys.argv""" -- if len(sys.argv) < 4 or sys.argv[1] != "-o" : -- print "usage: hotshot2cachegrind -o outputfile in1 [in2 [in3 [...]]]" -- return -- outputfilename = sys.argv[2] -- try: -- output = file(outputfilename, "w") -- args = sys.argv[3:] -- convertProfFiles(output, args) -- output.close() -- except IOError: -- print "could not open '%s' for writing." % outputfilename -- --def run_with_optparse(): -- """parse the options with optparse""" -- -- global file_limit -- -- versiontext = "%s version: %s" % ( progname, version.split()[1], ) -- parser = OptionParser(version=versiontext) -- parser.add_option("-o", "--output", -- action="store", type="string", dest="outputfilename", -- help="write output into FILE") -- parser.add_option("--file-limit", -- action="store", dest="file_limit", default=0, -- help="stop after given number of input files") -- output = sys.stdout -- close_output = 0 -- (options, args) = parser.parse_args() -- file_limit = int(options.file_limit) -- try: -- if options.outputfilename and options.outputfilename != "-": -- output = file(options.outputfilename, "w") -- close_output = 1 -- except IOError: -- print "could not open '%s' for writing." % options.outputfilename -- if output: -- convertProfFiles(output, args) -- if close_output: -- output.close() -- -- --def profile_myself(): -- import hotshot -- filename = "self.prof" -- if not os.path.exists(filename): -- prof = hotshot.Profile(filename, lineevents=1) -- prof.runcall(run) -- prof.close() -- else: -- print "not profiling myself, since '%s' exists, running normal" % filename -- run() -- --# check if optparse is available. --try: -- from optparse import OptionParser -- run = run_with_optparse --except ImportError: -- run = run_without_optparse -- --if __name__ == "__main__": -- try: -- run() -- #profile_myself() -- except KeyboardInterrupt: -- sys.exit(1) -diff --git a/converters/hotshot2calltree.cmake b/converters/hotshot2calltree.cmake -new file mode 100644 -index 0000000..c2dcc17 ---- /dev/null -+++ b/converters/hotshot2calltree.cmake -@@ -0,0 +1,394 @@ -+#!/usr/bin/env python -+# _*_ coding: latin1 _*_ -+ -+# -+# Copyright (c) 2003 by WEB.DE, Karlsruhe -+# Autor: Jörg Beyer <job@webde-ag.de> -+# -+# hotshot2cachegrind is free software; you can redistribute it and/or -+# modify it under the terms of the GNU General Public -+# License as published by the Free Software Foundation, version 2. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+# General Public License for more details. -+ -+# You should have received a copy of the GNU General Public License -+# along with this program; see the file COPYING. If not, write to -+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -+# Boston, MA 02110-1301, USA. -+# -+# -+# This script transforms the pstat output of the hotshot -+# python profiler into the input of kcachegrind. -+# -+# example usage: -+# modify you python script to run this code: -+# -+# import hotshot -+# filename = "pythongrind.prof" -+# prof = hotshot.Profile(filename, lineevents=1) -+# prof.runcall(run) # assuming that "run" should be called. -+# prof.close() -+# -+# it will run the "run"-method under profiling and write -+# the results in a file, called "pythongrind.prof". -+# -+# then call this script: -+# hotshot2cachegrind -o <output> <input> -+# or here: -+# hotshot2cachegrind cachegrind.out.0 pythongrind.prof -+# -+# then call kcachegrind: -+# kcachegrind cachegrind.out.0 -+# -+# TODO: -+# * es gibt Probleme mit rekursiven (direkt und indirekt) Aufrufen - dann -+# stimmen die Kosten nicht. -+# -+# * einige Funktionen werden mit "?" als Name angezeigt. Evtl sind -+# das nur die C/C++ extensions. -+# -+# * es fehlt noch ein Funktionsnamen Mangling, dass die Filenamen berücksichtigt, -+# zZ sind alle __init__'s und alle run's schwer unterscheidbar :-( -+# -+version = "Version ${KCACHEGRIND_VERSION}" -+progname = "hotshot2cachegrind" -+ -+import os, sys -+from hotshot import stats,log -+import os.path -+ -+file_limit=0 -+ -+what2text = { -+ log.WHAT_ADD_INFO : "ADD_INFO", -+ log.WHAT_DEFINE_FUNC : "DEFINE_FUNC", -+ log.WHAT_DEFINE_FILE : "DEFINE_FILE", -+ log.WHAT_LINENO : "LINENO", -+ log.WHAT_EXIT : "EXIT", -+ log.WHAT_ENTER : "ENTER"} -+ -+# a pseudo caller on the caller stack. This represents -+# the Python interpreter that executes the given python -+# code. -+root_caller = ("PythonInterpreter",0,"execute") -+ -+class CallStack: -+ """A tiny Stack implementation, based on python lists""" -+ def __init__(self): -+ self.stack = [] -+ self.recursion_counter = {} -+ def push(self, elem): -+ """put something on the stack""" -+ self.stack.append(elem) -+ rc = self.recursion_counter.get(elem, 0) -+ self.recursion_counter[elem] = rc + 1 -+ -+ def pop(self): -+ """get the head element of the stack and remove it from the stack""" -+ elem = self.stack[-1:][0] -+ rc = self.recursion_counter.get(elem) - 1 -+ if rc>0: -+ self.recursion_counter[elem] = rc -+ else: -+ del self.recursion_counter[elem] -+ return self.stack.pop() -+ -+ def top(self): -+ """get the head element of the stack, stack is unchanged.""" -+ return self.stack[-1:][0] -+ def handleLineCost(self, tdelta): -+ p, c = self.stack.pop() -+ self.stack.append( (p,c + tdelta) ) -+ def size(self): -+ """ return how many elements the stack has""" -+ return len(self.stack) -+ -+ def __str__(self): -+ return "[stack: %s]" % self.stack -+ -+ def recursion(self, pos): -+ return self.recursion_counter.get(pos, 0) -+ #return self.recursion_dict.has_key((entry[0][0], entry[0][2])) -+ -+def return_from_call(caller_stack, call_dict, cost_now): -+ """return from a function call -+ remove the function from the caller stack, -+ add the costs to the calling function. -+ """ -+ called, cost_at_enter = caller_stack.pop() -+ caller, caller_cost = caller_stack.top() -+ -+ #print "return_from_call: %s ruft %s" % (caller, called,) -+ -+ per_file_dict = call_dict.get(called[0], {}) -+ per_caller_dict = per_file_dict.get(called[2], {}) -+ cost_so_far, call_counter = per_caller_dict.get(caller, (0, 0)) -+ -+ if caller_stack.recursion(called): -+ per_caller_dict[caller] = (cost_so_far, call_counter + 1) -+ else: -+ per_caller_dict[caller] = (cost_so_far + cost_now - cost_at_enter, call_counter + 1) -+ -+ per_file_dict[called[2]] = per_caller_dict -+ call_dict[called[0]] = per_file_dict -+ -+ -+def updateStatus(filecount): -+ sys.stdout.write("reading File #%d \r" % filecount) -+ sys.stdout.flush() -+def convertProfFiles(output, inputfilenames): -+ """convert all the given input files into one kcachegrind -+ input file. -+ """ -+ call_dict = {} -+ cost_per_pos = {} -+ cost_per_function = {} -+ caller_stack = CallStack() -+ caller_stack.push((root_caller, 0)) -+ -+ total_cost = 0 -+ filecount = 1 -+ number_of_files = len(inputfilenames) -+ for inputfilename in inputfilenames: -+ updateStatus(filecount) -+ cost, filecount = convertHandleFilename(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount) -+ total_cost += cost -+ if (file_limit > 0) and (filecount > file_limit): -+ break -+ -+ print -+ print "total_cost: % d Ticks",total_cost -+ dumpResults(output, call_dict, total_cost, cost_per_pos, cost_per_function) -+ -+def convertHandleFilename(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount): -+ updateStatus(filecount) -+ if not ((file_limit > 0) and (filecount > file_limit)): -+ if os.path.isdir(inputfilename): -+ cost, filecount = convertProfDir(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount) -+ elif os.path.isfile(inputfilename): -+ cost = convertProfFile(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function) -+ filecount += 1 -+ else: -+ sys.stderr.write("warn: ignoring '%s', is no file and no directory\n" % inputfilename) -+ cost = 0 -+ return (cost, filecount) -+ -+def convertProfDir(start, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount): -+ cost = 0 -+ filenames = os.listdir(start) -+ for f in filenames: -+ if (file_limit > 0) and (filecount > file_limit): -+ break -+ full = os.path.join(start, f) -+ c, filecount = convertHandleFilename(full, caller_stack, call_dict, cost_per_pos, cost_per_function, filecount) -+ cost += c; -+ return (cost, filecount) -+ -+def handleCostPerPos(cost_per_pos, pos, current_cost): -+ """ -+ the cost per source position are managed in a dict in a dict. -+ -+ the cost are handled per file and there per function. -+ so, the per-file-dict contains some per-function-dicts -+ which sum up the cost per line (in this function and in -+ this file). -+ """ -+ filename = pos[0] -+ lineno = pos[1] -+ funcname = pos[2] -+ file_dict = cost_per_pos.get(filename, {}) -+ func_dict = file_dict.get(funcname, {}) -+ func_dict.setdefault(lineno, 0) -+ func_dict[lineno] += current_cost -+ file_dict[funcname] = func_dict -+ cost_per_pos[filename] = file_dict -+ -+def convertProfFile(inputfilename, caller_stack, call_dict, cost_per_pos, cost_per_function): -+ """convert a single input file into one kcachegrind -+ data. -+ -+ this is the most expensive function in this python source :-) -+ """ -+ -+ total_cost = 0 -+ try: -+ logreader = log.LogReader(inputfilename) -+ current_cost = 0 -+ hc = handleCostPerPos # shortcut -+ for item in logreader: -+ what, pos ,tdelta = item -+ (file, lineno, func) = pos -+ #line = "%s %s %d %s %d" % (what2text[what], file, lineno, func, tdelta) -+ #print line -+ # most common cases first -+ if what == log.WHAT_LINENO: -+ # add the current cost to the current function -+ hc(cost_per_pos, pos, tdelta) -+ total_cost += tdelta -+ elif what == log.WHAT_ENTER: -+ caller_stack.push((pos, total_cost)) -+ hc(cost_per_pos, pos, tdelta) -+ total_cost += tdelta -+ elif what == log.WHAT_EXIT: -+ hc(cost_per_pos, pos, tdelta) -+ total_cost += tdelta -+ return_from_call(caller_stack, call_dict, total_cost) -+ else: -+ assert 0, "duh: %d" % what -+ -+ -+ # I have no idea, why sometimes the stack is not empty - we -+ # have to rewind the stack to get 100% for the root_caller -+ while caller_stack.size() > 1: -+ return_from_call(caller_stack, call_dict, total_cost) -+ -+ except IOError: -+ print "could not open inputfile '%s', ignore this." % inputfilename -+ except EOFError, m: -+ print "EOF: %s" % (m,) -+ return total_cost -+ -+def pretty_name(file, function): -+ #pfile = os.path.splitext(os.path.basename(file)) [0] -+ #return "%s_[%s]" % (function, file) -+ return "%s" % function -+ #return "%s::%s" % (file, function) -+ #return "%s_%s" % (pfile, function) -+ -+class TagWriter: -+ def __init__(self, output): -+ self.output = output -+ self.last_values = {} -+ -+ def clearTag(self, tag): -+ if self.last_values.has_key(tag): -+ del self.last_values[ tag ] -+ def clear(self): -+ self.last_values = {} -+ -+ def write(self, tag, value): -+ self.output.write("%s=%s\n" % (tag, value)) -+ #if (not self.last_values.has_key(tag)) or self.last_values[tag] != value: -+ # self.last_values[ tag ] = value -+ # self.output.write("%s=%s\n" % (tag, value)) -+ -+def dumpResults(output, call_dict, total_cost, cost_per_pos, cost_per_function): -+ """write the collected results in the format kcachegrind -+ could read. -+ """ -+ # the intro -+ output.write("events: Tick\n") -+ output.write("summary: %d\n" % total_cost) -+ output.write("cmd: your python script\n") -+ output.write("\n") -+ tagwriter = TagWriter(output) -+ -+ # now the costs per line -+ for file in cost_per_pos.keys(): -+ func_dict = cost_per_pos[file] -+ for func in func_dict.keys(): -+ line_dict = func_dict[func] -+ tagwriter.write("ob", file) -+ tagwriter.write("fn", func)# pretty_name(file, func)) ; output.write("# ^--- 2\n") -+ tagwriter.write("fl", file) -+ for line in line_dict: -+ output.write("%d %d\n" %( line, line_dict[line] )) -+ -+ output.write("\n\n") -+ # now the function calls. For each caller all the called -+ # functions and their costs are written. -+ for file in call_dict.keys(): -+ per_file_dict = call_dict[file] -+ #print "file %s -> %s" % (file, per_file_dict) -+ for called_x in per_file_dict.keys(): -+ #print "called_x:",called_x -+ per_caller_dict = per_file_dict[called_x] -+ #print "called_x %s wird gerufen von: %s" % (called_x, per_caller_dict) -+ for caller_x in per_caller_dict.keys(): -+ tagwriter.write("ob", caller_x[0]) -+ tagwriter.write("fn", caller_x[2])# pretty_name(caller_x[2], caller_x[0])) ; output.write("# ^--- 1\n") -+ tagwriter.write("fl", caller_x[0]) -+ tagwriter.write("cob", file) -+ tagwriter.write("cfn", called_x) #pretty_name(file, called_x)) -+ tagwriter.write("cfl", file) -+ cost, count = per_caller_dict[caller_x] -+ #print "called_x:",called_x -+ output.write("calls=%d\n%d %d\n" % (count, caller_x[1], cost)) -+ tagwriter.clear() -+ #tagwriter.clearTag("cob") -+ # is it a bug in kcachegrind, that the "cob=xxx" line has -+ # to be rewritten after a calls entry with costline ? -+ #assert cost <= total_cost, "caller_x: %s, per_caller_dict: %s " % (caller_x, per_caller_dict, ) -+ #output.write("calls=%d\n%d %d\n" % (count, caller_x[1], cost)) -+ output.write("\n") -+ -+def run_without_optparse(): -+ """parse the options without optparse, use sys.argv""" -+ if len(sys.argv) < 4 or sys.argv[1] != "-o" : -+ print "usage: hotshot2cachegrind -o outputfile in1 [in2 [in3 [...]]]" -+ return -+ outputfilename = sys.argv[2] -+ try: -+ output = file(outputfilename, "w") -+ args = sys.argv[3:] -+ convertProfFiles(output, args) -+ output.close() -+ except IOError: -+ print "could not open '%s' for writing." % outputfilename -+ -+def run_with_optparse(): -+ """parse the options with optparse""" -+ -+ global file_limit -+ -+ versiontext = "%s version: %s" % ( progname, version.split()[1], ) -+ parser = OptionParser(version=versiontext) -+ parser.add_option("-o", "--output", -+ action="store", type="string", dest="outputfilename", -+ help="write output into FILE") -+ parser.add_option("--file-limit", -+ action="store", dest="file_limit", default=0, -+ help="stop after given number of input files") -+ output = sys.stdout -+ close_output = 0 -+ (options, args) = parser.parse_args() -+ file_limit = int(options.file_limit) -+ try: -+ if options.outputfilename and options.outputfilename != "-": -+ output = file(options.outputfilename, "w") -+ close_output = 1 -+ except IOError: -+ print "could not open '%s' for writing." % options.outputfilename -+ if output: -+ convertProfFiles(output, args) -+ if close_output: -+ output.close() -+ -+ -+def profile_myself(): -+ import hotshot -+ filename = "self.prof" -+ if not os.path.exists(filename): -+ prof = hotshot.Profile(filename, lineevents=1) -+ prof.runcall(run) -+ prof.close() -+ else: -+ print "not profiling myself, since '%s' exists, running normal" % filename -+ run() -+ -+# check if optparse is available. -+try: -+ from optparse import OptionParser -+ run = run_with_optparse -+except ImportError: -+ run = run_without_optparse -+ -+if __name__ == "__main__": -+ try: -+ run() -+ #profile_myself() -+ except KeyboardInterrupt: -+ sys.exit(1) diff --git a/extra/kdesdk-kioslaves/PKGBUILD b/extra/kdesdk-kioslaves/PKGBUILD index 8f0c101cc..8a92ecf94 100644 --- a/extra/kdesdk-kioslaves/PKGBUILD +++ b/extra/kdesdk-kioslaves/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209596 2014-03-31 10:24:20Z svenstaro $ +# $Id: PKGBUILD 211472 2014-04-18 18:03:21Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-kioslaves -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='KIO-Slaves' url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'subversion') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz") -sha1sums=('fa1b4010fabff90b171843dda557d1622a603b29') +sha1sums=('802cbc3bbb8da01ab275ed2f8022e7bccd19652b') build() { mkdir build diff --git a/extra/kdesdk-kompare/PKGBUILD b/extra/kdesdk-kompare/PKGBUILD index 92c67c6a9..6f9d1fdfb 100644 --- a/extra/kdesdk-kompare/PKGBUILD +++ b/extra/kdesdk-kompare/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209598 2014-03-31 10:24:27Z svenstaro $ +# $Id: PKGBUILD 211473 2014-04-18 18:03:22Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-kompare -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Diff/Patch Frontend' url='http://kde.org/applications/development/kompare/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkomparediff2') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz") -sha1sums=('23f2880b15a3d2088f46316ca9e4daa8bcd6b898') +sha1sums=('2c78806dec271f34f96514b6efaaf0cabcbc8501') prepare() { mkdir build diff --git a/extra/kdesdk-lokalize/PKGBUILD b/extra/kdesdk-lokalize/PKGBUILD index 965ad8bc8..19bdbab5a 100644 --- a/extra/kdesdk-lokalize/PKGBUILD +++ b/extra/kdesdk-lokalize/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209600 2014-03-31 10:24:37Z svenstaro $ +# $Id: PKGBUILD 211474 2014-04-18 18:03:23Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-lokalize -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Computer-Aided Translation System' url='http://kde.org/applications/development/lokalize/' @@ -16,7 +16,7 @@ optdepends=('translate-toolkit: enable extra scripts' install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/lokalize-${pkgver}.tar.xz" 'fix-python2-path.patch') -sha1sums=('a58405bf24d57c67ac855bd473579f745cff61e8' +sha1sums=('36fa9e7afabf6e968cb2e03d73e0bbcd8804fbe3' '07db42bbcae402c292eebf002e549b04162621c5') prepare() { diff --git a/extra/kdesdk-okteta/PKGBUILD b/extra/kdesdk-okteta/PKGBUILD index 018451259..aa37096d7 100644 --- a/extra/kdesdk-okteta/PKGBUILD +++ b/extra/kdesdk-okteta/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209602 2014-03-31 10:24:44Z svenstaro $ +# $Id: PKGBUILD 211475 2014-04-18 18:03:24Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-okteta -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Hex Editor' url='http://kde.org/applications/utilities/okteta/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz") -sha1sums=('942c8f88f0653412e887710bcb034bb7315d61fc') +sha1sums=('fc70d55a4e5faa427de96cb5b8b2f81c6035f402') build() { mkdir build diff --git a/extra/kdesdk-poxml/PKGBUILD b/extra/kdesdk-poxml/PKGBUILD index 3d0054da7..f7a3de64c 100644 --- a/extra/kdesdk-poxml/PKGBUILD +++ b/extra/kdesdk-poxml/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209604 2014-03-31 10:24:52Z svenstaro $ +# $Id: PKGBUILD 211476 2014-04-18 18:03:24Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-poxml -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Translates DocBook XML files using gettext po files' url='https://projects.kde.org/projects/kde/kdesdk/poxml' @@ -13,7 +13,7 @@ depends=('kdelibs') makedepends=('cmake' 'automoc4' 'antlr2') optdepends=('antlr2: required for po2xml and swappo tool') source=("http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz") -sha1sums=('0424aae714b59e953d1c9231a7e979db84ff71a0') +sha1sums=('bd0828684bf397bce1ce72ce2918798e63ad6a5c') build() { mkdir build diff --git a/extra/kdesdk-strigi-analyzers/PKGBUILD b/extra/kdesdk-strigi-analyzers/PKGBUILD index f58e774f2..ca58bcbf2 100644 --- a/extra/kdesdk-strigi-analyzers/PKGBUILD +++ b/extra/kdesdk-strigi-analyzers/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209606 2014-03-31 10:25:05Z svenstaro $ +# $Id: PKGBUILD 211477 2014-04-18 18:03:25Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-strigi-analyzers -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Analyzer plugins for strigi' url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers' @@ -12,7 +12,7 @@ groups=('kde' 'kdesdk') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz") -sha1sums=('feb40554b86069edf8a7888219a211c0f667ede3') +sha1sums=('04e4d7e3f48a933e93b51d97421833525dc129de') build() { mkdir build diff --git a/extra/kdesdk-thumbnailers/PKGBUILD b/extra/kdesdk-thumbnailers/PKGBUILD index 0615bb51f..5014a65af 100644 --- a/extra/kdesdk-thumbnailers/PKGBUILD +++ b/extra/kdesdk-thumbnailers/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 209608 2014-03-31 10:25:13Z svenstaro $ +# $Id: PKGBUILD 211478 2014-04-18 18:03:26Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-thumbnailers -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Plugins for the thumbnailing system' url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdesdk') -depends=('kdebase-runtime') +depends=('kdebase-runtime' 'gettext') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz") -sha1sums=('47416ab0a631963c1f3143829b330254a0160b9f') +sha1sums=('28ee5d44731b9590034f9b77b73f7456b59c2819') build() { mkdir build diff --git a/extra/kdesdk-umbrello/PKGBUILD b/extra/kdesdk-umbrello/PKGBUILD index df12269ee..e0523d95a 100644 --- a/extra/kdesdk-umbrello/PKGBUILD +++ b/extra/kdesdk-umbrello/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209610 2014-03-31 10:25:19Z svenstaro $ +# $Id: PKGBUILD 211479 2014-04-18 18:03:27Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdesdk-umbrello -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='UML Modeller' url='http://kde.org/applications/development/umbrello/' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4' 'boost') optdepends=('ruby') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz") -sha1sums=('60ff98753d08b33a00fc178cefd523a472999f4d') +sha1sums=('087c9cf58fa04f65adf476c660c53f993482f211') build() { mkdir build diff --git a/extra/kdetoys-amor/PKGBUILD b/extra/kdetoys-amor/PKGBUILD index 1924b2233..fd34b82b1 100644 --- a/extra/kdetoys-amor/PKGBUILD +++ b/extra/kdetoys-amor/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209612 2014-03-31 10:25:26Z svenstaro $ +# $Id: PKGBUILD 211480 2014-04-18 18:03:28Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdetoys-amor -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='On-Screen Creature' url='https://projects.kde.org/projects/kde/kdetoys/amor' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz") -sha1sums=('7052326c67da7a6a2b8fcc4204a37ad7715f4aa3') +sha1sums=('c23997e99d4d03adecbf1415d7f1fe38459426fc') build() { mkdir build diff --git a/extra/kdetoys-kteatime/PKGBUILD b/extra/kdetoys-kteatime/PKGBUILD index b2eb83b27..0a90a0b22 100644 --- a/extra/kdetoys-kteatime/PKGBUILD +++ b/extra/kdetoys-kteatime/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209614 2014-03-31 10:25:33Z svenstaro $ +# $Id: PKGBUILD 211481 2014-04-18 18:03:28Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdetoys-kteatime -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Tea Cooker' url='http://kde.org/applications/games/kteatime/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz") -sha1sums=('625f47a2a0dcaa6c7961bcda1b725e360b3a6fc0') +sha1sums=('5eee19c871809b57539b74f780cb30135924ed10') build() { mkdir build diff --git a/extra/kdetoys-ktux/PKGBUILD b/extra/kdetoys-ktux/PKGBUILD index 454e53500..4df1c1789 100644 --- a/extra/kdetoys-ktux/PKGBUILD +++ b/extra/kdetoys-ktux/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209616 2014-03-31 10:25:39Z svenstaro $ +# $Id: PKGBUILD 211482 2014-04-18 18:03:29Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdetoys-ktux -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='A Tux-in-a-spaceship screen saver' url='https://projects.kde.org/projects/kde/kdetoys/ktux' @@ -13,7 +13,7 @@ depends=('kdebase-workspace') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz") -sha1sums=('be765ca7588ac4777b79c2b8046ef0489bc3eb4e') +sha1sums=('8f62d0084b192d3590339cd0c6343dd75f8a1a57') build() { mkdir build diff --git a/extra/kdeutils-filelight/PKGBUILD b/extra/kdeutils-filelight/PKGBUILD index 93e04c293..566280bd4 100644 --- a/extra/kdeutils-filelight/PKGBUILD +++ b/extra/kdeutils-filelight/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209620 2014-03-31 10:25:53Z svenstaro $ +# $Id: PKGBUILD 211484 2014-04-18 18:03:31Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-filelight -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='View disk usage information' url='http://kde.org/applications/utilities/filelight' @@ -15,7 +15,7 @@ replaces=('filelight') conflicts=('filelight') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz") -sha1sums=('791cd5426be9e04c9b52ab9a918593db826d9529') +sha1sums=('99188c09ca40e30d9c0dc8d152eecbbcb90d06e1') build() { cd "${srcdir}" diff --git a/extra/kdeutils-kcalc/PKGBUILD b/extra/kdeutils-kcalc/PKGBUILD index fdbbdbf9c..f66e9f12a 100644 --- a/extra/kdeutils-kcalc/PKGBUILD +++ b/extra/kdeutils-kcalc/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209622 2014-03-31 10:25:59Z svenstaro $ +# $Id: PKGBUILD 211485 2014-04-18 18:03:32Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kcalc -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Scientific Calculator' url='http://kde.org/applications/utilities/kcalc/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz") -sha1sums=('7e760476d205b3848cb423768bf02cbca4f8d68d') +sha1sums=('5c07e99fc7d6fdaadb8db6e2127b76081d44159b') build() { cd "${srcdir}" diff --git a/extra/kdeutils-kcharselect/PKGBUILD b/extra/kdeutils-kcharselect/PKGBUILD index 6d0995747..d5aabc002 100644 --- a/extra/kdeutils-kcharselect/PKGBUILD +++ b/extra/kdeutils-kcharselect/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209624 2014-03-31 10:26:05Z svenstaro $ +# $Id: PKGBUILD 211486 2014-04-18 18:03:32Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kcharselect -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Character Selector' url="http://kde.org/applications/utilities/kcharselect/" @@ -12,7 +12,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') source=("http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz") -sha1sums=('9db392bea1d47a459fd79f20598949a396fa97f2') +sha1sums=('732ae4683c1c5c0760c68cb8a64ef84d98c54982') build() { cd "${srcdir}" diff --git a/extra/kdeutils-kdf/PKGBUILD b/extra/kdeutils-kdf/PKGBUILD index 9696554b5..25a33ce98 100644 --- a/extra/kdeutils-kdf/PKGBUILD +++ b/extra/kdeutils-kdf/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209626 2014-03-31 10:26:11Z svenstaro $ +# $Id: PKGBUILD 211487 2014-04-18 18:03:33Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kdf -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 url="http://kde.org/applications/system/kdiskfree/" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz") -sha1sums=('c565523116d6a06e3ec24318b8dc4ce9acd9f677') +sha1sums=('fac0792ae34e1cbc89251571ddccbdda3c4ef320') build() { cd "${srcdir}" diff --git a/extra/kdeutils-kfloppy/PKGBUILD b/extra/kdeutils-kfloppy/PKGBUILD index 0cc40db5c..df7a9b730 100644 --- a/extra/kdeutils-kfloppy/PKGBUILD +++ b/extra/kdeutils-kfloppy/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209628 2014-03-31 10:26:18Z svenstaro $ +# $Id: PKGBUILD 211488 2014-04-18 18:03:34Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kfloppy -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Floppy Formatter' url='http://kde.org/applications/utilities/kfloppy/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz") -sha1sums=('53db820921ecf311dc5976aa2484b039297c4119') +sha1sums=('eb690620e0e36e1387a7219292196970d62a4d33') build() { cd "${srcdir}" diff --git a/extra/kdeutils-kgpg/PKGBUILD b/extra/kdeutils-kgpg/PKGBUILD index 00f2de3f6..8db6778a1 100644 --- a/extra/kdeutils-kgpg/PKGBUILD +++ b/extra/kdeutils-kgpg/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209630 2014-03-31 10:26:24Z svenstaro $ +# $Id: PKGBUILD 211489 2014-04-18 18:03:35Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kgpg -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='A GnuPG frontend' url='http://kde.org/applications/utilities/kgpg/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4' 'boost') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz") -sha1sums=('4d57a251f4b1a277343ab91c88867c977d6e5d9e') +sha1sums=('8d88c1459f43d41107ce1deba57f506afbb849d9') prepare() { mkdir build diff --git a/extra/kdeutils-kremotecontrol/PKGBUILD b/extra/kdeutils-kremotecontrol/PKGBUILD index 888da0cda..2a85450ad 100644 --- a/extra/kdeutils-kremotecontrol/PKGBUILD +++ b/extra/kdeutils-kremotecontrol/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209632 2014-03-31 10:26:31Z svenstaro $ +# $Id: PKGBUILD 211490 2014-04-18 18:03:38Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kremotecontrol -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Configure your remote controls for use with applications' url='http://kde.org/applications/utilities/kremotecontrol/' @@ -15,7 +15,7 @@ replaces=('kdeutils-kdelirc') conflicts=('kdeutils-kdelirc') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz") -sha1sums=('647b66a84232ffa26eaa323a82bd00db0af481a2') +sha1sums=('5941b07f3dcd25a2d860b1ec6c05a2260c454ff8') build() { cd "${srcdir}" diff --git a/extra/kdeutils-ktimer/PKGBUILD b/extra/kdeutils-ktimer/PKGBUILD index 49b6168ff..314ad849c 100644 --- a/extra/kdeutils-ktimer/PKGBUILD +++ b/extra/kdeutils-ktimer/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209634 2014-03-31 10:26:37Z svenstaro $ +# $Id: PKGBUILD 211491 2014-04-18 18:03:39Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-ktimer -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Countdown Launcher' url='http://kde.org/applications/utilities/ktimer/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz") -sha1sums=('0cf92926bb4b80bf984f2ca0d7e466dcf7330500') +sha1sums=('406ff82b038f7f5fcefe6c7b717256f784fd6359') build() { cd "${srcdir}" diff --git a/extra/kdeutils-kwalletmanager/PKGBUILD b/extra/kdeutils-kwalletmanager/PKGBUILD index 1c5b2bb14..5bab2b47f 100644 --- a/extra/kdeutils-kwalletmanager/PKGBUILD +++ b/extra/kdeutils-kwalletmanager/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209636 2014-03-31 10:26:43Z svenstaro $ +# $Id: PKGBUILD 211492 2014-04-18 18:03:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kwalletmanager -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='Wallet Management Tool' url='http://kde.org/applications/system/kwalletmanager/' @@ -15,7 +15,7 @@ conflicts=('kdeutils-kwallet') replaces=('kdeutils-kwallet') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz") -sha1sums=('4ecbbe72ec2cadaf09ccb8916eee9dc474a9d5e0') +sha1sums=('02a340c9031655fdb88b1194ce4816b4a10821bd') prepare() { mkdir build diff --git a/extra/kdeutils-print-manager/PKGBUILD b/extra/kdeutils-print-manager/PKGBUILD index b4010aa9c..daed1dcac 100644 --- a/extra/kdeutils-print-manager/PKGBUILD +++ b/extra/kdeutils-print-manager/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209638 2014-03-31 10:26:50Z svenstaro $ +# $Id: PKGBUILD 211493 2014-04-18 18:03:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-print-manager -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A tool for managing print jobs and printers" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ replaces=('print-manager' 'kdeutils-printer-applet' 'kdeadmin-system-config-prin conflicts=('print-manager') groups=('kde' 'kdeutils') source=("http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz") -sha1sums=('80cf76ce5fb17fb4ffc574f6bb76db9f25dd595f') +sha1sums=('44f443f5db39c2c403acbd7c8c059487020790cd') build() { mkdir build diff --git a/extra/kdeutils-superkaramba/PKGBUILD b/extra/kdeutils-superkaramba/PKGBUILD index fbf2953e6..23d409a55 100644 --- a/extra/kdeutils-superkaramba/PKGBUILD +++ b/extra/kdeutils-superkaramba/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209640 2014-03-31 10:26:56Z svenstaro $ +# $Id: PKGBUILD 211494 2014-04-18 18:03:41Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-superkaramba -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='An engine for cool desktop eyecandy' url='http://kde.org/applications/utilities/superkaramba/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz") -sha1sums=('39966af9f9219273e7ccac8d4c2d61be008981e7') +sha1sums=('6651f90e1c6e2c3ddcb8a40aaf7229fba835cf0f') build() { cd "${srcdir}" diff --git a/extra/kdeutils-sweeper/PKGBUILD b/extra/kdeutils-sweeper/PKGBUILD index a0f697091..85316358a 100644 --- a/extra/kdeutils-sweeper/PKGBUILD +++ b/extra/kdeutils-sweeper/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209642 2014-03-31 10:27:02Z svenstaro $ +# $Id: PKGBUILD 211495 2014-04-18 18:03:42Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-sweeper -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc='System Cleaner' url='http://kde.org/applications/utilities/sweeper' @@ -12,7 +12,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') source=("http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz") -sha1sums=('a3a02991b06e0f427018d301f6bc6d7329237505') +sha1sums=('c0bb7a7f2d328aa58182f1c591ec0196176c4bef') build() { cd "${srcdir}" diff --git a/extra/kdewebdev/PKGBUILD b/extra/kdewebdev/PKGBUILD index 3e46e29b9..63ea865b8 100644 --- a/extra/kdewebdev/PKGBUILD +++ b/extra/kdewebdev/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209644 2014-03-31 10:27:10Z svenstaro $ +# $Id: PKGBUILD 211496 2014-04-18 18:03:43Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -7,7 +7,7 @@ pkgname=('kdewebdev-kfilereplace' 'kdewebdev-kimagemapeditor' 'kdewebdev-klinkstatus' 'kdewebdev-kommander') -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' @@ -15,7 +15,7 @@ license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdewebdev') makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost') source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('8e0970a57b9f6fea4070f4983626201a1a9b1357') +sha1sums=('db35428c07cc95fcbf31fc6a99ba95a62bafec3f') build() { cd $srcdir diff --git a/extra/kfilemetadata/PKGBUILD b/extra/kfilemetadata/PKGBUILD new file mode 100644 index 000000000..0b397fea6 --- /dev/null +++ b/extra/kfilemetadata/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 211332 2014-04-18 18:01:20Z andrea $ +# Maintainer: Andrea Scarpino <andrea@archlinux.org> + +pkgname=kfilemetadata +pkgver=4.13.0 +pkgrel=1 +pkgdesc="A library for extracting file metadata" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata' +license=('LGPL') +depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 'kdegraphics-mobipocket') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('3bfd15f218ee76bf4a57357afa05fd01b4e68bd5') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} diff --git a/extra/nepomuk-widgets/PKGBUILD b/extra/kqtquickcharts/PKGBUILD index a8dbfbc65..464dbefdd 100644 --- a/extra/nepomuk-widgets/PKGBUILD +++ b/extra/kqtquickcharts/PKGBUILD @@ -1,20 +1,23 @@ -# $Id: PKGBUILD 209400 2014-03-31 10:11:55Z svenstaro $ +# $Id: PKGBUILD 211363 2014-04-18 18:01:45Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> -pkgname=nepomuk-widgets -pkgver=4.12.4 +pkgname=kqtquickcharts +pkgver=4.13.0 pkgrel=1 -pkgdesc="The Library containing the Nepomuk Widgets" -url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-widgets" +pkgdesc="A QtQuick plugin to render beautiful and interactive charts" +url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') -depends=('nepomuk-core') +depends=('kdelibs') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('98fe6be29cb6821d42da7d4da7663af76cf9464b') +sha1sums=('a58359112047c63ce12e4b509c691ab560c5d255') -build() { +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/extra/libcdr/PKGBUILD b/extra/libcdr/PKGBUILD new file mode 100644 index 000000000..d5f74de72 --- /dev/null +++ b/extra/libcdr/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 211320 2014-04-18 17:28:23Z andyrtr $ +# Maintainer: AndyRTR <andyrtr@archlinux.org> +# Contributor: megadriver <megadriver at gmx dot com> +# Contributor: Luca Bennati <lucak3 AT gmail DOT com> + +pkgname=libcdr +pkgver=0.0.16 +pkgrel=2 +pkgdesc="CorelDraw file format importer library for LibreOffice" +arch=('i686' 'x86_64') +url="http://www.freedesktop.org/wiki/Software/libcdr/" +license=('GPL2' 'LGPL2.1' 'MPL') +depends=('libwpd' 'lcms2' 'icu') +makedepends=('libwpg' 'boost') +source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) +md5sums=('b494bbaf48a0d5f90a525e6ea37bc096') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make -k check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} diff --git a/extra/libetonyek/PKGBUILD b/extra/libetonyek/PKGBUILD index 354d5ebda..e56dc4a5b 100644 --- a/extra/libetonyek/PKGBUILD +++ b/extra/libetonyek/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 204536 2014-01-22 11:40:28Z bpiotrowski $ +# $Id: PKGBUILD 211265 2014-04-18 12:27:05Z andyrtr $ +# Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Yue pkgname=libetonyek -pkgver=0.0.3 +pkgver=0.0.4 pkgrel=1 pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations' arch=('i686' 'x86_64') @@ -12,7 +13,7 @@ license=('MPL') depends=('libxml2' 'gperf' 'zlib' 'libwpd' 'boost-libs') makedepends=('boost' 'cppunit') source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) -md5sums=('6deb26eb088acd8938b9bec800cfb59e') +md5sums=('9d7c8e52e2d20e1fa270c75fd78f3417') build() { cd $pkgname-$pkgver diff --git a/extra/libgweather/PKGBUILD b/extra/libgweather/PKGBUILD index f9d19efda..993d61a90 100644 --- a/extra/libgweather/PKGBUILD +++ b/extra/libgweather/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210513 2014-04-14 20:07:14Z jgc $ +# $Id: PKGBUILD 211212 2014-04-18 11:07:11Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libgweather -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Provides access to weather information from the net" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ options=('!emptydirs') url="http://www.gnome.org/" install=libgweather.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('601502ffb7639c7d0cc9dfa5fc7fb3e006084be080b51f49786ad78401682154') +sha256sums=('e8e3a6c5f3a6e4e128afecdc4a95e6228d3d8afdaabaf10483168621527cfba8') build() { cd "$pkgname-$pkgver" diff --git a/extra/libkcddb/PKGBUILD b/extra/libkcddb/PKGBUILD index 5e5ec99bf..22cc49417 100644 --- a/extra/libkcddb/PKGBUILD +++ b/extra/libkcddb/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209395 2014-03-31 10:11:27Z svenstaro $ +# $Id: PKGBUILD 211358 2014-04-18 18:01:41Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkcddb -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="KDE CDDB library" url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdemultimedia-kioslave') conflicts=('kdemultimedia-kioslave') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('4ca2ae0a4a5d48772e5dd2cce1e90d187bd41748') +sha1sums=('e32cec0d588ec0f3649968ea8c22bddbfd72ec35') build() { cd "${srcdir}" diff --git a/extra/libkcompactdisc/PKGBUILD b/extra/libkcompactdisc/PKGBUILD index 259bce673..5dbfd58a0 100644 --- a/extra/libkcompactdisc/PKGBUILD +++ b/extra/libkcompactdisc/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209396 2014-03-31 10:11:33Z svenstaro $ +# $Id: PKGBUILD 211359 2014-04-18 18:01:42Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkcompactdisc -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A library for interfacing with CDs" url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdemultimedia-kioslave') conflicts=('kdemultimedia-kioslave') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('46959ed716a79b3895b97795caa3c37f72af4f14') +sha1sums=('5488109c58e4d05f8044bd5cb04648b7bb19b579') build() { cd "${srcdir}" diff --git a/extra/libkdcraw/PKGBUILD b/extra/libkdcraw/PKGBUILD index 5f283a5d3..dd8c1ab98 100644 --- a/extra/libkdcraw/PKGBUILD +++ b/extra/libkdcraw/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209391 2014-03-31 10:11:06Z svenstaro $ +# $Id: PKGBUILD 211354 2014-04-18 18:01:38Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkdcraw -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A C++ interface used to decode RAW picture" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw" @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('ba64e546018004a596c2d132379f89b695870bd9') +sha1sums=('61e8329dd58d03b1ebce91f413e4d0f79a9a6741') prepare() { mkdir build diff --git a/extra/libkdeedu/PKGBUILD b/extra/libkdeedu/PKGBUILD index e286e76b3..1ad527fb1 100644 --- a/extra/libkdeedu/PKGBUILD +++ b/extra/libkdeedu/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209389 2014-03-31 10:10:55Z svenstaro $ +# $Id: PKGBUILD 211352 2014-04-18 18:01:37Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkdeedu -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Libraries used by KDE Education applications" url="https://projects.kde.org/projects/kde/kdeedu/libkdeedu" @@ -14,7 +14,7 @@ install=${pkgname}.install replaces=('kdeedu-libkdeedu' 'kdeedu-data') options=('staticlibs') # libqtmmlwidget.a needed by KAlgebra source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('12e53b71304f849a0f1931a9e1cb144c90c924d7') +sha1sums=('be714648975a906f45d1cc3ab8617ea6b6a90733') build() { cd "${srcdir}" diff --git a/extra/libkdegames/PKGBUILD b/extra/libkdegames/PKGBUILD index 444c4ce68..c25846bc4 100644 --- a/extra/libkdegames/PKGBUILD +++ b/extra/libkdegames/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209397 2014-03-31 10:11:39Z svenstaro $ +# $Id: PKGBUILD 211360 2014-04-18 18:01:43Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkdegames -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Common code and data for many KDE games" url="https://projects.kde.org/projects/kde/kdegames/libkdegames" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegames-libkdegames') conflicts=('kdegames-libkdegames') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('5fea3522868e487db677d8fa92088db2c5347c49') +sha1sums=('28b546ff09d7191a4381bff1ce5084ced3d286ae') build() { mkdir build diff --git a/extra/libkexiv2/PKGBUILD b/extra/libkexiv2/PKGBUILD index 49647443e..eead76da1 100644 --- a/extra/libkexiv2/PKGBUILD +++ b/extra/libkexiv2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209380 2014-03-31 10:09:54Z svenstaro $ +# $Id: PKGBUILD 211341 2014-04-18 18:01:26Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="A library to manipulate pictures metadata" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('25809f70e001f4a59e5c66223c2097b098599ed6') +sha1sums=('0f98a328a4aaa8c13b972dd75cd4d13c91560dda') build() { cd "${srcdir}" diff --git a/extra/libkipi/PKGBUILD b/extra/libkipi/PKGBUILD index ad9457955..c318ad3da 100644 --- a/extra/libkipi/PKGBUILD +++ b/extra/libkipi/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkipi -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="An interface to use kipi-plugins from a KDE application" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi" @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('1b71cf759d072b5283962609d66e3376cf1df540') +sha1sums=('f772a8fc8b098ed9bdf44c3d4c3fdc50d4f5c1d1') prepare() { mkdir build diff --git a/extra/libkmahjongg/PKGBUILD b/extra/libkmahjongg/PKGBUILD index 2e3bb1929..bea6d93a5 100644 --- a/extra/libkmahjongg/PKGBUILD +++ b/extra/libkmahjongg/PKGBUILD @@ -1,22 +1,25 @@ -# $Id: PKGBUILD 209398 2014-03-31 10:11:44Z svenstaro $ +# $Id: PKGBUILD 211361 2014-04-18 18:01:44Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkmahjongg -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles" url="https://projects.kde.org/projects/kde/kdegames/libmahjongg" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') -depends=('libkdegames') +depends=('kdelibs') makedepends=('cmake' 'automoc4') replaces=('kdegames-libkmahjongg') conflicts=('kdegames-libkmahjongg') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('3b90b70cf6c352d98b63cd7e9dbcdb8c4d091a17') +sha1sums=('bd140e1794cdd8271face4d007a81463514712b0') -build() { +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/extra/libkomparediff2/PKGBUILD b/extra/libkomparediff2/PKGBUILD index d17c0f995..f749dd3f8 100644 --- a/extra/libkomparediff2/PKGBUILD +++ b/extra/libkomparediff2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209399 2014-03-31 10:11:50Z svenstaro $ +# $Id: PKGBUILD 211362 2014-04-18 18:01:44Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkomparediff2 -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Library to compare files and strings" url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2' @@ -11,7 +11,7 @@ license=('GPL' 'LGPL' 'FDL') depends=('kdelibs') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('b4839e4f562f8e17a2b5c9dc9df89df68ddd543a') +sha1sums=('6debc3b9e8244a5ce90a2d3f3e704d10a74e84d3') prepare() { mkdir build diff --git a/extra/libksane/PKGBUILD b/extra/libksane/PKGBUILD index a9057d05c..680b663b9 100644 --- a/extra/libksane/PKGBUILD +++ b/extra/libksane/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209393 2014-03-31 10:11:16Z svenstaro $ +# $Id: PKGBUILD 211356 2014-04-18 18:01:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libksane -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="An image scanning library" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane" @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('1e495c2eebdbab95753b8e142c5fe062b2372629') +sha1sums=('45d36d229fd2e65eebd267e398c2f5a022f93053') build() { cd "${srcdir}" diff --git a/extra/libmspub/PKGBUILD b/extra/libmspub/PKGBUILD new file mode 100644 index 000000000..caf12ac46 --- /dev/null +++ b/extra/libmspub/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 211321 2014-04-18 17:28:24Z andyrtr $ +# Maintainer: AndyRTR <andyrtr@archlinux.org> +# Contributor: Simone Sclavi 'Ito' <darkhado@gmail.com> + +pkgname=libmspub +pkgver=0.0.6 +pkgrel=2 +pkgdesc="Microsoft Publisher file format parser library (latest snapshost)" +arch=('i686' 'x86_64') +url="http://www.freedesktop.org/wiki/Software/libmspub/" +license=('GPL2' 'LGPL2.1' 'MPL') +depends=('libwpd' 'icu') +makedepends=('libwpg' 'boost' 'doxygen') +source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.xz) +md5sums=('96a1f176abd683c6b1b02a08847c0616') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --with-docs + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR=$pkgdir install +} diff --git a/extra/libreoffice/PKGBUILD b/extra/libreoffice/PKGBUILD index 1697ace46..23f698db7 100644 --- a/extra/libreoffice/PKGBUILD +++ b/extra/libreoffice/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 210242 2014-04-12 18:31:21Z bpiotrowski $ +# $Id: PKGBUILD 211311 2014-04-18 17:28:14Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> @@ -20,7 +20,7 @@ pkgname=('libreoffice-common' 'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built) _LOver=4.2.3.3 pkgver=4.2.3 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/" @@ -33,9 +33,10 @@ makedepends=( # makedepends # the runtime dependencies "curl>=7.20.0" "hunspell>=1.2.8" "python>=3.4" 'libwpd>=0.9.2' 'libwps' 'libxaw' "neon>=0.28.6" 'pango' 'nspr' 'libjpeg' 'libxrandr' - 'libgl' 'dbus-glib' 'libxslt' 'librsvg' "icu>=52.1" 'redland' + 'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' #"icu>=52.1" 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'libtextcat' 'graphite' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' + #'libcdr' 'libmspub' 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' #'telepathy-glib' 'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to satisfy regression tests @@ -54,6 +55,7 @@ _additional_source_url="http://dev-www.libreoffice.org/src" _additional_source_url2="http://dev-www.libreoffice.org/extern" source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz{,.asc} ${_additional_source_url}/15cb8c0803064faef0c4ddf5bc5ca279-boost_1_54_0.tar.bz2 + ${_additional_source_url}/9e96ed4c1d99c0d14ac03c140f9f346c-icu4c-52_1-src.tgz ${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz ${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip @@ -92,6 +94,7 @@ source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz{,.asc} make-pyuno-work-with-system-wide-module-install.diff libreoffice-common.sh libreoffice-common.csh) noextract=(15cb8c0803064faef0c4ddf5bc5ca279-boost_1_54_0.tar.bz2 + 9e96ed4c1d99c0d14ac03c140f9f346c-icu4c-52_1-src.tgz 185d60944ea767075d27247c3162b3bc-unowinreg.dll 47203e7cade74e5c385aa812f21e7932-mdds_0.10.2.tar.bz2 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip @@ -134,6 +137,7 @@ md5sums=('0347f2c919e809b3f3794ed509caa902' '81759541de9ce626a02d652399cd1ffe' 'SKIP' '15cb8c0803064faef0c4ddf5bc5ca279' + '9e96ed4c1d99c0d14ac03c140f9f346c' '1f24ab1d39f4a51faf22244c94a6203f' '35c94d2df8893241173de1d16b6034c0' '798b2ffdc8bcfe7bca2cf92b62caf685' @@ -286,6 +290,7 @@ build() { --without-system-npapi-headers \ --with-ant-home="/usr/share/apache-ant"\ --without-system-boost\ + --without-system-icu \ --with-system-cairo\ --with-system-libs\ --with-system-mythes\ @@ -319,7 +324,7 @@ package_libreoffice-common() { install=libreoffice-common.install depends=('libreoffice-langpack' "hunspell>=1.2.8" "python>=3.3" "neon>=0.28.6" 'dbus-glib' 'librsvg' 'libcups' 'nss' 'libsm' 'redland' 'hyphen' - 'graphite' "icu>=52.1" 'clucene' 'lcms2' "poppler>=0.24.0" + 'graphite' 'clucene' 'lcms2' "poppler>=0.24.0" #"icu>=52.1" #'telepathy-glib' # (calc telepathy-glib libtubeslo.so) 'libodfgen' 'libvisio' 'harfbuzz-icu' 'hicolor-icon-theme' 'glu' 'desktop-file-utils' 'shared-mime-info' 'xdg-utils') diff --git a/extra/libvisio/PKGBUILD b/extra/libvisio/PKGBUILD index 8e1678d38..f130c0c2a 100644 --- a/extra/libvisio/PKGBUILD +++ b/extra/libvisio/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 204534 2014-01-22 11:23:30Z bpiotrowski $ +# $Id: PKGBUILD 211312 2014-04-18 17:28:15Z andyrtr $ +# Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com> # Contributor: philacs pkgname=libvisio pkgver=0.0.31 -pkgrel=2 +pkgrel=3 pkgdesc='Library providing ability to interpret and import visio diagrams' arch=('i686' 'x86_64') url='http://www.freedesktop.org/wiki/Software/libvisio' diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD index 2ee318e8c..cc6000c4a 100644 --- a/extra/libxkbcommon/PKGBUILD +++ b/extra/libxkbcommon/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 204980 2014-02-02 18:43:24Z heftig $ +# $Id: PKGBUILD 211257 2014-04-18 11:45:34Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Daniel Micay <danielmicay@gmail.com> # Contributor: Mladen Pejakovic <pejakm@gmail.com> pkgbase=libxkbcommon pkgname=(libxkbcommon libxkbcommon-x11) -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="Keyboard handling library using XKB data" arch=(i686 x86_64) @@ -14,7 +14,7 @@ license=(custom) depends=(xkeyboard-config glibc) makedepends=(libxcb doxygen xorg-util-macros) source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz") -md5sums=('bb782f1700e45b4f57c84ef513e3cf85') +md5sums=('b70f4ed97b6c9432dc956e4177f3336a') prepare() { mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig} diff --git a/extra/lightsoff/PKGBUILD b/extra/lightsoff/PKGBUILD index 0ba9a9e9e..0f9ddcab6 100644 --- a/extra/lightsoff/PKGBUILD +++ b/extra/lightsoff/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 210517 2014-04-14 20:07:17Z jgc $ +# $Id: PKGBUILD 211203 2014-04-18 11:01:25Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=lightsoff -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Turn off all the lights" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ install=lightsoff.install url="https://live.gnome.org/Lightsoff" groups=('gnome-extra') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('52494d8f5629cabd71e61ed6c019b58eadf2b149911e5398e3abd394cb540e1c') +sha256sums=('cd6b860988402f2c3791dad04046ccabdbd5f40cfe6253c330f3614ee7d0feb3') build() { cd $pkgname-$pkgver diff --git a/extra/mutter-wayland/PKGBUILD b/extra/mutter-wayland/PKGBUILD index f6d6371d7..543b7b8b9 100644 --- a/extra/mutter-wayland/PKGBUILD +++ b/extra/mutter-wayland/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210521 2014-04-14 20:07:21Z jgc $ +# $Id: PKGBUILD 211253 2014-04-18 11:37:30Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=mutter-wayland -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="A Wayland compositor for GNOME" arch=(i686 x86_64) @@ -13,7 +13,7 @@ url="http://www.gnome.org" options=('!emptydirs') install=mutter-wayland.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('612346cda299939873a4594295cd5b70a1ff7a3433cf34ff913c575bedf6979a') +sha256sums=('2c04d8feb5611480ae6679f6b0f0ad76f52e6f4181469e0b01a66feb2bcec8d9') prepare() { diff --git a/extra/mutter/PKGBUILD b/extra/mutter/PKGBUILD index 427ad32f9..d4484c556 100644 --- a/extra/mutter/PKGBUILD +++ b/extra/mutter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 210520 2014-04-14 20:07:20Z jgc $ +# $Id: PKGBUILD 211252 2014-04-18 11:36:10Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> pkgname=mutter -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="A window manager for GNOME" arch=(i686 x86_64) @@ -16,7 +16,7 @@ groups=('gnome') options=('!emptydirs') install=mutter.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('1dcc5c71a80b74c48e8a3f1ce90bd718ab53b267cd20fe28b1543c358bb42ac6') +sha256sums=('d0fe35ec7a6e8ef0c8d589243adeae3dc663be11169388228939cc56a4c0df2a') build() { cd "$pkgname-$pkgver" diff --git a/extra/nepomuk-core/PKGBUILD b/extra/nepomuk-core/PKGBUILD index 252323d56..7171b7b20 100644 --- a/extra/nepomuk-core/PKGBUILD +++ b/extra/nepomuk-core/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 209374 2014-03-31 10:09:21Z svenstaro $ +# $Id: PKGBUILD 211500 2014-04-18 18:03:47Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=nepomuk-core -pkgver=4.12.4 +pkgver=4.13.0 pkgrel=1 pkgdesc="Contains the central Nepomuk services like file indexing, file system monitoring, query, storage, client libraries" url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 'kdegraphics-mobipocket') +depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 'kdegraphics-mobipocket' 'shared-desktop-ontologies') makedepends=('cmake' 'automoc4' 'doxygen') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('ab97b1ec27d834e0e2d27fc1a96c4f838f2d2f93') +sha1sums=('44e65063138088be91f03c8bb7ff8be7cd255984') prepare() { mkdir build diff --git a/extra/nmap/PKGBUILD b/extra/nmap/PKGBUILD index 7d919e386..ae66fe35d 100644 --- a/extra/nmap/PKGBUILD +++ b/extra/nmap/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 210221 2014-04-12 15:47:33Z bisson $ +# $Id: PKGBUILD 211509 2014-04-18 18:45:19Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=nmap -pkgver=6.45 +pkgver=6.46 pkgrel=1 pkgdesc='Utility for network discovery and security auditing' url='http://nmap.org/' @@ -18,7 +18,7 @@ optdepends=('pygtk: zenmap' 'gksu: privilege escalation for zenmap') depends=('pcre' 'openssl' 'libpcap' 'lua') source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('3a634d319c57f6d93e5ccb69b45c133690d437e1') +sha1sums=('e19dd4d35d76b24b084665b90c423f53bc7fdcfe') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/php/PKGBUILD b/extra/php/PKGBUILD index 53e5b7915..b1693331a 100644 --- a/extra/php/PKGBUILD +++ b/extra/php/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209764 2014-04-03 15:19:25Z pierre $ +# $Id: PKGBUILD 211313 2014-04-18 17:28:16Z andyrtr $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgbase=php @@ -22,7 +22,7 @@ pkgname=('php' 'php-tidy' 'php-xsl') pkgver=5.5.11 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('PHP') url='http://www.php.net' diff --git a/extra/polari/PKGBUILD b/extra/polari/PKGBUILD index acc29dd1d..395363d91 100644 --- a/extra/polari/PKGBUILD +++ b/extra/polari/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210403 2014-04-14 20:04:44Z jgc $ +# $Id: PKGBUILD 211246 2014-04-18 11:31:23Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=polari -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="An IRC Client for GNOME" arch=(i686 x86_64) @@ -13,7 +13,7 @@ makedepends=(intltool) groups=(gnome-extra) install=polari.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c5225ebc0dca5d6c6296183291b908e1fd21f3d237bbaf07f92d6d93306e1d17') +sha256sums=('4ce3dc304e4c1b3776a4d9643e85b3e7075512924464e9ed8be59cdb10289271') build() { cd $pkgname-$pkgver diff --git a/extra/pygobject/PKGBUILD b/extra/pygobject/PKGBUILD index 5247dd2e0..a7741b4eb 100644 --- a/extra/pygobject/PKGBUILD +++ b/extra/pygobject/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 210525 2014-04-14 20:07:24Z jgc $ +# $Id: PKGBUILD 211228 2014-04-18 11:16:04Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgbase=pygobject pkgname=(python-gobject python2-gobject pygobject-devel) -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 arch=(i686 x86_64) url="https://live.gnome.org/PyGObject" license=(LGPL) makedepends=(python python2 python-cairo python2-cairo gobject-introspection gnome-common) source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz) -sha256sums=('0d4485311fcfb073dc37432e36ad1d45bcf9f8796a1e8ff20a6494e0297dbd1a') +sha256sums=('da5fe04759e862d347b26b53a6aea0affa7cbe858b7004475fa8c7929496da35') prepare() { mkdir build-py2 build-py3 devel diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD index 2aee8bfe8..11ccdf72a 100644 --- a/extra/python-lxml/PKGBUILD +++ b/extra/python-lxml/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 209777 2014-04-04 04:29:43Z fyan $ +# $Id: PKGBUILD 211184 2014-04-18 07:33:59Z fyan $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Maintainer: Felix Yan <felixonmars@gmail.com> pkgbase=python-lxml pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs') -pkgver=3.3.4 +pkgver=3.3.5 pkgrel=1 arch=('i686' 'x86_64') license=('BSD' 'custom') url="http://lxml.de/" makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 'python2-cssselect') source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc}) -md5sums=('79e7b190563bf280c50ec20087f40dfa' +md5sums=('88c75f4c73fc8f59c9ebb17495044f2f' 'SKIP') check() { diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD index 82eb471bc..f6856ac79 100644 --- a/extra/qemu/PKGBUILD +++ b/extra/qemu/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 206122 2014-02-19 14:06:40Z heftig $ +# $Id: PKGBUILD 211197 2014-04-18 10:47:19Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=('qemu' 'libcacard') -pkgver=1.7.0 -pkgrel=2 +pkgver=1.7.1 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') url="http://wiki.qemu.org/Index.html" @@ -16,8 +16,6 @@ options=(!strip) install=qemu.install source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2 65-kvm.rules) -md5sums=('32893941d40d052a5e649efcf06aca06' - '33ab286a20242dda7743a900f369d68a') build () { @@ -83,3 +81,5 @@ package_libcacard() { cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/ cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/ } +md5sums=('9541063d999cf9659ed7fdce71314f31' + '33ab286a20242dda7743a900f369d68a') diff --git a/extra/qt4/PKGBUILD b/extra/qt4/PKGBUILD index 030492acc..c9c08a51c 100644 --- a/extra/qt4/PKGBUILD +++ b/extra/qt4/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 208952 2014-03-29 08:44:54Z andrea $ +# $Id: PKGBUILD 211314 2014-04-18 17:28:17Z andyrtr $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=qt4 pkgver=4.8.5 -pkgrel=8 +pkgrel=9 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL' 'FDL' 'custom') diff --git a/extra/qt5/PKGBUILD b/extra/qt5/PKGBUILD index 293ac8cb5..ff38b48e8 100644 --- a/extra/qt5/PKGBUILD +++ b/extra/qt5/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 205501 2014-02-06 09:24:42Z andrea $ +# $Id: PKGBUILD 211315 2014-04-18 17:28:19Z andyrtr $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=qt5 @@ -22,12 +22,12 @@ pkgname=('qt5-base' 'qt5-x11extras' 'qt5-xmlpatterns') pkgver=5.2.1 -pkgrel=1 +pkgrel=3 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL' 'FDL' 'custom') makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms' - 'mesa' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins' 'libmng' + 'mesa' 'at-spi2-core' 'alsa-lib' 'gst-plugins-base-libs' 'libmng' 'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 'libfbclient' 'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig' @@ -65,6 +65,8 @@ build() { export LD_LIBRARY_PATH="${QTDIR}"/qtbase/lib:"${QTDIR}"/qttools/lib:"${LD_LIBRARY_PATH}" export QT_PLUGIN_PATH="${QTDIR}"/qtbase/plugins + [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2" + PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \ -prefix /usr \ -bindir /usr/lib/qt/bin \ @@ -81,7 +83,7 @@ build() { -no-rpath \ -optimized-qmake \ -dbus-linked \ - -reduce-relocations + -reduce-relocations ${SSE2} make @@ -218,7 +220,7 @@ package_qt5-translations() { package_qt5-multimedia() { pkgdesc='A cross-platform application and UI framework (QtMultimedia)' - depends=('qt5-declarative' 'libpulse' 'gstreamer0.10-base' 'openal') + depends=('qt5-declarative' 'libpulse' 'gst-plugins-base' 'openal') conflicts=('qt') cd ${_pkgfqn}/qtmultimedia @@ -245,7 +247,7 @@ package_qt5-graphicaleffects() { package_qt5-imageformats() { pkgdesc='A cross-platform application and UI framework (Images plugins)' - depends=('qt5-base' 'libtiff') + depends=('qt5-base' 'libtiff' 'libmng') conflicts=('qt') cd ${_pkgfqn}/qtimageformats @@ -414,7 +416,7 @@ package_qt5-tools() { package_qt5-webkit() { pkgdesc='A cross-platform application and UI framework (QtWebKit)' - depends=('qt5-sensors' 'qt5-location' 'gstreamer0.10-base' 'libxslt' 'libxcomposite') + depends=('qt5-sensors' 'qt5-location' 'gst-plugins-base' 'libxslt' 'libxcomposite') license=('GPL3' 'LGPL' 'FDL') cd ${_pkgfqn}/qtwebkit diff --git a/extra/quadrapassel/PKGBUILD b/extra/quadrapassel/PKGBUILD index b7bc6c60f..493737394 100644 --- a/extra/quadrapassel/PKGBUILD +++ b/extra/quadrapassel/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 210527 2014-04-14 20:07:26Z jgc $ +# $Id: PKGBUILD 211206 2014-04-18 11:02:27Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=quadrapassel -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ install=quadrapassel.install url="https://live.gnome.org/Quadrapassel" groups=('gnome-extra') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('33f8c586b66efe6270654b4d5ab981903898c21548e24d457f342d5c809e06e8') +sha256sums=('d78f7393e2f156e51bc2ed3b4d5df3a724daddb7f9bbf0ddb3942e92ddc44369') build() { cd $pkgname-$pkgver diff --git a/extra/raptor/PKGBUILD b/extra/raptor/PKGBUILD index a37002878..292dab2ee 100644 --- a/extra/raptor/PKGBUILD +++ b/extra/raptor/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 206568 2014-03-01 15:57:24Z bpiotrowski $ +# $Id: PKGBUILD 211316 2014-04-18 17:28:20Z andyrtr $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Andreas Radke <andyrtr@archlinux.org> # Contributor: eric <eric@archlinux.org> @@ -6,7 +6,7 @@ pkgname=raptor pkgver=2.0.13 -pkgrel=1 +pkgrel=2 pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples" arch=('i686' 'x86_64') url="http://librdf.org/raptor" diff --git a/extra/refind-efi/PKGBUILD b/extra/refind-efi/PKGBUILD index 3c52f4588..1fdb7afa0 100644 --- a/extra/refind-efi/PKGBUILD +++ b/extra/refind-efi/PKGBUILD @@ -1,11 +1,16 @@ -# $Id: PKGBUILD 203414 2014-01-10 13:20:00Z tpowa $ +# $Id: PKGBUILD 211196 2014-04-18 10:46:59Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> -# Contributor: Keshav Padram Amburay <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> +# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> ####### -_TIANOCORE_SVN_URL="https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1" +# _TIANOCORE_SVN_URL="https://svn.code.sf.net/p/edk2/code/branches/UDK2014" +# _TIANO_DIR_="tianocore-udk-2014-svn" +# _TIANO_SVN_REV_="15322" + # BaseTools MdePkg MdeModulePkg IntelFrameworkPkg IntelFrameworkModulePkg -_TIANO_DIR_="tianocore-udk-svn" + +_TIANOCORE_SVN_URL="https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1" +_TIANO_DIR_="tianocore-udk-2010-svn" _TIANO_SVN_REV_="14641" ####### @@ -13,12 +18,13 @@ _TIANO_SVN_REV_="14641" _TIANOCORE_PKG="Mde" _TIANOCORE_TARGET="RELEASE" _UDK_TARGET="${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc" +# _COMPILER="GCC48" _COMPILER="GCC47" ####### pkgname="refind-efi" -pkgver="0.7.7" -pkgrel="1" +pkgver="0.7.8" +pkgrel="2" pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore UDK libs" url="http://www.rodsbooks.com/refind/index.html" arch=('x86_64' 'i686') @@ -40,7 +46,7 @@ for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg IntelFrameworkModul source+=("${_TIANO_DIR_}_${_DIR_}::svn+${_TIANOCORE_SVN_URL}/${_DIR_}#revision=${_TIANO_SVN_REV_}") done -md5sums=('868b178404446f77729823af3758b409' +md5sums=('00980c474b5b2fdcb5a0601cc553f1d8' 'a83e45b10d5efbca1c93a63851728712' 'SKIP' 'SKIP' @@ -90,6 +96,10 @@ _prepare_tianocore_sources() { sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i "${EDK_TOOLS_PATH}/Source/C/Makefiles/header.makefile" || true sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true + msg "Fix GenFw: ERROR 3000: Invalid, refind_x64.dll bad symbol definition" + ## http://www.mail-archive.com/edk2-devel@lists.sourceforge.net/msg03625.html + sed -e 's|_OBJCOPY_FLAGS =|_OBJCOPY_FLAGS = -R .eh_frame|g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true + msg "Fix GCC >=4.7 error - gcc: error: unrecognized command line option '-melf_x86_64'" sed 's| -m64 --64 -melf_x86_64| -m64|g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true sed 's|--64 | |g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true @@ -99,10 +109,6 @@ _prepare_tianocore_sources() { sed 's|DEFINE GCC_ALL_CC_FLAGS = -g |DEFINE GCC_ALL_CC_FLAGS = -Os -mabi=ms |g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true sed 's|DEFINE GCC44_ALL_CC_FLAGS = -g |DEFINE GCC44_ALL_CC_FLAGS = -Os -mabi=ms |g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true - msg "Fix GenFw: ERROR 3000: Invalid, refind_x64.dll bad symbol definition" - ## http://www.mail-archive.com/edk2-devel@lists.sourceforge.net/msg03625.html - sed -e 's|_OBJCOPY_FLAGS =|_OBJCOPY_FLAGS = -R .eh_frame|g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true - msg "Fix UDK Target Platform" sed "s|ACTIVE_PLATFORM = Nt32Pkg/Nt32Pkg.dsc|ACTIVE_PLATFORM = ${_UDK_TARGET}|g" -i "${EDK_TOOLS_PATH}/Conf/target.template" || true sed "s|TARGET = DEBUG|TARGET = ${_TIANOCORE_TARGET}|g" -i "${EDK_TOOLS_PATH}/Conf/target.template" || true diff --git a/extra/smplayer/PKGBUILD b/extra/smplayer/PKGBUILD index 941293f12..78eecc20b 100644 --- a/extra/smplayer/PKGBUILD +++ b/extra/smplayer/PKGBUILD @@ -1,27 +1,28 @@ -# $Id: PKGBUILD 193124 2013-08-16 23:14:38Z foutrelis $ +# $Id: PKGBUILD 211325 2014-04-18 17:38:47Z bpiotrowski $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> # Contributor: shamrok <szamrok@gmail.com> pkgname=smplayer -pkgver=0.8.6 +pkgver=14.3.0 pkgrel=1 pkgdesc="A complete front-end for MPlayer" arch=('i686' 'x86_64') url="http://smplayer.sourceforge.net/" license=('GPL') -depends=('qt4' 'mplayer') +depends=('qt5-script' 'mplayer' 'hicolor-icon-theme') +makedepends=('qt5-tools') optdepends=('smplayer-themes: icon themes collection' 'smplayer-skins: skin themes collection' 'smtube: browse and play youtube videos') install=smplayer.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('deddbce75049b5c4f15ec6c02eaf8790') +md5sums=('c6ef86f7fe0022b35c0f06430f4cd9bd') build() { cd "$pkgname-$pkgver" - make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 \ + make PREFIX=/usr \ DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \ QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE } @@ -31,4 +32,3 @@ package() { make DOC_PATH=/usr/share/doc/smplayer \ DESTDIR="$pkgdir" PREFIX="/usr" install } - diff --git a/extra/tali/PKGBUILD b/extra/tali/PKGBUILD index 3992dd676..fd05db48f 100644 --- a/extra/tali/PKGBUILD +++ b/extra/tali/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 210533 2014-04-14 20:07:31Z jgc $ +# $Id: PKGBUILD 211209 2014-04-18 11:04:38Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=tali -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Beat the odds in a poker-style dice game" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ install=tali.install url="https://live.gnome.org/Tali" groups=('gnome-extra') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('0a83d62313ee863a2c52bf5e92609020dbcc62057e354a39455f9e3e84545011') +sha256sums=('c0fec44bd9083a88c75d6e81610d8ac339e0836dc0f45b71035230c1db067191') build() { cd $pkgname-$pkgver diff --git a/extra/tracker/PKGBUILD b/extra/tracker/PKGBUILD index 8331e0bdd..e10500c1e 100644 --- a/extra/tracker/PKGBUILD +++ b/extra/tracker/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 210538 2014-04-14 20:07:35Z jgc $ +# $Id: PKGBUILD 211318 2014-04-18 17:28:21Z andyrtr $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Alexander Fehr <pizzapunk gmail com> @@ -6,7 +6,7 @@ pkgbase=tracker pkgname=(tracker libtracker-sparql) pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="All-in-one indexer, search tool and metadata database" arch=(i686 x86_64) license=(GPL) diff --git a/extra/webkitgtk/PKGBUILD b/extra/webkitgtk/PKGBUILD index 75c614adf..1bf046992 100644 --- a/extra/webkitgtk/PKGBUILD +++ b/extra/webkitgtk/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 210544 2014-04-14 20:07:41Z jgc $ +# $Id: PKGBUILD 211319 2014-04-18 17:28:22Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgbase=webkitgtk pkgname=(webkitgtk webkitgtk2) -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="GTK+ Web content engine library" arch=(i686 x86_64) @@ -18,7 +18,7 @@ optdepends=('gst-plugins-base: free media decoding' options=(!emptydirs) source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz fix-pretty-quotes.patch) -sha256sums=('dc5277cda89ee038408f78c94b1b07f101997f01ef877a142ffedac3b537dfbb' +sha256sums=('6eed5d41ecdcfbafe3c2fbb0f0b79b9cda87a5ea0e7d0938afb6c6c82996e2f7' '56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6') prepare() { diff --git a/extra/xf86-input-wacom/70-wacom.rules b/extra/xf86-input-wacom/70-wacom.rules deleted file mode 100644 index 2b32b1234..000000000 --- a/extra/xf86-input-wacom/70-wacom.rules +++ /dev/null @@ -1,15 +0,0 @@ -ACTION!="add|change", GOTO="wacom_end" - -# Match all serial wacom tablets with a serial ID starting with WACf -# Notes: We assign NAME though we shouldn't, but currently the server requires it -# We assign the lot to subsystem pnp too because server reads NAME from -# the parent device. Once all that's fixed, as simple SUBSYSTEM="tty" -# will do and the ENV{NAME} can be removed. -SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}" -SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}" - -# inputattach -SUBSYSTEM=="tty|pnp", KERNEL=="ttyS[0-9]*", ATTRS{id}=="WACf*", RUN+="/usr/sbin/modprobe wacom_w8001", RUN+="/usr/sbin/inputattach --daemon -w8001 /dev/%k" - -LABEL="wacom_end" - diff --git a/extra/xf86-input-wacom/PKGBUILD b/extra/xf86-input-wacom/PKGBUILD index 6d8c05d4c..0b4b59b9b 100644 --- a/extra/xf86-input-wacom/PKGBUILD +++ b/extra/xf86-input-wacom/PKGBUILD @@ -1,24 +1,21 @@ -# $Id: PKGBUILD 203609 2014-01-13 17:12:45Z andyrtr $ +# $Id: PKGBUILD 211259 2014-04-18 11:54:05Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: M Rawash <mrawash@gmail.com> pkgname=xf86-input-wacom -pkgver=0.23.0 -pkgrel=2 +pkgver=0.24.0 +pkgrel=1 pkgdesc="X.Org Wacom tablet driver" arch=(i686 x86_64) url="http://linuxwacom.sourceforge.net/" license=(GPL) backup=('etc/X11/xorg.conf.d/50-wacom.conf') -depends=(libxi libxinerama libxrandr) +depends=(libxi libxinerama libxrandr systemd) makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 'scrnsaverproto') conflicts=('xorg-server<1.15.0' 'X-ABI-XINPUT_VERSION<20' 'X-ABI-XINPUT_VERSION>=21') -optdepends=('inputattach: support for serial tablets') -source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2 - 70-wacom.rules) -md5sums=('353642b8a3f2dde089e913be32955aae' - 'cc46dcb399d5ee62c9feb610c60d1270') +source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2) +md5sums=('f487fffe1ba7d661aed84a9e36ea3b70') build() { cd $pkgname-$pkgver @@ -29,6 +26,4 @@ build() { package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - - install -Dm644 ../70-wacom.rules "$pkgdir/usr/lib/udev/rules.d/70-wacom.rules" } diff --git a/libre/liferea-libre/PKGBUILD b/libre/liferea-libre/PKGBUILD deleted file mode 100644 index 54d262de3..000000000 --- a/libre/liferea-libre/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# $Id: PKGBUILD 208122 2014-03-18 04:03:06Z eric $ -# Maintainer: Eric Bélanger <eric@archlinux.org> -# Contributor (Parabola): bitlord -# Contributor (Parabola): André Silva <emulatorman@parabola.nu> - -_pkgname=liferea -pkgname=liferea-libre -pkgver=1.10.7 -pkgrel=1 -pkgdesc="A desktop news aggregator for online news feeds and weblogs, without nonfree suggestions" -arch=('i686' 'x86_64') -url="http://liferea.sourceforge.net/" -provides=("liferea=$pkgver") -replaces=('liferea') -conflicts=('liferea') -license=('GPL') -depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' - 'gnome-icon-theme' 'desktop-file-utils') -makedepends=('intltool') -optdepends=('gnome-keyring: for keyring plugin support' - 'libgnome-keyring: for keyring plugin support' - 'gst-plugins-base: for media player plugin support' - 'gst-plugins-good: for media player plugin support' - 'gst-plugins-bad: for media player plugin support') -options=('!emptydirs') -install=liferea.install -source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2 - remove-non-free-suggestions.patch) -sha1sums=('da0ae3457fc8525bb6e43fef01c3a52bea7e96cf' - '855de60c91b5fee71c7ec88dd04b7d24a02dc0d1') - -build() { - cd liferea-${pkgver} - # remove nonfree suggestions - patch -Np1 -i "$srcdir/remove-non-free-suggestions.patch" - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-schemas-compile - make -} - -package() { - cd liferea-${pkgver} - make DESTDIR="${pkgdir}" install -} diff --git a/libre/usermin/PKGBUILD b/libre/usermin/PKGBUILD deleted file mode 100644 index 578853285..000000000 --- a/libre/usermin/PKGBUILD +++ /dev/null @@ -1,129 +0,0 @@ -# $Id: PKGBUILD 208134 2014-03-18 07:25:18Z tpowa $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> -pkgname=usermin -pkgver=1.590 -pkgrel=1 -pkgdesc="a web interface that can be used to easily perform tasks like reading mail, setting up SSH or configuring mail forwarding (Parabola rebranded)" -arch=(i686 x86_64 mips64el) -license=('custom:usermin') -url="http://www.webmin.com/" -depends=('perl' 'webmin') -makedepends=('perl-net-ssleay') -backup=('etc/usermin/miniserv.conf' 'etc/usermin/miniserv.users' 'etc/usermin/config' 'etc/usermin/usermin.cats' \ -'etc/usermin/at/config' \ -'etc/usermin/man/config' \ -'etc/usermin/ssh/config' \ -'etc/usermin/chfn/config' \ -'etc/usermin/cron/config' \ -'etc/usermin/file/config' \ -'etc/usermin/plan/config' \ -'etc/usermin/proc/config' \ -'etc/usermin/spam/config' \ -'etc/usermin/htaccess/config' \ -'etc/usermin/cshrc/config' \ -'etc/usermin/gnupg/config' \ -'etc/usermin/mysql/config' \ -'etc/usermin/quota/config' \ -'etc/usermin/shell/config' \ -'etc/usermin/theme/config' \ -'etc/usermin/mailbox/config' \ -'etc/usermin/schedule/config' \ -'etc/usermin/config' \ -'etc/usermin/commands/config' \ -'etc/usermin/htaccess-htpasswd/config' \ -'etc/usermin/forward/config' \ -'etc/usermin/telnet/config' \ -'etc/usermin/tunnel/config' \ -'etc/usermin/updown/config' \ -'etc/usermin/procmail/config' \ -'etc/usermin/fetchmail/config' \ -'etc/usermin/changepass/config' \ -'etc/usermin/language/config' \ -'etc/usermin/postgresql/config' \ -'etc/usermin/usermount/config' \ -) -install=usermin.install -source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz - usermin.service - ftp://ftp.archlinux.org/other/usermin/usermin-config.tar.bz2) - -package() { - cd "$srcdir"/$pkgname-$pkgver - - # remove modules we do not support - - #remove config files from other distros - rm -f $(find . ! -name 'config-generic-linux' ! -name 'config-\*-linux' ! -name 'config-lib.pl' -name 'config-*') - - # remove caldera theme - rm -rf caldera - - # remove init-scripts from other distros - rm usermin-init - rm usermin-daemon - - # setting perl path - (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl - - - # create dirs - mkdir -p "$pkgdir"/opt/usermin - mkdir -p "$pkgdir"/var/log/usermin - mkdir -p "$pkgdir"/etc/usermin - - # install pam stuff - install -D -m 644 usermin-pam "$pkgdir"/etc/pam.d/usermin - - # remove other distros and add only Parabola GNU/Linux-libre don't change next line else it will not work! - rm os_list.txt - echo 'Parabola GNU/Linux-libre Any version generic-linux * -d "/etc/pacman.d"' >> os_list.txt - - # copy stuff to right dirs - cd "$srcdir"/$pkgname-$pkgver - cp -rp * "$pkgdir"/opt/usermin - cd "$srcdir"/usermin-config - cp -rfp * "$pkgdir"/opt/usermin - - # define parameters for setup.sh - config_dir="$pkgdir"/etc/usermin - var_dir="$pkgdir"/var/log/usermin - perl=/usr/bin/perl - autoos=1 - port=20000 - login=root - crypt="XXX" - ssl=1 - atboot=0 - nostart=1 - nochown=1 - autothird=1 - nouninstall=1 - noperlpath=1 - atbootyn=n - tempdir="$pkgdir"/tmp - export config_dir var_dir perl autoos port tempdir ssl nochown autothird nouninstall nostart noperlpath atbootyn login crypt - - # Fix setup.sh - sed -i -e 's:read atbootyn::g' -e 's:exit 13::g' "$pkgdir"/opt/usermin/setup.sh - "$pkgdir"/opt/usermin/setup.sh - - # Fixup the config files to use their real locations - sed -i 's:^pidfile=.*$:pidfile=/var/run/usermin.pid:' "$pkgdir"/etc/usermin/miniserv.conf - find "$pkgdir"/etc/usermin -type f -exec sed -i "s:$pkgdir::g" {} \; - - # make it only accessible by localhost - echo 'allow=127.0.0.1' >> "$pkgdir"/etc/usermin/miniserv.conf - - # enable user and password login - sed -i -e '/localauth/d' "$pkgdir"/etc/usermin/miniserv.conf - - #install systemd service file - install -D -m 644 "$srcdir"/usermin.service "$pkgdir"/usr/lib/systemd/system/usermin.service - - # delete temp dir - rm -r "$pkgdir"/tmp - #install license - install -m 644 -D "$srcdir"/$pkgname-$pkgver/LICENCE "$pkgdir"/usr/share/licenses/usermin/LICENCE -} -md5sums=('e2c8ab2d0269f860f85b562e02e69ca2' - 'a5bd5e5ee779f8a3cf3d776ca77ee36e' - 'ec37a79f948f778224550930d2a7ca07') diff --git a/libre/webmin/PKGBUILD b/libre/webmin/PKGBUILD deleted file mode 100644 index 3cb9e787c..000000000 --- a/libre/webmin/PKGBUILD +++ /dev/null @@ -1,216 +0,0 @@ -# $Id: PKGBUILD 208132 2014-03-18 07:22:29Z tpowa $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> -pkgname=webmin -pkgver=1.680 -pkgrel=1 -pkgdesc="a web-based interface for system administration (Parabola rebranded)" -arch=(i686 x86_64 mips64el) -license=('custom:webmin') -url="http://www.webmin.com/" -depends=('perl' 'perl-perl4-corelibs') -makedepends=('perl-net-ssleay') -backup=('etc/webmin/miniserv.conf' 'etc/webmin/miniserv.users' 'etc/webmin/config' 'etc/webmin/webmin.cats' \ -'etc/webmin/pacman/config' \ -'etc/webmin/at/config' \ -'etc/webmin/acl/config' \ -'etc/webmin/lvm/config' \ -'etc/webmin/net/config' \ -'etc/webmin/nis/config' \ -'etc/webmin/pam/config' \ -'etc/webmin/cron/config' \ -'etc/webmin/file/config' \ -'etc/webmin/grub/config' \ -'etc/webmin/init/config' \ -'etc/webmin/ipfw/config' \ -'etc/webmin/lilo/config' \ -'etc/webmin/proc/config' \ -'etc/webmin/raid/config' \ -'etc/webmin/spam/config' \ -'etc/webmin/sshd/config' \ -'etc/webmin/time/config' \ -'etc/webmin/cluster-passwd/config' \ -'etc/webmin/software/config' \ -'etc/webmin/webminlog/config' \ -'etc/webmin/cluster-webmin/config' \ -'etc/webmin/bind8/config' \ -'etc/webmin/dhcpd/config' \ -'etc/webmin/fdisk/config' \ -'etc/webmin/mount/config' \ -'etc/webmin/mysql/config' \ -'etc/webmin/quota/config' \ -'etc/webmin/samba/config' \ -'etc/webmin/shell/config' \ -'etc/webmin/squid/config' \ -'etc/webmin/adsl-client/config' \ -'etc/webmin/servers/config' \ -'etc/webmin/cluster-shell/config' \ -'etc/webmin/bandwidth/config' \ -'etc/webmin/ppp-client/config' \ -'etc/webmin/lpadmin/config' \ -'etc/webmin/apache/config' \ -'etc/webmin/firewall/config' \ -'etc/webmin/stunnel/config' \ -'etc/webmin/burner/config' \ -'etc/webmin/exports/config' \ -'etc/webmin/backup-config/config' \ -'etc/webmin/custom/config' \ -'etc/webmin/htaccess-htpasswd/config' \ -'etc/webmin/logrotate/config' \ -'etc/webmin/format/config' \ -'etc/webmin/fsdump/config' \ -'etc/webmin/passwd/config' \ -'etc/webmin/cluster-useradmin/config' \ -'etc/webmin/cluster-software/config' \ -'etc/webmin/cluster-copy/config' \ -'etc/webmin/cluster-cron/config' \ -'etc/webmin/telnet/config' \ -'etc/webmin/status/config' \ -'etc/webmin/syslog/config' \ -'etc/webmin/updown/config' \ -'etc/webmin/usermin/config' \ -'etc/webmin/webmin/config' \ -'etc/webmin/xinetd/config' \ -'etc/webmin/openslp/config' \ -'etc/webmin/procmail/config' \ -'etc/webmin/fetchmail/config' \ -'etc/webmin/postgresql/config' \ -'etc/webmin/useradmin/config' \ -'etc/webmin/mailboxes/config' \ -'etc/webmin/inittab/config' \ -'etc/webmin/change-user/config' \ -'etc/webmin/postfix/config' \ -'etc/webmin/proftpd/config' \ -'etc/webmin/pserver/config' \ -'etc/webmin/dnsadmin/config' ) -install=webmin.install -source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz - ftp://ftp.archlinux.org/other/webmin/webmin-config.tar.bz2 - ftp://ftp.archlinux.org/other/webmin/webmin-pacman.tar.bz2 - webmin.service) -options=(!strip) - -package() { - # NOTE: USE --asroot build option to avoid fakeroot error! - cd "$srcdir"/$pkgname-$pkgver - # add patches from webmin.com - #for i in ../*.wbm - #do tar xvf $i - #done - #for i in ../*.wbt - #do tar xvf $i - #done - # delete stuff that's not needed - rm -f mount/freebsd-mounts* - rm -f mount/openbsd-mounts* - rm -f mount/macos-mounts* - - # remove modules we do not support - rm -rf {bacula-backup,ldap-useradmin,mon,sentry,frox,jabber,majordomo,qmail,sendmail,sarg,wuftpd,webalizer,inetd,ipsec,pap,pptp-client,pptp-server,shorewall,smart-status,vgetty,heartbeat,cfengine,cpan,sgiexports,hpuxexports,qmailadmin,bsdexports,dfsadmin} - - #remove config files from other distros - rm -f $(find . ! -name 'config-generic-linux' ! -name 'config-\*-linux' ! -name 'config-lib.pl' -name 'config-*') - - # remove caldera theme - rm -rf caldera - - # remove init-scripts from other distros - rm webmin-gentoo-init - rm webmin-init - rm webmin-caldera-init - rm webmin-daemon - - # remove update stuff to avoid problems with updating webmin,modules and themes without pacman - rm -f webmin/{update.cgi,update.pl,update_sched.cgi,upgrade.cgi,edit_upgrade.cgi,install_mod.cgi,delete_mod.cgi,install_theme.cgi} - rm -f usermin/{upgrade.cgi,update.cgi,update.pl,edit_upgrade.cgi,install_mod.cgi,delete_mod.cgi,install_theme.cgi} - - # remove modules add because we don't want files installed without pacman control - rm -f webmin/{install_mod.cgi,delete_mod.cgi} - - # setting perl path - (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl - - - # create dirs - mkdir -p "$pkgdir"/opt/webmin - mkdir -p "$pkgdir"/var/log/webmin - mkdir -p "$pkgdir"/etc/webmin - - # install pam stuff - install -D -m 644 webmin-pam "$pkgdir"/etc/pam.d/webmin - - # remove other distros and add only Parabola GNU/Linux-libre don't change next line else it will not work! - rm os_list.txt - echo 'Parabola GNU/linux-libre Any version generic-linux * -d "/etc/pacman.d"' >> os_list.txt - - # Add rc.conf support to boot and shutdown menu and lock editing of this module - cd init/ - sed -i -e 's:^local_down=.*:local_down=Parabola GNU/Linux-libre RC.CONF,3,None:g' $(find . ! -name 'config.info.pl' -name 'config.info*') - sed -i -e 's:^local_script=.*:local_script=Parabola GNU/Linux-libre RC.LOCAL,3,None:g' $(find . ! -name 'config.info.pl' -name 'config.info*') - sed -i -e 's:^index_downscript=.*:index_downscript=Parabola GNU/Linux-libre RC.CONF:g' lang/* - sed -i -e 's:^index_script=.*:index_script=Parabola GNU/Linux-libre RC.LOCAL:g' lang/* - sed -i -e 's:^noconfig=0:noconfig=1:g' defaultacl - - # Add pacman menu - cd "$srcdir"/$pkgname-$pkgver - cp -rf custom/ pacman - cp -rf mscstyle3/custom mscstyle3/pacman - sed -i -e 's:^noconfig=0:noconfig=1:g' -e 's:^edit=1:edit=0:g' pacman/defaultacl - sed -i -e '/desc/d' -e '/longdesc/d' pacman/module.info - sed -i -e 's:^name=Custom:name=Pacman:g' pacman/module.info - echo 'category=system' >> pacman/module.info - echo 'desc=Pacman' >> pacman/module.info - sed -i -e 's:^index_title=.*:index_title=Pacman:g' pacman/lang/* - - # copy stuff to right dirs - cd "$srcdir"/$pkgname-$pkgver - cp -rp * "$pkgdir"/opt/webmin - cd "$srcdir"/webmin-config - cp -rfp * "$pkgdir"/opt/webmin - - # define parameters for setup.sh - config_dir="$pkgdir"/etc/webmin - var_dir="$pkgdir"/var/log/webmin - perl=/usr/bin/perl - autoos=1 - port=10000 - login=root - crypt="XXX" - ssl=1 - atboot=0 - nostart=1 - nochown=1 - autothird=1 - nouninstall=1 - noperlpath=1 - atbootyn=n - tempdir="$pkgdir"/tmp - export config_dir var_dir perl autoos port tempdir login crypt ssl nochown autothird nouninstall nostart noperlpath atbootyn - - # Fix setup.sh - sed -i -e 's:read atbootyn::g' -e 's:exit 13::g' "$pkgdir"/opt/webmin/setup.sh - "$pkgdir"/opt/webmin/setup.sh - - # Fixup the config files to use their real locations - sed -i 's:^pidfile=.*$:pidfile=/var/run/webmin.pid:' "$pkgdir"/etc/webmin/miniserv.conf - find "$pkgdir"/etc/webmin -type f -exec sed -i "s:$pkgdir::g" {} \; - - # make it only accessible by localhost - echo 'allow=127.0.0.1' >> "$pkgdir"/etc/webmin/miniserv.conf - - # install pacman menu - cd "$srcdir"/webmin-pacman/config - cp -rfp * "$pkgdir"/etc/webmin/pacman - - # install systemd files - install -D -m 644 $srcdir/webmin.service $pkgdir/usr/lib/systemd/system/webmin.service - - # delete temp dir - rm -r "$pkgdir"/tmp - # change sticky bit - chmod 0644 $pkgdir/opt/webmin/man/config-generic-linux - # install license - install -m 644 -D "$srcdir"/$pkgname-$pkgver/LICENCE "$pkgdir"/usr/share/licenses/webmin/LICENCE -} -md5sums=('52654bd0fe36e9cace00fa74e49d41d8' - 'b0b3e3fb231a12e60165b6b4d604dcfa' - 'c86518037449e0fc0c60fc24537ea038' - 'fc29ecb6a5cd8c278abe054e60381095') |